From 02c92d863774726c390e0238bab8488c99ceb3d2 Mon Sep 17 00:00:00 2001 From: Traboulsi <salam.traboulsi@hft-stuttgart.de> Date: Tue, 6 Feb 2024 11:39:55 +0000 Subject: [PATCH] Update public/index.html --- public/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/index.html b/public/index.html index 5e9b061..59f57f6 100644 --- a/public/index.html +++ b/public/index.html @@ -343,7 +343,7 @@ <!-- 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/avatar/Herbst.jpg" class="rounded-circle z-depth-1" width="100px"> + <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> @@ -366,7 +366,7 @@ <!-- 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/avatar/Jochim.jpg" class="rounded-circle z-depth-1" width="100px"> + <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> -- GitLab