51 lines
2.1 KiB
Go HTML Template
51 lines
2.1 KiB
Go HTML Template
{{template "base/head" .}}
|
|
<div 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>btw we run <a href="https://archlinux.org/" target="_blank" rel="noopener">Arch</a>
|
|
</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
{{template "base/footer" .}}
|