fix: Broken Links

This commit is contained in:
Nicolai Ort 2025-01-16 22:50:04 +01:00
parent f44dfbfbb9
commit 96eb208937
Signed by: niggl
GPG Key ID: 13AFA55AF62F269F
2 changed files with 72 additions and 6 deletions

View File

@ -21,5 +21,38 @@ layout: hextra-home
</div>
<div class="hx-mb-6">
{{< hextra/hero-button text="Schnellstart für Nutzer 👉" link="user" >}}
{{< hextra/hero-button text="Schnellstart für Nutzer 👉" link="./user" >}}
</div>
{{< hextra/feature-grid >}}
{{< hextra/feature-card
title="Anwenderdoku"
subtitle="Orgs, Teams und Läufer:innen anlegen, verwalten und mehr."
style="background: radial-gradient(ellipse at 50% 80%,rgba(194,97,254,0.15),hsla(0,0%,100%,0));"
link="./user"
>}}
{{< hextra/feature-card
title="Admindoku"
subtitle="Installation, Konfiguration und Bedienung des Läufersystems."
style="background: radial-gradient(ellipse at 50% 80%,rgba(142,53,74,0.15),hsla(0,0%,100%,0));"
link="./admin"
>}}
{{< hextra/feature-card
title="Selfservice"
subtitle="Portal für Bürger- und Firmenläufer:innen."
style="background: radial-gradient(ellipse at 50% 80%,rgba(221,210,59,0.15),hsla(0,0%,100%,0));"
link="./selfservice"
>}}
{{< hextra/feature-card
title="Scannerstationen"
subtitle="Karten scannen, Kilometer und erfassen. Bedienung, Hardware und Software."
style="background: radial-gradient(ellipse at 50% 80%,rgba(59,221,210,0.15),hsla(0,0%,100%,0));"
link="./scanstation"
>}}
{{< hextra/feature-card
title="Beamershow"
subtitle="Aktuelle Statistiken und Toplisten zum Event."
style="background: radial-gradient(ellipse at 50% 80%,rgba(97,254,97,0.15),hsla(0,0%,100%,0));"
link="./beamershow"
>}}
{{< /hextra/feature-grid >}}

View File

@ -21,5 +21,38 @@ layout: hextra-home
</div>
<div class="hx-mb-6">
{{< hextra/hero-button text="Quickstart for Users 👉" link="user" >}}
{{< hextra/hero-button text="Quickstart for Users 👉" link="./user" >}}
</div>
{{< hextra/feature-grid >}}
{{< hextra/feature-card
title="User Documentation"
subtitle="Create and manage orgs, teams, runners and mire."
style="background: radial-gradient(ellipse at 50% 80%,rgba(194,97,254,0.15),hsla(0,0%,100%,0));"
link="./user"
>}}
{{< hextra/feature-card
title="Admin Documentation"
subtitle="Installation, configuration, and operation of the runner system."
style="background: radial-gradient(ellipse at 50% 80%,rgba(142,53,74,0.15),hsla(0,0%,100%,0));"
link="./admin"
>}}
{{< hextra/feature-card
title="Self-service"
subtitle="Portal for citizen and company runners."
style="background: radial-gradient(ellipse at 50% 80%,rgba(221,210,59,0.15),hsla(0,0%,100%,0));"
link="./selfservice"
>}}
{{< hextra/feature-card
title="Scanner Stations"
subtitle="Scan cards, record kilometers. How-to, hardware, and software."
style="background: radial-gradient(ellipse at 50% 80%,rgba(59,221,210,0.15),hsla(0,0%,100%,0));"
link="./scanstation"
>}}
{{< hextra/feature-card
title="Beamer Show"
subtitle="Current statistics and top lists for the event."
style="background: radial-gradient(ellipse at 50% 80%,rgba(97,254,97,0.15),hsla(0,0%,100%,0));"
link="./beamershow"
>}}
{{< /hextra/feature-grid >}}