docs: Added kiosk to menu and homepage
All checks were successful
Build latest image / build-container (push) Successful in 1m25s

This commit is contained in:
Nicolai Ort 2025-04-12 17:48:12 +02:00
parent 759376ca13
commit 09853639cd
Signed by: niggl
GPG Key ID: 13AFA55AF62F269F
4 changed files with 18 additions and 1 deletions

View File

@ -60,10 +60,14 @@ menu:
name: Scannerstationen name: Scannerstationen
pageRef: /scanstation pageRef: /scanstation
weight: 4 weight: 4
- identifier: kiosk
name: Kiosk
pageRef: /kiosk
weight: 5
- identifier: beamershow - identifier: beamershow
name: Beamershow name: Beamershow
pageRef: /beamershow pageRef: /beamershow
weight: 5 weight: 6
- name: Suche - name: Suche
identifier: search identifier: search
weight: 6 weight: 6

View File

@ -49,6 +49,12 @@ layout: hextra-home
style="background: radial-gradient(ellipse at 50% 80%,rgba(59,221,210,0.15),hsla(0,0%,100%,0));" style="background: radial-gradient(ellipse at 50% 80%,rgba(59,221,210,0.15),hsla(0,0%,100%,0));"
link="./scanstation" link="./scanstation"
>}} >}}
{{< hextra/feature-card
title="Kiosk"
subtitle="Anmeldekiosk für den Bürgerlauf vor Ort."
style="background: radial-gradient(ellipse at 50% 80%,rgba(53,142,74,0.15),hsla(0,0%,100%,0));"
link="./kiosk"
>}}
{{< hextra/feature-card {{< hextra/feature-card
title="Beamershow" title="Beamershow"
subtitle="Aktuelle Statistiken und Toplisten zum Event." subtitle="Aktuelle Statistiken und Toplisten zum Event."

View File

@ -49,6 +49,12 @@ layout: hextra-home
style="background: radial-gradient(ellipse at 50% 80%,rgba(59,221,210,0.15),hsla(0,0%,100%,0));" style="background: radial-gradient(ellipse at 50% 80%,rgba(59,221,210,0.15),hsla(0,0%,100%,0));"
link="./scanstation" link="./scanstation"
>}} >}}
{{< hextra/feature-card
title="Kiosk"
subtitle="Self-service kiosk for the citizen run on site."
style="background: radial-gradient(ellipse at 50% 80%,rgba(53,142,74,0.15),hsla(0,0%,100%,0));"
link="./kiosk"
>}}
{{< hextra/feature-card {{< hextra/feature-card
title="Beamer Show" title="Beamer Show"
subtitle="Current statistics and top lists for the event." subtitle="Current statistics and top lists for the event."

View File

@ -2,6 +2,7 @@ user: User
admin: Administrators admin: Administrators
selfservice: Selfservice selfservice: Selfservice
scanstation: Scanning Stations scanstation: Scanning Stations
kiosk: Kiosk
beamershow: Beamer Show beamershow: Beamer Show
search: Search search: Search
editThisPage: "Edit this page →" editThisPage: "Edit this page →"