diff options
| author | Tyler Hoang <tyler@tylerhoang.xyz> | 2026-05-17 13:07:40 -0700 |
|---|---|---|
| committer | Tyler Hoang <tyler@tylerhoang.xyz> | 2026-05-17 13:07:40 -0700 |
| commit | 62bdd79b3473262dde5fb0a90eab34fe7bf344fd (patch) | |
| tree | 84f75baf7503e1df77c8335750650a72b088468a /frontend/public/design-system/logo-wordmark.svg | |
| parent | 1482422f2f5b236cdcdff4429ae06bb55dca4083 (diff) | |
'UI Shell and General Architecture'
Diffstat (limited to 'frontend/public/design-system/logo-wordmark.svg')
| -rw-r--r-- | frontend/public/design-system/logo-wordmark.svg | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/frontend/public/design-system/logo-wordmark.svg b/frontend/public/design-system/logo-wordmark.svg new file mode 100644 index 0000000..2449e19 --- /dev/null +++ b/frontend/public/design-system/logo-wordmark.svg @@ -0,0 +1,24 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 560 120" width="560" height="120"> + <defs> + <linearGradient id="brass2" x1="0" y1="0" x2="0" y2="1"> + <stop offset="0%" stop-color="#DCC79E"></stop> + <stop offset="55%" stop-color="#C2AA7A"></stop> + <stop offset="100%" stop-color="#8F7A50"></stop> + </linearGradient> + </defs> + + <g transform="translate(60 60)"> + <circle r="46" fill="none" stroke="url(#brass2)" stroke-width="1.4"></circle> + <circle r="42" fill="none" stroke="url(#brass2)" stroke-width="0.5" opacity="0.55"></circle> + <text x="0" y="14" font-family="'EB Garamond','Source Serif Pro',Georgia,serif" font-style="italic" font-weight="500" font-size="56" letter-spacing="-3" text-anchor="middle" fill="url(#brass2)">TH</text> + </g> + + <g transform="translate(135 60)"> + <g font-family="'EB Garamond',Georgia,serif" font-size="36" fill="#F2ECDC"> + <text x="0" y="-4" font-weight="500">Thuy</text> + <text x="78" y="-4" font-weight="400" font-style="italic" fill="#C2AA7A">(Tyler)</text> + <text x="186" y="-4" font-weight="500">Hoang</text> + </g> + <text x="2" y="26" font-family="'IBM Plex Sans',sans-serif" font-weight="500" font-size="11" fill="#8E8676" letter-spacing="3.2">FINANCE · ANALYTICS · CFA LEVEL I CANDIDATE</text> + </g> +</svg>
\ No newline at end of file |
