2015-03-07 23:12:13 +03:00
{{ template "base/head" . }}
2023-02-02 01:56:10 +03:00
<div role="main" aria-label=" {{ if .IsSigned }} {{ .locale .Tr "dashboard" }} {{ else }} {{ .locale .Tr "home" }} {{ end }} " class="page-content home">
2023-04-01 08:47:54 +03:00
<div class="gt-mb-5 gt-px-5">
<div class="center">
<img class="logo" width="220" height="220" src=" {{ AssetUrlPrefix }} /img/logo.svg" alt=" {{ .locale .Tr "logo" }} ">
2015-03-07 23:12:13 +03:00
<div class="hero">
2015-12-08 01:30:52 +03:00
<h1 class="ui icon header title">
2018-10-18 16:07:30 +03:00
{{ AppName }}
2015-12-08 01:30:52 +03:00
</h1>
2022-06-27 23:58:46 +03:00
<h2> {{ .locale .Tr "startpage.app_desc" }} </h2>
2015-03-07 23:12:13 +03:00
</div>
2015-12-08 01:30:52 +03:00
</div>
2015-03-07 23:12:13 +03:00
</div>
2019-10-20 12:06:53 +03:00
<div class="ui stackable middle very relaxed page grid">
<div class="eight wide center column">
<h1 class="hero ui icon header">
2022-06-27 23:58:46 +03:00
{{ svg "octicon-flame" }} {{ .locale .Tr "startpage.install" }}
2019-10-20 12:06:53 +03:00
</h1>
<p class="large">
2022-06-27 23:58:46 +03:00
{{ .locale .Tr "startpage.install_desc" | Str2html }}
2019-10-20 12:06:53 +03:00
</p>
</div>
<div class="eight wide center column">
<h1 class="hero ui icon header">
2022-06-27 23:58:46 +03:00
{{ svg "octicon-device-desktop" }} {{ .locale .Tr "startpage.platform" }}
2019-10-20 12:06:53 +03:00
</h1>
<p class="large">
2022-06-27 23:58:46 +03:00
{{ .locale .Tr "startpage.platform_desc" | Str2html }}
2019-10-20 12:06:53 +03:00
</p>
2015-12-08 01:30:52 +03:00
</div>
2019-10-20 12:06:53 +03:00
</div>
<div class="ui stackable middle very relaxed page grid">
<div class="eight wide center column">
<h1 class="hero ui icon header">
2022-06-27 23:58:46 +03:00
{{ svg "octicon-rocket" }} {{ .locale .Tr "startpage.lightweight" }}
2019-10-20 12:06:53 +03:00
</h1>
<p class="large">
2022-06-27 23:58:46 +03:00
{{ .locale .Tr "startpage.lightweight_desc" | Str2html }}
2019-10-20 12:06:53 +03:00
</p>
</div>
<div class="eight wide center column">
<h1 class="hero ui icon header">
2022-06-27 23:58:46 +03:00
{{ svg "octicon-code" }} {{ .locale .Tr "startpage.license" }}
2019-10-20 12:06:53 +03:00
</h1>
<p class="large">
2022-06-27 23:58:46 +03:00
{{ .locale .Tr "startpage.license_desc" | Str2html }}
2019-10-20 12:06:53 +03:00
</p>
2015-12-08 01:30:52 +03:00
</div>
2019-10-20 12:06:53 +03:00
</div>
2014-02-18 03:38:50 +04:00
</div>
2015-12-08 01:30:52 +03:00
{{ template "base/footer" . }}