Kick off (#1)

* Kick off
* Update LICENSE copyright
This commit is contained in:
2026-04-11 13:22:36 +02:00
committed by GitHub
parent 1f1e74c9f8
commit 3882a1941a
76 changed files with 17154 additions and 1 deletions

View File

@@ -0,0 +1,12 @@
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32">
<defs>
<linearGradient id="gradient" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" stop-color="#60a5fa" />
<stop offset="100%" stop-color="#10b981" />
</linearGradient>
</defs>
<rect width="32" height="32" rx="8" fill="#0a0f1a" />
<path d="M8 8 L24 8 L24 24 L8 24 Z" fill="none" stroke="url(#gradient)" stroke-width="2" stroke-linecap="round" />
<circle cx="16" cy="16" r="4" fill="url(#gradient)" />
<path d="M12 12 L20 20 M20 12 L12 20" stroke="url(#gradient)" stroke-width="1.5" stroke-linecap="round" opacity="0.7" />
</svg>

After

Width:  |  Height:  |  Size: 654 B