- <%= l(:label_welcome_trustie) %> , <%= l(:label_welcome_trustie_description) %>
+ <%= l(:label_welcome_trustie_course) %> , <%= l(:label_welcome_trustie_course_description) %>
<%= render :partial => "search_bar"%>
diff --git a/app/views/welcome/index.html.erb b/app/views/welcome/index.html.erb
index b3d057c54..3f9ddea3c 100644
--- a/app/views/welcome/index.html.erb
+++ b/app/views/welcome/index.html.erb
@@ -92,7 +92,7 @@
- <%= l(:label_welcome_trustie) %> , <%= l(:label_welcome_trustie_description) %>
+ <%= l(:label_welcome_trustie_project) %> , <%= l(:label_welcome_trustie_project_description) %>
<%= render :partial => "search_bar"%>
diff --git a/config/locales/zh.yml b/config/locales/zh.yml
index 4aac82bf2..a305a7240 100644
--- a/config/locales/zh.yml
+++ b/config/locales/zh.yml
@@ -1544,8 +1544,10 @@ zh:
label_sort_by_influence: 按影响力排序
label_bids_published: 发布于
label_bids_published_ago: 之前
- label_welcome_trustie: Trustie
- label_welcome_trustie_description: 面向有创意和激情的高校大学生与创业者,提供社交化的项目管理、协同研究、软件开发和众包平台。
+ label_welcome_trustie_project: Trustie在线项目托管平台
+ label_welcome_trustie_course: Trustie在线课程实践平台
+ label_welcome_trustie_project_description: 面向中国大学生与软件从业者,提供社交化的项目管理、代码托管、资源共享、合作交流。
+ label_welcome_trustie_course_description: 面向中国高校教师与大学生,提供社交化的课程管理、资源共享、合作实验、协同研究。
label_user_project: 项目
label_user_course: 课程
label_user_homework: 作业
diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css
index 0661235d0..7bd31f469 100644
--- a/public/stylesheets/application.css
+++ b/public/stylesheets/application.css
@@ -608,7 +608,7 @@ ul.tool li{list-style-type:none;
.font_welcome_trustie{
font-family:Impact;
font-weight: regular;
- font-size: 24px;
+ font-size: 18px;
color:#15bccf;
}