Merge _configs/ into config/ for single configuration directory. Update all path references. Changes: - Move _configs/* to config/ - Update .gitignore for new patterns - No code references to _configs/ found Impact: -1 root directory (layout_conventions.md compliance)
36 lines
1.6 KiB
XML
36 lines
1.6 KiB
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 800 200" width="800" height="200">
|
|
<!-- SYNTAXIS Full Logo - Blanco y Negro (Static) -->
|
|
|
|
<!-- Static Icon (scaled and positioned) -->
|
|
<g transform="translate(20, 20)">
|
|
<!-- Top diamond -->
|
|
<path d="M 100 20 L 110 30 L 100 40 L 90 30 Z" fill="#000000"/>
|
|
|
|
<!-- Second row -->
|
|
<path d="M 70 50 L 80 60 L 70 70 L 60 60 Z" fill="#000000"/>
|
|
<rect x="90" y="50" width="20" height="20" fill="#000000"/>
|
|
<path d="M 130 50 L 140 60 L 130 70 L 120 60 Z" fill="#000000"/>
|
|
|
|
<!-- Center row with triangle -->
|
|
<path d="M 40 80 L 50 90 L 40 100 L 30 90 Z" fill="#000000"/>
|
|
<rect x="60" y="80" width="20" height="20" fill="#000000"/>
|
|
<path d="M 100 80 L 115 105 L 85 105 Z" fill="#000000"/>
|
|
<rect x="120" y="80" width="20" height="20" fill="#000000"/>
|
|
<path d="M 160 80 L 170 90 L 160 100 L 150 90 Z" fill="#000000"/>
|
|
|
|
<!-- Fourth row -->
|
|
<path d="M 70 110 L 80 120 L 70 130 L 60 120 Z" fill="#000000"/>
|
|
<rect x="90" y="110" width="20" height="20" fill="#000000"/>
|
|
<path d="M 130 110 L 140 120 L 130 130 L 120 120 Z" fill="#000000"/>
|
|
|
|
<!-- Bottom diamond -->
|
|
<path d="M 100 140 L 110 150 L 100 160 L 90 150 Z" fill="#000000"/>
|
|
</g>
|
|
|
|
<!-- SYNTAXIS Wordmark -->
|
|
<text x="234" y="105" font-family="Inter, -apple-system, system-ui, sans-serif" font-size="48" font-weight="700" fill="#9CA3AF" letter-spacing="-1">SYNTAXIS</text>
|
|
|
|
<!-- Tagline -->
|
|
<text x="234" y="144" font-family="Inter, -apple-system, system-ui, sans-serif" font-size="23" font-weight="400" fill="#9CA3AF" letter-spacing="0.5">Systematic Orchestration</text>
|
|
</svg>
|