1
0

first commit

This commit is contained in:
2026-04-18 22:04:54 +02:00
commit 46256b764b
16 changed files with 3862 additions and 0 deletions

17
public/favicon.svg Normal file
View File

@@ -0,0 +1,17 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64" role="img" aria-labelledby="title">
<title>Checkpoint</title>
<defs>
<linearGradient id="checkpoint-gradient" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" stop-color="#7dd3fc" />
<stop offset="100%" stop-color="#60a5fa" />
</linearGradient>
</defs>
<rect width="64" height="64" rx="18" fill="#0f1115" />
<path
d="M20 23.5a3.5 3.5 0 0 1 3.5-3.5h17a3.5 3.5 0 0 1 3.5 3.5v17a3.5 3.5 0 0 1-3.5 3.5h-17a3.5 3.5 0 0 1-3.5-3.5z"
fill="none"
stroke="url(#checkpoint-gradient)"
stroke-width="4"
/>
<circle cx="32" cy="32" r="6" fill="url(#checkpoint-gradient)" />
</svg>

After

Width:  |  Height:  |  Size: 682 B