removing public from gitignore

This commit is contained in:
2025-08-09 18:34:14 +01:00
parent 36705e28d6
commit 925a00c1e0
9 changed files with 113 additions and 1 deletions

View File

@@ -0,0 +1,42 @@
<svg width="300" height="200" xmlns="http://www.w3.org/2000/svg">
<!-- Background -->
<rect width="300" height="200" fill="#f8f9fa"/>
<!-- Border -->
<rect x="1" y="1" width="298" height="198" fill="none" stroke="#e9ecef" stroke-width="2"/>
<!-- Main icon background circle -->
<circle cx="150" cy="80" r="35" fill="#6c757d" opacity="0.1"/>
<!-- Chef hat icon -->
<g transform="translate(150, 80)">
<!-- Hat base -->
<ellipse cx="0" cy="15" rx="20" ry="8" fill="#6c757d" opacity="0.6"/>
<!-- Hat top -->
<path d="M -15,-10 Q -15,-25 0,-25 Q 15,-25 15,-10 Q 10,-5 5,-5 Q 0,-8 -5,-5 Q -10,-5 -15,-10 Z" fill="#6c757d" opacity="0.6"/>
<!-- Hat band -->
<rect x="-20" y="10" width="40" height="8" fill="#6c757d" opacity="0.8"/>
</g>
<!-- Utensils -->
<g transform="translate(120, 85)">
<!-- Fork -->
<line x1="0" y1="-8" x2="0" y2="8" stroke="#6c757d" stroke-width="1.5" opacity="0.4"/>
<line x1="-2" y1="-8" x2="-2" y2="2" stroke="#6c757d" stroke-width="1" opacity="0.4"/>
<line x1="2" y1="-8" x2="2" y2="2" stroke="#6c757d" stroke-width="1" opacity="0.4"/>
</g>
<g transform="translate(180, 85)">
<!-- Spoon -->
<ellipse cx="0" cy="-6" rx="3" ry="4" fill="#6c757d" opacity="0.4"/>
<line x1="0" y1="-2" x2="0" y2="8" stroke="#6c757d" stroke-width="1.5" opacity="0.4"/>
</g>
<!-- Text -->
<text x="150" y="140" text-anchor="middle" font-family="Arial, sans-serif" font-size="16" fill="#6c757d" opacity="0.7">
Recipe Image
</text>
<text x="150" y="160" text-anchor="middle" font-family="Arial, sans-serif" font-size="12" fill="#6c757d" opacity="0.5">
No image available
</text>
</svg>

After

Width:  |  Height:  |  Size: 1.7 KiB