feat: complete Bildirchin Quail Farm web app with wholesale & retail system
This commit is contained in:
@@ -0,0 +1,30 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 400 300" width="100%" height="100%">
|
||||
<rect width="400" height="300" rx="16" fill="#f8fafc"/>
|
||||
<!-- Cage Frame -->
|
||||
<rect x="90" y="50" width="220" height="200" fill="none" stroke="#64748b" stroke-width="4"/>
|
||||
<!-- Cage Shelves / Layers -->
|
||||
<line x1="90" y1="100" x2="310" y2="100" stroke="#64748b" stroke-width="3"/>
|
||||
<line x1="90" y1="150" x2="310" y2="150" stroke="#64748b" stroke-width="3"/>
|
||||
<line x1="90" y1="200" x2="310" y2="200" stroke="#64748b" stroke-width="3"/>
|
||||
<!-- Wire Grid Lines Vertical -->
|
||||
<line x1="120" y1="50" x2="120" y2="250" stroke="#94a3b8" stroke-width="1.5"/>
|
||||
<line x1="150" y1="50" x2="150" y2="250" stroke="#94a3b8" stroke-width="1.5"/>
|
||||
<line x1="180" y1="50" x2="180" y2="250" stroke="#94a3b8" stroke-width="1.5"/>
|
||||
<line x1="210" y1="50" x2="210" y2="250" stroke="#94a3b8" stroke-width="1.5"/>
|
||||
<line x1="240" y1="50" x2="240" y2="250" stroke="#94a3b8" stroke-width="1.5"/>
|
||||
<line x1="270" y1="50" x2="270" y2="250" stroke="#94a3b8" stroke-width="1.5"/>
|
||||
<!-- Automatic Nipple Drinker Pipe -->
|
||||
<rect x="80" y="70" width="240" height="8" rx="3" fill="#ef4444"/>
|
||||
<rect x="80" y="120" width="240" height="8" rx="3" fill="#ef4444"/>
|
||||
<rect x="80" y="170" width="240" height="8" rx="3" fill="#ef4444"/>
|
||||
<rect x="80" y="220" width="240" height="8" rx="3" fill="#ef4444"/>
|
||||
<!-- Feeder Trough -->
|
||||
<rect x="85" y="85" width="230" height="12" rx="2" fill="#e2e8f0" stroke="#94a3b8" stroke-width="1.5"/>
|
||||
<rect x="85" y="135" width="230" height="12" rx="2" fill="#e2e8f0" stroke="#94a3b8" stroke-width="1.5"/>
|
||||
<!-- Waste Trays -->
|
||||
<rect x="85" y="103" width="230" height="6" rx="1" fill="#475569"/>
|
||||
<rect x="85" y="153" width="230" height="6" rx="1" fill="#475569"/>
|
||||
<!-- Stand Legs -->
|
||||
<line x1="90" y1="250" x2="80" y2="280" stroke="#64748b" stroke-width="4"/>
|
||||
<line x1="310" y1="250" x2="320" y2="280" stroke="#64748b" stroke-width="4"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.9 KiB |
Reference in New Issue
Block a user