feat: complete Bildirchin Quail Farm web app with wholesale & retail system

This commit is contained in:
Antigravity Bot
2026-08-30 21:56:25 +03:30
parent 53e5c055ea
commit d44b57080a
57 changed files with 4440 additions and 0 deletions
+49
View File
@@ -0,0 +1,49 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 400 300" width="100%" height="100%">
<defs>
<linearGradient id="bgGrad" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" stop-color="#fef3c7"/>
<stop offset="100%" stop-color="#d97706"/>
</linearGradient>
<linearGradient id="quailBody" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" stop-color="#78350f"/>
<stop offset="50%" stop-color="#92400e"/>
<stop offset="100%" stop-color="#b45309"/>
</linearGradient>
<linearGradient id="quailBreast" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" stop-color="#fef3c7"/>
<stop offset="100%" stop-color="#fde68a"/>
</linearGradient>
</defs>
<rect width="400" height="300" rx="16" fill="url(#bgGrad)" opacity="0.15"/>
<circle cx="200" cy="150" r="110" fill="#fef9c3" opacity="0.6"/>
<!-- Quail Body -->
<ellipse cx="200" cy="170" rx="75" ry="55" fill="url(#quailBody)"/>
<!-- Wing -->
<path d="M 160 145 C 190 140 230 160 250 185 C 230 200 180 190 155 170 Z" fill="#451a03"/>
<!-- Wing feathers detail -->
<path d="M 175 155 C 195 155 220 170 235 185" stroke="#fef3c7" stroke-width="2" fill="none"/>
<path d="M 180 165 C 195 165 215 178 225 190" stroke="#fef3c7" stroke-width="2" fill="none"/>
<!-- Breast -->
<path d="M 140 150 C 130 175 145 205 175 215 C 150 195 145 170 150 150 Z" fill="url(#quailBreast)"/>
<!-- Speckles -->
<circle cx="155" cy="175" r="2" fill="#78350f"/>
<circle cx="160" cy="185" r="2.5" fill="#78350f"/>
<circle cx="150" cy="190" r="2" fill="#78350f"/>
<circle cx="165" cy="195" r="2" fill="#78350f"/>
<!-- Head -->
<circle cx="140" cy="130" r="30" fill="#78350f"/>
<!-- Eye Stripe -->
<path d="M 120 128 Q 140 120 165 126" stroke="#fef3c7" stroke-width="4" fill="none" stroke-linecap="round"/>
<!-- Eye -->
<circle cx="135" cy="126" r="5" fill="#000"/>
<circle cx="134" cy="124" r="1.5" fill="#fff"/>
<!-- Beak -->
<path d="M 115 128 L 95 133 L 115 138 Z" fill="#d97706"/>
<!-- Crown Plume (Crest) -->
<path d="M 135 105 Q 125 85 110 90 Q 125 95 132 105" fill="#451a03"/>
<!-- Legs -->
<path d="M 185 220 L 180 260 M 180 260 L 165 265 M 180 260 L 185 267 M 180 260 L 172 268" stroke="#d97706" stroke-width="4" stroke-linecap="round"/>
<path d="M 215 220 L 210 260 M 210 260 L 195 265 M 210 260 L 215 267 M 210 260 L 202 268" stroke="#d97706" stroke-width="4" stroke-linecap="round"/>
<!-- Grass ground -->
<path d="M 60 270 Q 200 255 340 270" stroke="#16a34a" stroke-width="6" fill="none" stroke-linecap="round"/>
</svg>

After

Width:  |  Height:  |  Size: 2.5 KiB