current updates to the homepage template
This commit is contained in:
parent
efb2f838bb
commit
123bd70235
@ -4,42 +4,37 @@
|
||||
<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>
|
||||
<h3>A <a href="https://gitea.io/" target="_blank">Gitea</a> instance by <a href="https://dotya.ml/" target="_blank">dotya.ml</a> provided for fun as a hobby, with passion and {{svg "octicon-heart" 9}} </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
|
||||
{{svg "octicon-git-merge" 16}} Code with us
|
||||
</h1>
|
||||
<p class="large">
|
||||
This is a good place to host your code and start collaborating with like-minded people.
|
||||
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" 16}} if you like.
|
||||
</p>
|
||||
</div>
|
||||
<div class="eight wide center column">
|
||||
<h1 class="hero ui icon header">
|
||||
{{svg "octicon-device-desktop" 16}} {{.i18n.Tr "startpage.platform"}}
|
||||
{{svg "octicon-ruby" 16}} No Bloat
|
||||
</h1>
|
||||
<p class="large">
|
||||
{{.i18n.Tr "startpage.platform_desc" | Str2html}}
|
||||
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" 16}} Free Software
|
||||
{{svg "octicon-verified" 16}} 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>Free Software</a> community. We encourage you to contribute back, too. Knowledge is light. Share it.
|
||||
This service is only possible thanks to several projects of the <a href="https://www.gnu.org/philosophy/free-sw.en.html" target="_blank">Free Software</a> community. We encourage you to contribute back, too. Knowledge is light. Share it.
|
||||
</p>
|
||||
</div>
|
||||
<div class="eight wide center column">
|
||||
@ -47,7 +42,7 @@
|
||||
{{svg "octicon-info" 16}} Any questions?
|
||||
</h1>
|
||||
<p class="large">
|
||||
Don't wait and <a href=https://dotya.ml/contact/>ask us</a>.
|
||||
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">Arch</a>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user