diff --git a/public/index.html b/public/index.html index 48bc319f4cb65d232b22742cc740499d12a4c43e..10e847f2e2d2358946a4466fe1280e75e39a3204 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>