-
Notifications
You must be signed in to change notification settings - Fork 0
/
imprint.html
52 lines (44 loc) · 2.52 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
<!DOCTYPE HTML>
<html lang="en">
<head>
<title>Fabian Ehlert - Imprint</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta property="og:title" content="Fabian Ehlert - Imprint">
<meta property="og:description" content="Software Engineer based in Germany.">
<link rel="icon" href="assets/favicon.ico" type="image/x-icon">
<link rel="stylesheet" type="text/css" href="css/styles.css">
</head>
<body>
<div class="container">
<div class="content legal">
<h1>Imprint - Legal Disclosure</h1>
<h2>Information in accordance with section 5 TMG</h2>
<p>
Fabian Ehlert
<br>
Postfach 72 02 17
<br>
22159 Hamburg
<br><br>
Mail: <a href="mailto:hello@fabianehlert.com">hello@fabianehlert.com</a>
<br>
Web: <a href="https://fabianehlert.com">https://fabianehlert.com</a>
</p>
<h2>Accountability for content</h2>
<p>
The contents of my pages have been created with the utmost care. However, I cannot guarantee the contents’ accuracy, completeness or topicality. According to statutory provisions, I am furthermore responsible for my own content on these web pages. In this context, please note that I am accordingly not obliged to monitor merely the transmitted or saved information of third parties, or investigate circumstances pointing to illegal activity. My obligations to remove or block the use of information under generally applicable laws remain unaffected by this as per §§ 8 to 10 of the Telemedia Act (TMG).
</p>
<h2>Accountability for links</h2>
<p>
Responsibility for the content of external links (to web pages of third parties) lies solely with the operators of the linked pages. No violations were evident to me at the time of linking. Should any legal infringement become known to me, I will remove the respective link immediately.
</p>
<h2>Copyright</h2>
<p>
My web pages and their contents are subject to German copyright law. Unless expressly permitted by law (§ 44a et seq. of the copyright law), every form of utilizing, reproducing or processing works subject to copyright protection on my web pages requires the prior consent of the respective owner of the rights. Individual reproductions of a work are allowed only for private use, so must not serve either directly or indirectly for earnings. Unauthorized utilization of copyrighted works is punishable (§ 106 of the copyright law).
</p>
</div>
<a class="button" href="javascript:history.back()">Go back</a>
</div>
</body>
</html>