aboutsummaryrefslogtreecommitdiff
path: root/www/termine/2025-11-nistkasten-workshop.nix
diff options
context:
space:
mode:
Diffstat (limited to 'www/termine/2025-11-nistkasten-workshop.nix')
-rw-r--r--www/termine/2025-11-nistkasten-workshop.nix46
1 files changed, 46 insertions, 0 deletions
diff --git a/www/termine/2025-11-nistkasten-workshop.nix b/www/termine/2025-11-nistkasten-workshop.nix
new file mode 100644
index 0000000..a4f4772
--- /dev/null
+++ b/www/termine/2025-11-nistkasten-workshop.nix
@@ -0,0 +1,46 @@
+{ config, ... }:
+{
+ title = "Nistkästen-Bau-Workshop";
+ date.start = "2025-11-14";
+ time.start = "15:00";
+ time.end = "17:00";
+ datetime-range-text = "Freitag, 14.11.2025 ${config.time.start} bis ${config.time.end}";
+ address = {
+ name = "Treffpunkthaus Heimfeld";
+ openstreetmap.node = 6549438363;
+ text = ''
+ Friedrich-Naumann-Straße 9-11
+ 21075 Hamburg
+ '';
+ };
+ description = ''
+ <p>
+ Für Kinder werden alle Kosten von der <a target="_blank" href="https://www.saga.hamburg/">SAGA</a> übernommen.
+ Gerne an Familien weitersagen!
+ Zur Planung ist eine Anmeldung erforderlich.
+ </p>
+ '';
+ aside = "In Kooperation mit dem NABU";
+ data = [
+ {
+ name = "Teilnahme";
+ value = ''kostenlos für Kinder und begeleitende Erwachsene, Erwachsene 10 €'';
+ }
+ {
+ # TODO: Datentyp für E-Mail-Anmeldung
+ name = "Anmeldung";
+ value = ''<a href="mailto:tweidling@proquartier.hamburg">tweidling@proquartier.hamburg</a>'';
+ }
+ ];
+ # TODO: Sammlung für Veranstalter
+ hosts = [
+ {
+ name = "ProQuartier Hamburg";
+ url = "https://proquartier.hamburg";
+ }
+ {
+ name = "NABU-Gruppe Süd";
+ url = "https://hamburg.nabu.de/wir-ueber-uns/stadtteilgruppen/sued";
+ }
+ ];
+}