Skip to content
Snippets Groups Projects
Commit 0c93fda1 authored by Marius Heidenreich's avatar Marius Heidenreich
Browse files

added link to git

parent f7ea4409
Branches
No related tags found
No related merge requests found
Pipeline #278168 passed
/public/*
!/public/GET_racing_schwarz.svg
!/public/index.html
\ No newline at end of file
!/public/index.html
__pycache__
\ No newline at end of file
......@@ -13,7 +13,7 @@
height: 100vh;
margin: 0;
font-family: 'Helvetica Neue', sans-serif;
background: linear-gradient(135deg, #ebebeb, #c9c9c9);
background: linear-gradient(135deg, #eeeeee, #c9c9c9);
animation: gradientAnimation 10s ease infinite;
background-size: 200% 200%;
}
......@@ -38,12 +38,20 @@
color: #555;
animation: fadeInUp 0.5s ease-out forwards;
opacity: 0;
margin: 0;
}
h3 {
text-align: center;
margin: auto;
color: #777;
}
a {
color: #777;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
.by {
display: inline-grid;
grid-template-columns: auto auto;
......@@ -57,7 +65,8 @@
text-align: center;
}
.buttons {
margin-top: 6em;
margin-top: 4em;
margin-bottom: 3em;
display: grid;
grid-template-columns: auto auto;
gap: 20px;
......@@ -119,6 +128,21 @@
transform: translateY(0);
}
}
.git {
color: #777;
bottom: 0.5em;
position: absolute;
animation: fadeIn 0.7s ease-out 1s forwards;
opacity: 0;
}
@keyframes fadeIn {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
</style>
</head>
<body>
......@@ -140,5 +164,8 @@
</div>
</div>
</div>
<div class="git">
<a href="https://gitlab.fachschaften.org/get-racing-foss/fs-elo">Fork me on Gitlab</a>
</div>
</body>
</html>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment