diff --git a/public/index.html b/public/index.html index 3e4505d537422b740ec967962fa48ada52284fc7..98112af31ad78149757d47f5f41ba51cccb811ab 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>