docs: remove unused SVG button files
These SVGs are no longer referenced — README uses PNG buttons now. Also addresses cursor bot review comment about dead stroke="none" rect. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
001d411219
commit
6f5ebdffc3
|
|
@ -1,24 +0,0 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" width="296" height="48" viewBox="0 0 296 48">
|
||||
<defs>
|
||||
<linearGradient id="bg" x1="0" y1="0" x2="0" y2="1">
|
||||
<stop offset="0%" stop-color="#E8503A"/>
|
||||
<stop offset="50%" stop-color="#D94530"/>
|
||||
<stop offset="100%" stop-color="#C73A26"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="shine" x1="0" y1="0" x2="0" y2="1">
|
||||
<stop offset="0%" stop-color="#FFFFFF" stop-opacity="0.25"/>
|
||||
<stop offset="50%" stop-color="#FFFFFF" stop-opacity="0.05"/>
|
||||
<stop offset="100%" stop-color="#000000" stop-opacity="0.1"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
<rect width="296" height="48" rx="10" fill="url(#bg)"/>
|
||||
<rect width="296" height="48" rx="10" fill="url(#shine)"/>
|
||||
<rect x="0.5" y="0.5" width="295" height="47" rx="9.5" fill="none" stroke="none"/>
|
||||
<!-- Book icon -->
|
||||
<g transform="translate(22, 14)" fill="#FFFFFF">
|
||||
<path d="M0,2 C0,0.9 0.9,0 2,0 L8,0 C9.1,0 10,0.5 10,1.5 L10,18 C10,17 9.1,16.5 8,16.5 L2,16.5 C0.9,16.5 0,17.4 0,18.5 Z"/>
|
||||
<path d="M20,2 C20,0.9 19.1,0 18,0 L12,0 C10.9,0 10,0.5 10,1.5 L10,18 C10,17 10.9,16.5 12,16.5 L18,16.5 C19.1,16.5 20,17.4 20,18.5 Z"/>
|
||||
</g>
|
||||
<!-- Text -->
|
||||
<text x="52" y="29" font-family="system-ui,-apple-system,Segoe UI,Helvetica,Arial,sans-serif" font-size="16" font-weight="700" fill="#FFFFFF" letter-spacing="0.5">Read the Full Article on X</text>
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 1.4 KiB |
|
|
@ -1,21 +0,0 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" width="280" height="48" viewBox="0 0 280 48">
|
||||
<defs>
|
||||
<linearGradient id="bg" x1="0" y1="0" x2="0" y2="1">
|
||||
<stop offset="0%" stop-color="#6C5CE7"/>
|
||||
<stop offset="50%" stop-color="#5B4BD5"/>
|
||||
<stop offset="100%" stop-color="#4A3AC3"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="shine" x1="0" y1="0" x2="0" y2="1">
|
||||
<stop offset="0%" stop-color="#FFFFFF" stop-opacity="0.25"/>
|
||||
<stop offset="50%" stop-color="#FFFFFF" stop-opacity="0.05"/>
|
||||
<stop offset="100%" stop-color="#000000" stop-opacity="0.1"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
<rect width="280" height="48" rx="10" fill="url(#bg)"/>
|
||||
<rect width="280" height="48" rx="10" fill="url(#shine)"/>
|
||||
<rect x="0.5" y="0.5" width="279" height="47" rx="9.5" fill="none" stroke="none"/>
|
||||
<!-- Play icon -->
|
||||
<polygon points="28,16 28,32 40,24" fill="#FFFFFF"/>
|
||||
<!-- Text -->
|
||||
<text x="52" y="29" font-family="system-ui,-apple-system,Segoe UI,Helvetica,Arial,sans-serif" font-size="16" font-weight="700" fill="#FFFFFF" letter-spacing="0.5">Watch the Demo on X</text>
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 1.1 KiB |
Loading…
Reference in New Issue