Initial commit for working landing page

This commit is contained in:
Bart van der Braak 2023-06-06 03:17:35 +02:00
parent f3fecc77c5
commit 439b6eabe8
36 changed files with 9186 additions and 0 deletions

BIN
public/favicon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 197 B

1
public/favicon.svg Normal file
View file

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-tornado"><path d="M21 4H3"/><path d="M18 8H6"/><path d="M19 12H9"/><path d="M16 16h-6"/><path d="M11 20H9"/></svg>

After

Width:  |  Height:  |  Size: 316 B

Binary file not shown.

View file

@ -0,0 +1,28 @@
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="1404"
height="658">
<defs>
<path id="a" d="M0 0h2324v658H0z" />
<path id="b" d="M0 0h2324v658H0z" />
<radialGradient id="c" cx="50%" cy="0%" r="106.751%" fx="50%" fy="0%"
gradientTransform="matrix(0 1 -.28313 0 .5 -.5)">
<stop offset="0%" stop-color="#a1a1aa" stop-opacity="0.8" />
<stop offset="22.35%" stop-color="#71717a" stop-opacity=".64" />
<stop offset="100%" stop-color="#0F172A" stop-opacity="0" />
</radialGradient>
<linearGradient id="d" x1="19.609%" x2="50%" y1="14.544%" y2="100%">
<stop offset="0%" stop-color="#FFF" />
<stop offset="100%" stop-color="#FFF" stop-opacity="0" />
</linearGradient>
<filter id="e" width="165.1%" height="170.3%" x="-32.5%" y="-35.1%"
filterUnits="objectBoundingBox">
<feGaussianBlur in="SourceGraphic" stdDeviation="50" />
</filter>
</defs>
<g fill="none" fill-rule="evenodd" transform="translate(-460)">
<mask id="f" fill="#fff">
<use xlink:href="#b" />
</mask>
<use xlink:href="#b" fill="url(#c)" />
<path fill="url(#d)" d="m629-216 461 369-284 58z" filter="url(#e)" mask="url(#f)" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.3 KiB

BIN
public/screenshots/demo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 172 KiB