update images and tag line

This commit is contained in:
2026-03-23 23:44:12 +05:00
parent 5979e4e577
commit ff0cea7f48
6 changed files with 62 additions and 20 deletions
+10
View File
@@ -0,0 +1,10 @@
<svg width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="orange" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#ffa31a"/>
<stop offset="100%" style="stop-color:#ff8c00"/>
</linearGradient>
</defs>
<rect width="32" height="32" rx="8" fill="url(#orange)"/>
<text x="16" y="23" font-family="Arial, sans-serif" font-size="20" fill="white" text-anchor="middle">&#128222;</text>
</svg>

After

Width:  |  Height:  |  Size: 489 B