Initial release — Astro Rocket v1.0.0

This commit is contained in:
Claude
2026-04-06 07:31:47 +00:00
commit ddd0c22311
275 changed files with 38839 additions and 0 deletions
+35
View File
@@ -0,0 +1,35 @@
<svg width="1200" height="630" viewBox="0 0 1200 630" fill="none" xmlns="http://www.w3.org/2000/svg">
<!-- Background -->
<rect width="1200" height="630" fill="#2563eb"/>
<!-- Lucide Rocket — scale(5), visual centre at (600, 240) -->
<g transform="translate(540, 180) scale(5)"
stroke="#dbeafe" stroke-width="1.6" stroke-linecap="round" stroke-linejoin="round" fill="none" opacity="0.9">
<path d="M4.5 16.5c-1.5 1.26-2 5-2 5s3.74-.5 5-2c.71-.84.7-2.13-.09-2.91a2.18 2.18 0 0 0-2.91-.09z"/>
<path d="m12 15-3-3a22 22 0 0 1 2-3.95A12.88 12.88 0 0 1 22 2c0 2.72-.78 7.5-6 11a22.35 22.35 0 0 1-4 2z"/>
<path d="M9 12H4s.55-3.03 2-4c1.62-1.08 5 0 5 0"/>
<path d="M12 15v5s3.03-.55 4-2c1.08-1.62 0-5 0-5"/>
</g>
<!-- Wordmark -->
<text x="600" y="410" font-size="96" text-anchor="middle" letter-spacing="-4"
fill="#eff6ff"
font-family="system-ui, -apple-system, 'Segoe UI', Helvetica, Arial, sans-serif"
font-weight="800">Astro Rocket</text>
<!-- Divider -->
<line x1="380" y1="436" x2="820" y2="436" stroke="#60a5fa" stroke-width="1" stroke-opacity="0.35"/>
<!-- Domain pill -->
<rect x="450" y="464" width="300" height="38" rx="19"
fill="#3b82f6" fill-opacity="0.25" stroke="#93c5fd" stroke-opacity="0.4" stroke-width="1"/>
<text x="600" y="488" font-size="13" text-anchor="middle" letter-spacing="1.5"
fill="#dbeafe"
font-family="system-ui, -apple-system, 'Segoe UI', Helvetica, Arial, sans-serif">hansmartens.dev</text>
<!-- Corner marks -->
<path d="M 36 60 L 36 36 L 60 36" stroke="#60a5fa" stroke-width="1.5" fill="none" stroke-opacity="0.45"/>
<path d="M 1140 36 L 1164 36 L 1164 60" stroke="#60a5fa" stroke-width="1.5" fill="none" stroke-opacity="0.45"/>
<path d="M 36 570 L 36 594 L 60 594" stroke="#60a5fa" stroke-width="1.5" fill="none" stroke-opacity="0.45"/>
<path d="M 1140 594 L 1164 594 L 1164 570" stroke="#60a5fa" stroke-width="1.5" fill="none" stroke-opacity="0.45"/>
</svg>

After

Width:  |  Height:  |  Size: 2.0 KiB