mirror of
https://github.com/shadoll/m5y.git
synced 2026-08-28 03:27:16 +00:00
added apps
This commit is contained in:
@@ -0,0 +1,37 @@
|
||||
<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="#6b78e0"/>
|
||||
<stop offset="55%" stop-color="#3949ab"/>
|
||||
<stop offset="100%" stop-color="#232c6e"/>
|
||||
</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)"/>
|
||||
|
||||
<!-- Radiating flash rings -->
|
||||
<g fill="none" stroke="#ffffff">
|
||||
<circle cx="512" cy="512" r="420" stroke-width="14" stroke-opacity="0.16"/>
|
||||
<circle cx="512" cy="512" r="340" stroke-width="20" stroke-opacity="0.28"/>
|
||||
<circle cx="512" cy="512" r="260" stroke-width="26" stroke-opacity="0.45"/>
|
||||
</g>
|
||||
|
||||
<!-- Core flash -->
|
||||
<circle cx="512" cy="512" r="188" fill="#ffffff"/>
|
||||
|
||||
<!-- Colour-cycle dots (the app's own default flash colours) -->
|
||||
<circle cx="256" cy="256" r="76" fill="#e53935"/>
|
||||
<circle cx="768" cy="768" r="76" fill="#fdd835"/>
|
||||
|
||||
<rect width="1024" height="512" fill="url(#sheen)"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.5 KiB |
@@ -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 |
@@ -0,0 +1,57 @@
|
||||
<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="#7b8cf0"/>
|
||||
<stop offset="55%" stop-color="#5a6fd8"/>
|
||||
<stop offset="100%" stop-color="#3d4aa8"/>
|
||||
</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)"/>
|
||||
|
||||
<g fill="#ffffff" fill-opacity="0.22">
|
||||
<rect x="100" y="100" width="188" height="188" rx="32"/>
|
||||
<rect x="312" y="100" width="188" height="188" rx="32"/>
|
||||
<rect x="524" y="100" width="188" height="188" rx="32"/>
|
||||
<rect x="736" y="100" width="188" height="188" rx="32"/>
|
||||
<rect x="100" y="312" width="188" height="188" rx="32"/>
|
||||
<rect x="736" y="312" width="188" height="188" rx="32"/>
|
||||
<rect x="100" y="524" width="188" height="188" rx="32"/>
|
||||
<rect x="736" y="524" width="188" height="188" rx="32"/>
|
||||
<rect x="100" y="736" width="188" height="188" rx="32"/>
|
||||
<rect x="312" y="736" width="188" height="188" rx="32"/>
|
||||
<rect x="524" y="736" width="188" height="188" rx="32"/>
|
||||
<rect x="736" y="736" width="188" height="188" rx="32"/>
|
||||
</g>
|
||||
|
||||
<g fill="#ffffff">
|
||||
<rect x="312" y="312" width="188" height="188" rx="32"/>
|
||||
<rect x="524" y="312" width="188" height="188" rx="32"/>
|
||||
<rect x="312" y="524" width="188" height="188" rx="32"/>
|
||||
<rect x="524" y="524" width="188" height="188" rx="32"/>
|
||||
</g>
|
||||
|
||||
<g stroke="#ffd166" stroke-width="23" stroke-linecap="round" fill="none">
|
||||
<line x1="406" y1="406" x2="618" y2="618"/>
|
||||
</g>
|
||||
<g fill="#ffd166">
|
||||
<circle cx="406" cy="406" r="64"/>
|
||||
<circle cx="618" cy="618" r="64"/>
|
||||
</g>
|
||||
<g fill="#3d4aa8" font-family="Helvetica, Arial, sans-serif" font-weight="700" font-size="94" text-anchor="middle">
|
||||
<text x="406" y="439">1</text>
|
||||
<text x="618" y="651">2</text>
|
||||
</g>
|
||||
|
||||
<rect width="1024" height="512" fill="url(#sheen)"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 2.4 KiB |
Reference in New Issue
Block a user