This commit is contained in:
Todd
2026-05-24 13:30:30 -04:00
parent 753bc04141
commit f29035ce81
26 changed files with 1092 additions and 385 deletions

View File

@ -0,0 +1,27 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 400 300">
<defs>
<linearGradient id="bg" x1="0" y1="0" x2="0" y2="1">
<stop offset="0%" stop-color="#fff7ed"/>
<stop offset="100%" stop-color="#ffedd5"/>
</linearGradient>
</defs>
<rect width="400" height="300" rx="12" fill="url(#bg)"/>
<!-- Heavy base -->
<rect x="100" y="240" width="200" height="24" rx="8" fill="#78716c"/>
<!-- Heavy pole -->
<rect x="175" y="30" width="40" height="210" rx="10" fill="#f97316"/>
<!-- Heavy barrier arm (raised) -->
<rect x="200" y="40" width="180" height="14" rx="6" fill="#ea580c" transform="rotate(-15 200 40)"/>
<!-- Stripes -->
<polygon points="225,30 240,48 235,50 220,32" fill="#fff" transform="rotate(-15 200 40)"/>
<polygon points="260,22 275,40 270,42 255,24" fill="#fff" transform="rotate(-15 200 40)"/>
<polygon points="295,14 310,32 305,34 290,16" fill="#fff" transform="rotate(-15 200 40)"/>
<polygon points="330,6 345,24 340,26 325,8" fill="#fff" transform="rotate(-15 200 40)"/>
<!-- Counterweight -->
<rect x="140" y="50" width="40" height="35" rx="6" fill="#ea580c"/>
<!-- Dual warning lights -->
<circle cx="190" cy="22" r="5" fill="#ef4444"/>
<circle cx="210" cy="22" r="5" fill="#ef4444"/>
<text x="200" y="270" text-anchor="middle" font-family="system-ui, sans-serif" font-size="14" font-weight="600" fill="#c2410c">BG-500</text>
<text x="200" y="288" text-anchor="middle" font-family="system-ui, sans-serif" font-size="11" fill="#94a3b8">Heavy Duty Barrier</text>
</svg>

After

Width:  |  Height:  |  Size: 1.5 KiB