Quellcode durchsuchen

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

Jovian Hersemeule Satellite vor 6 Jahren
Ursprung
Commit
6020a0eb19
1 geänderte Dateien mit 7 neuen und 1 gelöschten Zeilen
  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
             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>