2026-03-25 09:54:41 -06:00
|
|
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 2000 2000" width="2000" height="2000">
|
|
|
|
|
<defs>
|
|
|
|
|
<style>
|
|
|
|
|
.logo { font-family: 'SF Mono', 'Fira Code', 'JetBrains Mono', 'Courier New', monospace; fill: #7dcfff; }
|
|
|
|
|
</style>
|
|
|
|
|
</defs>
|
|
|
|
|
|
2026-04-15 14:54:20 +02:00
|
|
|
<!-- SF ASCII Logo - centered -->
|
2026-03-25 09:54:41 -06:00
|
|
|
<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>
|