feat(portfolio): add email to footer

This commit is contained in:
2026-08-27 16:00:30 +02:00
parent d9e7e133bf
commit 452ae78564
+9 -2
View File
@@ -41,11 +41,18 @@
<footer class="footer"> <footer class="footer">
<div class="container"> <div class="container">
<div class="d-flex justify-content-between"> <div class="d-flex justify-content-between">
<div> <div class="fs-3">
<p class="text-secondary">Copyright @ {% now "Y" %} Patrick Canal</p> <p class="text-secondary">Copyright @ {% now "Y" %} Patrick Canal</p>
<p class="text-secondary">{% trans "Distributed as FOSS with GPLv3 license" %}</p> <p class="text-secondary">{% trans "Distributed as FOSS with GPLv3 license" %}</p>
</div> </div>
<div> <div class="fs-1">
<a href="mailto:me@patrickcanal.it">
<i class="fa-solid fa-envelope"></i>
</a>
<a href="https://www.linkedin.com/in/patrick-canal-7831252b7/"
target="_blank">
<i class="fa-brands fa-linkedin"></i>
</a>
<a href="https://github.com/Superredstone" target="_blank"> <a href="https://github.com/Superredstone" target="_blank">
<i class="fa-brands fa-github"></i> <i class="fa-brands fa-github"></i>
</a> </a>