- Created complete documentation in docs/ directory - Added PROJECT_OVERVIEW.md with feature highlights and getting started guide - Added ARCHITECTURE.md with system design and technical details - Added SECURITY.md with comprehensive security implementation guide - Added DEVELOPMENT.md with development workflows and best practices - Added DEPLOYMENT.md with production deployment instructions - Added API.md with complete REST API documentation - Added CONTRIBUTING.md with contribution guidelines - Added CHANGELOG.md with version history and migration notes - Reorganized all documentation files into docs/ directory for better organization - Updated README.md with proper documentation links and quick navigation - Enhanced project structure with professional documentation standards
38 lines
1.5 KiB
XML
38 lines
1.5 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<svg width="310" height="310" viewBox="0 0 310 310" xmlns="http://www.w3.org/2000/svg">
|
|
<rect width="310" height="310" fill="#4A90E2"/>
|
|
|
|
<!-- Cloud -->
|
|
<g transform="translate(155, 77.5)">
|
|
<!-- Cloud body -->
|
|
<ellipse cx="0" cy="0" rx="93" ry="46.5" fill="#FFFFFF"/>
|
|
<circle cx="-56" cy="-8" r="33" fill="#FFFFFF"/>
|
|
<circle cx="56" cy="-8" r="33" fill="#FFFFFF"/>
|
|
<circle cx="-28" cy="-28" r="23" fill="#FFFFFF"/>
|
|
<circle cx="28" cy="-28" r="23" fill="#FFFFFF"/>
|
|
|
|
<!-- Cloud smile -->
|
|
<path d="M -28 8 Q 0 26 28 8" stroke="#4A90E2" stroke-width="8" fill="none" stroke-linecap="round"/>
|
|
|
|
<!-- Cloud eyes -->
|
|
<circle cx="-16" cy="-4" r="8" fill="#4A90E2"/>
|
|
<circle cx="16" cy="-4" r="8" fill="#4A90E2"/>
|
|
</g>
|
|
|
|
<!-- PC Monitor -->
|
|
<g transform="translate(155, 213)">
|
|
<!-- Monitor screen -->
|
|
<rect x="-77.5" y="-37" width="155" height="56" rx="4" fill="#2C3E50"/>
|
|
<rect x="-68" y="-28" width="136" height="38" rx="2" fill="#34495E"/>
|
|
|
|
<!-- Screen content -->
|
|
<rect x="-60" y="-24" width="17" height="4" fill="#4A90E2"/>
|
|
<rect x="-60" y="-16" width="26" height="2" fill="#7FB3D3"/>
|
|
<rect x="-25" y="-24" width="13" height="13" fill="#5DADE2"/>
|
|
<rect x="-8" y="-24" width="17" height="4" fill="#4A90E2"/>
|
|
|
|
<!-- Monitor stand -->
|
|
<rect x="-8" y="19" width="16" height="26" fill="#34495E"/>
|
|
<rect x="-37" y="45" width="74" height="8" rx="2" fill="#2C3E50"/>
|
|
</g>
|
|
</svg> |