-
Notifications
You must be signed in to change notification settings - Fork 0
/
impressum.html
83 lines (78 loc) · 1.88 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Xemantic Impressum</title>
<meta name="description" content="The Impressum of Xemantic" />
<meta name="keywords" content="Xemantic, Impressum" />
<meta name="author" content="Kazimierz Pogoda" />
</head>
<style>
html {
background: #121212;
color: #DFDFDF;
font-family: sans-serif;
font-size: calc(12px + 100vw * .01);
margin: 0;
}
a {
color: #BB86FC;
text-decoration: none;
}
blockquote {
padding: .618em;
margin: 0;
}
blockquote:hover {
background: #1A1A1A;
}
h1 {
text-align: center;
}
.human {
font-style: italic;
}
</style>
<body>
<nav>
<a href="../"><- back to xemantic.com</a>
</nav>
<header>
<h1>Impressum</h1>
<p>
Angaben gem. § 5 des TMG:
</p>
</header>
<section id="adresse">
<h2>Adresse:</h2>
<address>
Kazimierz Pogoda / Xemantic<br>
c/o Prachtsaal Studio<br>
Jonasstraße 22<br>
12053 Berlin
</address>
</section>
<section>
<h2>Umsatzsteuer-Identifikationsnummer gemäß §27 a Umsatzsteuergesetz:</h2>
<p>
DE345470637
</p>
</section>
<section id="kontakt">
<h2>Elektronische Kontaktaufnahme:</h2>
<p>
E-Mail: <a href="mailto:office@xemantic.com">office@xemantic.com</a>
</p>
<p>
Tel: <a href="tel: +4915903167521"> +49 159 0 31 67 521</a>
</p>
</section>
<section id="verantwortlich">
<h2>Verantwortlich für den Inhalt nach § 18 MStV:</h2>
<p>
Kazimierz Pogoda
</p>
</section>
<footer>
Copyright © 2023 Kazimierz Pogoda / xemantic.com All Rights Reserved
</footer>
</body>