From d5e00b6c885323a0a7d5f7d9473090565f20bdf4 Mon Sep 17 00:00:00 2001 From: Myriam Guedey <myriam.guedey@hft-stuttgart.de> Date: Thu, 19 Oct 2023 11:44:28 +0000 Subject: [PATCH] Update index.html --- public/index.html | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/public/index.html b/public/index.html index 48bc319..10e847f 100644 --- a/public/index.html +++ b/public/index.html @@ -338,8 +338,6 @@ <ul class="list-unstyled mb-0"> </ul> </div> - </div> - <!-- Grid row --> <!-- Grid column --> <div class="col-lg-3 col-md-6 mb-lg-0 mb-5"> <!--- FGDI TODO: to change--> @@ -363,6 +361,12 @@ </div> <!-- Grid column --> + </div> + <!-- Grid row --> + + <!-- Grid row --> + <div class="row" id="team-section"> + <!-- Grid column --> <div class="col-lg-3 col-md-6 mb-lg-0 mb-5"> <!--- FGDI TODO: to change--> <div class="avatar mx-auto"> @@ -404,7 +408,7 @@ <!-- Grid column --> <div class="col-lg-3 col-md-6 mb-lg-0 mb-5"> <!--- FGDI TODO: to change--> <div class="avatar mx-auto"> - <img src="https://media.licdn.com/dms/image/D4E03AQHm5oVwuocRVQ/profile-displayphoto-shrink_800_800/0/1684312861910?e=2147483647&v=beta&t=soOfw4PX5ISwDzVurakxoxCBhPNw5F0mc_F_LTEnRxg" class="rounded-circle z-depth-1" width="150px"> + <img src="imgs/grey_dot.png" class="rounded-circle z-depth-1" width="150px"> </div> <h5 class="font-weight-bold mt-4 mb-3">Dr. Salam Traboulsi</h5> <p class="text-uppercase blue-text"><strong>Researcher</strong></p> @@ -419,7 +423,9 @@ </ul> </div> <!-- Grid column --> - + </div> + <!-- Grid row --> + </section> <!-- Section: Team v.1 --> </div> -- GitLab