mirror of https://github.com/sgoudham/k8s
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
34 lines
1.0 KiB
Cheetah
34 lines
1.0 KiB
Cheetah
2 years ago
|
{{template "base/head" .}}
|
||
|
<div role="main" aria-label="{{if .IsSigned}}{{.locale.Tr "dashboard"}}{{else}}{{.locale.Tr "home"}}{{end}}" class="page-content home">
|
||
|
<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"}}">
|
||
|
<div class="hero">
|
||
|
<h1 class="ui icon header title">
|
||
|
{{AppName}}
|
||
|
</h1>
|
||
|
<h2>{{.locale.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">
|
||
|
{{svg "octicon-key"}} {{.locale.Tr "startpage.why"}}
|
||
|
</h1>
|
||
|
<p class="large">
|
||
|
{{.locale.Tr "startpage.why_desc" | Str2html}}
|
||
|
</p>
|
||
|
</div>
|
||
|
<div class="eight wide center column">
|
||
|
<h1 class="hero ui icon header">
|
||
|
{{svg "octicon-code"}} {{.locale.Tr "startpage.open_source"}}
|
||
|
</h1>
|
||
|
<p class="large">
|
||
|
{{.locale.Tr "startpage.open_source_why" | Str2html}}
|
||
|
</p>
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
{{template "base/footer" .}}
|