Add templates
This commit is contained in:
parent
edcda7cf92
commit
6ffc88c95d
4 changed files with 22 additions and 0 deletions
1
custom/templates/custom/extra_links_footer.tmpl
Normal file
1
custom/templates/custom/extra_links_footer.tmpl
Normal file
|
@ -0,0 +1 @@
|
|||
<a class="item" href="mailto:sofi@sofiaritz.com">Contact</a>
|
21
custom/templates/home.tmpl
Normal file
21
custom/templates/home.tmpl
Normal file
|
@ -0,0 +1,21 @@
|
|||
{{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="110" height="110" src="{{AssetUrlPrefix}}/img/logo.svg" alt="{{.locale.Tr "logo"}}">
|
||||
<div class="hero">
|
||||
<h1 class="ui icon header title">
|
||||
{{AppName}}
|
||||
</h1>
|
||||
<h3>A Git server to host random projects</h3>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="ui middle page">
|
||||
<p class="center">This instance can be considered stable, but breaking changes may happen sometimes with previous notice.</p>
|
||||
<p class="center">
|
||||
If you would like to be notified directly, <a href="mailto:sofi@sofiaritz.com">send me an e-mail</a> and I'll add you to the contact list.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
{{template "base/footer" .}}
|
Reference in a new issue