Footer navigation

This commit is contained in:
2025-03-17 18:50:20 +01:00
parent e984005f5e
commit fe83027055
2 changed files with 100 additions and 2 deletions

View File

@@ -137,9 +137,26 @@
</div> <!-- Projects summary -->
<footer>
<!--<div id="footer_picture">
<img src="https://picsum.photos/50/50">
</div>-->
<div id="footer_content">
<p id="footer_little_text">&lt;/&gt; with &lt;3 by Kévin</p>
</div>
<nav id="footer_content_links">
<h1>Sitemap</h1>
<div class="footer_links_box">
<p class="footer_links_box_title">Projects</p>
<ul>
<li><p><a href="#">Project 1</a></p></li>
<li><p><a href="#">Project 2</a></p></li>
<li><p><a href="#">Project 3</a></p></li>
</ul>
</div>
</nav> <!-- Footer content links -->
</div> <!-- Footer content -->
<p id="footer_little_text">&lt;/&gt; with &lt;3 by Kévin</p>
</footer>
</body>