-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathimprint.html
More file actions
129 lines (116 loc) · 5.44 KB
/
imprint.html
File metadata and controls
129 lines (116 loc) · 5.44 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
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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1.0, user-scalable=no"/>
<meta name="theme-color" content="#00D1A2">
<title>Neuronizer</title>
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico"/>
<!-- CSS -->
<link href="min/plugin-min.css" type="text/css" rel="stylesheet">
<link href="min/custom-min.css" type="text/css" rel="stylesheet">
<link href="css/style.css" type="text/css" rel="stylesheet">
</head>
<body id="top" class="scrollspy">
<!-- Pre Loader -->
<div id="loader-wrapper">
<div id="loader"></div>
<div class="loader-section section-left"></div>
<div class="loader-section section-right"></div>
</div>
<!--Navigation-->
<div class="navbar-fixed">
<nav id="nav_f" class="default_color" role="navigation">
<div class="container">
<div class="nav-wrapper">
<a href="/#"><img class="responsive-img logo-nav-image hide-on-med-and-down" src="img/neuronizer48.png" /></a>
<a href="#" id="logo-container" class="brand-logo">Neuronizer</a>
<ul class="right hide-on-med-and-down">
<li><a href="./#vision">Vision</a></li>
<li><a href="./#survey">Survey</a></li>
<li><a href="/imprint.html">Imprint</a></li>
<li><a class="gplay" href='https://play.google.com/store/apps/details?id=de.djuelg.neuronizer'><img class="gplay" alt='Get it on Google Play' src='https://play.google.com/intl/en_us/badges/images/generic/en_badge_web_generic.png'/></a></li>
</ul>
<ul id="nav-mobile" class="side-nav">
<li><a href="/#"><img class="responsive-img logo-nav-image" src="img/neuronizer48.png" /></a>
</li>
<li><a href="./#vision">Vision</a></li>
<li><a href="./#survey">Survey</a></li>
<li><a href="/imprint.html">Imprint</a></li>
<li><a href="https://play.google.com/store/apps/details?id=de.djuelg.neuronizer" target="_blank">Get it on Google Play</a></li>
</ul>
<a href="#" data-activates="nav-mobile" class="button-collapse"><i class="mdi-navigation-menu"></i></a>
</div>
</div>
</nav>
</div>
<!--imprint-->
<div id="vision" class="section scrollspy">
<div class="container">
<div class="row">
<div class="col s12">
<h3 class="header text_h2">Imprint (under German law)</h3>
<h4>Disclosures in accordance to § 5 TMG:</h4>
<p>
Dominik Jülg<br />
Albtalstraße 3<br />
76137 Karlsruhe
</p>
<h4>Contact:</h4>
<p>
Phone: 07841/21590<br />
E-Mail: juelg.dominik@gmail.com
</p>
<p>
We are not willing or obliged to engage in dispute settlement proceedings of a
Consumer Complaint Office.
</p>
<h4>Contradiction advertising mails</h4>
<p>
The use of contact data published within the scope of the imprint obligation to contact the
sending of unsolicited advertisements and information material
is hereby contradicted. The operators of the pages expressly reserve the right to
legal action in the event of unsolicited mailing of promotional information,
e. g. by spam e-mails.
</p>
<p>
Source (translated): <a href="https://www.e-recht24.de">eRecht24</a>
</p>
</div>
</div>
</div>
</div>
<!--Footer-->
<footer class="page-footer default_color" id="contact">
<div class="container">
<div class="row">
<div class="col l6 s12">
<h5 class="white-text">Contact the developer</h5>
<p class="grey-text text-lighten-4">
@djuelg<br/>
Dominik Jülg<br/>
E-Mail: <a class="link" href="mailto:djuelg@myapps2go.de">djuelg@myapps2go.de</a>
</p>
</div>
<div class="col l4 offset-l2">
<h5 class="white-text">Links</h5>
<ul>
<li><a class="link" href="https://github.com/djuelg">Follow me at Github</a></li>
<li><a class="link" href="https://github.com/djuelg/Neuronizer">Check out the Neuronizer source code</a></li>
<li><a class="link" href="https://play.google.com/store/apps/details?id=de.djuelg.neuronizer">Get Neuronizer on Google Play</a></li>
</ul>
</div>
</div>
</div>
<div class="footer-copyright darken-3">
<div class="container white-text">
© 2017 djuelg
<a class="link right" href="#">Back to Top</a>
</div>
</div>
</footer>
<!-- Scripts-->
<script src="min/plugin-min.js"></script>
<script src="min/custom-min.js"></script>
</body>
</html>