docs: Added kiosk to menu and homepage
All checks were successful
Build latest image / build-container (push) Successful in 1m25s
All checks were successful
Build latest image / build-container (push) Successful in 1m25s
This commit is contained in:
parent
759376ca13
commit
09853639cd
@ -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
|
||||||
|
@ -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."
|
||||||
|
@ -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."
|
||||||
|
@ -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 →"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user