Parcourir la source

Change welcome image in home to my cartoon avatar

DricomDragon il y a 4 ans
Parent
commit
b0b80a9d3d

BIN
web/include/images/avatar-cartoon600.png


BIN
web/include/images/home_picture_v1.jpg


+ 1 - 9
web/index.php

@@ -22,15 +22,7 @@
             <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="include/images/home_picture_v1.jpg" alt="Photo d'accueil"
-             usemap="#homemap">
-
-        <!-- Map image parts to site naviagtion -->
-        <map class="d-none d-sm-block" name="homemap">
-            <area shape="rect" coords="120,12,412,306" alt="CV" href="cv.php">
-            <area shape="rect" coords="494,592,944,880" alt="Projets" href="projets.php">
-            <area shape="rect" coords="0,564,194,708" alt="Contact" href="contact.php">
-        </map>
+        <img class="rounded img-fluid mx-auto d-block" src="include/images/avatar-cartoon600.png" alt="Avatar Jovian cartoon">
 
     </main>