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
+26
View File
@@ -0,0 +1,26 @@
<svg width="880" height="260" viewBox="0 0 880 260" fill="none" xmlns="http://www.w3.org/2000/svg">
<!-- Background -->
<rect width="880" height="260" fill="#2563eb"/>
<!-- Lucide Rocket — scale(5), visual centre at (440, 100) -->
<g transform="translate(379, 41) 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="440" y="209"
text-anchor="middle"
font-family="system-ui, -apple-system, 'Segoe UI', Helvetica, Arial, sans-serif"
font-weight="800" font-size="62" letter-spacing="-1.5"
fill="#eff6ff">Astro Rocket</text>
<!-- Corner marks -->
<path d="M 30 50 L 30 30 L 50 30" stroke="#60a5fa" stroke-width="1.5" fill="none" stroke-opacity="0.45"/>
<path d="M 830 30 L 850 30 L 850 50" stroke="#60a5fa" stroke-width="1.5" fill="none" stroke-opacity="0.45"/>
<path d="M 30 210 L 30 230 L 50 230" stroke="#60a5fa" stroke-width="1.5" fill="none" stroke-opacity="0.45"/>
<path d="M 830 230 L 850 230 L 850 210" stroke="#60a5fa" stroke-width="1.5" fill="none" stroke-opacity="0.45"/>
</svg>

After

Width:  |  Height:  |  Size: 1.5 KiB