Initial layout and a few pages

This commit is contained in:
2023-10-01 09:12:12 -06:00
parent 6fc8381e6f
commit dc4c8efeb2
36 changed files with 22694 additions and 3041 deletions

BIN
static/Minecraft.ttf Normal file

Binary file not shown.

BIN
static/bearcam.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.0 MiB

22057
static/cyborggrizzly.svg Normal file

File diff suppressed because it is too large Load Diff

After

Width:  |  Height:  |  Size: 1.6 MiB

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

32
static/styles/main.css Normal file
View File

@@ -0,0 +1,32 @@
@font-face {
font-family: 'Minecraft';
src: url('/fonts/minecraft/MinecraftRegular.otf');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Minecraft';
src: url('/fonts/minecraft/MinecraftBold.otf');
font-weight: bold;
font-style: normal;
}
@font-face {
font-family: 'Minecraft';
src: url('/fonts/minecraft/MinecraftBoldItalic.otf');
font-weight: bold;
font-style: italic;
}
@font-face {
font-family: 'Minecraft';
src: url('/fonts/minecraft/MinecraftItalic.otf');
font-weight: normal;
font-style: italic;
}
@tailwind base;
@tailwind components;
@tailwind utilities;
* {
font-family: 'Titillium Web', sans-serif;
}

File diff suppressed because one or more lines are too long