Initial FeelAloud project

This commit is contained in:
MrDiderot
2026-07-22 22:18:33 +02:00
commit 10fca0756d
48 changed files with 8942 additions and 0 deletions

22
AppIcon.svg Normal file
View File

@@ -0,0 +1,22 @@
<svg xmlns="http://www.w3.org/2000/svg" width="1024" height="1024" viewBox="0 0 1024 1024">
<defs>
<linearGradient id="background" x1="120" y1="80" x2="920" y2="960" gradientUnits="userSpaceOnUse">
<stop offset="0" stop-color="#A855F7"/>
<stop offset="0.52" stop-color="#7C3AED"/>
<stop offset="1" stop-color="#4338CA"/>
</linearGradient>
<filter id="shadow" x="-30%" y="-30%" width="160%" height="160%">
<feDropShadow dx="0" dy="24" stdDeviation="30" flood-color="#25105C" flood-opacity="0.35"/>
</filter>
</defs>
<rect width="1024" height="1024" rx="224" fill="url(#background)"/>
<circle cx="512" cy="500" r="302" fill="#FFFFFF" fill-opacity="0.13"/>
<path d="M512 771C475 737 330 626 275 532C218 435 265 314 378 292C444 279 488 313 512 353C536 313 580 279 646 292C759 314 806 435 749 532C694 626 549 737 512 771Z" fill="#FFFFFF" filter="url(#shadow)"/>
<g fill="none" stroke="#7C3AED" stroke-width="34" stroke-linecap="round">
<path d="M347 516H404"/>
<path d="M434 450V582"/>
<path d="M512 400V632"/>
<path d="M590 460V572"/>
<path d="M620 516H677"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.1 KiB