主页描述
This commit is contained in:
parent
1b43ce386c
commit
832e075d58
|
@ -137,15 +137,15 @@ software development and software crowdsourcing.</td></tr>
|
||||||
<!--add by huang-->
|
<!--add by huang-->
|
||||||
|
|
||||||
<!--add by huang-->
|
<!--add by huang-->
|
||||||
<div style="height:250px;">
|
<div style="height:220px;">
|
||||||
<div class="welcone_left">
|
<div class="welcone_left">
|
||||||
<table width="350px">
|
<table width="400px">
|
||||||
<tr>
|
<tr>
|
||||||
<td><span class="font_welcome_trustie">Trustie</span><span class="font_welcome_Cdescription">,面向有创意和激情的高校大学生与创业者,提供社交化的项目管理、软件开发和众包平台。</span></td>
|
<td><span class="font_welcome_trustie"><%= l(:label_welcome_trustie) %></span><span class="font_welcome_Cdescription">,<%= l(:label_welcome_trustie_description) %></span></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<!-- <tr>
|
||||||
<td class="font_welcome_Edescription">Trustie forge,a socialized collaboration platform for project management,software development and software crowdsourcing for creative university students and entrepreneurs.</td>
|
<td class="font_welcome_Edescription">Trustie forge,a socialized collaboration platform for project management,software development and software crowdsourcing for creative university students and entrepreneurs.</td>
|
||||||
</tr>
|
</tr> -->
|
||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
<table>
|
<table>
|
||||||
|
|
|
@ -1314,4 +1314,5 @@ en:
|
||||||
label_sort_by_active: sorting by active
|
label_sort_by_active: sorting by active
|
||||||
label_sort_by_influence: sorting by influence
|
label_sort_by_influence: sorting by influence
|
||||||
label_bids_published: published
|
label_bids_published: published
|
||||||
label_bids_published_ago: ago
|
label_bids_published_ago: ago label_welcome_trustie: Trustie forge
|
||||||
|
label_welcome_trustie_description: a socialized collaboration platform for project management,software development and software crowdsourcing for creative university students and entrepreneurs.
|
||||||
|
|
|
@ -1333,4 +1333,6 @@ zh:
|
||||||
label_sort_by_active: 按活跃度排序
|
label_sort_by_active: 按活跃度排序
|
||||||
label_sort_by_influence: 按影响力排序
|
label_sort_by_influence: 按影响力排序
|
||||||
label_bids_published: 发布于
|
label_bids_published: 发布于
|
||||||
label_bids_published_ago: 之前
|
label_bids_published_ago: 之前
|
||||||
|
label_welcome_trustie: Trustie
|
||||||
|
label_welcome_trustie_description: 面向有创意和激情的高校大学生与创业者,提供社交化的项目管理、软件开发和众包平台。
|
|
@ -158,13 +158,13 @@ ul.tool li{list-style-type:none;
|
||||||
.font_welcome_trustie{
|
.font_welcome_trustie{
|
||||||
font-family:Impact;
|
font-family:Impact;
|
||||||
font-weight: regular;
|
font-weight: regular;
|
||||||
font-size: 24px;
|
font-size: 28px;
|
||||||
color:#15bccf;
|
color:#15bccf;
|
||||||
}
|
}
|
||||||
|
|
||||||
.font_welcome_Cdescription{
|
.font_welcome_Cdescription{
|
||||||
font-family: 微软雅黑;
|
font-family: 微软雅黑;
|
||||||
font-size: 18px;
|
font-size: 20px;
|
||||||
color: #5c5c5c;
|
color: #5c5c5c;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -239,7 +239,7 @@ ul.tool li{list-style-type:none;
|
||||||
.spaceright{float:left; width:620px;}
|
.spaceright{float:left; width:620px;}
|
||||||
|
|
||||||
.welcone_left{
|
.welcone_left{
|
||||||
margin-top: 50px;
|
margin-top: 60px;
|
||||||
margin-left: 90px;
|
margin-left: 90px;
|
||||||
float:left;
|
float:left;
|
||||||
width: 49%;
|
width: 49%;
|
||||||
|
|
Loading…
Reference in New Issue