56 lines
1.9 KiB
Go HTML Template
56 lines
1.9 KiB
Go HTML Template
{{template "base/head" .}}
|
|
<div class="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">
|
|
<!--{{AppName}}-->
|
|
Welcome to Git @ dotya.ml
|
|
</h2>
|
|
<!--<h2>{{.i18n.Tr "startpage.app_desc"}}</h2>-->
|
|
<h3>A <a href=https://gitea.io/>Gitea</a> instance by <a href=https://dotya.ml/>dotya.ml</a> provided for fun as a hobby, with passion and love</h3>
|
|
</div>
|
|
<!--<div>
|
|
<img class="logo" src="{{StaticUrlPrefix}}/img/gitea-192.png" />
|
|
</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-code" 16}} Host Code
|
|
</h1>
|
|
<p class="large">
|
|
This is a good place to host your code and start collaborating with like-minded people.
|
|
</p>
|
|
</div>
|
|
<div class="eight wide center column">
|
|
<h1 class="hero ui icon header">
|
|
{{svg "octicon-device-desktop" 16}} {{.i18n.Tr "startpage.platform"}}
|
|
</h1>
|
|
<p class="large">
|
|
{{.i18n.Tr "startpage.platform_desc" | Str2html}}
|
|
</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" 16}} Free 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>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" 16}} Any questions?
|
|
</h1>
|
|
<p class="large">
|
|
Don't wait and <a href=https://dotya.ml/contact/>ask us</a>.
|
|
</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
{{template "base/footer" .}}
|