first commit

This commit is contained in:
julien
2026-09-17 16:19:05 +02:00
commit c333067680
18 changed files with 1269 additions and 0 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 228 KiB

+9
View File
@@ -0,0 +1,9 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 600" width="1200" height="600" role="img" aria-label="Emplacement photo">
<rect width="1200" height="600" fill="#f7f2ea"/>
<rect x="16" y="16" width="1168" height="568" rx="18" ry="18" fill="none" stroke="#d8c5aa" stroke-width="8" stroke-dasharray="24 18"/>
<g fill="#98682f" opacity="0.88">
<circle cx="600" cy="220" r="44"/>
<path d="M520 360c0-52 36-96 80-96s80 44 80 96v28H520z"/>
</g>
<text x="600" y="470" text-anchor="middle" font-family="Noto Sans, Arial, sans-serif" font-size="38" fill="#6c6862">Photo du gecko</text>
</svg>

After

Width:  |  Height:  |  Size: 611 B