add placeholder pages, cleanup imports and set window titles dynamically

This commit is contained in:
David Rodenkirchen
2024-08-24 09:13:32 +02:00
parent 446956f721
commit f2dfaa78f3
5 changed files with 104 additions and 18 deletions
@@ -44,7 +44,7 @@ class DesktopNavigation(Component):
DesktopNavigationButton("Teilnehmer", "./guests"),
DesktopNavigationButton("Turniere", "./tournaments"),
DesktopNavigationButton("FAQ", "./faq"),
DesktopNavigationButton("Regeln & AGB", "./rules-and-agb"),
DesktopNavigationButton("Regeln & AGB", "./rules-gtc"),
Spacer(min_height=1),
DesktopNavigationButton("Die EZ GG e.V.", "https://ezgg-ev.de/about", open_new_tab=True),
DesktopNavigationButton("Kontakt", "./contact"),