fixes #30
This commit is contained in:
parent
d24d0ae2c4
commit
3d72ef04c6
5 changed files with 113 additions and 1 deletions
73
html/files.natenom.com_datenschutz.html
Normal file
73
html/files.natenom.com_datenschutz.html
Normal file
|
@ -0,0 +1,73 @@
|
|||
<html lang="de-DE">
|
||||
<head>
|
||||
<title>Datenschutz</title>
|
||||
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
<link rel="preload" href="/pages/files.natenom.com_datenschutz.css" as="style">
|
||||
<link rel="stylesheet" href="/pages/files.natenom.com_datenschutz.css">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<!-- Do not touch this file. It is handled via https://git.vrifox.cc/vrifox/natenom-websites/ -->
|
||||
|
||||
<!-- Include nom_globaltopbar -->
|
||||
<div class="nom_globaltopbar">
|
||||
<ul class="nom_globaltopbar-inner left">
|
||||
<li><a href="https://www.natenom.com/" title="Infos über Natenom" target="_top">Über Natenom</a>
|
||||
<li><span class="separator"></span>
|
||||
<li><a href="https://blog.natenom.com/" title="Natenoms Blog" target="_top">Blog</a></li>
|
||||
<li><a href="https://wiki.natenom.de/" title="Mein Wiki" target="_top">Wiki</a>
|
||||
<li><a href="https://files.natenom.com/" title="Dateiablage" target="_top">Dateien</a>
|
||||
<li><span class="separator"></span>
|
||||
<li><a href="https://wiki.natenom.de/ueber/natemologie-zentrum" title="Mumble-Server Natemologie-Zentrum" target="_top">Mumble</a>
|
||||
<li><span class="separator"></span>
|
||||
<li><a href="/datenschutz/" title="Datenschutz" target="_top">Datenschutz</a>
|
||||
<li><a href="https://www.natenom.com/impressum/" title="Impressum" target="_top">Impressum</a>
|
||||
</ul>
|
||||
<ul class="nom_globaltopbar-inner right">
|
||||
<li><a rel="me" href="https://twitter.com/natenom" target="_top">Twitter</a></li>
|
||||
<li><a rel="me" href="https://social.anoxinon.de/@natenom" target="_top">Mastodon</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<!-- End of nom_globaltopbar include -->
|
||||
|
||||
<main class="datenschutz">
|
||||
<div class="container">
|
||||
<h1>Datenschutzerklärung</h1>
|
||||
<p>Gültig für files.natenom.com.</p>
|
||||
<p>Ich habe grundsätzlich kein Interesse daran, irgendwelche Daten zu speichern. Ich will sie weder auswerten noch irgendwelche Zugriffsstatistiken daraus erstellen.</p>
|
||||
<p>Doch leider ist es technisch notwendig, dass man zumindest ein paar Logdateien z. B. über die Zugriffe auf einen (Web-)Server hat, um z. B. Bots oder merkwürdige Zugriffe erkennen und/oder sperren zu können. In diesem Rahmen werden daher technisch notwendige Daten gespeichert und nach kurzer Zeit automatisch gelöscht.</p>
|
||||
|
||||
<h2>Datenerhebung</h2>
|
||||
<p>Es werden die folgenden Daten erfasst und gespeichert:</p>
|
||||
<ul>
|
||||
<li>Browsertyp und -version</li>
|
||||
<li>verwendetes Betriebssystem</li>
|
||||
<li>abgerufene URL</li>
|
||||
<li>heruntergeladene/angefragte Dateien</li>
|
||||
<li>Referrer URL (die vorher besuchte Seite, auf der man auf den Link zu meiner Webseite geklickt hat; falls der Browser diese Daten überhaupt sendet)</li>
|
||||
<li>IP-Adresse des zugreifenden Rechners</li>
|
||||
<li>Zeitpunkt des Abrufs</li>
|
||||
</ul>
|
||||
<p>Diese gespeicherten Daten werden nicht an Dritte weitergegeben und sie werden nach drei Tagen automatisch gelöscht.</p>
|
||||
|
||||
<h2>Cookies</h2>
|
||||
<p>Auf files.natenom.com werden keine Cookies verwendet.</p>
|
||||
|
||||
<h2>Verschlüsselung</h2>
|
||||
<p>Die Kommunikation zu meinem (Web-)Server findet immer verschlüsselt statt. Wenn ein Benutzer meinen (Web-)Server ohne Verschlüsselung kontaktiert, so wird der Benutzer automatisch auf die verschlüsselte Version weitergeleitet.</p>
|
||||
|
||||
<h2>Auskunftsrecht</h2>
|
||||
<p>Im Rahmen gesetzlicher Auskunftsansprüche kann ich dir gerne mitteilen, welche Daten ich von dir gespeichert habe.</p>
|
||||
<p>Die Daten zur Kontaktaufnahme findest du im Impressum.</p>
|
||||
<p>Da jedoch für files.natenom.com nur Serverlogfiles existieren, die kurzfristig und automatisch gelöscht werden (siehe oben), habe ich wohl keine Informationen über dich.</p>
|
||||
|
||||
<h2>Löschen</h2>
|
||||
<p>Im Rahmen gesetzlicher Ansprüche kannst mich gerne kontaktieren, wenn ich deine Daten löschen soll.</p>
|
||||
<p>Die Daten zur Kontaktaufnahme findest du im Impressum.</p>
|
||||
</div>
|
||||
</main>
|
||||
</body>
|
||||
</html>
|
17
scss/files.natenom.com_datenschutz.scss
Normal file
17
scss/files.natenom.com_datenschutz.scss
Normal file
|
@ -0,0 +1,17 @@
|
|||
|
||||
//
|
||||
// settings
|
||||
//
|
||||
|
||||
$type: files;
|
||||
|
||||
//
|
||||
// import
|
||||
//
|
||||
|
||||
@import 'import/colors.scss';
|
||||
|
||||
@import 'import/edit-warning.scss';
|
||||
@import 'import/files_datenschutz.scss';
|
||||
|
||||
@import 'import/nom_globaltopbar.scss'; // @natenom: remove this to disable globaltopbar
|
|
@ -3,6 +3,7 @@ body {
|
|||
color: $white;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
margin: 0;
|
||||
min-height: 100vh;
|
||||
h1 {
|
||||
|
|
21
scss/import/files_datenschutz.scss
Normal file
21
scss/import/files_datenschutz.scss
Normal file
|
@ -0,0 +1,21 @@
|
|||
body {
|
||||
background: $blog_body-bg;
|
||||
color: $white;
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
margin: 0;
|
||||
a {
|
||||
color: $nom_blue-light;
|
||||
&:hover {
|
||||
text-decoration: none;
|
||||
}
|
||||
}
|
||||
main {
|
||||
font-size: 18px;
|
||||
line-height: 31px;
|
||||
margin: 80px 20px;
|
||||
.container {
|
||||
margin: 0 auto;
|
||||
max-width: 580px;
|
||||
}
|
||||
}
|
||||
}
|
Reference in a new issue