head
ci/woodpecker/push/woodpecker Pipeline was successful Podrobnosti

This commit is contained in:
Adam Sobotka 2022-10-30 08:58:14 +01:00
rodič b5f03f73cd
revize bde429694e
3 změnil soubory, kde provedl 8 přidání a 6 odebrání

Zobrazit soubor

@ -1,8 +1,2 @@
/** @type {import('./$types').PageLoad} */
export const prerender = true;
export async function load() {
return {
title: 'ETHBrno² 2022'
}
}

Zobrazit soubor

@ -15,6 +15,10 @@
}); */
</script>
<svelte:head>
<title>Hacker Manual | ETHBrno²</title>
</svelte:head>
<section class="text-white bg-black body-font">
<div class="container mx-auto flex flex-col xl:max-w-screen-xl px-8 md:px-3 ">
<h1 class="pt-12 pb-6 xl:pt-20 xl:pb-10 text-4xl">Hacker Manual</h1>

Zobrazit soubor

@ -10,6 +10,10 @@
console.log(filteredEvents);
</script>
<svelte:head>
<title>Schedule | ETHBrno²</title>
</svelte:head>
<section
class="text-white body-font bg-black px-2 py-6 md:py-12 flex justify-center flex-row overflow-x-scroll flex-wrap text-sm md:text-base"
>