initial commit
Some checks failed
deploy / build-and-deploy (push) Failing after 21s

This commit is contained in:
2025-05-18 13:16:20 +02:00
commit 60f3f8a096
148 changed files with 17900 additions and 0 deletions

View File

@ -0,0 +1,32 @@
@import 'tailwindcss';
@plugin 'daisyui' {
themes:
dark --default,
lofi;
logs: false;
}
@font-face {
font-family: Geist;
src: url('fonts/Geist.ttf') format('truetype');
}
@font-face {
font-family: GeistMono;
src: url('fonts/GeistMono.ttf') format('truetype');
}
@font-face {
font-family: Minecraft;
src: url('./fonts/MinecraftRegular.otf') format('opentype');
}
@theme {
--font-geist: 'Geist', sans-serif;
--font-geist-mono: 'GeistMono', monospace;
--font-minecraft: 'Minecraft', sans-serif;
}
html {
@apply font-geist-mono;
}

BIN
src/assets/fonts/Geist.ttf Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 78 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 252 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 128 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 180 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 198 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 322 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 216 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 156 B

BIN
src/assets/img/skeleton.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

BIN
src/assets/img/steve.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

BIN
src/assets/img/varo.webp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.4 KiB

View File

@ -0,0 +1,41 @@
@import 'tailwindcss';
@plugin 'daisyui' {
themes:
dark --default,
lofi;
logs: false;
}
@font-face {
font-family: Geist;
src: url('fonts/Geist.ttf') format('truetype');
}
@font-face {
font-family: GeistMono;
src: url('fonts/GeistMono.ttf') format('truetype');
}
@font-face {
font-family: Minecraft;
src: url('./fonts/MinecraftRegular.otf') format('opentype');
}
@theme {
--font-geist: 'Geist', sans-serif;
--font-geist-mono: 'GeistMono', monospace;
--font-minecraft: 'Minecraft', sans-serif;
}
html {
@apply font-geist;
}
h1,
h2,
h3,
h4,
h5,
h6 {
@apply font-minecraft;
}