mirror of
https://github.com/LJ5O/website.git
synced 2026-08-11 14:44:46 +02:00
Footer social networks
This commit is contained in:
14
index.html
14
index.html
@@ -141,12 +141,23 @@
|
||||
<img src="https://picsum.photos/50/50">
|
||||
</div>-->
|
||||
<div id="footer_content">
|
||||
|
||||
<div id="footer_social_networks">
|
||||
<h1>Social networks</h1>
|
||||
|
||||
<a href="#">
|
||||
<div class="footer_social_network_item">
|
||||
<img src="https://picsum.photos/50">
|
||||
</div>
|
||||
</a>
|
||||
|
||||
</div>
|
||||
|
||||
<nav id="footer_content_links">
|
||||
<h1>Sitemap</h1>
|
||||
|
||||
<div class="footer_links_box">
|
||||
<p class="footer_links_box_title">Projects</p>
|
||||
<h2 class="footer_links_box_title">Projects</h2>
|
||||
<ul>
|
||||
<li><p><a href="#">Project 1</a></p></li>
|
||||
<li><p><a href="#">Project 2</a></p></li>
|
||||
@@ -155,6 +166,7 @@
|
||||
</div>
|
||||
|
||||
</nav> <!-- Footer content links -->
|
||||
|
||||
</div> <!-- Footer content -->
|
||||
<p id="footer_little_text"></> with <3 by Kévin</p>
|
||||
</footer>
|
||||
|
||||
Reference in New Issue
Block a user