site init (barrett)

This commit is contained in:
Harivansh Rathi 2026-03-25 15:44:35 -04:00 committed by Hari
parent f05f441dee
commit 50c9594780
15 changed files with 5862 additions and 0 deletions

BIN
site/public/favicon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.8 KiB

14
site/public/favicon.svg Normal file
View file

@ -0,0 +1,14 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32">
<style>
text {
font-family: monospace;
font-size: 22px;
font-weight: bold;
fill: #1a1a1a;
}
@media (prefers-color-scheme: dark) {
text { fill: #e0e0e0; }
}
</style>
<text x="16" y="24" text-anchor="middle">:h</text>
</svg>

After

Width:  |  Height:  |  Size: 336 B