From cfd4637f4ab490e9d7bc1366ff89eee84c2f7e6e Mon Sep 17 00:00:00 2001 From: Ludwig Lehnert Date: Wed, 16 Apr 2025 15:33:57 +0200 Subject: [PATCH] changed imprint and impressum --- www/imprint/index.php | 140 ++++++++++++++++++--------------- www/index.php | 4 +- www/lib/css/default.css | 1 + www/lib/css/stars.css | 2 +- www/privacy/index.php | 168 ++++++++++++++++++++++------------------ 5 files changed, 176 insertions(+), 139 deletions(-) diff --git a/www/imprint/index.php b/www/imprint/index.php index b5bf732..45e893d 100644 --- a/www/imprint/index.php +++ b/www/imprint/index.php @@ -1,82 +1,98 @@ - + - - + + - Privacy Policy + Imprint -
-

Impressum
Imprint

- -
+
cat impressum.txt
+

# Angaben gemäß §5 TMG

+

Ludwig Lehnert
Zedernstr. 41
90441 Nürnberg

+ +

# Kontaktdaten

+

E-Mail: info@lehnert.dev

+ +

# Verantwortlich für die Inhalte (§ 55 Abs. 2 RStV)

+

Ludwig Lehnert
Gleiche Adresse wie oben

+ +

# Haftungsausschluss

+

Dies ist eine persönliche Webseite ohne kommerzielle Absichten.

+ +
cat imprint.txt
+ +

# Legal info required by § 5 TMG

+

Ludwig Lehnert
Zedernstr. 41
90441 Nuremberg
Germany

+ +

# Contact details

+

Email: info@lehnert.dev

+ +

# Content responsibility (§ 55 Abs. 2 RStV)

+

Ludwig Lehnert
Same address as above

+ +

# Disclaimer

+

This is a personal website with no commercial intent.

+ +
exitI
\ No newline at end of file diff --git a/www/index.php b/www/index.php index 3e0c251..d70a8b5 100644 --- a/www/index.php +++ b/www/index.php @@ -38,7 +38,6 @@ usort($blogs, function ($a, $b) { main { color: white; - font-family: "Inter", sans-serif; pointer-events: none; } @@ -121,11 +120,12 @@ usort($blogs, function ($a, $b) { .blog-entry { width: min(90vw, 600px); - background: #303050; + background: rgba(32, 32, 54, 0.49); border-left: 4px solid #00ffff; border-radius: 12px; box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3); padding: 1rem; + backdrop-filter: blur(3px); } .blog-entry * { diff --git a/www/lib/css/default.css b/www/lib/css/default.css index e736847..ee7e08e 100644 --- a/www/lib/css/default.css +++ b/www/lib/css/default.css @@ -2,6 +2,7 @@ html, body { /* min-width: 100vw; */ min-height: max(100%, 100vh); + font-family: 'Noto Sans', 'Inter', sans-serif; } * { diff --git a/www/lib/css/stars.css b/www/lib/css/stars.css index a57d7c2..5371f1b 100644 --- a/www/lib/css/stars.css +++ b/www/lib/css/stars.css @@ -22,7 +22,7 @@ #stars-container>* { animation: fadeIn 1s forwards; - transition-duration: 500ms; + /* transition-duration: 500ms; */ } diff --git a/www/privacy/index.php b/www/privacy/index.php index 6277242..60ce941 100644 --- a/www/privacy/index.php +++ b/www/privacy/index.php @@ -1,107 +1,127 @@ - + - - - - - + + Privacy Policy -
-

Datenschutzerklärung
Privacy Policy

- -
+
+

Datenschutzerklärung

+

Verantwortliche Stelle

+

Ludwig Lehnert
Zedernstr. 41
90441 Nürnberg

E-Mail: privacy@lehnert.dev

+ +

Erhobene Daten

+

Diese Website erhebt keine personenbezogenen Daten über Formulare oder Tracking-Dienste. Es werden keine + Cookies verwendet und keine Drittanbieter-Analyse-Tools eingebunden.

+ +

Server-Hosting

+

Die Website wird auf einem Server der Hetzner Online GmbH (Industriestr. 25, 91710 Gunzenhausen, Deutschland) + gehostet. Es besteht ein Auftragsverarbeitungsvertrag gemäß Art. 28 DSGVO.

+ +

Zugriffsprotokolle

+

Beim Zugriff auf die Website speichert der Webserver automatisch technische Protokolle (sogenannte Logfiles), + die Ihre IP-Adresse und den Zeitpunkt des Zugriffs enthalten. Diese Daten werden ausschließlich zur + Fehlererkennung, Sicherheit und statistischen Zwecken verwendet und nach spätestens 90 Tagen automatisch + gelöscht.

+ +

Ihre Rechte

+

Sie haben das Recht auf Auskunft, Berichtigung, Löschung und Einschränkung der Verarbeitung Ihrer + personenbezogenen Daten sowie ein Widerspruchsrecht gegen die Verarbeitung. Kontaktieren Sie mich gerne per + E-Mail.

+ + +
+ +
+

Privacy Policy

+ +

Controller

+

Ludwig Lehnert
Zedernstr. 41
90441 Nuremberg
Germany

Email: privacy@lehnert.dev

+ +

Data Collected

+

This website does not collect personal data via forms, cookies, or third-party tracking tools. No analytics + services are used.

+ +

Server Hosting

+

The site is hosted on infrastructure provided by Hetzner Online GmbH (Industriestr. 25, 91710 Gunzenhausen, + Germany). A data processing agreement in accordance with Art. 28 GDPR is in place.

+ +

Access Logs

+

When visiting the site, the server automatically stores access logs containing your IP address and timestamp. + These logs are only used for debugging, security, and statistical purposes, and are automatically deleted + after a maximum of 90 days.

+ +

Your Rights

+

You have the right to request information about your data, have it corrected or deleted, or restrict its + processing. You may also object to certain uses. Feel free to reach out via email.

+ + +