initial commit

This commit is contained in:
2018-10-21 13:58:00 +02:00
commit 005dc7bdaa
16 changed files with 455 additions and 0 deletions

28
tmpl/footer.html Normal file
View File

@@ -0,0 +1,28 @@
<footer class="page-footer container-fluid">
<div class="row">
<div class="col-md-4">
<span itemprop="copyrightHolder">
<small>
Copyleft (C) 2018 <a href="https://dyne.org">Dyne.org</a>
</small>
</span>
</div>
<div class="col-md-4">
<a href="https://twitter.com/DyneOrg">
<small>Folllow</small>
<i class="fab fa-twitter"></i>
</a>
</div>
<div class="col-md-4">
<small>
Editorial contact: <a href="mailto:jaromil@dyne.org">Jaromil</a>
</small>
</div>
</div>
</footer>