theshell.ch/site/_includes/footer.html
terehm 595921e4b8 css-team: fix broken link in footer
git-svn-id: svn+ssh://atelier.inf.usi.ch/home/bevilj/group-1@35 a672b425-5310-4d7a-af5c-997e18724b81
2018-11-05 11:26:39 +00:00

19 lines
473 B
HTML

<footer>
<div class="footer container">
<section class="author">
<h3>INFO</h3>
<strong>Author:</strong> {{ page.author }}<br>
<a href="/credits.html">Credits</a>
</section>
<section>
<h3>Other section</h3>
<a href="http://www.malusa.it">Other link</a>
</section>
</div>
<div class="copyright">
<div class="container">
<i class="far fa-copyright"></i> Group 1, all rights reserved.
</div>
</div>
</footer>