diff --git a/index.html b/index.html index af171d6..39b9cfd 100644 --- a/index.html +++ b/index.html @@ -28,7 +28,10 @@ diff --git a/licenses.html b/licenses.html index 866e217..068a305 100644 --- a/licenses.html +++ b/licenses.html @@ -39,6 +39,7 @@

Zurück zur Hauptseite + · Datenschutz

diff --git a/privacy.html b/privacy.html new file mode 100644 index 0000000..65ff466 --- /dev/null +++ b/privacy.html @@ -0,0 +1,41 @@ + + + + + + + + Niklas Elsbrock – Datenschutz + + + + + + + +
+

Datenschutz

+ +

Verantwortlich für diese Website ist

+ +
+ Niklas Elsbrock
+ mail@nelsbrock.de +
+ +

Keine Erfassung von Besucherinformationen

+ +

+ Beim Besuch der Website unter www.nelsbrock.de werden keine + personenbezogenen Daten verarbeitet. Zugriffsprotokolle sind + deaktiviert. +

+ +
+ +

+ Zurück zur Hauptseite +

+
+ + diff --git a/resources/style.css b/resources/style.css index ad697cf..176dbb9 100644 --- a/resources/style.css +++ b/resources/style.css @@ -137,6 +137,7 @@ html { font-size: 20px; + scrollbar-width: none; } html, @@ -172,6 +173,7 @@ hr { main { animation: fadeIn ease 1s; animation-iteration-count: 1; + margin: 2em; } .card { @@ -229,7 +231,6 @@ main { .card nav li::after { width: 0; float: right; - display: inline-block; content: "\f100"; font-family: 'Font Awesome 6 Free Solid'; opacity: 0; @@ -279,8 +280,9 @@ main { footer { position: absolute; right: 0; - bottom: 0; - margin: 0.25rem; + top: 100%; + padding: 0.25rem; + text-align: right; font-size: 0.6rem; color: var(--footer-text-color); }