-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ee9c08c
commit a66d2cb
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -166,9 +166,9 @@ <h2>Contactez-moi</h2> | |
<div class="contact-info"> | ||
<h3>Mes coordonnées</h3> | ||
<ul> | ||
<li><img src="./images/envelope-solid.svg" alt=""><a href="mailto:[email protected]">[email protected]</a></li> | ||
<li><img src="./images/phone-solid.svg" alt=""><a href="tel:+33767370469">+33 7 67 37 04 69</a></li> | ||
<li><img src="./images/map-location-dot-solid.svg" alt="">69100, Villeurbanne, France</li> | ||
<li><i class="fa-solid fa-envelope"></i><a href="mailto:[email protected]">[email protected]</a></li> | ||
<li><i class="fa-solid fa-phone"></i><a href="tel:+33767370469">+33 7 67 37 04 69</a></li> | ||
<li><i class="fa-solid fa-map-location-dot"></i>69100, Villeurbanne, France</li> | ||
</ul> | ||
</div> | ||
|
||
|