Files
jiebanke/website/images/ceo-avatar.svg

11 lines
645 B
XML
Raw Normal View History

<svg width="150" height="150" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="gradCEO" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#2ecc71;stop-opacity:1" />
<stop offset="100%" style="stop-color:#27ae60;stop-opacity:1" />
</linearGradient>
</defs>
<circle cx="75" cy="75" r="75" fill="url(#gradCEO)"/>
<text x="75" y="85" fill="#ffffff" text-anchor="middle" font-family="Arial, sans-serif" font-weight="bold" font-size="24"></text>
<text x="75" y="110" fill="rgba(255,255,255,0.8)" text-anchor="middle" font-family="Arial, sans-serif" font-size="14">CEO</text>
</svg>