mirror of
https://github.com/LJ5O/website.git
synced 2026-08-11 14:44:46 +02:00
Footer navigation
This commit is contained in:
21
index.html
21
index.html
@@ -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"></> with <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"></> with <3 by Kévin</p>
|
||||
</footer>
|
||||
|
||||
</body>
|
||||
|
||||
Reference in New Issue
Block a user