feat: Building the app in it's first version

This commit is contained in:
gauvainboiche
2026-09-15 23:12:57 +02:00
parent 34792e2782
commit 64a3d9b556
42 changed files with 2699 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
<svg viewBox="0 0 120 120" xmlns="http://www.w3.org/2000/svg" role="img" aria-label="Floréal">
<circle cx="60" cy="60" r="54" fill="#f6efe0" stroke="#8a6b45" stroke-width="2"/>
<path d="M60 68 L60 92" stroke="#5c7a4a" stroke-width="3" stroke-linecap="round"/>
<path d="M60 82 C52 80 48 74 50 70 C58 70 62 76 60 82 Z" fill="#7a9a5a" stroke="#4f6b3d" stroke-width="1.2"/>
<g fill="#c76b8a" stroke="#8a3b58" stroke-width="1.2">
<ellipse cx="60" cy="44" rx="8" ry="12"/>
<ellipse cx="60" cy="44" rx="8" ry="12" transform="rotate(60 60 44)"/>
<ellipse cx="60" cy="44" rx="8" ry="12" transform="rotate(120 60 44)"/>
<ellipse cx="60" cy="44" rx="8" ry="12" transform="rotate(180 60 44)"/>
<ellipse cx="60" cy="44" rx="8" ry="12" transform="rotate(240 60 44)"/>
<ellipse cx="60" cy="44" rx="8" ry="12" transform="rotate(300 60 44)"/>
</g>
<circle cx="60" cy="44" r="6" fill="#e8b84b" stroke="#a97e1f" stroke-width="1"/>
</svg>

After

Width:  |  Height:  |  Size: 956 B