Files
easystream/app_scripts/be/img/logo-header-darkorange.svg
Krystie 092a8bc7ce refactor: organize codebase and remove redundant files
- 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
2026-03-30 16:34:45 -07:00

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="#C2410C"/>
<circle cx="-15" cy="-2" r="8" fill="#C2410C"/>
<circle cx="15" cy="-2" r="8" fill="#C2410C"/>
<circle cx="-8" cy="-8" r="6" fill="#C2410C"/>
<circle cx="8" cy="-8" r="6" fill="#C2410C"/>
<!-- 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="#C2410C" 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="#C2410C"/>
<rect x="-24" y="-7" width="12" height="1" fill="#FB923C"/>
<rect x="-24" y="-5" width="10" height="1" fill="#FB923C"/>
<rect x="-10" y="-10" width="6" height="6" fill="#EA580C"/>
<rect x="-2" y="-10" width="8" height="2" fill="#C2410C"/>
<rect x="-2" y="-7" width="6" height="1" fill="#FB923C"/>
<!-- 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="#C2410C">EasyStream</text>
</svg>