bovender/privacy.html

50 lines
2.0 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Privacy statement</title>
<meta name="author" content="Daniel Kraus (bovender)">
<meta name="robots" content="index, follow">
<meta name="description" content="Daniel Kraus' personal privacy statement.">
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/bootstrap-theme.min.css" rel="stylesheet">
<link href="css/bovender.css" rel="stylesheet">
</head>
<body>
<div class="container">
<div class="row">
<div class="col-md-12" lang="de">
<h1>
Datenschutzerklärung
<small>privacy statement</small>
</h1>
</div>
<div class="col-md-6">
<p>
Auf <code>www.bovender.de</code> erfolgt keine Verarbeitung personenbezogener Daten.
Besuche dieser Seite werden anonymisiert statistisch erfaßt (<a href="/piwik">www.bovender.de/piwik</a>);
dabei wird mittels Verkürzung der IP-Adresse des Besuchers auf 2 von 4 Bytes eine
persönliche Identifizierung unmöglich gemacht. Tracking-Cookies werden nicht eingesetzt.
</p>
</div>
<div class="col-md-6" lang="en">
<p>
<code>www.bovender.de</code> does not collect or process
personal data. Visits to the site are recorded in an
anonymous fashion
(<a href="/piwik">www.bovender.de/piwik</a>) with IP
addresses shortened to 2 out of 4 bytes, which makes it
impossible to identify individual visitors.
This site does not use tracking cookies.
</p>
</div>
</div>
</div>
<script src="js/matomo.js"></script>
<noscript><p><img src="//www.bovender.de/piwik/piwik.php?idsite=1" class="no-border" alt="" /></p></noscript>
</body>
</html>
<!-- vim: set tw=72 ai et ts=2 sw=2 sts=-1 fo+=tqn: -->