Added a bunch of stuff to make it work and trying out bun

This commit is contained in:
2025-05-04 17:44:56 -05:00
parent f72dde1369
commit 94edaa2783
30 changed files with 559 additions and 4 deletions
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
+33
View File
@@ -0,0 +1,33 @@
<?xml version="1.0" standalone="no"?>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" height="2560px" width="1440px">
<defs>
<radialGradient id="0" gradientTransform="translate(-0.49 0.51) scale(1.93, 0.11)">
<stop offset="0%" stop-color="#dfa468"/>
<stop offset="25%" stop-color="rgba(224, 145, 83, 0.75)"/>
<stop offset="50%" stop-color="rgba(228, 123, 62, 0.5)"/>
<stop offset="100%" stop-color="rgba(255, 0, 0, 0)"/>
</radialGradient>
<radialGradient id="1" gradientTransform="translate(-0.25 0.28) scale(1.51, 0.52)">
<stop offset="0%" stop-color="#fffda4"/>
<stop offset="25%" stop-color="rgba(255, 213, 66, 0.75)"/>
<stop offset="50%" stop-color="rgba(250, 170, 0, 0.5)"/>
<stop offset="100%" stop-color="rgba(255, 0, 0, 0)"/>
</radialGradient>
<linearGradient id="2" x1="0.5" y1="0" x2="0.5" y2="1">
<stop offset="0%" stop-color="#9bb5c4"/>
<stop offset="25%" stop-color="rgba(157, 161, 207, 0.75)"/>
<stop offset="50%" stop-color="rgba(202, 121, 218, 0.5)"/>
<stop offset="100%" stop-color="rgba(255, 0, 0, 0)"/>
</linearGradient>
<linearGradient id="3" x1="0.5" y1="1" x2="0.5" y2="0">
<stop offset="0%" stop-color="#101e1a"/>
<stop offset="25%" stop-color="rgba(26, 57, 25, 0.75)"/>
<stop offset="50%" stop-color="rgba(75, 77, 32, 0.5)"/>
<stop offset="100%" stop-color="rgba(255, 0, 0, 0)"/>
</linearGradient>
</defs>
<rect fill="url(#0)" height="100%" width="100%"/>
<rect fill="url(#1)" height="100%" width="100%"/>
<rect fill="url(#2)" height="100%" width="100%"/>
<rect fill="url(#3)" height="100%" width="100%"/>
</svg>

After

Width:  |  Height:  |  Size: 1.7 KiB