Skip to content

Commit 90a14de

Browse files
authored
Merge pull request #2 from foivospro/testing
Update student name in homepage.
2 parents a27f74d + 0e1a64a commit 90a14de

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

views/homePage.ejs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
function checkScreenSize() {
5454
if (window.innerWidth <= 768) {
5555
loadStylesheet("/css/mobile.css");
56-
56+
5757
// Show the mobile alert if user is on a mobile device and has not dismissed the alert
5858
if (!sessionStorage.getItem("mobileAlertDismissed")) {
5959
document.getElementById("mobileAlert").style.display = "block";
@@ -414,7 +414,7 @@
414414
<li><a href="https://github.com/simosathan9" target="_blank">Athanasiadis Simos - Undergraduate student</a></li>
415415
<li><a href="https://github.com/vcipi" target="_blank">Cipi Klenti - Graduate student</a></li>
416416
<li><a href="https://github.com/Pantelis325" target="_blank">Kakavas Pantelis - Graduate student</a></li>
417-
<li><a href="https://github.com/foivospro" target="_blank">Proestakis Foivos - Undergraduate student</a></li>
417+
<li><a href="https://github.com/foivospro" target="_blank">Proestakis Foivos Timotheos - Undergraduate student</a></li>
418418
</ul>
419419
</div>
420420
<div class="modal-footer">

0 commit comments

Comments
 (0)