fzj-forgejo-customizations/templates/home.tmpl

20 lines
1.1 KiB
Cheetah

{{template "base/head" .}}
<div role="main" aria-label="{{if .IsSigned}}{{ctx.Locale.Tr "dashboard"}}{{else}}{{ctx.Locale.Tr "home"}}{{end}}" class="page-content home">
<div class="tw-mb-8 tw-px-8">
<div class="center">
<img style="margin-bottom:2em" class="logo" width="220" height="220" src="{{AssetUrlPrefix}}/img/logo.svg" alt="{{ctx.Locale.Tr "logo"}}">
<div class="hero">
<h1 class="ui icon header title">Cerebra</h1>
<h2><small>Resources for brain sciences</small></h2>
</div>
</div>
</div>
<div class="ui stackable middle very relaxed page grid">
<div class="eight wide centered center column">
<p class="large">
This service is powered by <a href="https://codeberg.org/matrss/forgejo-aneksajo">Forgejo-aneksajo</a>, and built on <a href="https://forgejo.org/">Forgejo</a> with <a href="https://git-annex.branchable.com/">git-annex</a> and <a href="https://www.datalad.org/">DataLad</a>.
</p>
</div>
</div>
</div>
{{template "base/footer" .}}