|
|
@@ -12,7 +12,7 @@ |
|
|
|
<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 >{{.i18n.Tr "home.provide_resoure"}}</p> |
|
|
|
</div> |
|
|
|
<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> |
|
|
@@ -66,6 +66,7 @@ |
|
|
|
} |
|
|
|
.w_title{ |
|
|
|
padding-top: 25px; |
|
|
|
margin-bottom: 20px; |
|
|
|
color: rgba(16, 16, 16, 100); |
|
|
|
font-size: 20px; |
|
|
|
text-align: left; |
|
|
@@ -76,7 +77,6 @@ |
|
|
|
font-size: 14px; |
|
|
|
text-align: left; |
|
|
|
font-family: SourceHanSansSC-regular; |
|
|
|
margin-top: 20px; |
|
|
|
} |
|
|
|
|
|
|
|
.guide{ |
|
|
|