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="Thermidor">
<circle cx="60" cy="60" r="54" fill="#f6efe0" stroke="#8a6b45" stroke-width="2"/>
<circle cx="60" cy="60" r="16" fill="#e8b84b" stroke="#b5652b" stroke-width="2"/>
<g stroke="#b5652b" stroke-width="3" stroke-linecap="round">
<line x1="60" y1="28" x2="60" y2="38"/>
<line x1="60" y1="82" x2="60" y2="92"/>
<line x1="28" y1="60" x2="38" y2="60"/>
<line x1="82" y1="60" x2="92" y2="60"/>
<line x1="39" y1="39" x2="46" y2="46"/>
<line x1="74" y1="74" x2="81" y2="81"/>
<line x1="81" y1="39" x2="74" y2="46"/>
<line x1="46" y1="74" x2="39" y2="81"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 694 B