diff options
| author | Valentin <valentin@fricklerhandwerk.de> | 2026-05-14 19:34:48 +0200 |
|---|---|---|
| committer | Valentin <valentin@fricklerhandwerk.de> | 2026-05-14 19:34:48 +0200 |
| commit | 7a7ab1cf9a97ee7dd530e4ab1aa91274c1a08f6b (patch) | |
| tree | 857e965d49df50aece636a207cfe945394b04f87 /www | |
| parent | 5b0cb47d54947b4116e7de5f46efb843bee64024 (diff) | |
Neue Informationen zum Stadtteilfest
Diffstat (limited to 'www')
| -rw-r--r-- | www/html/index.html | 4 | ||||
| -rw-r--r-- | www/index.nix | 2 | ||||
| -rw-r--r-- | www/termine/2026-05-stadtteilfest-organisationstreffen.nix | 36 |
3 files changed, 41 insertions, 1 deletions
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 @@ <div class="row centered"> <p class="news">Stadtteilfest</p> <p class="highlight big">Samstag, 13. Juni 2026</p> + + <p><a href="https://drive.google.com/file/d/1xLsrNbdDZBpNyRAdvnainfkTXCBKqvuk/view?usp=sharing" target="_blank">Flyer mit Einladung</a></p> + <p><a href="https://drive.google.com/file/d/1Z73uBSS7WwjCBer8BhIqfphWW5ZNs_S4/view" target="_blank">Anmeldeformular für Stände</a></p> + <p><a href="https://stadtteilfest.org" target="_blank">Weitere Informationen auf stadtteilfest.org</a></p> </div> <div class="row"> <table border="0" cellpadding="0" cellspacing="0"> 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 = '' + <p>Aufruf an alle – wir suchen:</p> + <ul class="default"> + <li>Helfer fürs Beladen der Transporter am Vortag, Auf-/Abbauen und während des Festes</li> + <li>Losverkäufer für die Tombola</li> + <li>Preise (gut erhaltene Artikel oder Neuware) für die Tombola</li> + <li>Personen, die Geschichten oder Märchen erzählen können</li> + <li>Helfer für das Verteilen von Flyern und Plakaten</li> + <li>Personen, die mit einem Stand oder einer Mitmach-Aktion teilnehmen möchten.</li> + </ul> + ''; + 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"; + } + ]; +} |
