-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
66 lines (61 loc) · 3.36 KB
/
about.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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Rainbowlabs - Legal Disclosure</title>
<!-- Google Press Start 2P Font -->
<link href="https://fonts.googleapis.com/css?family=Press+Start+2P" rel="stylesheet">
<!-- latest NES.css -->
<link href="https://unpkg.com/nes.css@latest/css/nes.min.css" rel="stylesheet" />
<link href="./styles/styles.css" rel="stylesheet" />
<style>
html, body, pre, code, kbd, samp {
font-family: "Press Start 2P";
}
</style>
</head>
<body>
<div id="header">
<div class="body-content nes-container with-title is-centered is-rounded" id="header_nes_container">
<p class="title">Rainbowlabs</p>
<p><span class="nes-text is-warning">Welcome to the Rainbowlabs website</span></p>
<br>
<a href="/">
<button type="button" name="button" id="button_startseite" class="nes-btn is-primary">Home</button>
</a>
<a href="/about.html">
<button type="button" name="button" id="btn_legal-disclosure" class="nes-btn is-primary">About us</button>
</a>
</div>
</div>
<div class="body-content">
<div class="nes-container with-title is-centered is-rounded">
<p class="title">Legal Disclosure</p>
<h1>Legal Disclosure</h1>
Information in accordance with Section 5 TMG
<br><br>Christoph Pelzer<br>North Rhine-Westphalia<br>
<h2>Contact Information</h2>
E-Mail: <a href="mailto:[email protected]">[email protected]</a><br>Internet address: <a href="rainbowlabs.org" target="_blank">rainbowlabs.org</a><br><br>
<h2>Disclaimer</h2>
Accountability for content<br>
The contents of our pages have been created with the utmost care. However, we cannot guarantee the contents'
accuracy, completeness or topicality. According to statutory provisions, we are furthermore responsible for
our own content on these web pages. In this matter, please note that we are not obliged to monitor
the transmitted or saved information of third parties, or investigate circumstances pointing to illegal activity.
Our 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).
<br><br>Accountability for links<br>
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 us at the time of linking. Should any legal infringement become known to us, we will remove the respective
link immediately.<br><br>Copyright<br> Our web pages and their contents are subject to German copyright law. Unless
expressly permitted by law, every form of utilizing, reproducing or processing
works subject to copyright protection on our web pages requires the prior consent of the respective owner of the rights.
Individual reproductions of a work are only allowed for private use.
The materials from these pages are copyrighted and any unauthorized use may violate copyright laws.
<br><br>
<i>Source: </i><a href="http://www.translate-24h.de" target="_blank">Englisch-Übersetzung translate-24h.de</a> <br><br>
</div>
</div>
</body>
</html