Browse Source

提交代码。

Signed-off-by: zouap <zouap@pcl.ac.cn>
tags/v1.22.1.1^2
zouap 3 years ago
parent
commit
129ff09cb4
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      templates/home.tmpl

+ 2
- 2
templates/home.tmpl View File

@@ -34,7 +34,7 @@
<div class="ui stackable grid">
<div class="sixteen wide tablet four wide computer column homeorg-tit">
<h2>推荐组织</h2>
<p><span class="ui text grey">这些优秀的组织正在使用启智AI开发协作平台;你的组织也想展示到这里,</span><a href="{{RecommendURL}}">点此提交</a></p>
<p><span class="ui text grey">这些优秀的组织正在使用启智AI开发协作平台;你的组织也想展示到这里,</span><a href="{{.RecommendURL}}">点此提交</a></p>
<a href="{{AppSubUrl}}/explore/organizations" class="circular ui primary basic button">更多组织 <i class="arrow circle right icon"></i></a>
</div>
<div class="sixteen wide tablet twelve wide computer column">
@@ -53,7 +53,7 @@
<div class="leftline02-2"></div>
<div class="ui center homepro-tit am-mb-20">
<h2>推荐项目</h2>
<p><span class="ui text grey">优秀的AI项目推荐;你的项目也想展示到这里,</span><a href="{{RecommendURL}}">点此提交</a>。进入<a href="{{AppSubUrl}}/explore/">项目广场</a></p>
<p><span class="ui text grey">优秀的AI项目推荐;你的项目也想展示到这里,</span><a href="{{.RecommendURL}}">点此提交</a>。进入<a href="{{AppSubUrl}}/explore/">项目广场</a></p>
</div>

<div class="homepro-list">


Loading…
Cancel
Save