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
+16
View File
@@ -0,0 +1,16 @@
<svg viewBox="0 0 120 120" xmlns="http://www.w3.org/2000/svg" role="img" aria-label="Vendémiaire">
<circle cx="60" cy="60" r="54" fill="#f6efe0" stroke="#8a6b45" stroke-width="2"/>
<path d="M60 30 C64 36 64 42 60 46" fill="none" stroke="#5c7a4a" stroke-width="2.5" stroke-linecap="round"/>
<path d="M60 34 C68 30 74 34 72 40 C66 42 61 39 60 34 Z" fill="#7a9a5a" stroke="#4f6b3d" stroke-width="1.5"/>
<g fill="#7a4a6b" stroke="#452a3a" stroke-width="1.2">
<circle cx="52" cy="56" r="6.5"/>
<circle cx="68" cy="56" r="6.5"/>
<circle cx="60" cy="52" r="6.5"/>
<circle cx="46" cy="66" r="6.5"/>
<circle cx="60" cy="64" r="6.5"/>
<circle cx="74" cy="66" r="6.5"/>
<circle cx="53" cy="76" r="6.5"/>
<circle cx="67" cy="76" r="6.5"/>
<circle cx="60" cy="86" r="6.5"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 820 B