diff options
| author | Valentin <valentin@fricklerhandwerk.de> | 2025-12-16 22:31:29 +0100 |
|---|---|---|
| committer | Valentin <valentin@fricklerhandwerk.de> | 2025-12-20 17:44:07 +0100 |
| commit | 6c54d824d64a752e48d03e98477047629b392003 (patch) | |
| tree | 33ca8a1a2818949af57c5c8fc4f375ae6e7197b5 | |
| parent | ab36912ee135d4897730b31d6e767d51bcf54e40 (diff) | |
Stylesheet auf allen Seiten angeglichen
Dabei kleine Vereinfachungen vorgenommen.
| -rw-r--r-- | www/html/datenschutz.html | 31 | ||||
| -rw-r--r-- | www/html/impressum.html | 66 | ||||
| -rw-r--r-- | www/html/index.html | 2 | ||||
| -rw-r--r-- | www/html/style.css | 4 | ||||
| -rw-r--r-- | www/html/vergangene-termine.html | 3 | ||||
| -rw-r--r-- | www/index.nix | 1 |
6 files changed, 60 insertions, 47 deletions
diff --git a/www/html/datenschutz.html b/www/html/datenschutz.html index b9d1963..ce5e608 100644 --- a/www/html/datenschutz.html +++ b/www/html/datenschutz.html @@ -5,17 +5,23 @@ <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <meta name="viewport" content="width=device-width"> <title>@title@ – Datenschutz</title> - + @stylesheet@ <link rel="shortcut icon" type="image/x-icon" href="/img/Kraniche-dreh-klein.gif"> </head> <body> - <a href="index.html">Zurück</a><br> + <header> + <nav> + <ul> + <li><a href="/">Stadtteilbeirat Heimfeld</a></li> + </ul> + </nav> + </header> <table border="0" cellspacing="2" cellpadding="2" width="100%"> <tbody> <tr> <td valign="top" width="15%"><br> </td> - <td valign="top" width="70%"> + <td class="content" valign="top" width="70%"> <h2>Datenschutzerklärung</h2> <p>Personenbezogene Daten (nachfolgend zumeist nur „Daten“ genannt) werden von uns nur im Rahmen der Erforderlichkeit @@ -164,16 +170,21 @@ href="https://www.ratgeberrecht.eu/leistungen/muster-datenschutzerklaerung.html" href="https://www.ratgeberrecht.eu/datenschutz/datenschutzerklaerung-generator-dsgvo.html"><font size="-1">Anwaltskanzlei Weiß & Partner</font></a></p> </td> - <td valign="top" align="center"><a -href="index.html">Zurück</a> + <td> </td> </tr> </tbody> </table> - <h2><br> - </h2> - <br> - <p align="right"> <br> - </p> + <footer> + <nav> + <ul> + <ul> + <li><a href="/">Stadtteilbeirat Heimfeld</a></li> + <li><a href="impressum.html">Impressum</a></li> + <li><a target="_blank" href="https://git.heimfeld.hamburg/infra">Quellcode</a></li> + </ul> + </nav> + <img src="img/Expose_Page_1_html_44cef0df.gif" alt="ComNetz" width="90" height="60"> + </footer> </body> </html> diff --git a/www/html/impressum.html b/www/html/impressum.html index cdf864e..e7cd775 100644 --- a/www/html/impressum.html +++ b/www/html/impressum.html @@ -5,37 +5,35 @@ <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <meta name="viewport" content="width=device-width"> <title>@title@ – Impressum</title> - + @stylesheet@ <link rel="shortcut icon" type="image/x-icon" href="/img/Kraniche-dreh-klein.gif"> </head> <body> - <a href="index.html">Zurück</a><br> - <blockquote> - <blockquote> - <h1><font face="Bitstream Terminal" size="+3">Impressum / - Kontakt</font></h1> - <br> - <br> - Nicolas Stuebs<br> - Bansenstraße 5A<br> - D-21075 Hamburg-Heimfeld<br> - nicolas.stuebs (at) tharos-net.de<br> - <br> - <p> - <meta http-equiv="content-type" content="text/html; - charset=UTF-8"> - Inhaltlich Verantwortlicher gem. § 55 II RStV : Nicolas Stuebs<br> - <br> - </p> - </blockquote> - </blockquote> + <header> + <nav> + <ul> + <li><a href="/">Stadtteilbeirat Heimfeld</a></li> + </ul> + </nav> + </header> <br> <table border="0" cellspacing="2" cellpadding="2" width="100%"> <tbody> <tr> <td valign="top" width="15%"><br> </td> - <td valign="top" width="70%"> + <td class="content" valign="top" width="70%"> + <h1>Impressum / Kontakt</h1> + + <address> + Nicolas Stuebs<br> + Bansenstraße 5A<br> + D-21075 Hamburg-Heimfeld<br> + nicolas.stuebs (at) tharos-net.de<br> + </address> + <p> + Inhaltlich Verantwortlicher gem. § 55 II RStV : Nicolas Stuebs + </p> <p><strong>Nutzungsbedingungen/Copyright/Haftungsausschluss:</strong></p> <p><em>1. Inhalt des Onlineangebots</em><br> Die Inhalte (Text- und Bildmaterial) werden @@ -155,24 +153,22 @@ Inhalt und ihrer Gültigkeit davon unberührt.<br> <br> </p> - <p><font face="Khmer OS Freehand"><i>Nicolas Stuebs</i></font></p> + <p><i>Nicolas Stuebs</i></p> </td> <td valign="top" width="15%"><br> </td> </tr> - <tr> - <td valign="top"><br> - </td> - <td valign="top"><br> - </td> - <td valign="top" align="center"><a -href="index.html">Zurück</a> - <br> - </td> - </tr> </tbody> </table> - <div align="center"><br> - </div> + <footer> + <nav> + <ul> + <li><a href="/">Stadtteilbeirat Heimfeld</a></li> + <li><a target="_blank" href="https://git.heimfeld.hamburg/infra">Quellcode</a></li> + <li><a href="datenschutz.html">Datenschutz</a></li> + </ul> + </nav> + <img src="img/Expose_Page_1_html_44cef0df.gif" alt="ComNetz" width="90" height="60"> + </footer> </body> </html> diff --git a/www/html/index.html b/www/html/index.html index 00ec727..70d5b43 100644 --- a/www/html/index.html +++ b/www/html/index.html @@ -8,7 +8,7 @@ <meta name="keywords" content="Heimfeld, Stadtteil, Stadtteilbeirat, Beirat, Stadtteilfest, Treffpunkthaus"> <title>@title@</title> <link rel="shortcut icon" type="image/x-icon" href="/img/Kraniche-dreh-klein.gif"> - <link rel="stylesheet" type="text/css" href="style.css"> + @stylesheet@ <script async src="redirects.js"></script> </head> <body> diff --git a/www/html/style.css b/www/html/style.css index aa80e22..ae35f45 100644 --- a/www/html/style.css +++ b/www/html/style.css @@ -79,6 +79,10 @@ div.column, section { flex-direction: column; gap: 1.5pt; } +.content { + background-color: var(--background-secondary); + padding: 1rem; +} .row { padding: 1rem; border: 1pt inset red; diff --git a/www/html/vergangene-termine.html b/www/html/vergangene-termine.html index 29b711c..2e31b72 100644 --- a/www/html/vergangene-termine.html +++ b/www/html/vergangene-termine.html @@ -8,7 +8,7 @@ <meta name="keywords" content="Heimfeld, Stadtteil, Stadtteilbeirat, Beirat, Stadtteilfest, Treffpunkthaus"> <title>@title@ – Vergangene Termine</title> <link rel="shortcut icon" type="image/x-icon" href="/img/Kraniche-dreh-klein.gif"> - <link rel="stylesheet" type="text/css" href="style.css"> + @stylesheet@ </head> <body> <header> @@ -331,6 +331,7 @@ <footer> <nav> <ul> + <li><a href="/">Stadtteilbeirat Heimfeld</a></li> <li><a href="impressum.html">Impressum</a></li> <li><a target="_blank" href="https://git.heimfeld.hamburg/infra">Quellcode</a></li> <li><a href="datenschutz.html">Datenschutz</a></li> diff --git a/www/index.nix b/www/index.nix index 0d84ec3..e2e6528 100644 --- a/www/index.nix +++ b/www/index.nix @@ -9,6 +9,7 @@ inherit (lib) mkOption types; replacements = { "@title@" = config.title; + "@stylesheet@" = ''<link rel="stylesheet" type="text/css" href="style.css">''; }; replace = file: with lib; replaceStrings (attrNames replacements) (attrValues replacements) file; in |
