OpenClaw + ClawTeam + Superpowers Git Initialization
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 200" width="200" height="200">
|
||||
<defs>
|
||||
<linearGradient id="avatarGradient" x1="0%" y1="0%" x2="100%" y2="100%">
|
||||
<stop offset="0%" style="stop-color:#DC2626;stop-opacity:1" />
|
||||
<stop offset="100%" style="stop-color:#F59E0B;stop-opacity:1" />
|
||||
</linearGradient>
|
||||
</defs>
|
||||
<circle cx="100" cy="100" r="100" fill="url(#avatarGradient)" />
|
||||
<circle cx="100" cy="100" r="92" fill="white" fill-opacity="0.1" />
|
||||
<text
|
||||
x="100"
|
||||
y="115"
|
||||
font-family="'Segoe UI', Arial, sans-serif"
|
||||
font-size="80"
|
||||
font-weight="bold"
|
||||
fill="white"
|
||||
text-anchor="middle"
|
||||
dominant-baseline="middle"
|
||||
style="text-shadow: 2px 2px 4px rgba(0,0,0,0.3);">
|
||||
TV
|
||||
</text>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 756 B |
Reference in New Issue
Block a user