|
@@ -72,7 +72,13 @@
|
|
|
<p class="lead">Vous trouverez ici les principales informations me concernant : qui je suis, mon parcours, mon
|
|
|
expérience professionnelle et mes projets de programmation.<br>Bonne visite !</p>
|
|
|
</div>
|
|
|
- <img class="rounded img-fluid mx-auto d-block" src="images/home_picture_v1.jpg" alt="Photo d'accueil">
|
|
|
+ <img class="rounded img-fluid mx-auto d-block" src="images/home_picture_v1.jpg" alt="Photo d'accueil" usemap="#homemap">
|
|
|
+
|
|
|
+ <!-- Map image parts to site naviagtion -->
|
|
|
+ <map name="homemap">
|
|
|
+ <area shape="rect" coords="120,12,412,306" alt="CV" href="cv.html">
|
|
|
+ <area shape="rect" coords="494,592,944,880" alt="Projets" href="projects.html">
|
|
|
+ </map>
|
|
|
|
|
|
</main>
|
|
|
|