initial commit

This commit is contained in:
2026-02-10 04:52:37 -05:00
commit 0476f6f8f8
65 changed files with 15368 additions and 0 deletions

BIN
assets/ecoregions_map.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 550 KiB

43
assets/fonts.css Normal file
View File

@@ -0,0 +1,43 @@
/* assets/fonts.css */
@font-face {
font-family: 'Atkinson Hyperlegible Next';
src: url('fonts/AtkinsonHyperlegibleNext-Regular.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Atkinson Hyperlegible Next';
src: url('fonts/AtkinsonHyperlegibleNext-Bold.ttf') format('truetype');
font-weight: bold;
font-style: normal;
}
@font-face {
font-family: 'Atkinson Hyperlegible Next';
src: url('fonts/AtkinsonHyperlegibleNext-Italic.ttf') format('truetype');
font-weight: normal;
font-style: italic;
}
@font-face {
font-family: 'Atkinson Hyperlegible Next';
src: url('fonts/AtkinsonHyperlegibleNext-BoldItalic.ttf') format('truetype');
font-weight: bold;
font-style: italic;
}
@font-face {
font-family: 'Atkinson Hyperlegible Mono';
src: url('fonts/AtkinsonHyperlegibleMono-Regular.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Atkinson Hyperlegible Mono';
src: url('fonts/AtkinsonHyperlegibleMono-Bold.ttf') format('truetype');
font-weight: bold;
font-style: normal;
}

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 286 KiB