-
Notifications
You must be signed in to change notification settings - Fork 0
/
notice.html
67 lines (61 loc) · 2.37 KB
/
notice.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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="description" content="Neodyme">
<meta property="og:title" content="Neodyme" />
<meta property="og:description" content="Neodyme">
<meta property="og:type" content="website" />
<meta property="og:url" content="https://neodyme.io/" />
<meta property="og:image" content="https://neodyme.io/img/logo_minimalist.png" />
<meta name="keywords" content="Neodyme, Security, Audit, Apple, Android, Hardware, Automotive, Smart Contracts, Blockchain, Solana">
<meta name="author" content="Neodyme">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" type="image/svg+xml" href="/img/favicon.svg">
<link rel="stylesheet" href="styles/main.css" />
<link rel="stylesheet" href="styles/notice.css" />
<title>Neodyme - Legal Notice</title>
</head>
<body>
<a href="index.html"><img id="logo" src="img/logo_minimalist.svg"></img></a>
<main>
<h1>Legal Notice</h1>
<p>
<a href="/privacy_en.html">Privacy Policy (English)</a> </br>
<a href="/privacy_de.html">Datenschutzerklärung (Deutsch)</a>
</p>
<p>
Imprint pursuant to Section 5 German Telemedia Act (Telemediengesetz):
</p>
<p>
<b>Neodyme AG</b>
</p>
<p>
<b>Management Board:</b></br>
Thomas Lambertz</br>
Tobias Madl
</p>
<p>
<b>Chairman of the Supervisory Board:</b></br>
Hendrik Hofstadt
</p>
<p>
<b>Address</b></br>
Dirnismaning 55</br>
Halle 13</br>
85748 Garching</br>
</br>
Telephone: +49 89 244184570 </br>
E-Mail: <a href="mailto:[email protected]">[email protected]</a>
</p>
<p>
<b>Commercial Register</b> </br>
Registered in the Register of Companies at the Local Court (Amtsgericht) of Munich under Nr. HRB 269168
</p>
<p>
The European Commision provides a platform for online dispute resolution (ODR): <a href="https://ec.europa.eu/consumers/odr">https://ec.europa.eu/consumers/odr</a>. </br>
We are neither commited nor obliged to participate in dispute resolution before a consumer arbitration board.
</p>
</main>
</body>
</html>