092a8bc7ce
- Removed all backup/duplicate files - Removed test files from root - Consolidated documentation to /docs/ - Moved scripts to /scripts/ - Renamed f_* directories (removed prefix) - Organized icons and assets - Removed unused vendor directories - Cleaned up redundant config files
43 lines
1.8 KiB
XML
43 lines
1.8 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<svg width="200" height="80" viewBox="0 0 200 80" xmlns="http://www.w3.org/2000/svg">
|
|
<!-- Cloud -->
|
|
<g transform="translate(100, 20)">
|
|
<!-- Cloud body -->
|
|
<ellipse cx="0" cy="0" rx="25" ry="12" fill="#FD7E14"/>
|
|
<circle cx="-15" cy="-2" r="8" fill="#FD7E14"/>
|
|
<circle cx="15" cy="-2" r="8" fill="#FD7E14"/>
|
|
<circle cx="-8" cy="-8" r="6" fill="#FD7E14"/>
|
|
<circle cx="8" cy="-8" r="6" fill="#FD7E14"/>
|
|
|
|
<!-- Cloud smile -->
|
|
<path d="M -8 2 Q 0 8 8 2" stroke="#FFFFFF" stroke-width="2" fill="none" stroke-linecap="round"/>
|
|
|
|
<!-- Cloud eyes -->
|
|
<circle cx="-6" cy="-2" r="2" fill="#FFFFFF"/>
|
|
<circle cx="6" cy="-2" r="2" fill="#FFFFFF"/>
|
|
<circle cx="-6" cy="-2" r="1" fill="#333"/>
|
|
<circle cx="6" cy="-2" r="1" fill="#333"/>
|
|
</g>
|
|
|
|
<!-- PC Monitor -->
|
|
<g transform="translate(100, 55)">
|
|
<!-- Monitor screen -->
|
|
<rect x="-30" y="-15" width="60" height="20" rx="2" fill="#2C3E50" stroke="#FD7E14" stroke-width="2"/>
|
|
<rect x="-27" y="-12" width="54" height="14" rx="1" fill="#34495E"/>
|
|
|
|
<!-- Screen content -->
|
|
<rect x="-24" y="-10" width="8" height="2" fill="#FD7E14"/>
|
|
<rect x="-24" y="-7" width="12" height="1" fill="#FFB366"/>
|
|
<rect x="-24" y="-5" width="10" height="1" fill="#FFB366"/>
|
|
<rect x="-10" y="-10" width="6" height="6" fill="#FF9800"/>
|
|
<rect x="-2" y="-10" width="8" height="2" fill="#FD7E14"/>
|
|
<rect x="-2" y="-7" width="6" height="1" fill="#FFB366"/>
|
|
|
|
<!-- Monitor stand -->
|
|
<rect x="-3" y="5" width="6" height="8" fill="#34495E"/>
|
|
<rect x="-12" y="13" width="24" height="3" rx="1" fill="#2C3E50"/>
|
|
</g>
|
|
|
|
<!-- EasyStream text -->
|
|
<text x="100" y="75" font-family="Arial, sans-serif" font-size="12" font-weight="bold" text-anchor="middle" fill="#FD7E14">EasyStream</text>
|
|
</svg> |