mirror of
https://github.com/lukaszraczylo/claude-adam.git
synced 2026-06-25 02:13:41 +00:00
7ed2aecdfa
Replaces the geometric-A-with-observation-dot with a softer, more on-theme design: a swaddled-baby silhouette (rounded A-shape bundle), face nestled inside, and the wrap-band extended past the bundle on both sides as little hands. Maintains currentColor + zero external assets; reads cleanly down to favicon size. Ties the visual identity to the 'Story behind Adam' section: the project is named after the author's son, and now the logo is too.
14 lines
950 B
XML
14 lines
950 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 160 160" width="160" height="160" role="img" aria-label="claude-adam logo">
|
|
<title>claude-adam</title>
|
|
<desc>A swaddled baby — rounded A-shape bundle with a face inside and small hands extending from the wrap-band. Named after the author's newborn son.</desc>
|
|
<!-- Swaddle bundle (rounded A) -->
|
|
<path d="M 36 134 Q 30 78 80 28 Q 130 78 124 134 Z" fill="none" stroke="currentColor" stroke-width="9" stroke-linejoin="round"/>
|
|
<!-- Wrap-band extended outward as little hands -->
|
|
<path d="M 16 100 L 44 100 Q 80 115 116 100 L 144 100" fill="none" stroke="currentColor" stroke-width="6" stroke-linecap="round"/>
|
|
<!-- Face: eyes -->
|
|
<circle cx="72" cy="64" r="3.2" fill="currentColor"/>
|
|
<circle cx="88" cy="64" r="3.2" fill="currentColor"/>
|
|
<!-- Tiny mouth -->
|
|
<path d="M 75 78 Q 80 82 85 78" fill="none" stroke="currentColor" stroke-width="2.5" stroke-linecap="round"/>
|
|
</svg>
|