This repository has been archived on 2024-01-02. You can view files and clone it, but cannot push or open issues or pull requests.
forgejo-tweaks/custom/templates/home.tmpl

22 lines
1.1 KiB
Cheetah
Raw Normal View History

2023-10-25 20:27:46 +00:00
{{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" .}}