You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
988 B
19 lines
988 B
<svg xmlns="http://www.w3.org/2000/svg" width="1200" height="630" viewBox="0 0 1200 630"> |
|
<!-- Background --> |
|
<rect width="1200" height="630" fill="#d6daf0"/> |
|
|
|
<!-- Content Area --> |
|
<rect x="100" y="100" width="1000" height="430" fill="#eef2ff" stroke="#b7c5d9" stroke-width="4" rx="8"/> |
|
|
|
<!-- Title --> |
|
<text x="600" y="280" font-family="system-ui, -apple-system, sans-serif" font-size="72" font-weight="bold" text-anchor="middle" fill="#1e293b">Aitherboard</text> |
|
|
|
<!-- Subtitle --> |
|
<text x="600" y="340" font-family="system-ui, -apple-system, sans-serif" font-size="32" text-anchor="middle" fill="#475569">Decentralized Messageboard on Nostr</text> |
|
|
|
<!-- Decorative elements --> |
|
<circle cx="200" cy="200" r="40" fill="#3b82f6" opacity="0.3"/> |
|
<circle cx="1000" cy="430" r="60" fill="#3b82f6" opacity="0.2"/> |
|
<rect x="150" y="450" width="80" height="4" fill="#b7c5d9" rx="2"/> |
|
<rect x="970" y="450" width="80" height="4" fill="#b7c5d9" rx="2"/> |
|
</svg>
|
|
|