diff --git a/public/index.html b/public/index.html index fb7e58356e7814376364739c48c3ed53a1798444..18b6fd5aa81242e29370b1908119382294a6e16b 100644 --- a/public/index.html +++ b/public/index.html @@ -388,7 +388,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">Robert Otto</h5> <p class="text-uppercase blue-text"><strong>Researcher</strong></p> @@ -428,6 +428,28 @@ </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"> + <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">Andreas Trinkle</h5> + <p class="text-uppercase blue-text"><strong>Researcher</strong></p> + <a href="https://www.hft-stuttgart.de/p/andreas-trinkle" target="_blank"> + <button class="btn btn-primary btn-sm profile">See full profile</button> + </a> + <p class="grey-text">Research topics: Smart Buildings | Energy Efficieny | Energy Management </p> + <ul class="list-unstyled mb-0"> + </ul> + </div> + <!-- Grid column --> + + </div> + <!-- Grid row --> </section> <!-- Section: Team v.1 -->