Replace the emerald starburst design (V2.0) with a new compass + code bracket (>) symbol (V3.0) using Black/White/Gray base with Bright Green (#22C55E) accent. Update all SVG assets (logos, icons, favicons) and design documentation to reflect the new brand identity.
18 lines
798 B
XML
18 lines
798 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<svg width="340" height="48" viewBox="0 0 340 48" xmlns="http://www.w3.org/2000/svg">
|
|
<!-- Wordmark: "Claude How-To" -->
|
|
|
|
<!-- "Claude" in bold black -->
|
|
<text x="0" y="35" font-family="'Inter', 'SF Pro Display', '-apple-system', 'Segoe UI', sans-serif" font-size="36" font-weight="700" fill="#000000" letter-spacing="-0.5">
|
|
Claude
|
|
</text>
|
|
|
|
<!-- "How-To" in medium weight with green accent -->
|
|
<text x="170" y="35" font-family="'Inter', 'SF Pro Display', '-apple-system', 'Segoe UI', sans-serif" font-size="36" font-weight="500" fill="#6B7280" letter-spacing="-0.5">
|
|
How-To
|
|
</text>
|
|
|
|
<!-- Green underline accent on "How-To" -->
|
|
<line x1="170" y1="42" x2="330" y2="42" stroke="#22C55E" stroke-width="2" stroke-linecap="round"/>
|
|
</svg>
|