maggicl
e6179c1569
git-svn-id: svn+ssh://atelier.inf.usi.ch/home/bevilj/group-1@28 a672b425-5310-4d7a-af5c-997e18724b81
19 lines
524 B
HTML
19 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>
|