diff options
| -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>''; + } + ]; +} |
