Fix README asset alignment

This commit is contained in:
Affaan Mustafa 2026-07-24 11:49:10 -04:00
parent fb401834e5
commit cf1fb0125e
6 changed files with 66 additions and 13 deletions

View file

@ -0,0 +1,20 @@
<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" viewBox="0 0 96 96" fill="none">
<defs>
<linearGradient id="favicon-frame" x1="18" y1="14" x2="82" y2="86" gradientUnits="userSpaceOnUse">
<stop stop-color="#E07856"/>
<stop offset="1" stop-color="#ffd700"/>
</linearGradient>
<linearGradient id="favicon-node" x1="24" y1="24" x2="72" y2="72" gradientUnits="userSpaceOnUse">
<stop stop-color="#ffd700"/>
<stop offset="1" stop-color="#7ee787"/>
</linearGradient>
</defs>
<rect x="10" y="10" width="76" height="76" rx="24" fill="rgba(255,255,255,0.03)" stroke="url(#favicon-frame)" stroke-width="2"/>
<rect x="22" y="22" width="52" height="52" rx="16" fill="rgba(10,10,18,0.86)" stroke="rgba(255,255,255,0.06)"/>
<path d="M34 60V40.5C34 36.91 36.91 34 40.5 34H48" stroke="url(#favicon-node)" stroke-width="4" stroke-linecap="round"/>
<path d="M48 34H56C59.59 34 62.5 36.91 62.5 40.5V44" stroke="url(#favicon-node)" stroke-width="4" stroke-linecap="round"/>
<path d="M52 55L60 47L52 39" stroke="#E07856" stroke-width="4" stroke-linecap="round" stroke-linejoin="round"/>
<circle cx="34" cy="60" r="5" fill="#ffd700"/>
<circle cx="48" cy="34" r="5" fill="#E07856"/>
<circle cx="62" cy="44" r="5" fill="#7ee787"/>
</svg>

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 MiB

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg xmlns="http://www.w3.org/2000/svg" width="280" height="40" viewBox="0 0 280 40">
<svg xmlns="http://www.w3.org/2000/svg" width="172" height="40" viewBox="0 0 172 40">
<defs><style>@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&amp;family=IBM+Plex+Mono:wght@300;400;500&amp;display=swap');</style></defs>
<text x="0" y="30" font-family="'Libre Baskerville', serif" font-size="36" font-weight="500" letter-spacing="0.08em">

Before

Width:  |  Height:  |  Size: 737 B

After

Width:  |  Height:  |  Size: 737 B

Before After
Before After

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg xmlns="http://www.w3.org/2000/svg" width="280" height="40" viewBox="0 0 280 40">
<svg xmlns="http://www.w3.org/2000/svg" width="172" height="40" viewBox="0 0 172 40">
<defs><style>@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:wght@400;500;600;700&amp;family=IBM+Plex+Mono:wght@300;400;500&amp;display=swap');</style></defs>
<text x="0" y="30" font-family="'EB Garamond', serif" font-size="36" font-weight="500" letter-spacing="0.08em">

Before

Width:  |  Height:  |  Size: 718 B

After

Width:  |  Height:  |  Size: 718 B

Before After
Before After