added apps

This commit is contained in:
sha
2026-07-25 16:51:21 +03:00
parent 9f157e48ac
commit 473f9a00c9
5 changed files with 365 additions and 32 deletions
+36
View File
@@ -0,0 +1,36 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1024 1024" width="1024" height="1024">
<defs>
<linearGradient id="bg" x1="0" y1="0" x2="1" y2="1">
<stop offset="0%" stop-color="#7bc86c"/>
<stop offset="55%" stop-color="#4fa583"/>
<stop offset="100%" stop-color="#2f7d7a"/>
</linearGradient>
<linearGradient id="sheen" x1="0" y1="0" x2="0" y2="1">
<stop offset="0%" stop-color="#ffffff" stop-opacity="0.32"/>
<stop offset="45%" stop-color="#ffffff" stop-opacity="0.05"/>
<stop offset="46%" stop-color="#ffffff" stop-opacity="0"/>
</linearGradient>
<radialGradient id="glow" cx="30%" cy="22%" r="75%">
<stop offset="0%" stop-color="#ffffff" stop-opacity="0.22"/>
<stop offset="100%" stop-color="#ffffff" stop-opacity="0"/>
</radialGradient>
</defs>
<rect width="1024" height="1024" fill="url(#bg)"/>
<rect width="1024" height="1024" fill="url(#glow)"/>
<!-- Five-letter guess row: absent / absent / present / correct / absent -->
<g>
<rect x="28" y="428" width="168" height="168" rx="28" fill="#ffffff" fill-opacity="0.22"/>
<rect x="228" y="428" width="168" height="168" rx="28" fill="#ffffff" fill-opacity="0.22"/>
<rect x="428" y="428" width="168" height="168" rx="28" fill="#ffd166"/>
<rect x="628" y="428" width="168" height="168" rx="28" fill="#ffffff"/>
<rect x="828" y="428" width="168" height="168" rx="28" fill="#ffffff" fill-opacity="0.22"/>
</g>
<g fill="#2f7d7a" font-family="Helvetica, Arial, sans-serif" font-weight="700" font-size="120" text-anchor="middle">
<text x="712" y="555">W</text>
</g>
<rect width="1024" height="512" fill="url(#sheen)"/>
</svg>

After

Width:  |  Height:  |  Size: 1.7 KiB