Compare commits

..

No commits in common. "5fd7f715e7cdea9b6c445871cb8e91d9da122487" and "c6a9eaa27a1d84df8727b2a17f228c5ceb055795" have entirely different histories.

4 changed files with 10 additions and 14 deletions

View File

@ -26,7 +26,7 @@
onDestroy(() => clearInterval(intervalId)); onDestroy(() => clearInterval(intervalId));
</script> </script>
<div class="grid grid-flow-col gap-5 text-center auto-cols-max text-black dark:text-white"> <div class="grid grid-flow-col gap-5 text-center auto-cols-max text-white">
<div class="flex flex-col p-2 bg-gray-200 rounded-box bg-opacity-5 backdrop-blur-sm"> <div class="flex flex-col p-2 bg-gray-200 rounded-box bg-opacity-5 backdrop-blur-sm">
<span class="countdown font-mono text-3xl sm:text-6xl"> <span class="countdown font-mono text-3xl sm:text-6xl">
<span class="m-auto" style="--value:{days};" /> <span class="m-auto" style="--value:{days};" />

View File

@ -74,7 +74,7 @@
/> />
<main> <main>
<div class="min-h-screen w-full"> <div class="h-screen w-full">
<slot /> <slot />
</div> </div>
</main> </main>

View File

@ -28,17 +28,17 @@
<title>Craftattack</title> <title>Craftattack</title>
</svelte:head> </svelte:head>
<div class="flex flex-col min-h-screen relative"> <div class="flex flex-col min-h-screen h-screen relative">
<div class="flex items-center xl:w-1/2 px-6 sm:px-10 min-h-screen h-full"> <div class="sm:absolute top-0 left-0 flex items-center xl:w-1/2 px-6 sm:px-10 h-full">
<div class="flex flex-col items-center xl:items-start w-full xl:h-3/4 my-10"> <div class="flex flex-col items-center xl:items-start w-full xl:h-3/4">
<img src="{env.PUBLIC_BASE_PATH}/img/craftattack.webp" alt="Craftattack 6" /> <img src="{env.PUBLIC_BASE_PATH}/img/craftattack.webp" alt="Craftattack 6" />
<div class="flex flex-col gap-5 lg:gap-14 w-full mt-2 lg:mt-5 lg:w-10/12 h-full"> <div class="flex flex-col justify-around w-full lg:w-10/12 h-full">
<div> <div>
<div class="divider" /> <div class="divider" />
<div class="flex flex-col md:flex-row xl:flex-col gap-5"> <div class="flex flex-col md:flex-row xl:flex-col gap-5">
{#each information as info} {#each information as info}
<div> <div>
<h4 class="text-black dark:text-white mb-1">{info.title}</h4> <h4 class="text-white mb-1">{info.title}</h4>
<p>{info.description}</p> <p>{info.description}</p>
</div> </div>
{/each} {/each}
@ -67,7 +67,7 @@
<div class="flex justify-center py-20 bg-base-200"> <div class="flex justify-center py-20 bg-base-200">
<div class="card bg-base-100 shadow-lg w-11/12 xl:w-5/12 p-10"> <div class="card bg-base-100 shadow-lg w-11/12 xl:w-5/12 p-10">
<div> <div>
<h2 class="text-3xl text-black dark:text-white mb-8">Über uns</h2> <h2 class="text-3xl text-white mb-8">Über uns</h2>
<p> <p>
Wir sind ein kleines Team von Minecraft-Enthusiasten, das bereits im 6. Jahr in Folge Wir sind ein kleines Team von Minecraft-Enthusiasten, das bereits im 6. Jahr in Folge
Minecraft CraftAttack organisiert. Jahr für Jahr arbeiten wir daran, das Spielerlebnis zu Minecraft CraftAttack organisiert. Jahr für Jahr arbeiten wir daran, das Spielerlebnis zu

View File

@ -170,12 +170,8 @@
bind:inputElement={rulesInput} bind:inputElement={rulesInput}
/> />
<label for="rules"> <label for="rules">
Ich bin mit den <button Ich bin mit den <a target="_blank" class="link" href="{env.PUBLIC_BASE_PATH}/rules"
class="link" >Regeln</a
on:click|preventDefault={() => {
rulesModal.show();
rulesModalTimer = setInterval(() => rulesModalSecondsOpened++, 1000);
}}>Regeln</button
> >
einverstanden und achte sie einverstanden und achte sie
<span class="text-red-700">*</span> <span class="text-red-700">*</span>