development branch created to preserve working deploy project
This commit is contained in:
@@ -0,0 +1,48 @@
|
||||
<svg width="200" height="260" viewBox="0 0 200 260" xmlns="http://www.w3.org/2000/svg">
|
||||
<!-- Roof structure -->
|
||||
<polyline points="10,60 100,10 190,60" fill="none" stroke="#5B2C06" stroke-width="4"/>
|
||||
|
||||
<!-- Two vertical cables from roof to hook box -->
|
||||
<line x1="95" y1="10" x2="95" y2="80" stroke="#5B2C06" stroke-width="2"/>
|
||||
<line x1="105" y1="10" x2="105" y2="80" stroke="#5B2C06" stroke-width="2"/>
|
||||
|
||||
<!-- Hook box -->
|
||||
<rect x="90" y="80" width="20" height="10" fill="#5B2C06"/>
|
||||
|
||||
<!-- Hook curve -->
|
||||
<path d="M100,90 C95,95 105,105 100,110" stroke="#5B2C06" stroke-width="3" fill="none"/>
|
||||
|
||||
<!-- Thin cables from hook to container edges -->
|
||||
<line x1="100" y1="110" x2="50" y2="110" stroke="#5B2C06" stroke-width="1"/>
|
||||
<line x1="100" y1="110" x2="150" y2="110" stroke="#5B2C06" stroke-width="1"/>
|
||||
|
||||
<!-- Container body -->
|
||||
<rect x="50" y="110" width="100" height="60" fill="#A0522D" stroke="#5B2C06" stroke-width="2"/>
|
||||
|
||||
<!-- Left section (corrugated metal look) -->
|
||||
<rect x="50" y="110" width="30" height="60" fill="#8B4513"/>
|
||||
<g stroke="#5B2C06" stroke-width="1">
|
||||
<line x1="55" y1="110" x2="55" y2="170"/>
|
||||
<line x1="60" y1="110" x2="60" y2="170"/>
|
||||
<line x1="65" y1="110" x2="65" y2="170"/>
|
||||
<line x1="70" y1="110" x2="70" y2="170"/>
|
||||
<line x1="75" y1="110" x2="75" y2="170"/>
|
||||
</g>
|
||||
|
||||
<!-- Right section (doors) -->
|
||||
<rect x="80" y="110" width="70" height="60" fill="#FFFFFF" stroke="#5B2C06" stroke-width="2"/>
|
||||
<line x1="115" y1="110" x2="115" y2="170" stroke="#5B2C06" stroke-width="2"/>
|
||||
|
||||
<!-- Stacked boxes -->
|
||||
<rect x="90" y="160" width="10" height="10" fill="#A0522D"/>
|
||||
<rect x="105" y="160" width="10" height="10" fill="#A0522D"/>
|
||||
<rect x="120" y="160" width="10" height="10" fill="#A0522D"/>
|
||||
<rect x="105" y="150" width="10" height="10" fill="#A0522D"/>
|
||||
<rect x="105" y="140" width="10" height="10" fill="#A0522D"/>
|
||||
|
||||
<!-- Company name -->
|
||||
<text x="100" y="200" font-family="monospace" font-size="20" text-anchor="middle" fill="#5B2C06" font-weight="bold">K-DepoT</text>
|
||||
|
||||
<!-- Slogan -->
|
||||
<text x="100" y="220" font-family="monospace" font-size="20" text-anchor="middle" fill="#5B2C06" letter-spacing="2">SAFE AND READY</text>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 2.2 KiB |
Reference in New Issue
Block a user