automa/.github/banner.svg
m1ngsama 4a674026ea docs: redesign README as project portal with banner and badges
- Centered SVG banner with terminal prompt icon
- shields.io badges (license, release, bash, docker, stars)
- Feature highlights, project table with upstream links
- Project structure diagram, requirements table
- Contributing guide for adding new projects
2026-04-15 10:38:58 +08:00

22 lines
1.1 KiB
XML

<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 600 160" fill="none">
<defs>
<linearGradient id="bg" x1="0" y1="0" x2="600" y2="160" gradientUnits="userSpaceOnUse">
<stop offset="0%" stop-color="#0f172a"/>
<stop offset="100%" stop-color="#1e293b"/>
</linearGradient>
<linearGradient id="accent" x1="0" y1="0" x2="1" y2="1">
<stop offset="0%" stop-color="#38bdf8"/>
<stop offset="100%" stop-color="#818cf8"/>
</linearGradient>
</defs>
<rect width="600" height="160" rx="16" fill="url(#bg)"/>
<!-- Terminal prompt icon -->
<g transform="translate(40, 48)">
<rect width="64" height="64" rx="14" fill="url(#accent)" opacity="0.15"/>
<text x="32" y="44" font-family="monospace" font-size="36" font-weight="bold" fill="url(#accent)" text-anchor="middle">$_</text>
</g>
<!-- Title -->
<text x="124" y="78" font-family="system-ui, -apple-system, sans-serif" font-size="42" font-weight="bold" fill="#f8fafc" letter-spacing="-1">automa</text>
<!-- Tagline -->
<text x="124" y="108" font-family="system-ui, -apple-system, sans-serif" font-size="16" fill="#94a3b8">Self-hosted Docker Compose deployer</text>
</svg>