From f046ef74669bddb37665e7cb570f78d6a7beae79 Mon Sep 17 00:00:00 2001
From: Traboulsi <salam.traboulsi@hft-stuttgart.de>
Date: Tue, 6 Feb 2024 11:34:21 +0000
Subject: [PATCH] Update public/index.html

---
 public/index.html | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/public/index.html b/public/index.html
index 5472bbd..2e2aa76 100644
--- a/public/index.html
+++ b/public/index.html
@@ -343,8 +343,9 @@
              <!-- Grid column -->
           <div class="col-lg-3 col-md-6 mb-md-0 mb-5"> <!---  FGDI TODO: to change-->
             <div class="avatar mx-auto">
-              <img src="./imgs/avatar/Herbst.jpg" class="rounded-circle z-depth-1" width="150px">
+              <img src="./imgs/avatar/Herbst.jpg" class="rounded-circle z-depth-1" width="100px">
             </div>
+            <h5 class="font-weight-bold mt-4 mb-3">Tim Herbst</h5>
              <p class="text-uppercase blue-text"><strong>Software Engineer</strong></p>
             <a href="https://www.linkedin.com/in/herbst-tim/?originalSubdomain=de" target="_blank">
               <button class="btn btn-primary btn-sm profile">See full profile</button>
-- 
GitLab