First commit. Version 0.1.0

This commit is contained in:
2026-05-10 09:58:23 +02:00
parent af105b7f7d
commit bbab5e238d
635 changed files with 53627 additions and 175 deletions

View File

@@ -0,0 +1,68 @@
<svg width="1536" height="864" viewBox="0 0 1536 864" fill="none" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="bg" x1="0" y1="0" x2="1536" y2="864" gradientUnits="userSpaceOnUse">
<stop offset="0" stop-color="#B7D7F6"/>
<stop offset="0.45" stop-color="#C4E5F6"/>
<stop offset="1" stop-color="#B7E2F5"/>
</linearGradient>
<radialGradient id="centerGlow" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse"
gradientTransform="translate(790 405) rotate(8) scale(760 520)">
<stop offset="0" stop-color="#D9F4FF" stop-opacity="0.72"/>
<stop offset="0.55" stop-color="#C9EAF8" stop-opacity="0.36"/>
<stop offset="1" stop-color="#A9D4F0" stop-opacity="0"/>
</radialGradient>
<radialGradient id="rightGlow" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse"
gradientTransform="translate(1340 450) scale(460 520)">
<stop offset="0" stop-color="#D6F5FF" stop-opacity="0.58"/>
<stop offset="1" stop-color="#B6DFF4" stop-opacity="0"/>
</radialGradient>
<filter id="softBlur" x="-10%" y="-10%" width="120%" height="120%">
<feGaussianBlur stdDeviation="6"/>
</filter>
<filter id="lineBlur" x="-10%" y="-10%" width="120%" height="120%">
<feGaussianBlur stdDeviation="1.4"/>
</filter>
<filter id="deepBlur" x="-10%" y="-10%" width="120%" height="120%">
<feGaussianBlur stdDeviation="24"/>
</filter>
</defs>
<rect width="1536" height="864" fill="url(#bg)"/>
<rect width="1536" height="864" fill="url(#centerGlow)"/>
<rect width="1536" height="864" fill="url(#rightGlow)"/>
<!-- Veladuras suaves -->
<ellipse cx="780" cy="460" rx="620" ry="420" fill="#D7F4FF" opacity="0.18" filter="url(#deepBlur)"/>
<ellipse cx="1250" cy="430" rx="520" ry="600" fill="#C8EDFA" opacity="0.35" filter="url(#deepBlur)"/>
<rect x="810" width="70" height="864" fill="#B8DFF3" opacity="0.16" filter="url(#deepBlur)"/>
<!-- Líneas principales -->
<g filter="url(#lineBlur)" opacity="0.86" stroke="#E9FFFF" stroke-width="7" stroke-linecap="round">
<path d="M84 -60 C65 215 92 455 198 690 C240 783 300 857 380 940"/>
<path d="M188 -70 C214 188 286 410 420 620 C505 754 612 858 742 944"/>
<path d="M350 -85 C390 165 485 360 650 540 C780 683 920 788 1080 930"/>
<path d="M482 -80 C530 135 630 300 780 460 C940 630 1080 765 1190 940"/>
<path d="M590 -80 C640 115 735 258 868 405 C1038 592 1148 745 1226 938"/>
<path d="M690 -80 C720 120 800 255 918 386 C1065 548 1188 710 1300 938"/>
<path d="M778 -80 C790 128 842 272 930 392 C1056 564 1180 702 1276 938"/>
</g>
<!-- Líneas secundarias muy suaves -->
<g filter="url(#softBlur)" opacity="0.28" stroke="#F2FFFF" stroke-width="5" stroke-linecap="round">
<path d="M980 -80 C945 160 970 340 1065 520 C1160 700 1310 810 1460 930"/>
<path d="M1110 -80 C1080 160 1105 360 1205 550 C1300 730 1430 825 1580 920"/>
<path d="M1220 -80 C1180 180 1215 390 1325 585 C1415 742 1530 820 1640 900"/>
<path d="M1375 -80 C1325 185 1365 415 1485 620 C1565 758 1660 840 1740 910"/>
</g>
<!-- Zona de convergencia luminosa -->
<ellipse cx="910" cy="350" rx="150" ry="260" fill="#E3FAFF" opacity="0.25" filter="url(#deepBlur)"/>
<!-- Overlay final claro -->
<rect width="1536" height="864" fill="#D7F2FF" opacity="0.16"/>
</svg>

After

Width:  |  Height:  |  Size: 3.3 KiB