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)
17 lines
801 B
XML
17 lines
801 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 380 80" width="380" height="80">
|
|
<!-- SYNTAXIS Text Only - Static -->
|
|
|
|
<defs>
|
|
<linearGradient id="syntaxisGradient" x1="0%" y1="0%" x2="100%" y2="0%">
|
|
<stop offset="0%" style="stop-color:#3B7CB8;stop-opacity:1" />
|
|
<stop offset="100%" style="stop-color:#D97706;stop-opacity:1" />
|
|
</linearGradient>
|
|
</defs>
|
|
|
|
<!-- SYNTAXIS Wordmark -->
|
|
<text x="10" y="40" font-family="Inter, -apple-system, system-ui, sans-serif" font-size="42" font-weight="700" fill="url(#syntaxisGradient)" letter-spacing="-1">SYNTAXIS</text>
|
|
|
|
<!-- Tagline -->
|
|
<text x="10" y="65" font-family="Inter, -apple-system, system-ui, sans-serif" font-size="18" font-weight="400" fill="#6B7280" letter-spacing="0.5">Systematic Orchestration</text>
|
|
</svg>
|