From 7a7ab1cf9a97ee7dd530e4ab1aa91274c1a08f6b Mon Sep 17 00:00:00 2001 From: Valentin Date: Thu, 14 May 2026 19:34:48 +0200 Subject: Neue Informationen zum Stadtteilfest --- www/html/index.html | 4 +++ www/index.nix | 2 +- .../2026-05-stadtteilfest-organisationstreffen.nix | 36 ++++++++++++++++++++++ 3 files changed, 41 insertions(+), 1 deletion(-) create mode 100644 www/termine/2026-05-stadtteilfest-organisationstreffen.nix diff --git a/www/html/index.html b/www/html/index.html index ebebf1d..e6cea28 100644 --- a/www/html/index.html +++ b/www/html/index.html @@ -57,6 +57,10 @@

Stadtteilfest

Samstag, 13. Juni 2026

+ +

Flyer mit Einladung

+

Anmeldeformular für Stände

+

Weitere Informationen auf stadtteilfest.org

diff --git a/www/index.nix b/www/index.nix index 5b78d40..6286bc6 100644 --- a/www/index.nix +++ b/www/index.nix @@ -69,7 +69,7 @@ in { title = "Stadtteilbeirat Heimfeld"; - published = "2026-03-30"; + published = "2026-05-14"; events = with lib; listToAttrs ( diff --git a/www/termine/2026-05-stadtteilfest-organisationstreffen.nix b/www/termine/2026-05-stadtteilfest-organisationstreffen.nix new file mode 100644 index 0000000..4276528 --- /dev/null +++ b/www/termine/2026-05-stadtteilfest-organisationstreffen.nix @@ -0,0 +1,36 @@ +{ config, ... }: +{ + title = "Stadtteilfest Organisationstreffen"; + date.start = "2026-05-21"; + time.start = "18:30"; + datetime-range-text = "Donnerstag, 21.05.2026 ${config.time.start}"; + address = { + name = "Treffpunkthaus Heimfeld"; + openstreetmap.node = 6549438363; + text = '' + Friedrich-Naumann-Straße 9-11 + 21075 Hamburg + ''; + }; + description = '' +

Aufruf an alle – wir suchen:

+ + ''; + links = [ + { + text = "Flyer: Einladung zum Stadtteilfest Heimfeld am 13. Juni 2026"; + url = "https://drive.google.com/file/d/1xLsrNbdDZBpNyRAdvnainfkTXCBKqvuk/view?usp=sharing"; + } + { + text = "Formular zur Anmeldung von Angeboten, zum Ausdrucken oder Weiterleiten"; + url = "https://drive.google.com/file/d/1Z73uBSS7WwjCBer8BhIqfphWW5ZNs_S4/view"; + } + ]; +} -- cgit v1.3.1