Hardening responsiveness and SEO

This commit is contained in:
Codex
2026-03-07 23:23:09 +00:00
parent 5a8740722c
commit c1aebbb5e2
16 changed files with 656 additions and 59 deletions

View File

@@ -0,0 +1,21 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64" role="img" aria-label="Calculator favicon">
<defs>
<linearGradient id="bg" x1="0" y1="0" x2="1" y2="1">
<stop offset="0" stop-color="#115e59" />
<stop offset="1" stop-color="#0284c7" />
</linearGradient>
</defs>
<rect width="64" height="64" rx="14" fill="url(#bg)" />
<rect x="17" y="8" width="30" height="48" rx="6" fill="#f8fafc" stroke="#0f172a" stroke-width="2" />
<rect x="22" y="14" width="20" height="9" rx="2" fill="#0f172a" />
<rect x="24" y="17" width="16" height="3" rx="1.5" fill="#67e8f9" />
<g fill="#0ea5e9">
<rect x="22" y="28" width="6" height="6" rx="1.5" />
<rect x="29" y="28" width="6" height="6" rx="1.5" />
<rect x="36" y="28" width="6" height="6" rx="1.5" />
<rect x="22" y="35" width="6" height="6" rx="1.5" />
<rect x="29" y="35" width="6" height="6" rx="1.5" />
<rect x="36" y="35" width="6" height="13" rx="1.5" fill="#f97316" />
<rect x="22" y="42" width="13" height="6" rx="1.5" fill="#14b8a6" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.0 KiB