-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathimprint.html
93 lines (83 loc) · 2.58 KB
/
imprint.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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Imprint | 💖 Astroid</title>
<link rel="shortcut icon" href="./assets/Astroid Logo no bg.png" type="image/x-icon">
<meta content="Imprint | 💖 Astroid" property="og:title" />
<meta content="Astroid is the Bridge between Discord, Revolt and Guilded. | Start today" property="og:description"/>
<meta content="https://astroid.cc/imprint" property="og:url" />
<meta content="https://astroid.cc/assets/Astroid Logo.png" property="og:image" />
<meta content="#1D202B" data-react-helmet="true" name="theme-color" />
</head>
<style>
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap");
body {
background-color: #151720;
color: #fff;
font-size: 20px;
font-family: "Inter", sans-serif;
}
.navbar {
left: 0;
top: 0;
position: absolute;
background-color: #101220;
padding: 10px;
width: 100vw;
height: 60px;
display: flex;
align-items: center;
font-size: 16px;
}
.navbar a {
color: #ffffff;
text-decoration: none;
margin-right: 10px;
}
.navbar img {
height: 80px;
margin-right: 10px;
}
.imprint {
margin: 0 auto;
text-align: center;
align-items: center;
margin-top: 100px;
}
a {
color: #ff466e;
}
a:hover {
color: #ff88a2;
}
h1{
margin-bottom: 20px;
}
h2{
margin-bottom: 5px;
}
</style>
<body>
<div class="navbar">
<img src="../assets/Astroid Logo no bg.png" alt="Astroid Logo">
<a href="./">Home</a>
<a href="./terms">Terms</a>
<a href="./privacy">Privacy</a>
<a href="./invite">Invite</a>
</div>
<div class="imprint">
<h1>Imprint</h1>
According to § 5 TMG <br><br>
Dustin Pfeiffer <br>
Karl-Jänecke Straße 6 <br>
39218 Schönebeck, Germany <br><br>
<h2>Represented by</h2>
Dustin Pfeiffer <br><br>
<h2>Contact</h2>
Telephone: <a href="tel:+4917646187809">+49 176 46187809</a><br>
E-Mail: <a href="mailto:dustin.pfeiffer@dp-digitalmarketing.com">dustin.pfeiffer@dp-digitalmarketing.com</a>
</div>
</body>
</html>