Skip to content

Commit 6b15728

Browse files
MHerbstkaikreuzer
authored andcommitted
GDPR (#9)
* New imprint incl. conversion to markdown * Added cookie consent banner * GDPR compliant PP and conversion to Mardown
1 parent b64dc11 commit 6b15728

File tree

6 files changed

+338
-110
lines changed

6 files changed

+338
-110
lines changed

_includes/commonjs.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,8 @@
99
<!-- Bootstrap Core JavaScript -->
1010
<script src="{{ url_base }}/js/bootstrap.min.js"></script>
1111

12+
<!-- Cookie Consent -->
13+
<script type="text/javascript" id="cookieinfo" src="/js/cookieinfo.min.js" data-bg="#333" data-fg="#FFFFFF" data-divlinkbg="#ff4900" data-divlink="#ddd" data-link="#66A5D6" data-linkmsg="Privacy Policy" data-moreinfo="/privacy.html" data-cookie="CookieInfoScript" data-text-align="left" data-close-text="OK">
14+
</script>
15+
1216
{% include pagescript.html %}

imprint.html

Lines changed: 0 additions & 34 deletions
This file was deleted.

imprint.md

Lines changed: 68 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,68 @@
1+
---
2+
layout: default
3+
title: Imprint
4+
---
5+
<!-- Page Heading/Breadcrumbs -->
6+
<div class="row">
7+
<div class="col-lg-12">
8+
<h1 class="page-header">Imprint
9+
</h1>
10+
<ol class="breadcrumb">
11+
<li><a href="index.html">Home</a>
12+
</li>
13+
<li class="active">Imprint</li>
14+
</ol>
15+
</div>
16+
</div>
17+
18+
### This Site is operated by
19+
20+
<address>
21+
<p>openHAB Foundation e.V.<br />Kollwitzweg 10<br />64372 Ober-Ramstadt</p>
22+
</address>
23+
<p><i class="fa fa-phone"></i> +49 (6154) 603-9765</p>
24+
<p><i class="fa fa-envelope-o"></i> <a href="mailto:[email protected]">[email protected]</a></p>
25+
26+
Information provided according to Sec. 5 German Telemedia Act (TMG)
27+
28+
### Executive Board
29+
30+
<p>Kai Kreuzer, President<br />Dan Cunningham, Vice President<br />Hans-Jörg Merk, Chief Financial Officer</p>
31+
<p>Register of Associations: Darmstadt 83855</p>
32+
33+
### Privacy Statement
34+
35+
openHAB Foundation respects your desire for privacy. Please see our [Privacy Policy](/privacy.html)
36+
regarding the use of our website and the mobile reference applications.
37+
38+
### Trademarks
39+
40+
openHAB is a registered trademark of Kai Kreuzer in the EU, the US and other countries.
41+
42+
Rules for the re-use of the openHAB logo can be found [here](https://www.openhab.org/about/logos.html).
43+
44+
### Liability for Contents
45+
46+
As service providers, we are liable for own contents of these websites according to
47+
Sec. 7, paragraph 1 German Telemedia Act (TMG). However, according to Sec. 8 to 10
48+
German Telemedia Act (TMG), service providers are not obligated to permanently monitor
49+
submitted or stored information or to search for evidences that indicate illegal activities.
50+
51+
Legal obligations to removing information or to blocking the use of information remain
52+
unchallenged. In this case, liability is only possible at the time of knowledge about a
53+
specific violation of law. Illegal contents will be removed immediately at the time we
54+
get knowledge of them.
55+
56+
### Liability for Links
57+
58+
Our offer includes links to external third party websites. We have no influence on the
59+
contents of those websites, therefore we cannot guarantee for those contents. Providers
60+
or administrators of linked websites are always responsible for their own contents.
61+
62+
The linked websites had been checked for possible violations of law at the time of the
63+
establishment of the link. Illegal contents were not detected at the time of the
64+
linking.
65+
66+
A permanent monitoring of the contents of linked websites cannot be imposed
67+
without reasonable indications that there has been a violation of law. Illegal links
68+
will be removed immediately at the time we get knowledge of them.

js/cookieinfo.min.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

privacy.html

Lines changed: 0 additions & 76 deletions
This file was deleted.

0 commit comments

Comments
 (0)