initial dummy
This commit is contained in:
commit
29f92f1c13
2 changed files with 61 additions and 0 deletions
7
Logo.svg
Executable file
7
Logo.svg
Executable file
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 13 KiB |
54
index.html
Executable file
54
index.html
Executable file
|
@ -0,0 +1,54 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>47.0 KIF</title>
|
||||
</head>
|
||||
<style>
|
||||
@font-face {
|
||||
font-family: Montserrat;
|
||||
src: url('Montserrat-Bold.ttf')
|
||||
}
|
||||
body {
|
||||
font-family: Montserrat, sans-serif;
|
||||
font-size: 20pt;
|
||||
}
|
||||
body > div {
|
||||
width: 400px;
|
||||
}
|
||||
nav {
|
||||
margin: -34px 30px 0 30px;
|
||||
width: 300px;
|
||||
border: solid 20px rgb(177,225,28);
|
||||
border-radius: 30px;
|
||||
}
|
||||
nav > a {
|
||||
display: block;
|
||||
text-decoration: none;
|
||||
color: rgb(177,225,28);
|
||||
text-align: center;
|
||||
border-top: solid 10px rgb(177,225,28);
|
||||
padding: 10px 0;
|
||||
}
|
||||
nav > a:hover {
|
||||
background-color: rgb(177,225,28);
|
||||
color: white;
|
||||
}
|
||||
nav > a:first-child {
|
||||
border: none;
|
||||
}
|
||||
</style>
|
||||
<body>
|
||||
<div>
|
||||
<img src="Logo.svg">
|
||||
</div>
|
||||
<nav>
|
||||
<a href="https://tix.kif.rocks/470/">Anmeldung</a>
|
||||
<!-- <a href="#">Teilnehmerliste</a> -->
|
||||
<a href="https://wiki.kif.rocks/wiki/KIF470:Hauptseite">Wiki</a>
|
||||
<a href="https://wiki.kif.rocks/wiki/KIF470:Kulturtag">Kulturtag</a>
|
||||
<a href="https://wiki.kif.rocks/wiki/KIF470:Call_for_Decoration">Call for Decoration</a>
|
||||
<a href="https://twitter.com/kif470">Twitter</a>
|
||||
</nav>
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in a new issue