diff --git a/public/index.html b/public/index.html index c74eb490e579bb13a7057d4053bc29e5a70b1570..a64cd6c5b7c69c660e2b60a04eac617f1ba89cbb 100644 --- a/public/index.html +++ b/public/index.html @@ -363,6 +363,44 @@ </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://www.hft-stuttgart.de/fileadmin/Dateien/Profilbilder/_processed_/4/b/csm_WIN_20230411_13_47_54_Pro_0a552074a1.jpg" class="rounded-circle z-depth-1" width="150px"> + </div> + <h5 class="font-weight-bold mt-4 mb-3">Ferdinand Munz</h5> + <p class="text-uppercase blue-text"><strong>Researcher</strong></p> + <a href="https://www.hft-stuttgart.de/p/ferdinand-munz" target="_blank"> + <button class="btn btn-primary btn-sm profile">See full profile</button> + </a> + <p class="grey-text">Research topics: Lab-based Education | Digitalisation | AI</p> + <ul class="list-unstyled mb-0"> + </ul> + </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">Robert Otto</h5> + <p class="text-uppercase blue-text"><strong>Researcher</strong></p> + <a href="https://www.hft-stuttgart.de/p/robert-otto" target="_blank"> + <button class="btn btn-primary btn-sm profile">See full profile</button> + </a> + <p class="grey-text">Research topics: Sustainable Energy Systems | Simulation | Sensors & IoT | Smart Buildings | Data Science | Machine Learning</p> + <ul class="list-unstyled mb-0"> + <a class="p-2 fa-lg" href="https://www.researchgate.net/profile/Robert-Otto-6" target="_blank"> + <i class="fab fa-researchgate"></i> + </a> + <a class="p-2 fa-lg" href="https://de.linkedin.com/in/robert-otto-203373277" target="_blank"> + <i class="fab fa-linkedin"></i> + </a> + </ul> + </div> + <!-- Grid column --> + </section> <!-- Section: Team v.1 --> </div>