theshell.ch/site/_includes/footer.html

19 lines
473 B
HTML
Raw Normal View History

<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>