generated from Templates_CodeFirst/templateHtmlCss
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
626 B
23 lines
626 B
<!DOCTYPE html>
|
|
|
|
<footer>
|
|
<div class="image-container">
|
|
<div class="image-wrapper">
|
|
<img src="./resources/mail.png" alt="mai">
|
|
<h4>ADRESSE MAIL</h4>
|
|
<p>rlacote1@gmail.com</p>
|
|
</div>
|
|
<div class="image-wrapper">
|
|
<img src="./resources/telephone.png" alt="tel">
|
|
<h4>TELEPHONE</h4>
|
|
<p>07 67 03 40 30</p>
|
|
</div>
|
|
<div class="image-wrapper">
|
|
<img src="./resources/linkedin.png" alt="lin">
|
|
<h4>LINKEDIN</h4>
|
|
<p>Raphaël Lacote</p>
|
|
</div>
|
|
</div>
|
|
</footer>
|
|
|
|
</html> |