2015-03-07 15:12:13 -05:00
{{ template "base/head" . }}
2020-12-01 05:00:14 +01:00
<div class="page-content home">
2015-03-07 15:12:13 -05:00
<div class="ui stackable middle very relaxed page grid">
<div class="sixteen wide center aligned centered column">
<div>
2022-11-22 04:09:55 +08:00
<img class="logo" width="220" height="220" src=" {{ AssetUrlPrefix }} /img/logo.svg" alt=" {{ .locale .Tr "logo" }} "/>
2015-03-07 15:12:13 -05:00
</div>
<div class="hero">
2015-12-07 23:30:52 +01:00
<h1 class="ui icon header title">
2018-10-18 16:07:30 +03:00
{{ AppName }}
2015-12-07 23:30:52 +01:00
</h1>
2022-06-27 22:58:46 +02:00
<h2> {{ .locale .Tr "startpage.app_desc" }} </h2>
2015-03-07 15:12:13 -05:00
</div>
2015-12-07 23:30:52 +01:00
</div>
2015-03-07 15:12:13 -05:00
</div>
2019-10-20 11:06:53 +02: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 22:58:46 +02:00
{{ svg "octicon-flame" }} {{ .locale .Tr "startpage.install" }}
2019-10-20 11:06:53 +02:00
</h1>
<p class="large">
2022-06-27 22:58:46 +02:00
{{ .locale .Tr "startpage.install_desc" | Str2html }}
2019-10-20 11:06:53 +02:00
</p>
</div>
<div class="eight wide center column">
<h1 class="hero ui icon header">
2022-06-27 22:58:46 +02:00
{{ svg "octicon-device-desktop" }} {{ .locale .Tr "startpage.platform" }}
2019-10-20 11:06:53 +02:00
</h1>
<p class="large">
2022-06-27 22:58:46 +02:00
{{ .locale .Tr "startpage.platform_desc" | Str2html }}
2019-10-20 11:06:53 +02:00
</p>
2015-12-07 23:30:52 +01:00
</div>
2019-10-20 11:06:53 +02: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 22:58:46 +02:00
{{ svg "octicon-rocket" }} {{ .locale .Tr "startpage.lightweight" }}
2019-10-20 11:06:53 +02:00
</h1>
<p class="large">
2022-06-27 22:58:46 +02:00
{{ .locale .Tr "startpage.lightweight_desc" | Str2html }}
2019-10-20 11:06:53 +02:00
</p>
</div>
<div class="eight wide center column">
<h1 class="hero ui icon header">
2022-06-27 22:58:46 +02:00
{{ svg "octicon-code" }} {{ .locale .Tr "startpage.license" }}
2019-10-20 11:06:53 +02:00
</h1>
<p class="large">
2022-06-27 22:58:46 +02:00
{{ .locale .Tr "startpage.license_desc" | Str2html }}
2019-10-20 11:06:53 +02:00
</p>
2015-12-07 23:30:52 +01:00
</div>
2019-10-20 11:06:53 +02:00
</div>
2014-02-17 18:38:50 -05:00
</div>
2015-12-07 23:30:52 +01:00
{{ template "base/footer" . }}