-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathimprint.html
More file actions
40 lines (40 loc) · 1.53 KB
/
imprint.html
File metadata and controls
40 lines (40 loc) · 1.53 KB
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
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="./style.css"></link>
<link rel="stylesheet" href="./imprint.css"></link>
<title>Meredith M. Alongi</title>
<meta charset="utf-8">
<meta name="description" content="Meredith M. Alongi">
<meta name="author" content="Meredith M. Alongi">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" href="data:;base64,iVBORw0KGgo=">
</head>
<body>
<div class="content">
<div class="txt">
<h1 id="typewrite">Want to reach me?</h1>
<p class="font-size-normal">Responsible for content:</p>
<div class="a-tad-right smaller-fonts let-me-breathe">
<p class="no-p-spacing">Meredith Michael Alongi</p>
<p class="no-p-spacing">Klarastrasse 6</p>
<p>12459 Berlin</p>
<p class="no-p-spacing">Shoot me an email: meredith at malongi dot com</p>
</div>
<p class="font-size-normal">Responsible for design and engineering:</p>
<div class="a-tad-right smaller-fonts let-me-breathe">
<p class="no-p-spacing">Veit Heller</p>
<p class="no-p-spacing">Klarastrasse 6</p>
<p>12459 Berlin</p>
<p>You talkin' to me: veit at veitheller dot de</p>
</div>
<h3>GDPR Notice</h3>
<p class="font-size-normal let-me-breathe">
This website only keeps track of your IP address and user agent; this
is necessary for the webserver to work. No cookies are set.
</p>
<a class="text-center buttonish-link" href="./">Cool, now send me back!</a>
</div>
</div>
</body>
</html>