-
Notifications
You must be signed in to change notification settings - Fork 0
/
legal.html
102 lines (90 loc) · 4.76 KB
/
legal.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
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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Legal Notice ‒ devicez.de</title>
<meta name="viewport" content="initial-scale=1"/>
<meta name="description" content="Free & open-source device management system"/>
<meta property="og:url" content="https://devicez.de/"/>
<meta property="og:title" content="Legal Notice ‒ devicez.de"/>
<meta property="og:description" content="Free & open-source device management system"/>
<meta property="og:image" content="https://devicez.de/assets/img/logo.png"/>
<meta property="og:type" content="website"/>
<meta property="og:locale" content="en_US"/>
<meta name="robots" content="noindex">
<link rel="shortcut icon" type="image/webp" href="assets/img/logo.webp"/>
<link rel="stylesheet" href="/assets/css/style.css">
<!-- Matomo -->
<script>
var _paq = window._paq = window._paq || [];
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
_paq.push(['trackPageView']);
_paq.push(['enableLinkTracking']);
(function() {
var u="//matomo.elektronisch.dev/";
_paq.push(['setTrackerUrl', u+'matomo.php']);
_paq.push(['setSiteId', '2']);
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
g.async=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s);
})();
</script>
<!-- End Matomo Code -->
</head>
<body>
<h1>Legal Notice</h1>
<p><a href="/">← Back</a></p>
<h2>Information in accordance with<br/> § 5 of the German Telemedia Act (TMG)</h2>
<p>Linus Groschke<br/>
Am Fischertor 8<br/>
86152 Augsburg<br/>
Germany<br/>
</p>
<h2>Contact</h2>
<p>Phone: +49 151 17636248<br/>
E-Mail: <a href="javascript:decodeMail('Y29udGFjdEBkZXZpY2V6LmRl')">contact(at)devicez.de</a></p>
<h2>Disclaimer</h2>
<b>Liability for content</b>
<p>The contents of our pages were created with the utmost care. For the accuracy, completeness and timeliness of the
contents, however, we can not guarantee. As a service provider, we are responsible for our own content on these
pages under own contents on these pages according to the general laws. According to §§ 8 to 10 TMG, we are as a
service provider are not obligated to monitor transmitted or stored information or to investigate circumstances that
indicate illegal activity. Obligations to remove or blocking the use of information under the general laws remain
unaffected. A liability in this respect liability is only possible from the time of knowledge of a specific
infringement. If we become aware of infringements, we will remove this content immediately.
</p>
<b>Copyright</b>
<p>
The content and works created by the site operators on these pages are subject to German copyright law. The
reproduction, editing, distribution and any kind of exploitation outside the limits of copyright require the written
consent of the respective author or creator. Downloads and copies of this site are only permitted for private,
non-commercial use. Insofar as the content on this site was not created by the operator, the copyrights of third
parties are respected. In particular, third-party content is identified as such. Should you nevertheless become
aware of a copyright infringement, please inform us accordingly. If we become aware of any infringements, we will
remove such content immediately.
</p>
<b>Privacy</b>
<p>
The use of our website is generally possible without providing personal data. Insofar as personal data (for example
name, address or e-mail addresses) is collected on our pages, this is always done, as far as possible, on a
voluntary basis. This data will not be passed on to third parties without your express consent. We point out that
data transmission over the Internet (eg communication by e-mail) security gaps. A complete protection of data
against access by third parties is not possible. The use of contact data published within the framework of the
imprint obligation by third parties for the purpose of sending unsolicited advertising and information material is
hereby expressly prohibited. The operators of the pages expressly reserve the right to take legal action in the
event of the unsolicited sending of advertising information, such as spam e-mails.
</p>
<footer>
<p>© devicez.de - All rights reserved.<br/>
<small>
<a href="https://github.com/DevicezApp/website" target="_blank">Source on GitHub</a> ‒
<a href="/legal">Legal Notice</a>
</small>
</p>
</footer>
<script>
function decodeMail(encoded) {
const address = atob(encoded);
window.location.href = 'mailto:' + address;
}
</script>
</body>
</html>