This commit is contained in:
Adam Sobotka 2022-10-12 14:55:05 +02:00
rodič b76684d43d
revize 6481475785
7 změnil soubory, kde provedl 28 přidání a 14 odebrání

0
.nojekyll Normal file
Zobrazit soubor

1
.nvmrc Normal file
Zobrazit soubor

@ -0,0 +1 @@
16.15.0

Zobrazit soubor

@ -2,6 +2,26 @@
@tailwind components;
@tailwind utilities;
body {
font-family: 'Roboto Mono', monospace;
background: white;
}
.serif {
font-family: 'Roboto Slab', serif;
}
.hyph {
overflow-wrap: break-word;
hyphens: manual;
-webkit-hyphenate-character: "...";
hyphenate-character: "...";
}
.clippic {
clip-path: polygon(85% 0%, 100% 20%, 100% 100%, 0% 100%, 0% 0%);
}
@layer components {
.active {
@apply underline;

Zobrazit soubor

@ -6,6 +6,11 @@
<link rel="icon" href="%sveltekit.assets%/icons/favicon-32x32.png" />
<meta name="description" content="PRIVACY & SECURITY EDITION HACKATHON" />
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@300;400;700&display=swap" rel="stylesheet">
<!-- Facebook Meta Tags -->
<meta property="og:url" content="https://ethbrno.pages.dev/">
<meta property="og:type" content="website">

Zobrazit soubor

@ -36,20 +36,6 @@
>Home</a
>
</li>
<li>
<a
href="/manual"
class="p-5 flex items-center uppercase font-bold leading-snug text-black hover:opacity-75 hover:underline hidden"
>Hacker Manual</a
>
</li>
<li>
<a
href="/schedule"
class="p-5 flex items-center uppercase font-bold leading-snug text-black hover:opacity-75 hover:underline hidden"
>Schedule</a
>
</li>
<li>
<a
href="/venues"

Zobrazit soubor

@ -1,5 +1,7 @@
/** @type {import('./$types').PageLoad} */
export const prerender = true;
export async function load({fetch}) {
const { spec } = await fetch('https://spec.utxo.cz/22/bundle.json').then((r) => r.json());
//const { spec } = await fetch('/api/datafetch').then((r) => r.json());

binární
static/venues/cc5.jpg Normal file

Binární soubor nebyl zobrazen.

Za

Šířka:  |  Výška:  |  Velikost: 45 KiB