gitea-templates/custom/templates/home.tmpl
2023-02-22 16:59:36 +01:00

51 lines
2.3 KiB
Go HTML Template

{{template "base/head" .}}
<div role="main" aria-label="{{if .IsSigned}}{{.locale.Tr "dashboard"}}{{else}}{{.locale.Tr "home"}}{{end}}" class="page-content home">
<div class="ui stackable middle very relaxed page grid">
<div class="sixteen wide center aligned centered column">
<div class="hero">
<h2 class="ui icon header title">
Welcome to git.dotya.ml
</h2>
<h3>A <a href="https://gitea.io/" target="_blank" rel="noopener">Gitea</a> instance by <a href="https://dotya.ml/" target="_blank" rel="noopener">dotya.ml</a> provided for fun as a hobby, with passion and {{svg "octicon-heart" 9}} </h3>
</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-git-merge"}} Code with us
</h1>
<p class="large">
This is a good place to host your code and start collaborating with like-minded people. Log in with <a href="https://git.dotya.ml/user/oauth2/GitHub/">GitHub</a> {{svg "octicon-mark-github"}} if you like.
</p>
</div>
<div class="eight wide center column">
<h1 class="hero ui icon header">
{{svg "octicon-ruby"}} No Bloat
</h1>
<p class="large">
No nonsense. No tracking or analysing of your patterns. Just Gitea (tbh even that should be called bloat, it's too good)
</p>
</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-verified"}} Libre Software
</h1>
<p class="large">
This service is only possible thanks to several projects of the <a href="https://www.gnu.org/philosophy/free-sw.en.html" target="_blank" rel="noopener">Free Software</a> community. We encourage you to contribute back, too. Knowledge is light. Share it.
</p>
</div>
<div class="eight wide center column">
<h1 class="hero ui icon header">
{{svg "octicon-info"}} Any questions?
</h1>
<p class="large">
Don't hesitate and <a href="https://dotya.ml/contact/">ask us</a> directly.<br>we use <a href="https://archlinux.org/" target="_blank" rel="noopener">arch</a> <a href="https://i.redd.it/mfrfqy66ey311.jpg" target="_blank" rel="noopener">btw</a>
</p>
</div>
</div>
</div>
{{template "base/footer" .}}