45 lines
2.1 KiB
XML
45 lines
2.1 KiB
XML
<svg xmlns="http://www.w3.org/2000/svg" width="820" height="240" viewBox="0 0 820 240" role="img" aria-label="Nosterm — a terminal-style Nostr chat application">
|
|
<title>Nosterm — a terminal-style Nostr chat application</title>
|
|
|
|
<!-- Nord palette: bg #2e3440, surface #3b4252, frame #434c5e,
|
|
cyan #88c0d0, snow #eceff4, comment #616e88, green #a3be8c -->
|
|
<defs>
|
|
<linearGradient id="bg" x1="0" y1="0" x2="0" y2="1">
|
|
<stop offset="0" stop-color="#3b4252" />
|
|
<stop offset="1" stop-color="#2e3440" />
|
|
</linearGradient>
|
|
</defs>
|
|
|
|
<!-- outer canvas -->
|
|
<rect width="820" height="240" rx="14" fill="#2e3440" />
|
|
|
|
<!-- terminal window -->
|
|
<rect x="40" y="34" width="740" height="172" rx="10" fill="url(#bg)" stroke="#434c5e" stroke-width="1.5" />
|
|
|
|
<!-- title bar -->
|
|
<rect x="40" y="34" width="740" height="34" rx="10" fill="#434c5e" />
|
|
<rect x="40" y="58" width="740" height="10" fill="#434c5e" />
|
|
<circle cx="64" cy="51" r="5.5" fill="#bf616a" />
|
|
<circle cx="84" cy="51" r="5.5" fill="#ebcb8b" />
|
|
<circle cx="104" cy="51" r="5.5" fill="#a3be8c" />
|
|
<text x="410" y="55" text-anchor="middle" font-family="ui-monospace, SFMono-Regular, Menlo, Consolas, monospace" font-size="13" fill="#616e88">nosterm — /home/you</text>
|
|
|
|
<!-- terminal body -->
|
|
<g font-family="ui-monospace, SFMono-Regular, Menlo, Consolas, monospace">
|
|
<!-- wordmark: prompt + name -->
|
|
<text x="70" y="126" font-size="46" font-weight="700" fill="#88c0d0">>_</text>
|
|
<text x="152" y="126" font-size="46" font-weight="700" fill="#eceff4">nosterm</text>
|
|
|
|
<!-- tagline as a shell comment -->
|
|
<text x="72" y="162" font-size="16" fill="#616e88"># a terminal-style Nostr chat client + home relay</text>
|
|
|
|
<!-- a sample command line -->
|
|
<text x="72" y="190" font-size="16" fill="#a3be8c">$</text>
|
|
<text x="92" y="190" font-size="16" fill="#d8dee9">/join</text>
|
|
<text x="150" y="190" font-size="16" fill="#88c0d0">#general</text>
|
|
<rect x="238" y="177" width="9" height="17" fill="#88c0d0">
|
|
<animate attributeName="opacity" values="1;1;0;0" dur="1.1s" repeatCount="indefinite" />
|
|
</rect>
|
|
</g>
|
|
</svg>
|