From 92b41e9b105893c5074c1663446bf7133ad7fd89 Mon Sep 17 00:00:00 2001 From: Marius Heidenreich <marius.heidenreich@tu-dortmund.de> Date: Sat, 22 Mar 2025 20:17:37 +0100 Subject: [PATCH] added link to website --- public/index.html | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/public/index.html b/public/index.html index 3e4505d..98112af 100644 --- a/public/index.html +++ b/public/index.html @@ -130,7 +130,7 @@ } .git { color: #777; - bottom: 0.5em; + bottom: 2%; position: absolute; animation: fadeIn 0.7s ease-out 1s forwards; opacity: 0; @@ -149,10 +149,12 @@ <h2>Welcome to</h2> <h1>Formula Student World Elo</h1> <div class="center"> - <div class="by"> - <div><h3>by</h3></div> - <div><img src="GET_racing_schwarz.svg" width="200em"></div> - </div> + <a href="https://www.get-racing.de" target="_blank"> + <div class="by"> + <div><h3>by</h3></div> + <div><img src="GET_racing_schwarz.svg" width="200em"></div> + </div> + </a> </div> <div class="center"> <div class="buttons"> @@ -165,7 +167,9 @@ </div> </div> <div class="git"> - <a href="https://gitlab.fachschaften.org/get-racing-foss/fs-elo">Fork me on Gitlab</a> + <a href="https://gitlab.fachschaften.org/get-racing-foss/fs-elo" target="_blank"> + Fork me on Gitlab + </a> </div> </body> </html> -- GitLab