refactor(all): rebranding and websire layout refactor

This commit is contained in:
z0x 2025-01-19 00:23:52 -05:00
parent 98ebc84a1c
commit bebf7819e5
39 changed files with 380 additions and 418 deletions

60
public/assets/cursor.svg Normal file
View file

@ -0,0 +1,60 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
width="64"
height="64"
viewBox="0 0 32 32"
version="1.1"
id="svg1"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg">
<defs
id="defs1">
<linearGradient
id="linearGradient2">
<stop
style="stop-color:#ffffff;stop-opacity:1;"
offset="0"
id="stop2" />
<stop
style="stop-color:#ffffff;stop-opacity:0;"
offset="1"
id="stop3" />
</linearGradient>
<radialGradient
xlink:href="#linearGradient2"
id="radialGradient3"
cx="16"
cy="16"
fx="16"
fy="16"
r="6"
gradientUnits="userSpaceOnUse" />
<filter
style="color-interpolation-filters:sRGB"
id="filter3"
x="-0.6"
y="-0.6"
width="2.2"
height="2.2">
<feGaussianBlur
stdDeviation="2 2"
result="blur"
id="feGaussianBlur3" />
</filter>
</defs>
<circle
style="fill:url(#radialGradient3);stroke-width:2;stroke-linejoin:round;filter:url(#filter3)"
id="path2"
cx="16"
cy="16"
r="4" />
<circle
style="fill:#ffffff;fill-opacity:1;stroke-width:2;stroke-linejoin:round"
id="path1"
cx="16"
cy="16"
r="2" />
</svg>

After

Width:  |  Height:  |  Size: 1.4 KiB