This commit is contained in:
parent
b3ce711e6b
commit
b287db4d0a
@ -140,13 +140,13 @@
|
|||||||
class="min-h-screen flex items-center justify-center bg-gray-100"
|
class="min-h-screen flex items-center justify-center bg-gray-100"
|
||||||
style="background-image: url('/beamershow_background.png');background-position: center;background-size: contain;background-repeat:no-repeat;"
|
style="background-image: url('/beamershow_background.png');background-position: center;background-size: contain;background-repeat:no-repeat;"
|
||||||
>
|
>
|
||||||
<div style="width:55vw;">
|
<div class="w-full">
|
||||||
|
<div style="width:55vw;" class="mx-auto">
|
||||||
|
<!-- -->
|
||||||
{#if current_page === "general"}
|
{#if current_page === "general"}
|
||||||
<div transition:slide|local>
|
<div transition:slide|local>
|
||||||
<h1
|
<h1 class="mr-6 text-7xl font-semibold text-center text-gray-900">
|
||||||
class="mr-6 text-7xl font-semibold text-center text-gray-900 font-mono"
|
Statistiken
|
||||||
>
|
|
||||||
{hours}:{minutes}:{seconds}
|
|
||||||
</h1>
|
</h1>
|
||||||
<!-- -->
|
<!-- -->
|
||||||
<div class="flex flex-wrap -mx-1 overflow-hidden mt-5">
|
<div class="flex flex-wrap -mx-1 overflow-hidden mt-5">
|
||||||
@ -178,7 +178,9 @@
|
|||||||
</div>
|
</div>
|
||||||
{:else if current_page === "runners_distance"}
|
{:else if current_page === "runners_distance"}
|
||||||
<div transition:slide|local>
|
<div transition:slide|local>
|
||||||
<h1 class="mr-6 text-7xl font-semibold text-center text-gray-900 mb-5">
|
<h1
|
||||||
|
class="mr-6 text-7xl font-semibold text-center text-gray-900 mb-5"
|
||||||
|
>
|
||||||
{$_("top-laeufer")} ({$_("distanz")})
|
{$_("top-laeufer")} ({$_("distanz")})
|
||||||
</h1>
|
</h1>
|
||||||
<table class="table p-4 bg-white shadow rounded-lg w-full">
|
<table class="table p-4 bg-white shadow rounded-lg w-full">
|
||||||
@ -229,7 +231,9 @@
|
|||||||
</div>
|
</div>
|
||||||
{:else if current_page === "runners_laptime"}
|
{:else if current_page === "runners_laptime"}
|
||||||
<div transition:slide|local>
|
<div transition:slide|local>
|
||||||
<h1 class="mr-6 text-7xl font-semibold text-center text-gray-900 mb-5">
|
<h1
|
||||||
|
class="mr-6 text-7xl font-semibold text-center text-gray-900 mb-5"
|
||||||
|
>
|
||||||
{$_("top-laeufer")} ({$_("rundenzeit")})
|
{$_("top-laeufer")} ({$_("rundenzeit")})
|
||||||
</h1>
|
</h1>
|
||||||
<table class="table p-4 bg-white shadow rounded-lg w-full">
|
<table class="table p-4 bg-white shadow rounded-lg w-full">
|
||||||
@ -280,7 +284,9 @@
|
|||||||
</div>
|
</div>
|
||||||
{:else if current_page === "orgs_distance"}
|
{:else if current_page === "orgs_distance"}
|
||||||
<div transition:slide|local>
|
<div transition:slide|local>
|
||||||
<h1 class="mr-6 text-7xl font-semibold text-center text-gray-900 mb-5">
|
<h1
|
||||||
|
class="mr-6 text-7xl font-semibold text-center text-gray-900 mb-5"
|
||||||
|
>
|
||||||
{$_("top-organsiationen")}
|
{$_("top-organsiationen")}
|
||||||
</h1>
|
</h1>
|
||||||
<table class="table p-4 bg-white shadow rounded-lg w-full">
|
<table class="table p-4 bg-white shadow rounded-lg w-full">
|
||||||
@ -322,7 +328,9 @@
|
|||||||
</div>
|
</div>
|
||||||
{:else if current_page === "teams_distance"}
|
{:else if current_page === "teams_distance"}
|
||||||
<div transition:slide|local>
|
<div transition:slide|local>
|
||||||
<h1 class="mr-6 text-7xl font-semibold text-center text-gray-900 mb-5">
|
<h1
|
||||||
|
class="mr-6 text-7xl font-semibold text-center text-gray-900 mb-5"
|
||||||
|
>
|
||||||
{$_("top-teams")}
|
{$_("top-teams")}
|
||||||
</h1>
|
</h1>
|
||||||
<table class="table p-4 bg-white shadow rounded-lg w-full">
|
<table class="table p-4 bg-white shadow rounded-lg w-full">
|
||||||
@ -367,3 +375,9 @@
|
|||||||
{/if}
|
{/if}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
<h1
|
||||||
|
class="text-5xl font-semibold text-center text-gray-900 font-mono bottom-2 w-full fixed"
|
||||||
|
>
|
||||||
|
{hours}:{minutes}:{seconds}
|
||||||
|
</h1>
|
||||||
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user