updates in wording + additions

This commit is contained in:
surtur 2020-04-13 04:00:48 +02:00
parent d242caa269
commit efb2f838bb
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D

View File

@ -18,10 +18,10 @@
<div class="ui stackable middle very relaxed page grid">
<div class="eight wide center column">
<h1 class="hero ui icon header">
{{svg "octicon-flame" 16}} {{.i18n.Tr "startpage.install"}}
{{svg "octicon-code" 16}} Host Code
</h1>
<p class="large">
{{.i18n.Tr "startpage.install_desc" | Str2html}}
This is a good place to host your code and start collaborating with like-minded people.
</p>
</div>
<div class="eight wide center column">
@ -36,20 +36,18 @@
<div class="ui stackable middle very relaxed page grid">
<div class="eight wide center column">
<h1 class="hero ui icon header">
{{svg "octicon-rocket" 16}} {{.i18n.Tr "startpage.lightweight"}}
{{svg "octicon-verified" 16}} Free Software
</h1>
<p class="large">
{{.i18n.Tr "startpage.lightweight_desc" | Str2html}}
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-code" 16}} {{.i18n.Tr "startpage.license"}}-->
{{svg "octicon-info" 16}} Questions?
{{svg "octicon-info" 16}} Any questions?
</h1>
<p class="large">
<!--{{.i18n.Tr "startpage.license_desc" | Str2html}}-->
<a href=https://dotya.ml/contact/>Contact us</a>
Don't wait and <a href=https://dotya.ml/contact/>ask us</a>.
</p>
</div>
</div>