From a74ab6a33575109aeaec76a2d09257727301d343 Mon Sep 17 00:00:00 2001 From: Traboulsi <salam.traboulsi@hft-stuttgart.de> Date: Wed, 19 Jun 2024 08:28:58 +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 f10ab83..79c43db 100644 --- a/public/index.html +++ b/public/index.html @@ -179,7 +179,7 @@ <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">Sunita Hirsch</h5> + <h5 class="font-weight-bold mt-4 mb-3">Dr. Sunita Hirsch</h5> <p class="text-uppercase blue-text"><strong>Academic staff member</strong></p> <a href="https://www.hft-stuttgart.de/p/sunita-hirsch" target="_blank"> <button class="btn btn-primary btn-sm profile">See full profile</button> @@ -193,7 +193,7 @@ <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">Tatyana Podgayetskaya</h5> + <h5 class="font-weight-bold mt-4 mb-3">Dr. Tatyana Podgayetskaya</h5> <p class="text-uppercase blue-text"><strong>Academic staff member</strong></p> <a href="https://www.hft-stuttgart.de/p/tatyana-podgayetskaya" target="_blank"> <button class="btn btn-primary btn-sm profile">See full profile</button> -- GitLab