From d827cd50902efa061597eb506fa5f6494d1b77fd Mon Sep 17 00:00:00 2001
From: abdoul aziz diallo <abdoul-aziz.diallo@etu.unistra.fr>
Date: Mon, 27 Feb 2023 21:40:29 +0100
Subject: [PATCH] Add social media icons and informations about me

---
 index.html | 80 ++++++++++++++++++++++++++++++------------------------
 1 file changed, 44 insertions(+), 36 deletions(-)

diff --git a/index.html b/index.html
index 385c8ab..65d9ee1 100644
--- a/index.html
+++ b/index.html
@@ -31,50 +31,58 @@
     </header>
     <main>
       <section>
-        <div>
-          <!-- <h1>Fellah's Portfolio</h1>
-          <p>Let's explore my projects together!</p> -->
-          <div class="home__img">
-            <svg
-              class="home__blob"
-              viewBox="0 0 200 187"
-              xmlns="http://www.w3.org/2000/svg"
-              xmlns:xlink="http://www.w3.org/1999/xlink"
-            >
-              <mask id="mask0" mask-type="alpha">
-                <path
-                  d="M190.312 36.4879C206.582 62.1187 201.309 102.826 182.328 134.186C163.346 165.547 
+        <div class="home__img">
+          <ul>
+            <li>
+              <a href=""><i class="mdi mdi-github"></i></a>
+            </li>
+            <li>
+              <a href=""><i class="mdi mdi-twitter"></i></a>
+            </li>
+            <li>
+              <a href=""><i class="mdi mdi-linkedin"></i></a>
+            </li>
+          </ul>
+          <svg
+            class="home__blob"
+            viewBox="0 0 200 187"
+            xmlns="http://www.w3.org/2000/svg"
+            xmlns:xlink="http://www.w3.org/1999/xlink"
+          >
+            <mask id="mask0" mask-type="alpha">
+              <path
+                d="M190.312 36.4879C206.582 62.1187 201.309 102.826 182.328 134.186C163.346 165.547 
         130.807 187.559 100.226 186.353C69.6454 185.297 41.0228 161.023 21.7403 129.362C2.45775 
         97.8511 -7.48481 59.1033 6.67581 34.5279C20.9871 10.1032 59.7028 -0.149132 97.9666 
         0.00163737C136.23 0.303176 174.193 10.857 190.312 36.4879Z"
-                />
-              </mask>
-              <g mask="url(#mask0)">
-                <path
-                  d="M190.312 36.4879C206.582 62.1187 201.309 102.826 182.328 134.186C163.346 
+              />
+            </mask>
+            <g mask="url(#mask0)">
+              <path
+                d="M190.312 36.4879C206.582 62.1187 201.309 102.826 182.328 134.186C163.346 
         165.547 130.807 187.559 100.226 186.353C69.6454 185.297 41.0228 161.023 21.7403 
         129.362C2.45775 97.8511 -7.48481 59.1033 6.67581 34.5279C20.9871 10.1032 59.7028 
         -0.149132 97.9666 0.00163737C136.23 0.303176 174.193 10.857 190.312 36.4879Z"
-                />
-                <image
-                  class="home__blob-img"
-                  x="12"
-                  y="-15"
-                  xlink:href="./assets/images/DSC_0590.png"
-                />
-              </g>
-            </svg>
-          </div>
-          <div>
-            <h1 class="home__title">Hi, I'am DIALLO</h1>
-            <h1 class="home__subtitle">Web developer</h1>
-            <p class="home_description">
-              High level experience in web desing and knowledge, producing
-              quality work.
-            </p>
-          </div>
+              />
+              <image
+                class="home__blob-img"
+                x="12"
+                y="-15"
+                xlink:href="./assets/images/DSC_0590.png"
+              />
+            </g>
+          </svg>
+        </div>
+        <div id="me">
+          <h1 class="home__title">Hi, I'am DIALLO</h1>
+          <h3 class="home__subtitle">Web developer</h3>
+          <p class="home_description">
+            High level experience in web desing and knowledge, producing quality
+            work.
+          </p>
           <a href="#projects">Discover projects</a>
         </div>
+        <a href="#projects">Discover projects</a>
       </section>
       <!-- <section>
         <h2>Favorites</h2>
-- 
GitLab