From 5131475c0066bdd9a589f1e2d4238adff2da51a3 Mon Sep 17 00:00:00 2001 From: Koukofikis <athanasios.koukofikis@hft-stuttgart.de> Date: Wed, 5 May 2021 10:35:55 +0000 Subject: [PATCH] Update index.html --- public/home/index.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/public/home/index.html b/public/home/index.html index b00b87b..efff155 100644 --- a/public/home/index.html +++ b/public/home/index.html @@ -35,22 +35,22 @@ <img src="cover.jpg"> <ul class="metadata"> <li class="metadata-item title"> - The title of the thesis + Geologically Geology </li> <li class="metadata-item"> <div class="metadata-name">Author</div> - <div>First name Last name</div> + <div>Sophia Mayweather</div> </li> <li class="metadata-item"> <div class="metadata-name">Supervisors</div> <div class="supervisors"> - <div>Prof. Dr.-Ing. Felix Doe</div> - <div>Prof. Dr.-Ing. Nigel Doe</div> + <div>Prof. Dr.-Ing. Anthony Joshua</div> + <div>Prof. Dr.-Ing. Tyson Fury</div> </div> </li> <li class="metadata-item"> <div class="metadata-name">Year</div> - <div>2020</div> + <div>2021</div> </li> <li class="download-item"><a href="thesis.pdf" class="button" download>download</a></li> </ul> @@ -81,4 +81,4 @@ <script src="../main.js"> </script> </body> -</html> \ No newline at end of file +</html> -- GitLab