From 6f01746d7ee896fc40ae36ebf4eb20aa132339fe Mon Sep 17 00:00:00 2001 From: Stefan Koelle Date: Fri, 14 Aug 2026 12:45:20 +0200 Subject: [PATCH] style and new imprint --- hub/impressum.njk | 52 ++++++++++++++++++++--------------- stefankoelle/assets/style.css | 2 +- 2 files changed, 31 insertions(+), 23 deletions(-) diff --git a/hub/impressum.njk b/hub/impressum.njk index 414ce4c..c930afc 100644 --- a/hub/impressum.njk +++ b/hub/impressum.njk @@ -19,17 +19,17 @@ layout: base.njk

- This website network (hub.moonweb.org, smarthome.moonweb.org and related subdomains) is a private, non-commercial hobby project documenting my home lab, retro-computing and personal coding projects. It is operated from Germany, is not run for profit, and does not offer any goods, services, or advertising. + Scope of this legal notice: This legal notice and the privacy policy below apply to the following websites, all operated by Stefan Kölle: hub.moonweb.org, smarthome.moonweb.org, infra.moonweb.org, code.moonweb.org, retro.moonweb.org, www.moonweb.org, and stefankoelle.de. All of these sites are part of the same personal project network and are covered jointly by this single document. +

+ +

+ The moonweb.org sites document my private home lab, retro-computing and personal coding projects and are non-commercial. stefankoelle.de presents my professional background (CV) as the same author.

Responsible for content according to § 18 (2) MStV: Stefan Kölle, address as above.

-

- A separate professional profile with its own legal notice and privacy policy is available at stefankoelle.de and is referenced from the "About Me" section only as background information about the author; it is operated and hosted independently of moonweb.org. -

-

Privacy Policy

1. Controller

@@ -39,36 +39,44 @@ layout: base.njk Email: info@inseco.de -

2. Purpose of this Website

+

2. Purpose of these Websites

- moonweb.org and its subdomains (hub, smarthome, infra, code, retro) document my private home-lab, home-automation and retro-computing hobby projects for my own reference and for anyone interested in similar topics. This is not a commercial or promotional site. The "About Me" section links out to stefankoelle.de, a separate site with its own legal notice and privacy policy, purely as background information about the author. + The moonweb.org subdomains (hub, smarthome, infra, code, retro) document my private home-lab, home-automation and retro-computing hobby projects. stefankoelle.de presents my professional CV and background as the same person. Both are part of one personal project network and share this legal notice and privacy policy.

-

3. Hosting — Cloudflare Pages

+

3. Hosting

- This website is hosted via Cloudflare Pages, operated by Cloudflare, Inc., 101 Townsend St, San Francisco, CA 94107, USA. To deliver and secure the site, Cloudflare processes connection-level data (e.g. your IP address, request headers) as part of its content delivery and DDoS/security systems. This processing is outside of my direct control and is governed by Cloudflare's own Data Processing Addendum, which incorporates the EU Standard Contractual Clauses (2021) as a safeguard for the transfer of data to the USA. -

-

- Legal basis: Art. 6(1)(f) GDPR (legitimate interest in reliable, secure delivery of the website). -

-

- Cloudflare's privacy policy: see cloudflare.com/privacypolicy. -

-

- I do not run any additional analytics, counter, or tracking mechanism of my own on top of Cloudflare's standard hosting. + Two different hosting providers are used within this network:

-

4. No Tracking, No Cookies, No Analytics

+

a) moonweb.org and subdomains — Cloudflare Pages

- This website does not use cookies, does not set any identifiers on your device, and does not run any analytics, counting pixel, or third-party tracking script. Beyond the technically necessary connection data processed by Cloudflare (see section 3), no personal data about your visit is collected, stored, or evaluated by me. + Hosted via Cloudflare Pages, operated by Cloudflare, Inc., 101 Townsend St, San Francisco, CA 94107, USA. Cloudflare processes connection-level data (e.g. your IP address, request headers) as part of its content delivery and DDoS/security systems. This is governed by Cloudflare's Data Processing Addendum, which incorporates the EU Standard Contractual Clauses (2021) as a safeguard for the transfer of data to the USA. See cloudflare.com/privacypolicy. +

+ +

b) stefankoelle.de — IONOS SE

+

+ Hosted on web space provided by IONOS SE, Elgendorfer Str. 57, 56410 Montabaur, Germany, acting as a processor under Art. 28 GDPR (Data Processing Agreement in place). +

+ +

+ Legal basis for both: Art. 6(1)(f) GDPR (legitimate interest in reliable, secure delivery of the websites). +

+ +

4. No Tracking, No Cookies, No Analytics (current state)

+

+ None of the websites covered by this document currently use cookies, set any identifiers on your device, or run any analytics, counting pixel, or third-party tracking script. Beyond the technically necessary connection data processed by the respective hosting provider (see section 3), no personal data about your visit is collected, stored, or evaluated by me.

No consent banner is shown, because nothing is stored on or read from your device — there is simply nothing that would require your consent under § 25 TDDDG (formerly TTDSG).

+

+ If this changes in the future (e.g. a cookie-free visit counter is added to stefankoelle.de), this document will be updated before it goes live, describing exactly what is collected, why, and for how long. +

5. Contact

- If you email me, your email address, name (if provided) and message content are processed solely to answer your inquiry, based on Art. 6(1)(f) GDPR. + If you email me, your email address, name (if provided) and message content are processed solely to answer your inquiry, based on Art. 6(1)(b) or (f) GDPR depending on the nature of your inquiry (e.g. a job opportunity or a hobby-related question).

6. Your Rights

@@ -89,7 +97,7 @@ layout: base.njk

7. Changes to this Policy

- I may update this policy if the setup of this website network changes, for example if a visit counter or analytics tool is added in the future — I will document any such change here before it goes live. + I may update this policy if the setup of any website in this network changes — for example, if a visit counter or analytics tool is added to stefankoelle.de or to any moonweb.org subdomain. Any such change will be documented here before it goes live.

Last updated: August 2026

diff --git a/stefankoelle/assets/style.css b/stefankoelle/assets/style.css index 1f6356c..4f8b531 100644 --- a/stefankoelle/assets/style.css +++ b/stefankoelle/assets/style.css @@ -80,7 +80,7 @@ p { margin-bottom: 10px; } /* Sections */ .headlinespace { - height: 560px; + height: 720px; padding: 80px; position: relative; }