-
Notifications
You must be signed in to change notification settings - Fork 0
/
imprint.html
103 lines (95 loc) · 4.13 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
94
95
96
97
98
99
100
101
102
103
<!DOCTYPE HTML>
<html lang="de">
<head>
<title>Erik Bent</title>
<meta name="description" content="Erik Bent" />
<meta name="keywords" content="erik, bent, design, marketing, app, skidcat, game"/>
<meta name="author" content="Simon Herrmann">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="apple-touch-icon" sizes="152x152" href="/favicons/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicons/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicons/favicon-16x16.png">
<link rel="manifest" href="/favicons/site.webmanifest">
<link rel="mask-icon" href="/favicons/safari-pinned-tab.svg" color="#195757">
<link rel="shortcut icon" href="/favicons/favicon.ico">
<meta name="msapplication-TileColor" content="#195757">
<meta name="msapplication-config" content="/favicons/browserconfig.xml">
<meta name="theme-color" content="#195757">
<link rel="stylesheet" type="text/css" href="stylesheets/style.css">
<script type="text/javascript" src="scripts/scripts.js" async></script>
<link href="https://fonts.googleapis.com/css?family=Dosis:200&display=swap" rel="stylesheet">
</head>
<body id="site">
<div class="frame sticky" id="navbar">
<a class="linkTo button" onclick="window.location.href='index.php#aboutMe'" onfocus="this.blur()">ABOUT ME</a>
<a class="linkTo button" onclick="window.location.href='index.php#skidCat'" onfocus="this.blur()">PROJECTS</a>
<a class="linkTo button" onclick="window.location.href='index.php#contact'" onfocus="this.blur()">CONTACT</a>
<a class="start button" onclick="window.location.href='index.php'" onfocus="this.blur()">START</a>
<div class="responsiveMenu">
<a class="dropMenu button" onclick="dropMenu()" onfocus="this.blur()">☰</a>
<div id="droppedMenuContent" class="menuContent">
<a class="droppedLink button" onclick="window.location.href='index.php'" onfocus="this.blur()">START</a>
<a class="droppedLink button" onclick="window.location.href='index.php#aboutMe'" onfocus="this.blur()">ABOUT ME</a>
<a class="droppedLink button" onclick="window.location.href='index.php#skidCat'" onfocus="this.blur()">PROJECTS</a>
<a class="droppedLink button" onclick="window.location.href='index.php#contact'" onfocus="this.blur()">CONTACT</a>
</div>
</div>
<div class="frameLine">
<div class="lineWhite"></div>
</div>
</div>
<div id="imprint"></div>
<div class="contentSite frameColumnMulti">
<h2>Impressum</h2>
<p>Simon Herrmann<br>
Ringstraße 6a<br>
76287 Rheinstetten<br>
Mail: [email protected]<br>
Homepage: <a href="index.php">www.erikbent.de</a><br>
USt-IdNr: DE ...</p>
<h3></h3>
</div>
<div class="lineWhite"></div>
<div class="footer">
<div class="footerPartFrame">
<img src="graphics/location.svg" alt="Adresse" class="footerPicture" />
<div class="footerText">
<p>
Simon Herrmann<br />
Ringstraße 6a<br />
76287 Rheinstetten<br />
Homepage: www.erikbent.de
</p>
</div>
</div>
<div class="footerPartFrame">
<img src="graphics/email.svg" alt="Email" class="footerPicture" />
<div class="footerText"><p>Mail: [email protected]</p></div>
</div>
<div class="footerPartFrame">
<img src="graphics/phone.svg" alt="Telefon" class="footerPicture" />
<div class="footerText">
<p>
Fon .../...
</p>
</div>
</div>
</div>
<div class="footerCopyright">
<p>
© Simon Herrmann<br />
<a href="imprint.html" style="color: white">Impressum</a>
<a href="dataProtection.html" style="color: white">Datenschutz</a><br />
Made with ♥ by
<a
href="https://github.com/siherrmann"
style="color: white"
target="_blank"
rel="noopener"
>siherrmann</a
><br />
</p>
</div>
</body>
</html>