Contact button on footer

Also added picture
This commit is contained in:
2025-03-17 23:16:07 +01:00
parent 71e34dfe13
commit 2b3c973386
2 changed files with 40 additions and 13 deletions

View File

@@ -129,7 +129,7 @@
urna. Aliquam id porttitor erat, vitae dapibus velit. Praesent
id felis tincidunt,</p>
</article>
<button class="button project_button">Oui ! </button>
<button class="button project_button">Oui !</button>
</div>
</div>
@@ -137,9 +137,6 @@
</div> <!-- Projects summary -->
<footer>
<!--<div id="footer_picture">
<img src="https://picsum.photos/50/50">
</div>-->
<div id="footer_content">
<div id="footer_social_networks">
@@ -167,8 +164,18 @@
</nav> <!-- Footer content links -->
<div id="footer_contact_div">
<h1>Contact</h1>
<p>Want to contact me ? Let's have a talk !</p>
<div id="footer_contact_button" class="button">Contact</div>
</div>
<div id="footer_picture">
<img src="https://picsum.photos/50/50">
</div>-
</div> <!-- Footer content -->
<p id="footer_little_text">&lt;/&gt; with &lt;3 by Kévin</p>
<p id="footer_little_text">&lt;/&gt; with &lt;3 by Kévin. Copyright...</p>
</footer>
</body>