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 --- .../2026-05-stadtteilfest-organisationstreffen.nix | 36 ++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 www/termine/2026-05-stadtteilfest-organisationstreffen.nix (limited to 'www/termine/2026-05-stadtteilfest-organisationstreffen.nix') 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