From ffa43eb985a501b59ddd4b4e90a1110b35696370 Mon Sep 17 00:00:00 2001 From: Traboulsi <salam.traboulsi@hft-stuttgart.de> Date: Tue, 6 Feb 2024 11:46:20 +0000 Subject: [PATCH] Update public/index.html --- public/index.html | 41 +++-------------------------------------- 1 file changed, 3 insertions(+), 38 deletions(-) diff --git a/public/index.html b/public/index.html index 682a67e..831d44d 100644 --- a/public/index.html +++ b/public/index.html @@ -339,45 +339,10 @@ <ul class="list-unstyled mb-0"> </ul> </div> - <!-- Grid column --> - <!-- 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/grey_dot.png" class="rounded-circle z-depth-1" width="150px"> - </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> - </a> - - <ul class="list-unstyled mb-0"> - <a class="p-2 fa-lg" href="https://www.xing.com/profile/Tim_Herbst14" target="_blank"> - <i class="fab fa-xing"></i> - </a> - <a class="p-2 fa-lg" href="https://www.linkedin.com/in/herbst-tim/?originalSubdomain=de" target="_blank"> - <i class="fab fa-linkedin"></i> - </a> - </ul> - </div> - <!-- Grid column --> - </div> - <!-- Grid row --> - <!-- Grid column --> - <div class="col-lg-3 col-md-6"> <!--- FGDI TODO: to change--> - <div class="avatar mx-auto"> - <img src="imgs/grey_dot.png" class="rounded-circle z-depth-1" width="150px"> - </div> - <h5 class="font-weight-bold mt-4 mb-3">Niko Jochim</h5> - <p class="text-uppercase blue-text"><strong>Researcher</strong></p> - <a href="https://www.hft-stuttgart.de/p/niko-jochim" target="_blank"> - <button class="btn btn-primary btn-sm profile">See full profile</button> - </a> + + - </div> - <!-- Grid column --> - </div> - <!-- Grid row --> + <!-- Grid row --> <div class="row" id="team-section"> -- GitLab