This commit is contained in:
2026-07-11 01:28:32 +02:00
parent 0a6176cf53
commit 8e01c7c8ec
99 changed files with 34739 additions and 0 deletions
@@ -0,0 +1,71 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512">
<defs>
<linearGradient id="bgGradient" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#7C3AED;stop-opacity:1" />
<stop offset="100%" style="stop-color:#5B21B6;stop-opacity:1" />
</linearGradient>
<linearGradient id="docGradient" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#FFFFFF;stop-opacity:1" />
<stop offset="100%" style="stop-color:#F3F4F6;stop-opacity:1" />
</linearGradient>
</defs>
<!-- Background rounded square -->
<rect x="20" y="20" width="472" height="472" rx="80" ry="80" fill="url(#bgGradient)"/>
<!-- Document/Paper -->
<path d="M140 100 L300 100 L360 160 L360 400 C360 415 348 427 333 427 L167 427 C152 427 140 415 140 400 L140 100 Z"
fill="url(#docGradient)"
stroke="#E5E7EB"
stroke-width="2"/>
<!-- Document fold -->
<path d="M300 100 L300 160 L360 160"
fill="#E5E7EB"
stroke="#D1D5DB"
stroke-width="2"/>
<!-- Text lines on document -->
<rect x="170" y="185" width="160" height="12" rx="6" fill="#7C3AED" opacity="0.8"/>
<rect x="170" y="215" width="130" height="10" rx="5" fill="#9CA3AF"/>
<rect x="170" y="240" width="150" height="10" rx="5" fill="#9CA3AF"/>
<rect x="170" y="265" width="120" height="10" rx="5" fill="#9CA3AF"/>
<rect x="170" y="300" width="160" height="12" rx="6" fill="#7C3AED" opacity="0.6"/>
<rect x="170" y="330" width="140" height="10" rx="5" fill="#9CA3AF"/>
<rect x="170" y="355" width="155" height="10" rx="5" fill="#9CA3AF"/>
<!-- SEO Chart/Analytics circle -->
<circle cx="380" cy="340" r="85" fill="#FFFFFF" stroke="#7C3AED" stroke-width="4"/>
<!-- Chart bars inside circle -->
<rect x="330" y="355" width="20" height="45" rx="4" fill="#7C3AED"/>
<rect x="360" y="325" width="20" height="75" rx="4" fill="#A78BFA"/>
<rect x="390" y="305" width="20" height="95" rx="4" fill="#7C3AED"/>
<rect x="420" y="340" width="20" height="60" rx="4" fill="#A78BFA"/>
<!-- Upward trend arrow -->
<path d="M335 320 L405 280 L405 300 L425 300 L425 265 L390 265 L390 285 L340 315"
fill="none"
stroke="#10B981"
stroke-width="6"
stroke-linecap="round"
stroke-linejoin="round"/>
<polygon points="425,265 440,280 425,280" fill="#10B981"/>
<!-- AI Sparkle/Star (top right) -->
<g transform="translate(420, 120)">
<path d="M0 -30 L8 -8 L30 0 L8 8 L0 30 L-8 8 L-30 0 L-8 -8 Z"
fill="#FBBF24"/>
<circle cx="0" cy="0" r="8" fill="#FFFFFF"/>
</g>
<!-- Small sparkles -->
<g transform="translate(100, 150) scale(0.5)">
<path d="M0 -20 L5 -5 L20 0 L5 5 L0 20 L-5 5 L-20 0 L-5 -5 Z"
fill="#FBBF24" opacity="0.8"/>
</g>
<g transform="translate(400, 430) scale(0.4)">
<path d="M0 -20 L5 -5 L20 0 L5 5 L0 20 L-5 5 L-20 0 L-5 -5 Z"
fill="#FBBF24" opacity="0.8"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 2.9 KiB