|
@@ -10,9 +10,9 @@ |
|
|
{{.i18n.Tr "home.wecome_AI_plt"}} |
|
|
{{.i18n.Tr "home.wecome_AI_plt"}} |
|
|
</div> |
|
|
</div> |
|
|
<div class="content"> |
|
|
<div class="content"> |
|
|
<p >{{.i18n.Tr "home.explore_AI"}} <a href="{{AppSubUrl}}/explore/repos"> {{.i18n.Tr "home.repositories"}}</a> {{.i18n.Tr "home.or_t"}} <a href="{{AppSubUrl}}/explore/datasets">{{.i18n.Tr "home.datasets"}}</a></p> |
|
|
|
|
|
<p >{{.i18n.Tr "home.use_plt__fuction"}} <a class="mini ui blue button" href="{{AppSubUrl}}/repo/create{{if .ContextUser.IsOrganization}}?org={{.ContextUser.ID}}{{end}}" >{{.i18n.Tr "repo.create_repo"}}</a></p> |
|
|
|
|
|
<p > {{.i18n.Tr "home.provide_resoure"}}</p> |
|
|
|
|
|
|
|
|
<p class="ui text grey">{{.i18n.Tr "home.explore_AI"}} <a href="{{AppSubUrl}}/explore/repos"> {{.i18n.Tr "home.repositories"}}</a> {{.i18n.Tr "home.or_t"}} <a href="{{AppSubUrl}}/explore/datasets">{{.i18n.Tr "home.datasets"}}</a></p> |
|
|
|
|
|
<p><span class="ui text grey">{{.i18n.Tr "home.use_plt__fuction"}}</span> <a class="mini ui blue button" href="{{AppSubUrl}}/repo/create{{if .ContextUser.IsOrganization}}?org={{.ContextUser.ID}}{{end}}" >{{.i18n.Tr "repo.create_repo"}}</a></p> |
|
|
|
|
|
<p class="ui text grey">{{.i18n.Tr "home.provide_resoure"}}</p> |
|
|
</div> |
|
|
</div> |
|
|
<div class="guide "> |
|
|
<div class="guide "> |
|
|
<a class="mini ui blue basic button" style="font-weight:700" href="https://git.openi.org.cn/zeizei/OpenI_Learning" target="_blank">{{.i18n.Tr "custom.Platform_Tutorial"}} <i class="ri-arrow-right-line" ></i></a> |
|
|
<a class="mini ui blue basic button" style="font-weight:700" href="https://git.openi.org.cn/zeizei/OpenI_Learning" target="_blank">{{.i18n.Tr "custom.Platform_Tutorial"}} <i class="ri-arrow-right-line" ></i></a> |
|
@@ -66,19 +66,12 @@ |
|
|
} |
|
|
} |
|
|
.w_title{ |
|
|
.w_title{ |
|
|
padding-top: 25px; |
|
|
padding-top: 25px; |
|
|
|
|
|
margin-bottom: 20px; |
|
|
color: rgba(16, 16, 16, 100); |
|
|
color: rgba(16, 16, 16, 100); |
|
|
font-size: 20px; |
|
|
font-size: 20px; |
|
|
text-align: left; |
|
|
text-align: left; |
|
|
font-weight: 700; |
|
|
font-weight: 700; |
|
|
} |
|
|
} |
|
|
.content{ |
|
|
|
|
|
color: rgba(80, 85, 89, 100); |
|
|
|
|
|
font-size: 14px; |
|
|
|
|
|
text-align: left; |
|
|
|
|
|
font-family: SourceHanSansSC-regular; |
|
|
|
|
|
margin-top: 20px; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.guide{ |
|
|
.guide{ |
|
|
margin-top:30px; |
|
|
margin-top:30px; |
|
|
padding-bottom: 30px; |
|
|
padding-bottom: 30px; |
|
|