-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
48 lines (46 loc) · 1.92 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="https://badgw.hopfenspace.org/img/favicon.png" rel="shortcut icon">
<link href="https://badgw.hopfenspace.org/css/hopfenspace.css" type="text/css" rel="stylesheet">
<title>We'll be right back!</title>
</head>
<body>
<div class="centered">
<h1 class="big">We will be back soon™</h1>
<h3>While we are working on a solution, watch this animation</h3>
</div>
<div class="animation_container">
<div class="animation">
<div class="cube">
<div class="cube__face cube__face--front">
<a href="https://hopfenspace.org">
<img src="https://badgw.hopfenspace.org/img/hopfenspace.svg" alt="hopfenspace icon" >
</a>
</div>
<div class="cube__face cube__face--back">
<a href="https://github.com/hopfenspace/">
<img src="https://badgw.hopfenspace.org/img/github.svg" alt="github icon">
</a>
</div>
<div class="cube__face cube__face--right">
<a href="https://corona.bayern">
<img src="https://badgw.hopfenspace.org/img/virus.svg" alt="corona.bayern icon">
</a>
</div>
<div class="cube__face cube__face--left">
<a href="https://pfaffenhofen-liefert.de">
<img src="https://badgw.hopfenspace.org/img/delivery.svg" alt="pfaffenhofen-liefert.de icon">
</a>
</div>
<div class="cube__face cube__face--top">
</div>
<div class="cube__face cube__face--bottom">
</div>
</div>
</div>
</div>
</body>
</html>