update branding (#24)
All checks were successful
delpoy / build-and-deploy (push) Successful in 1m0s
All checks were successful
delpoy / build-and-deploy (push) Successful in 1m0s
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
import { Clock, User, WrenchScrewdriver } from 'svelte-heros-v2';
|
||||
import Crosshairs from '$lib/components/CustomIcons/Crosshairs.svelte';
|
||||
import Skull from '$lib/components/CustomIcons/Skull.svelte';
|
||||
import type { PageData } from '../../.svelte-kit/types/src/routes/register/$types';
|
||||
import type { PageData } from './$types';
|
||||
|
||||
let information = [
|
||||
{
|
||||
@@ -34,7 +34,7 @@
|
||||
<div class="flex flex-col min-h-screen relative">
|
||||
<div class="flex items-center xl:w-1/2 px-6 sm:px-10 min-h-screen h-full">
|
||||
<div class="flex flex-col items-center xl:items-start w-full xl:h-3/4 my-10">
|
||||
<img src="{env.PUBLIC_BASE_PATH}/img/craftattack.webp" alt="Craftattack 6" />
|
||||
<img src="{env.PUBLIC_BASE_PATH}/img/craftattack.webp" alt="Craftattack 7" />
|
||||
<div class="flex flex-col gap-5 lg:gap-14 w-full mt-2 lg:mt-5 lg:w-10/12 h-full">
|
||||
<div>
|
||||
<div class="divider" />
|
||||
@@ -78,7 +78,13 @@
|
||||
verbessern und steigeren die Teilnehmerzahl.
|
||||
</p>
|
||||
<p>
|
||||
Unser Ziel bei diesem ab dem <span class="underline">27.12.2023</span>
|
||||
Unser Ziel bei diesem ab dem <span class="underline"
|
||||
>{new Date(env.PUBLIC_START_DATE).toLocaleString('de-DE', {
|
||||
day: '2-digit',
|
||||
month: 'numeric',
|
||||
year: 'numeric'
|
||||
})}</span
|
||||
>
|
||||
stattfindenden Projekts ist es, sicherzustellen, dass alle Spieler eine großartige Erfahrung
|
||||
haben und alles reibungslos abläuft. Wir freuen uns immer über Anregungen und stehen Dir jederzeit
|
||||
zur Verfügung.
|
||||
|
||||
Reference in New Issue
Block a user