blob: 2449e19123c60dfab656afc686d5599ec99bf968 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
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>
|