Add templates

This commit is contained in:
Sofía Aritz 2023-10-25 22:27:46 +02:00
parent edcda7cf92
commit 6ffc88c95d
Signed by: sofia
GPG key ID: 90B5116E3542B28F
4 changed files with 22 additions and 0 deletions

View file

@ -0,0 +1 @@
<a class="item" href="mailto:sofi@sofiaritz.com">Contact</a>

View 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" .}}