initial commit
Some checks failed
build / lint (push) Failing after 36s
build / build (push) Has been skipped

This commit is contained in:
2026-01-29 16:13:04 +00:00
commit a32badd025
31 changed files with 6256 additions and 0 deletions

BIN
public/favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.9 KiB

BIN
public/favicon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 733 B

27
public/logo.svg Normal file
View File

@@ -0,0 +1,27 @@
<svg width="256" height="256" viewBox="0 0 256 256"
xmlns="http://www.w3.org/2000/svg">
<!-- Base hexagon -->
<path d="M128 28
L208 72
L208 160
L128 204
L48 160
L48 72 Z"
fill="#6B4EFF"/>
<!-- Centered envelope (offset on Y) -->
<rect x="76" y="80" width="104" height="72" rx="10"
fill="none"
stroke="#FFFFFF"
stroke-width="8"/>
<!-- Envelope flap -->
<path d="M76 88 L128 120 L180 88"
fill="none"
stroke="#FFFFFF"
stroke-width="8"
stroke-linecap="round"
stroke-linejoin="round"/>
</svg>

After

Width:  |  Height:  |  Size: 636 B