feat(assets): add 2000x2000 GSD logo for Moonshot

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Lex Christopherson
2026-01-22 12:40:03 -06:00
parent 1cf197517c
commit 6f069c6b8a
2 changed files with 21 additions and 0 deletions

BIN
assets/gsd-logo-2000.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 82 KiB

21
assets/gsd-logo-2000.svg Normal file
View File

@@ -0,0 +1,21 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 2000 2000" width="2000" height="2000">
<defs>
<style>
.bg { fill: #1a1b26; }
.logo { font-family: 'SF Mono', 'Fira Code', 'JetBrains Mono', 'Courier New', monospace; fill: #7dcfff; }
</style>
</defs>
<!-- Background -->
<rect class="bg" width="2000" height="2000"/>
<!-- GSD ASCII Logo - centered -->
<g transform="translate(1000, 1000)">
<text class="logo" font-size="108" text-anchor="middle" y="-225" xml:space="preserve"> ██████╗ ███████╗██████╗ </text>
<text class="logo" font-size="108" text-anchor="middle" y="-105" xml:space="preserve"> ██╔════╝ ██╔════╝██╔══██╗</text>
<text class="logo" font-size="108" text-anchor="middle" y="15" xml:space="preserve"> ██║ ███╗███████╗██║ ██║</text>
<text class="logo" font-size="108" text-anchor="middle" y="135" xml:space="preserve"> ██║ ██║╚════██║██║ ██║</text>
<text class="logo" font-size="108" text-anchor="middle" y="255" xml:space="preserve"> ╚██████╔╝███████║██████╔╝</text>
<text class="logo" font-size="108" text-anchor="middle" y="375" xml:space="preserve"> ╚═════╝ ╚══════╝╚═════╝ </text>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.4 KiB