Compare commits

...

1 Commits

Author SHA1 Message Date
surtur 1ec2dbb04e
chore: add kudos section to the landing page 2020-11-04 14:55:44 +01:00

View File

@ -46,5 +46,26 @@
</p>
</div>
</div>
<div class="ui stackable middle very relaxed page grid">
<div class="sixteen wide justify column">
{{svg "octicon-rocket" 16}}
<h1 class="hero ui icon header">
Libre software powering us
</h1>
{{svg "octicon-rocket" 16}}
<p class="large">
Kudos to those, whose work is making this possible.<br/>Here is a non-exhaustive list of awesome projects we're using:
<ul>
<li>archlinux - <a href="https://archlinux.org" target="_blank" rel="noopener">https://archlinux.org</a></li>
<li>gitea - <a href="https://gitea.io" target="_blank" rel="noopener">https://gitea.io</a></li>
<li>git - <a href="https://git-scm.com" target="_blank" rel="noopener">https://git-scm.com</a></li>
<li>nginx - <a href="https://nginx.com" target="_blank" rel="noopener">https://nginx.com</a></li>
<li>docker - <a href="https://docker.com" target="_blank" rel="noopener">https://docker.com</a></li>
<li>drone - <a href="https://drone.io" target="_blank" rel="noopener">https://drone.io</a></li>
<li>hugo - <a href="https://gohugo.io" target="_blank" rel="noopener">https://gohugo.io</a></li>
</ul>
</p>
</div>
</div>
</div>
{{template "base/footer" .}}