From 0173140606582a0b9e7ca35ef9b3e09977d0bbe5 Mon Sep 17 00:00:00 2001 From: Myriam Guedey <myriam.guedey@hft-stuttgart.de> Date: Thu, 19 Oct 2023 11:35:44 +0000 Subject: [PATCH] Update index.html --- public/index.html | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/public/index.html b/public/index.html index a64cd6c..48bc319 100644 --- a/public/index.html +++ b/public/index.html @@ -401,6 +401,25 @@ </div> <!-- Grid column --> + <!-- 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"> + </div> + <h5 class="font-weight-bold mt-4 mb-3">Dr. Salam Traboulsi</h5> + <p class="text-uppercase blue-text"><strong>Researcher</strong></p> + <a href="https://www.hft-stuttgart.de/p/salam-traboulsi" target="_blank"> + <button class="btn btn-primary btn-sm profile">See full profile</button> + </a> + <p class="grey-text">Research topics: Smart Cities | Sensors & IoT | 5G | Machine Learning | Systems Evaluation | Eco-efficient Systems</p> + <ul class="list-unstyled mb-0"> + <a class="p-2 fa-lg" href="https://www.researchgate.net/profile/Salam-Traboulsi" target="_blank"> + <i class="fab fa-researchgate"></i> + </a> + </ul> + </div> + <!-- Grid column --> + </section> <!-- Section: Team v.1 --> </div> -- GitLab