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="#ecfdf5"/>
<stop offset="100%" stop-color="#d1fae5"/>
</linearGradient>
</defs>
<rect width="400" height="300" rx="12" fill="url(#bg)"/>
<!-- Post -->
<rect x="50" y="50" width="14" height="180" rx="5" fill="#6ee7b7"/>
<!-- Slide gate panel -->
<rect x="64" y="75" width="200" height="12" rx="3" fill="#34d399"/>
<rect x="64" y="115" width="200" height="12" rx="3" fill="#34d399"/>
<rect x="64" y="155" width="200" height="12" rx="3" fill="#34d399"/>
<rect x="64" y="195" width="200" height="12" rx="3" fill="#34d399"/>
<!-- Diagonal bracing -->
<line x1="64" y1="75" x2="264" y2="195" stroke="#10b981" stroke-width="4" stroke-dasharray="6 4"/>
<line x1="264" y1="75" x2="64" y2="195" stroke="#10b981" stroke-width="4" stroke-dasharray="6 4"/>
<!-- Rollers -->
<circle cx="80" cy="230" r="8" fill="#6b7280"/>
<circle cx="200" cy="230" r="8" fill="#6b7280"/>
<circle cx="320" cy="230" r="8" fill="#6b7280"/>
<!-- Operator -->
<rect x="46" y="46" width="22" height="20" rx="6" fill="#10b981"/>
<text x="200" y="270" text-anchor="middle" font-family="system-ui, sans-serif" font-size="14" font-weight="600" fill="#059669">SL-1500</text>
<text x="200" y="288" text-anchor="middle" font-family="system-ui, sans-serif" font-size="11" fill="#94a3b8">Light Commercial Slide</text>
</svg>

After

Width:  |  Height:  |  Size: 1.5 KiB