mirror of
https://github.com/pbakaus/impeccable.git
synced 2026-09-22 02:56:52 +03:00
- Add meta description and OpenGraph tags for social sharing - Create OG image (SVG) - Fix README: "Design Language" → "Impeccable" - Fix DEVELOP.md: update build script line count 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
33 lines
1.4 KiB
XML
33 lines
1.4 KiB
XML
<svg width="1200" height="630" viewBox="0 0 1200 630" xmlns="http://www.w3.org/2000/svg">
|
|
<defs>
|
|
<linearGradient id="bg" x1="0%" y1="0%" x2="100%" y2="100%">
|
|
<stop offset="0%" style="stop-color:#f5f3ef"/>
|
|
<stop offset="100%" style="stop-color:#e8e4df"/>
|
|
</linearGradient>
|
|
</defs>
|
|
|
|
<!-- Background -->
|
|
<rect width="1200" height="630" fill="url(#bg)"/>
|
|
|
|
<!-- Decorative slash -->
|
|
<text x="950" y="480" font-family="system-ui, -apple-system, sans-serif" font-size="400" font-weight="300" fill="#1a1a1a" opacity="0.06">/</text>
|
|
|
|
<!-- Main title -->
|
|
<text x="80" y="280" font-family="Georgia, 'Times New Roman', serif" font-size="96" font-weight="400" fill="#1a1a1a">Impeccable</text>
|
|
|
|
<!-- Tagline -->
|
|
<text x="80" y="360" font-family="system-ui, -apple-system, sans-serif" font-size="32" fill="#6b7280">Design skills for AI coding tools</text>
|
|
|
|
<!-- Stats -->
|
|
<text x="80" y="460" font-family="ui-monospace, monospace" font-size="24" fill="#1a1a1a">
|
|
<tspan fill="#1a1a1a" font-weight="500">1</tspan><tspan fill="#6b7280"> skill</tspan>
|
|
<tspan fill="#6b7280" dx="20">+</tspan>
|
|
<tspan fill="#1a1a1a" font-weight="500" dx="20">15</tspan><tspan fill="#6b7280"> commands</tspan>
|
|
<tspan fill="#6b7280" dx="20">+</tspan>
|
|
<tspan fill="#6b7280" dx="20">anti-patterns</tspan>
|
|
</text>
|
|
|
|
<!-- URL -->
|
|
<text x="80" y="560" font-family="ui-monospace, monospace" font-size="20" fill="#9ca3af">impeccable.style</text>
|
|
</svg>
|