Browse Source

Ajout des maps pour CV et projet sur la photo d'accueil

Jovian Hersemeule Satellite 6 years ago
parent
commit
6020a0eb19
1 changed files with 7 additions and 1 deletions
  1. 7 1
      index.html

+ 7 - 1
index.html

@@ -72,7 +72,13 @@
         <p class="lead">Vous trouverez ici les principales informations me concernant : qui je suis, mon parcours, mon
         <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>
             expérience professionnelle et mes projets de programmation.<br>Bonne visite !</p>
     </div>
     </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>
 </main>