Add files via upload

This commit is contained in:
dunemight 2026-07-03 00:06:39 +08:00 committed by GitHub
parent e75f47a623
commit dfd140ede2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

22
cs1010logo.svg Normal file
View file

@ -0,0 +1,22 @@
<svg xmlns="http://www.w3.org/2000/svg" width="320" height="320" viewBox="0 0 320 320" role="img" aria-label="Awesome Singapore CS1010 logo">
<defs>
<linearGradient id="bg" x1="0" y1="0" x2="1" y2="1">
<stop offset="0" stop-color="#0f172a"/>
<stop offset="1" stop-color="#1d4ed8"/>
</linearGradient>
</defs>
<rect width="320" height="320" rx="56" fill="url(#bg)"/>
<!-- terminal window -->
<rect x="56" y="70" width="208" height="150" rx="16" fill="#0b1220" stroke="#334155" stroke-width="2"/>
<circle cx="80" cy="94" r="6" fill="#ef4444"/>
<circle cx="100" cy="94" r="6" fill="#f59e0b"/>
<circle cx="120" cy="94" r="6" fill="#22c55e"/>
<!-- prompt -->
<text x="80" y="150" font-family="ui-monospace, 'SF Mono', Menlo, Consolas, monospace" font-size="30" font-weight="700" fill="#38bdf8">&gt;_</text>
<!-- CS1010 wordmark -->
<text x="132" y="150" font-family="ui-monospace, 'SF Mono', Menlo, Consolas, monospace" font-size="30" font-weight="700" fill="#e2e8f0">CS1010</text>
<!-- caption -->
<text x="160" y="200" text-anchor="middle" font-family="Inter, system-ui, -apple-system, Segoe UI, sans-serif" font-size="15" font-weight="600" fill="#94a3b8" letter-spacing="2">SINGAPORE</text>
<!-- awesome dot -->
<text x="160" y="272" text-anchor="middle" font-family="Inter, system-ui, -apple-system, sans-serif" font-size="20" font-weight="800" fill="#fde047">awesome</text>
</svg>

After

Width:  |  Height:  |  Size: 1.4 KiB