mirror of
https://github.com/Superredstone/patrickcanal.it.git
synced 2026-09-20 17:51:12 +02:00
feat(portfolio): add email to footer
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user