-
Notifications
You must be signed in to change notification settings - Fork 0
/
imprint.html
78 lines (64 loc) · 2.99 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Actyx</title>
<script src="https://cdn.tailwindcss.com"></script>
<link rel="icon" type="image/x-icon" href="favicon.ico">
<!-- Enable for hot-reload during development-->
<!-- <script type="text/javascript" src="https://livejs.com/live.js"></script>-->
<style>
mark {
color: #480451;
background-color: white;
}
</style>
</head>
<body class="bg-[#fcfced]">
<div class="px-4 py-6 lg:px-12 lg:py-8 lg:flex lg:space-x-8 space-y-24 lg:space-y-0">
<div class="">
<h1 class="text-3xl mb-8">Imprint</h1>
<h2 class="text-xl mb-4">Information according to § 5 TMG:</h2>
<p class="mb-2">Actyx AG<br />
Max-Bill-Str. 38<br />
80807 München</p>
<p class="mb-2">Registry court: Munich Local Court</p>
<p class="mb-2"><strong>Represented by:</strong><br />
Oliver Stollmann<br />
Dr. Roland Kuhn</p>
<p class="mb-2"><strong>Chairman of the Supervisory Board:</strong><br />
Maximilian Claussen</p>
<h2 class="text-xl mb-4">Contact</h2>
<p class="mb-2">Phone: +49 (0) 89 9439 7400<br />
Fax: +49 (0) 89 9439 7401<br />
E-Mail: [email protected]</p>
<h2 class="text-xl mb-4">VAT identification number (VATIN)</h2>
<p class="mb-2">VAT identification number according to § 27 a Umsatzsteuergesetz: DE305176043</p>
<h2 class="text-xl mb-4">Consumer dispute resolution/universal arbitration board</h2>
<p class="mb-2">We are not willing or obliged to participate in dispute resolution proceedings before a consumer arbitration board.</p>
</div>
<div class="">
<h1 class="text-3xl mb-8">Impressum</h1>
<h2 class="text-xl mb-4">Angaben gemäß § 5 TMG:</h2>
<p class="mb-2">Actyx AG<br />
Max-Bill-Str. 38<br />
80807 München</p>
<p class="mb-2">Handelsregister: HRB 223941<br />
Registergericht: Amtsgericht München</p>
<p class="mb-2"><strong>Vertreten durch:</strong><br />
Oliver Stollmann<br />
Dr. Roland Kuhn</p>
<p class="mb-2"><strong>Vorsitzender des Aufsichtsrats:</strong><br />
Maximilian Claussen</p>
<h2 class="text-xl mb-4">Kontakt</h2>
<p class="mb-2">Telefon: +49 (0) 89 9439 7400<br />
Telefax: +49 (0) 89 9439 7401<br />
E-Mail: [email protected]</p>
<h2 class="text-xl mb-4">Umsatzsteuer-ID</h2>
<p class="mb-2">Umsatzsteuer-Identifikationsnummer gemäß § 27 a Umsatzsteuergesetz: DE305176043</p>
<h2 class="text-xl mb-4">Verbraucherstreitbeilegung/Universalschlichtungsstelle</h2>
<p class="mb-2">Wir sind nicht bereit oder verpflichtet, an Streitbeilegungsverfahren vor einer Verbraucherschlichtungsstelle teilzunehmen.</p>
</div>
</div>
</body>
</html>