Платформа ЦРНП "Мирокод" для разработки проектов
https://git.mirocod.ru
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
53 lines
1.6 KiB
53 lines
1.6 KiB
{{template "base/head" .}} |
|
<div class="home"> |
|
<div class="ui stackable middle very relaxed page grid"> |
|
<div class="sixteen wide center aligned centered column"> |
|
<div> |
|
<img class="logo" src="{{StaticUrlPrefix}}/img/gitea-lg.png" /> |
|
</div> |
|
<div class="hero"> |
|
<h1 class="ui icon header title"> |
|
{{AppName}} |
|
</h1> |
|
<h2>{{.i18n.Tr "startpage.app_desc"}}</h2> |
|
</div> |
|
</div> |
|
</div> |
|
<div class="ui stackable middle very relaxed page grid"> |
|
<div class="eight wide center column"> |
|
<h1 class="hero ui icon header"> |
|
<i class="octicon octicon-flame"></i> {{.i18n.Tr "startpage.install"}} |
|
</h1> |
|
<p class="large"> |
|
{{.i18n.Tr "startpage.install_desc" | Str2html}} |
|
</p> |
|
</div> |
|
<div class="eight wide center column"> |
|
<h1 class="hero ui icon header"> |
|
<i class="octicon octicon-device-desktop"></i> {{.i18n.Tr "startpage.platform"}} |
|
</h1> |
|
<p class="large"> |
|
{{.i18n.Tr "startpage.platform_desc" | Str2html}} |
|
</p> |
|
</div> |
|
</div> |
|
<div class="ui stackable middle very relaxed page grid"> |
|
<div class="eight wide center column"> |
|
<h1 class="hero ui icon header"> |
|
<i class="octicon octicon-rocket"></i> {{.i18n.Tr "startpage.lightweight"}} |
|
</h1> |
|
<p class="large"> |
|
{{.i18n.Tr "startpage.lightweight_desc" | Str2html}} |
|
</p> |
|
</div> |
|
<div class="eight wide center column"> |
|
<h1 class="hero ui icon header"> |
|
<i class="octicon octicon-code"></i> {{.i18n.Tr "startpage.license"}} |
|
</h1> |
|
<p class="large"> |
|
{{.i18n.Tr "startpage.license_desc" | Str2html}} |
|
</p> |
|
</div> |
|
</div> |
|
</div> |
|
{{template "base/footer" .}}
|
|
|