theshell.ch/site/_includes/footer.html
maggicl b5d0bfd80e css: CSS style is now decent (mobile menu still to fix)
git-svn-id: svn+ssh://atelier.inf.usi.ch/home/bevilj/group-1@28 a672b425-5310-4d7a-af5c-997e18724b81
2018-11-02 15:00:59 +00:00

20 lines
524 B
HTML

<footer>
<div class="footer container">
<section class="author">
<h3>INFO</h3>
<strong>Author:</strong> {{ page.author }}<br>
<!-- TODO: talk about link formatting in footer -->
<a href="/credits.html">Credits</a>
</section>
<section>
<h3>Other section</h3>
<a href="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>