first commit

This commit is contained in:
2026-04-16 10:22:13 +02:00
commit 2b72f306ff
55 changed files with 10732 additions and 0 deletions

View File

@@ -0,0 +1,26 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 180 40">
<defs>
<linearGradient id="bg" x1="0" y1="0" x2="1" y2="1">
<stop offset="0%" stop-color="#6d28d9"/>
<stop offset="100%" stop-color="#a855f7"/>
</linearGradient>
<linearGradient id="textGrad" x1="0" y1="0" x2="1" y2="0">
<stop offset="0%" stop-color="#6d28d9"/>
<stop offset="100%" stop-color="#a855f7"/>
</linearGradient>
</defs>
<!-- Icoon -->
<rect width="36" height="36" x="0" y="2" rx="8" fill="url(#bg)"/>
<polyline
points="5,30 11,20 18,25 25,13 31,19"
fill="none" stroke="#fff" stroke-width="2.8"
stroke-linejoin="round" stroke-linecap="round"/>
<line x1="5" y1="33" x2="31" y2="33"
stroke="rgba(255,255,255,0.35)" stroke-width="1.8"/>
<!-- Tekst -->
<text x="46" y="27"
font-family="'Segoe UI', system-ui, sans-serif"
font-size="18" font-weight="600" fill="url(#textGrad)" letter-spacing="-0.3">
VibeFinance
</text>
</svg>

After

Width:  |  Height:  |  Size: 980 B