Extract season overview/workflow cards and add sponsor seed data
Splits AdminSeasonsView into AdminSeasonOverviewCard and AdminSeasonWorkflowCard for cleaner separation of concerns. Adds SeedSponsorsBootstrapper with demo sponsor SVG assets and extends SeedCatalog with sponsor seed entries. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
<svg width="512" height="512" viewBox="0 0 512 512" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<rect width="512" height="512" rx="124" fill="url(#bg)"/>
|
||||
<rect x="118" y="152" width="276" height="220" rx="48" fill="#FFF7ED"/>
|
||||
<path d="M188 152C188 114.444 218.444 84 256 84C293.556 84 324 114.444 324 152" stroke="#FFF7ED" stroke-width="22" stroke-linecap="round"/>
|
||||
<path d="M178 222H334" stroke="#FB7185" stroke-width="18" stroke-linecap="round"/>
|
||||
<path d="M178 270H334" stroke="#F59E0B" stroke-width="18" stroke-linecap="round"/>
|
||||
<path d="M178 318H286" stroke="#8B5CF6" stroke-width="18" stroke-linecap="round"/>
|
||||
<circle cx="336" cy="318" r="28" fill="#22C55E"/>
|
||||
<path d="M324 318L334 328L350 308" stroke="#FFF7ED" stroke-width="10" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<defs>
|
||||
<linearGradient id="bg" x1="78" y1="58" x2="438" y2="450" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#4C1D95"/>
|
||||
<stop offset="0.52" stop-color="#C026D3"/>
|
||||
<stop offset="1" stop-color="#FB7185"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.1 KiB |
@@ -0,0 +1,15 @@
|
||||
<svg width="512" height="512" viewBox="0 0 512 512" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<rect width="512" height="512" rx="124" fill="url(#bg)"/>
|
||||
<path d="M182 318C148 318 122 292 122 258C122 228 144 204 172 200C182 158 220 128 266 128C318 128 360 166 366 216C393 222 414 246 414 276C414 312 384 340 348 340H182V318Z" fill="#F8FAFC"/>
|
||||
<rect x="176" y="228" width="160" height="28" rx="14" fill="#2563EB"/>
|
||||
<rect x="176" y="270" width="130" height="24" rx="12" fill="#60A5FA"/>
|
||||
<rect x="176" y="308" width="188" height="24" rx="12" fill="#93C5FD"/>
|
||||
<path d="M342 162L362 188L394 192L372 214L378 246L350 232L322 246L328 214L306 192L338 188L342 162Z" fill="#FDE68A"/>
|
||||
<defs>
|
||||
<linearGradient id="bg" x1="78" y1="62" x2="432" y2="450" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#111827"/>
|
||||
<stop offset="0.48" stop-color="#1D4ED8"/>
|
||||
<stop offset="1" stop-color="#38BDF8"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 961 B |
@@ -0,0 +1,13 @@
|
||||
<svg width="512" height="512" viewBox="0 0 512 512" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<rect width="512" height="512" rx="124" fill="url(#bg)"/>
|
||||
<rect x="64" y="64" width="384" height="384" rx="96" fill="rgba(255,255,255,0.08)" stroke="rgba(255,255,255,0.2)" stroke-width="8"/>
|
||||
<path d="M152 336L256 144L360 336H312L286 286H226L200 336H152ZM245 244H267L256 222L245 244Z" fill="#FFF8ED"/>
|
||||
<circle cx="350" cy="166" r="28" fill="#FFD166"/>
|
||||
<defs>
|
||||
<linearGradient id="bg" x1="82" y1="56" x2="430" y2="448" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#2A1F5E"/>
|
||||
<stop offset="0.55" stop-color="#5D38B1"/>
|
||||
<stop offset="1" stop-color="#F97362"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 731 B |
@@ -0,0 +1,17 @@
|
||||
<svg width="512" height="512" viewBox="0 0 512 512" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<rect width="512" height="512" rx="124" fill="url(#bg)"/>
|
||||
<path d="M150 150L214 110L232 188L150 150Z" fill="#FFF1F5"/>
|
||||
<path d="M362 150L298 110L280 188L362 150Z" fill="#FFF1F5"/>
|
||||
<rect x="132" y="170" width="248" height="188" rx="94" fill="#FFF1F5"/>
|
||||
<circle cx="220" cy="244" r="22" fill="#EC4899"/>
|
||||
<circle cx="292" cy="244" r="22" fill="#EC4899"/>
|
||||
<path d="M204 304C224.333 324 250.333 334 282 334C306.667 334 327 324 343 304" stroke="#EC4899" stroke-width="22" stroke-linecap="round"/>
|
||||
<path d="M214 150H298" stroke="#FDE047" stroke-width="18" stroke-linecap="round"/>
|
||||
<defs>
|
||||
<linearGradient id="bg" x1="66" y1="54" x2="436" y2="452" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#0F172A"/>
|
||||
<stop offset="0.52" stop-color="#1D4ED8"/>
|
||||
<stop offset="1" stop-color="#22D3EE"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 962 B |
@@ -0,0 +1,15 @@
|
||||
<svg width="512" height="512" viewBox="0 0 512 512" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<rect width="512" height="512" rx="124" fill="url(#bg)"/>
|
||||
<circle cx="256" cy="256" r="118" fill="rgba(255,255,255,0.1)" stroke="rgba(255,255,255,0.22)" stroke-width="12"/>
|
||||
<circle cx="256" cy="256" r="42" fill="#FFF7ED"/>
|
||||
<path d="M126 286C152 250 170 228 182 220C194 212 204 224 214 240C224 256 232 274 244 278C256 282 266 274 278 252C290 230 302 214 316 216C330 218 346 238 386 286" stroke="#FDBA74" stroke-width="22" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<path d="M166 174V338" stroke="#FFF7ED" stroke-width="14" stroke-linecap="round"/>
|
||||
<path d="M346 174V338" stroke="#FFF7ED" stroke-width="14" stroke-linecap="round"/>
|
||||
<defs>
|
||||
<linearGradient id="bg" x1="78" y1="70" x2="434" y2="442" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#083344"/>
|
||||
<stop offset="0.5" stop-color="#0F766E"/>
|
||||
<stop offset="1" stop-color="#14B8A6"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1019 B |
Reference in New Issue
Block a user