update 0.1.5-dev

This commit is contained in:
2026-05-15 14:11:52 +02:00
parent 720403e6c2
commit 74a0e951a9
17 changed files with 869 additions and 632 deletions
@@ -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

@@ -0,0 +1,15 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64">
<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>
</defs>
<rect width="64" height="64" rx="14" fill="url(#bg)"/>
<polyline
points="8,48 20,28 32,36 44,16 56,26"
fill="none" stroke="#fff" stroke-width="5"
stroke-linejoin="round" stroke-linecap="round"/>
<line x1="8" y1="54" x2="56" y2="54"
stroke="rgba(255,255,255,0.35)" stroke-width="3.5"/>
</svg>

After

Width:  |  Height:  |  Size: 569 B