-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathimpressum.html
39 lines (31 loc) · 1.75 KB
/
impressum.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
<!doctype html>
<html style="height:100%;">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://use.typekit.net/ulp4asb.css">
<link rel="stylesheet" href="/css/fontawesome.min.css">
<link href="/css/site.css" rel="stylesheet">
</head>
<body class="bg-creme text-dark">
<div class="min-h-screen relative mr-10 ml-10 md:w-2/3 lg:w-1/2 md:mx-auto pb-10">
<a href="/" title="zurück zur Startseite" class="mt-10 inline-block"><i class="fa-solid fa-arrow-left-long"></i> Startseite</a>
<h1 class="pt-2 mb-5 text-4xl font-bold text-highlight">Martin Häusler</h1>
<h2 class="text-2xl text-dark mt-5 mb-5">Impressum</h2>
<p><strong>Diese Website wird betrieben und betreut von</strong>:</p>
<p class="p-5 mt-2 bg-white border rounded border-white w-full md:w-1/2">
<strong>Martin Häusler</strong><br>
Seminargasse 14<br>
92224 Amberg<br>
Deutschland<br><br>
E-Mail: [email protected]<br>
https://martinhaeusler.net<br>
<span class="text-sm">Diese Website wird privat betrieben.</span>
</p>
<p class="p-2 mt-4 mb-2 border rounded border-orange-400 bg-orange-200 text-sm"><i class="fa-regular fa-copyright"></i> Alle auf martinhaeusler.net veröffentlichten Fotos sind - sofern nicht anders angegeben - urheberrechtlich durch Martin Häusler geschützt. Jegliche Vervielfältigung, Nutzung und Veröffentlichung sind strikt untersagt.</p>
<div class="absolute pt-5 pb-3 bottom-0 right-0 text-sm text-right w-full">
<a href="/impressum" class="hover:text-highlight">Impressum</a>
</div>
</div>
</body>
</html>