diff options
| author | Paul Buetow <paul@buetow.org> | 2026-04-11 21:16:12 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-04-11 21:16:12 +0300 |
| commit | d9cfad5e1132a8873eda4a3936636d3e4221bf8c (patch) | |
| tree | 180505232a2b95e744457de8123088679e5f8cfb /logo.svg | |
| parent | cc04f99c95fe6ee055057080826aac09550462ca (diff) | |
branding: add glitch-art logo and update README
Diffstat (limited to 'logo.svg')
| -rw-r--r-- | logo.svg | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/logo.svg b/logo.svg new file mode 100644 index 0000000..cd90fc4 --- /dev/null +++ b/logo.svg @@ -0,0 +1,6 @@ +<svg width="400" height="400" viewBox="0 0 400 400" xmlns="http://www.w3.org/2000/svg"> + <rect width="400" height="400" fill="#121212" /> + <text x="200" y="220" font-family="monospace" font-size="160" fill="#FF00FF" text-anchor="middle" font-weight="bold" transform="translate(-5, -5)">gt</text> + <text x="200" y="220" font-family="monospace" font-size="160" fill="#00FFFF" text-anchor="middle" font-weight="bold" transform="translate(5, 5)">gt</text> + <text x="200" y="220" font-family="monospace" font-size="160" fill="#FFFFFF" text-anchor="middle" font-weight="bold">gt</text> +</svg> |
