diff options
| author | Valentin <valentin@fricklerhandwerk.de> | 2026-01-18 22:21:54 +0100 |
|---|---|---|
| committer | Valentin <valentin@fricklerhandwerk.de> | 2026-01-18 22:21:54 +0100 |
| commit | a14512850b628b2e79e257b63699d6d0481975bf (patch) | |
| tree | 0fd0544e12156888b0581ac138e7e0e7bb22c24f /www | |
| parent | 1bdbada4a516606b57f246ee6fe178ad2cc82008 (diff) | |
Termin Staddteilfest aktualisiert
Diffstat (limited to 'www')
| -rw-r--r-- | www/html/index.html | 2 | ||||
| -rw-r--r-- | www/termine/2026-02-stadtteilfest-organisationstreffen.nix | 21 |
2 files changed, 22 insertions, 1 deletions
diff --git a/www/html/index.html b/www/html/index.html index b05d1ef..3b713b9 100644 --- a/www/html/index.html +++ b/www/html/index.html @@ -48,7 +48,7 @@ </div> <div class="row"> <p class="news">Stadtteilfest</p> - <p class="highlight big">6. Juni 2026</p> + <p class="highlight big">Samstag, 13. Juni 2026</p> </div> <div class="row"> <table border="0" cellpadding="0" cellspacing="0"> diff --git a/www/termine/2026-02-stadtteilfest-organisationstreffen.nix b/www/termine/2026-02-stadtteilfest-organisationstreffen.nix new file mode 100644 index 0000000..70ba028 --- /dev/null +++ b/www/termine/2026-02-stadtteilfest-organisationstreffen.nix @@ -0,0 +1,21 @@ +{ config, ... }: +{ + title = "Stadtteilfest Organisationstreffen"; + date.start = "2026-02-10"; + time.start = "18:30"; + datetime-range-text = "Dienstag, 10.02.2026 ${config.time.start}"; + address = { + name = "Treffpunkthaus Heimfeld"; + openstreetmap.node = 6549438363; + text = '' + Friedrich-Naumann-Straße 9-11 + 21075 Hamburg + ''; + }; + data = [ + { + name = "Informationen und Ideen an"; + value = ''<a href="mailto:mail@stadtteilfest.org">mail@stadtteilfest.org</a>''; + } + ]; +} |
