74 lines
3.3 KiB
XML
74 lines
3.3 KiB
XML
<svg xmlns="http://www.w3.org/2000/svg" width="1200" height="630" viewBox="0 0 1200 630">
|
|
<defs>
|
|
<linearGradient id="og-gradient" x1="0%" y1="0%" x2="100%" y2="100%">
|
|
<stop offset="0%" style="stop-color:#DA22FF;stop-opacity:1" />
|
|
<stop offset="30%" style="stop-color:#9733EE;stop-opacity:1" />
|
|
<stop offset="70%" style="stop-color:#FF69B4;stop-opacity:1" />
|
|
<stop offset="100%" style="stop-color:#FFD700;stop-opacity:1" />
|
|
</linearGradient>
|
|
|
|
<linearGradient id="text-gradient" x1="0%" y1="0%" x2="100%" y2="0%">
|
|
<stop offset="0%" style="stop-color:#DA22FF;stop-opacity:1" />
|
|
<stop offset="50%" style="stop-color:#9733EE;stop-opacity:1" />
|
|
<stop offset="100%" style="stop-color:#FFD700;stop-opacity:1" />
|
|
</linearGradient>
|
|
|
|
<!-- Glow filter -->
|
|
<filter id="glow">
|
|
<feGaussianBlur stdDeviation="4" result="coloredBlur"/>
|
|
<feMerge>
|
|
<feMergeNode in="coloredBlur"/>
|
|
<feMergeNode in="SourceGraphic"/>
|
|
</feMerge>
|
|
</filter>
|
|
</defs>
|
|
|
|
<!-- Background -->
|
|
<rect width="1200" height="630" fill="url(#og-gradient)" />
|
|
|
|
<!-- Decorative circles -->
|
|
<circle cx="100" cy="100" r="150" fill="#FFFFFF" opacity="0.05" />
|
|
<circle cx="1100" cy="530" r="200" fill="#FFFFFF" opacity="0.05" />
|
|
<circle cx="900" cy="100" r="120" fill="#FFD700" opacity="0.1" />
|
|
<circle cx="300" cy="500" r="80" fill="#FF69B4" opacity="0.15" />
|
|
|
|
<!-- Main content container -->
|
|
<rect x="100" y="150" width="1000" height="330" rx="20" fill="#FFFFFF" opacity="0.95" />
|
|
|
|
<!-- Awesome Icon (centered at top) -->
|
|
<g transform="translate(500, 200) scale(3.5)" filter="url(#glow)">
|
|
<path fill="#9733EE" d="m14.8 8.625l-.3-1.5-4.95 1.05V2.5h-1.5v4.6125l-5.2125-3.375-.825 1.275 5.7 3.675-5.7 8.25 1.2.9 4.2375-5.55 3.15 4.7625 1.275-.825-3.15-4.6875z" />
|
|
<circle cx="9" cy="9" r="2.625" fill="#FF69B4" />
|
|
<g fill="url(#text-gradient)">
|
|
<circle cx="9" cy="3" r="1.875" />
|
|
<circle cx="14.625" cy="7.875" r="1.875" />
|
|
<circle cx="2.625" cy="4.875" r="1.875" />
|
|
<circle cx="4.125" cy="15.375" r="1.875" />
|
|
<circle cx="12.75" cy="14.625" r="1.875" />
|
|
</g>
|
|
</g>
|
|
|
|
<!-- Title -->
|
|
<text x="600" y="340" font-family="system-ui, -apple-system, sans-serif" font-size="80" font-weight="900" text-anchor="middle" fill="url(#text-gradient)">
|
|
AWESOME
|
|
</text>
|
|
|
|
<!-- Subtitle -->
|
|
<text x="600" y="400" font-family="system-ui, -apple-system, sans-serif" font-size="32" font-weight="600" text-anchor="middle" fill="#666666">
|
|
Curated Lists Explorer
|
|
</text>
|
|
|
|
<!-- Stats -->
|
|
<g transform="translate(600, 440)">
|
|
<text x="-250" y="0" font-family="system-ui, -apple-system, sans-serif" font-size="24" font-weight="700" text-anchor="middle" fill="#9733EE">
|
|
209 Lists
|
|
</text>
|
|
<text x="0" y="0" font-family="system-ui, -apple-system, sans-serif" font-size="24" font-weight="700" text-anchor="middle" fill="#FF69B4">
|
|
14K+ Repos
|
|
</text>
|
|
<text x="250" y="0" font-family="system-ui, -apple-system, sans-serif" font-size="24" font-weight="700" text-anchor="middle" fill="#FFD700">
|
|
FTS5 Search
|
|
</text>
|
|
</g>
|
|
</svg>
|