feat: add picos de europa post
Some checks failed
Deploy to SFTP Server / build (push) Failing after 2m23s

This commit is contained in:
Max Richter
2025-10-22 22:01:39 +02:00
parent c542408f6a
commit 7d0ccac81f
50 changed files with 3435 additions and 68 deletions

View File

@@ -16,6 +16,7 @@ interface Props {
async function checkImage(image: ImageMetadata) {
const src = image.src;
if(!src) return false;
try {
if (src.startsWith("/@fs") || src.startsWith("/_astro")) return true;
const res = await inferRemoteSize(src);
@@ -28,6 +29,7 @@ async function checkImage(image: ImageMetadata) {
return false;
} catch (err) {
console.log("Failed to fetch: ", src);
console.log(err)
return false;
}
}

View File

@@ -14,14 +14,13 @@
function show(img: HTMLPictureElement) {
img.classList.add("active");
const _img = img.querySelector("img");
const _img = img.querySelector("img") || img;
if (!_img) return;
_img.addEventListener("load", () => {
img.classList.remove("thumb-loading");
_img.style.opacity = "1";
});
if (_img?.alt) altText = _img.alt;
else altText = "";
altText = _img["alt"] ?? _img.getAttribute("alt") ?? "";
height = _img.getBoundingClientRect().height;
setTimeout(() => {
height = _img.getBoundingClientRect().height;
@@ -58,25 +57,21 @@
class:title
class:not-loaded={!loaded}
class:loaded
style={`--height:${height}px`}
>
style={`--height:${height}px`}>
{#if title}
<div class="flex items-center p-x-4 p-y-6 bg justify-between">
<h3>{title}</h3>
<div
class="overflow-hidden rounded-md bg-light gap-2 flex p-2 border border-light"
>
class="overflow-hidden rounded-md bg-light gap-2 flex p-2 border border-light">
<button
class="flex-1 i-tabler-arrow-left"
aria-label="previous image"
on:click={() => setIndex(index - 1)}
/>
on:click={() => setIndex(index - 1)} />
<button
class="flex-1 i-tabler-arrow-right"
aria-label="next image"
on:click={() => setIndex(index + 1)}
/>
on:click={() => setIndex(index + 1)} />
</div>
</div>
{/if}

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.8 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.2 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.8 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.6 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.4 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.4 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.1 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.4 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.0 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.6 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.8 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.6 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.2 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.8 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.5 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.2 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.2 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.0 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.5 MiB

View File

@@ -0,0 +1,83 @@
---
title: Picos de Europa
date: 2025-10-25
license: "CC-BY-SA:4.0"
comments: true
icon: 🏔️
cover: ./images/20250527_125228.jpg
tags: ["picos-de-europa","spain","hiking", "travel"]
---
Random assortion of images from the Picos de Europa trip
import Image from "@components/Image.astro";
import image1 from "images/20250527_125228.jpg"
import image2 from "images/PXL_20250601_132646197.jpg"
import image3 from "images/PXL_20250601_124002445.jpg"
import image4 from "images/PXL_20250601_095307910.jpg"
import image5 from "images/PXL_20250601_082528934.jpg"
import image6 from "images/PXL_20250601_044050514.mp4"
import image7 from "images/PXL_20250530_195122211.jpg"
import image8 from "images/PXL_20250530_170114907.MP.jpg"
import image9 from "images/PXL_20250530_141432767.jpg"
import image10 from "images/PXL_20250530_135631186.MP.jpg"
import image11 from "images/PXL_20250530_110041174.jpg"
import image12 from "images/PXL_20250530_082919731.jpg"
import image13 from "images/PXL_20250529_201559403.jpg"
import image14 from "images/PXL_20250529_125633973.mp4"
import image15 from "images/PXL_20250528_121633744.MP.jpg"
import image16 from "images/PXL_20250527_101057540.MP.jpg"
import image17 from "images/PXL_20250527_100728883.jpg"
import image18 from "images/IMG-20250531-WA0020.jpeg"
import image19 from "images/20250528_164715.jpg"
import image20 from "images/PXL_20250602_064236132.mp4"
import image21 from "images/PXL_20250602_064221551.jpg"
import image22 from "images/PXL_20250603_083830771.jpg"
import image23 from "images/PXL_20250603_093606665.jpg"
import image25 from "images/PXL_20250603_194635918.jpg"
import image26 from "images/PXL_20250603_194636284.jpg"
import image27 from "images/PXL_20250605_100650266.jpg"
<Image alt="" src={image1}/>
<Image alt="" src={image2}/>
<Image alt="" src={image3}/>
<Image alt="" src={image4}/>
<Image alt="" src={image5}/>
<Image alt="" src={image6}/>
import videoUrl1 from "images/PXL_20250529_125633973_small_x265.mp4?url"
<video src={videoUrl1} controls alt=""/>
<Image alt="" src={image7}/>
<Image alt="" src={image8}/>
<Image alt="" src={image9}/>
<Image alt="" src={image10}/>
<Image alt="" src={image11}/>
<Image alt="" src={image12}/>
<Image alt="" src={image13}/>
<Image alt="" src={image14}/>
import videoUrl2 from "images/PXL_20250601_044050514_small_x265.mp4"
<video src={videoUrl2} controls alt=""/>
<Image alt="" src={image15}/>
<Image alt="" src={image16}/>
<Image alt="" src={image17}/>
<Image alt="" src={image18}/>
<Image alt="" src={image19}/>
<Image alt="" src={image20}/>
<Image alt="" src={image21}/>
import videoUrl3 from "images/PXL_20250602_064236132_small_x265.mp4"
<video src={videoUrl3} controls alt=""/>
<Image alt="" src={image22}/>
<Image alt="" src={image23}/>
<Image alt="" src={image25}/>
<Image alt="" src={image26}/>
<Image alt="" src={image27}/>

View File

@@ -0,0 +1,87 @@
---
title: Picos de Europa
date: 2025-10-25
license: "CC-BY-SA:4.0"
comments: true
icon: 🏔️
cover: ./images/20250527_125228.jpg
tags: ["picos-de-europa","spain","hiking", "travel"]
---
Unsortierte Bilder aus unserer Wanderung durch die Picos de Europa.
import Image from "@components/Image.astro";
import ImageGallery from "@components/ImageGallery.svelte"
<ImageGallery client:load/>
import image1 from "images/20250527_125228.jpg"
import image2 from "images/PXL_20250601_132646197.jpg"
import image3 from "images/PXL_20250601_124002445.jpg"
import image4 from "images/PXL_20250601_095307910.jpg"
import image5 from "images/PXL_20250601_082528934.jpg"
import image6 from "images/PXL_20250601_044050514.mp4"
import image7 from "images/PXL_20250530_195122211.jpg"
import image8 from "images/PXL_20250530_170114907.MP.jpg"
import image9 from "images/PXL_20250530_141432767.jpg"
import image10 from "images/PXL_20250530_135631186.MP.jpg"
import image11 from "images/PXL_20250530_110041174.jpg"
import image12 from "images/PXL_20250530_082919731.jpg"
import image13 from "images/PXL_20250529_201559403.jpg"
import image14 from "images/PXL_20250529_125633973.mp4"
import image15 from "images/PXL_20250528_121633744.MP.jpg"
import image16 from "images/PXL_20250527_101057540.MP.jpg"
import image17 from "images/PXL_20250527_100728883.jpg"
import image18 from "images/IMG-20250531-WA0020.jpeg"
import image19 from "images/20250528_164715.jpg"
import image20 from "images/PXL_20250602_064236132.mp4"
import image21 from "images/PXL_20250602_064221551.jpg"
import image22 from "images/PXL_20250603_083830771.jpg"
import image23 from "images/PXL_20250603_093606665.jpg"
import image25 from "images/PXL_20250603_194635918.jpg"
import image26 from "images/PXL_20250603_194636284.jpg"
import image27 from "images/PXL_20250605_100650266.jpg"
<Image alt="" src={image1}/>
<Image alt="" src={image2}/>
<Image alt="" src={image3}/>
<Image alt="" src={image4}/>
<Image alt="" src={image5}/>
<Image alt="" src={image6}/>
import videoUrl1 from "images/PXL_20250529_125633973_small_x265.mp4?url"
<video src={videoUrl1} controls alt=""/>
<Image alt="" src={image7}/>
<Image alt="" src={image8}/>
<Image alt="" src={image9}/>
<Image alt="" src={image10}/>
<Image alt="" src={image11}/>
<Image alt="" src={image12}/>
<Image alt="" src={image13}/>
<Image alt="" src={image14}/>
import videoUrl2 from "images/PXL_20250601_044050514_small_x265.mp4"
<video src={videoUrl2} controls alt=""/>
<Image alt="" src={image15}/>
<Image alt="" src={image16}/>
<Image alt="" src={image17}/>
<Image alt="" src={image18}/>
<Image alt="" src={image19}/>
<Image alt="" src={image20}/>
<Image alt="" src={image21}/>
import videoUrl3 from "images/PXL_20250602_064236132_small_x265.mp4"
<video src={videoUrl3} controls alt=""/>
<Image alt="" src={image22}/>
<Image alt="" src={image23}/>
<Image alt="" src={image25}/>
<Image alt="" src={image26}/>
<Image alt="" src={image27}/>

View File

@@ -22,8 +22,6 @@ import ImageSlider from '@components/ImageSlider.svelte'
import Image from '@components/Image.astro'
# Einleitung
In meiner Freizeit übernehme ich gerne kleinere Aufträge und erledige Botengänge, Aufbauten und Abholungen für andere.
Ein unvermeidlicher Bestandteil dieser Tätigkeiten ist das Erstellen von Rechnungen im PDF-Format. Anfangs habe ich mich dem manuellen Prozess hingegeben und die ersten Rechnungen in Figma erstellt. Doch wie es unter Programmierer*innen oft heißt:

View File

@@ -26,8 +26,6 @@ import ImageGallery from "@components/ImageGallery.svelte"
> K.A.R.L ist eine WebApp die einem dabei hilft 360Grad Panoramas in Sektionen einzuteilen, (Himmel, Boden, Bäume usw...) und dann den Anteil der einzelnen Sektionen am Gesamtbild festzustellen.
# Einleitung
Das Projekt ist aus der Zusammenarbeit mit zwei Freunden entstanden. Der eine steckt gerade mitten in der Konzeptionsphase seiner Bachelorarbeit (Geographie), die sich mit der Auswirkung von Vegetation auf das Stadtklima beschäftigt. Dazu hat er an verschiedenen Orten in Köln Albedo Messungen vorgenommen, also quasi "wieviel Licht kommt vom Himmel, und wieviel davon wird vom Boden reflektiert". Um diese Messungen in den richtigen Kontext zu setzen hat er von jedem Messort 360 Panoramas angelegt, diese sehen ungefähr so aus:
<Image src={Crosswalk} alt="Image of a crosswalk" caption="bild von hdrihaven.com" />

View File

@@ -10,8 +10,6 @@ draft: false
toc: true
---
# Einführung
Plantarium ist die Schnittmenge zwischen zwei Dingen die ich sehr faszinierend finde, Pflanzen und 3D Modellierung.
Es ist eine WebApp die es Nutzern ermöglicht Pflanzen zu erstellen und zu exportieren.
Die User legen dabei über ein Node-System fest wie die Pflanze aussieht und Plantarium generiert daraus ein 3D Modell.

View File

@@ -0,0 +1,944 @@
<div class="wrapper">
<div class="invert-x">
<svg
width="262"
height="261"
viewBox="0 0 262 261"
fill="none"
xmlns="http://www.w3.org/2000/svg">
<g id="mask">
<path
id="Vector 28"
d="M35 165C39.5 160 42 160.5 44 162C46 163.5 46 170 41.5 169C40.6667 168.833 39.1 168.1 39.5 166.5"
stroke-linecap="round" />
<path
id="Vector 29"
d="M44 153.032C48.5 148.032 52.7137 149.856 54 152C57 157 52.5 161 50.5 161C48.5 161 46.5 160 46.5 157.5C46.5 155 50.4 153.5 50 157.5"
stroke-linecap="round" />
<path
id="Vector 30"
d="M51 150C57 138.5 64.7137 143.356 66 145.5C69 150.5 63.5 154.171 61.5 154.171C59.5 154.171 57.5 153.171 57.5 150.671C57.5 148.171 61.5 146.5 61.5 150"
stroke-linecap="round" />
<path
id="Vector 31"
d="M65 143.939C72.1803 129.985 81.4115 135.878 82.9507 138.479C86.5409 144.546 79.9589 149 77.5655 149C75.1721 149 72.7787 147.787 72.7787 144.753C72.7787 141.72 77.5655 139.692 77.5655 143.939"
stroke-linecap="round" />
<path
id="Vector 32"
d="M83 139.216C90.1803 123.269 99.4115 130.003 100.951 132.976C104.541 139.91 97.9589 145 95.5655 145C93.1721 145 90.7787 143.613 90.7787 140.146C90.7787 136.68 95.5655 134.363 95.5655 139.216"
stroke-linecap="round" />
<path
id="Vector 33"
d="M101 133.578C107.424 118.627 115.684 124.941 117.061 127.728C120.273 134.228 114.384 139 112.243 139C110.101 139 107.96 137.7 107.96 134.45C107.96 131.2 112.243 129.028 112.243 133.578"
stroke-linecap="round" />
<path
id="Vector 34"
d="M117 127.216C124.18 111.269 133.411 118.003 134.951 120.976C138.541 127.91 131.959 133 129.566 133C127.172 133 124.779 131.613 124.779 128.146C124.779 124.68 129.566 122.363 129.566 127.216"
stroke-linecap="round" />
<path
id="Vector 35"
d="M135 121.216C142.18 105.269 151.411 112.003 152.951 114.976C156.541 121.91 149.959 127 147.566 127C145.172 127 142.779 125.613 142.779 122.146C142.779 118.68 147.566 116.363 147.566 121.216"
stroke-linecap="round" />
<path
id="Vector 36"
d="M154.5 127C168.5 108 181 107 186 115.5C189.959 122.23 183.5 130 179.5 130.5C175.5 131 171.5 129.354 171.5 124.5C171.5 119.646 178 117.147 178 122"
stroke-linecap="round" />
<path
id="Vector 37"
d="M164 131.5C166.5 129.5 176.172 126.515 179 135C181 141 176 146.5 172 147C168 147.5 165.5 144.392 165.5 141C165.5 137.608 171.5 135.147 171.5 140"
stroke-linecap="round" />
<path
id="Vector 38"
d="M148.5 155C151.5 145.5 164.172 142.515 167 151C169 157 165.5 160.5 161.5 161C157.5 161.5 156 159 156 155.5C156 152 161.5 151 161.5 155"
stroke-linecap="round" />
<path
id="Vector 39"
d="M143.5 167.973C146 162 153.035 159.682 154.666 165.317C155.819 169.301 153.801 171.626 151.495 171.958C149.189 172.29 148 171.324 148 169C148 166.676 151.495 165.317 151.495 167.973"
stroke-linecap="round" />
<path
id="Vector 15"
d="M84 192.5C101.167 193.5 137.6 188.8 146 162C154.4 135.2 166.5 128.167 171.5 128"
stroke-linecap="round" />
<path
id="Vector 16"
d="M85 192.5C103.5 194 147.287 189.088 171 155C195 120.5 192.5 113 193 109.5"
stroke-linecap="round" />
<path
id="Vector 17"
d="M83 193C108.667 193.667 160.089 186.414 177.5 163C192 143.5 197 127.5 193 109.5"
stroke-linecap="round" />
<path id="Vector 19" d="M10.5 138.5L1 128.5" stroke-linecap="round" />
<path id="Vector 20" d="M13 134.5L1 118.5" stroke-linecap="round" />
<path
id="Vector 21"
d="M18 128.5C17.8333 124.5 16 116.4 10 116C8.5 110 5 108 1 107.5"
stroke-linecap="round" />
<path
id="Vector 11"
d="M29 230C25.1667 207.5 29.5 160 77.5 150C137.5 137.5 135.5 124 172 128"
stroke-linecap="round" />
<path
id="Vector 12"
d="M28.9999 230C25.1666 207.5 30.5 158 96 158C130.5 158 148 130 172 128"
stroke-linecap="round" />
<path
id="Vector 1"
d="M1 252.5C1.33333 247.333 2.5 240.5 7.5 241.5C12.5 242.5 11 250 8 250C5 250 4.5 245.5 7.5 246.5"
stroke-linecap="round" />
<path
id="Vector 2"
d="M20 242.5C10.5 224.167 -3.60001 176.9 24 138.5C58.5 90.5 103 97 145 84.5C189 71.4048 236 59.5 261 1"
stroke-linecap="round" />
<path
id="Vector 3"
d="M25 236.5C16.3333 217.833 3.99998 166.2 30 131"
stroke-linecap="round" />
<path
id="Vector 6"
d="M193.5 131C215.667 130.833 259.8 104.2 261 1"
stroke-linecap="round" />
<path
id="Form 1"
d="M1 260C1 260 1 223.1 1 200C1 176.9 5.8 138.4 41.5 115.5"
stroke-miterlimit="100"
stroke-linecap="round" />
<path
id="Form 3"
d="M1 260C9 260 29.4 230.5 35.5 223.3C40.9 217 51.3 211.3 59 221C70.1 235 44 247.2 43.3 233.6C42.8 224.3 52.6 227.4 51 231"
stroke-miterlimit="100"
stroke-linecap="round" />
<path
id="Form 3 copy"
d="M59.5 234.5C59.5 234.5 65.4 227.7 71.5 220.5C76.9 214.2 87.3 208.5 95 218.2C106.1 232.2 80 244.4 79.3 230.8C78.8 221.5 88.6 224.6 87 228.2"
stroke-miterlimit="100"
stroke-linecap="round" />
<path
id="Form 3 copy_2"
d="M94.5 232.5C94.5 232.5 98.9366 226.392 104.04 220.322C108.559 215.012 117.26 210.207 123.703 218.384C132.99 230.185 111.152 240.47 110.567 229.005C110.148 221.165 118.348 223.779 117.009 226.813"
stroke-miterlimit="100"
stroke-linecap="round" />
<path
id="Vector 4"
d="M29 231.5C26 209.5 23.3 160.6 38.5 143C57.5 121 80 116.5 107.5 110C135 103.5 228 93.5 261 1"
stroke-linecap="round" />
<path
id="Vector 5"
d="M29 231.5C26 209.5 24.8 175.1 40 157.5C59 135.5 78.6302 132.623 107.5 123C137.5 113 147.5 103.5 193 109.5"
stroke-linecap="round" />
<path
id="Vector 7"
d="M194.5 125.5C223 118.5 230.5 103 241 87.5"
stroke-linecap="round" />
<path
id="Vector 8"
d="M194.5 121C214.833 115.833 253.5 89 261 1"
stroke-linecap="round" />
<path
id="Vector 9"
d="M188.5 104C203.667 101 240.6 73.8 261 1"
stroke-linecap="round" />
<path
id="Vector 69"
d="M177 104.5C184.667 102 192 99.5 207 88.5"
stroke-linecap="round" />
<path
id="Vector 10"
d="M194 112.5C232.5 93.5 249.5 66.5 261 1"
stroke-linecap="round" />
<path
id="Vector 68"
d="M194.5 116.5C205.5 113 217 104 230 90.5"
stroke-linecap="round" />
<path
id="Vector 13"
d="M30.5 203C32.1667 198.833 39.7 190.7 56.5 191.5C77.5 192.5 122 201 135 145.5"
stroke-linecap="round" />
<path
id="Vector 14"
d="M78 192.5C96.6667 195 135.3 188.5 140.5 142.5"
stroke-linecap="round" />
<path
id="Vector 18"
d="M1 154.5C6.83333 142.5 23.8 116.5 41 110.5"
stroke-linecap="round" />
<path
id="Vector 21_2"
d="M27.5 119C26 108.5 11.5 105 1 94.5"
stroke-linecap="round" />
<path
id="Vector 22"
d="M28.5 118C27 105 11.5 100.5 1 87.5"
stroke-linecap="round" />
<path
id="Vector 23"
d="M29.5 117C27.5 99 9.5 94.5 1 80.5"
stroke-linecap="round" />
<path
id="Vector 24"
d="M36 112.5C34.5 84.5 8 92.5 1 55"
stroke-linecap="round" />
<path
id="Vector 25"
d="M41.5 119C43.5 77 11 84 1 43"
stroke-linecap="round" />
<path
id="Vector 26"
d="M129.5 115C131 110 141.5 95 157 108"
stroke-linecap="round" />
<path
id="Vector 27"
d="M154.5 106C160.5 101.5 171.5 95.5 179.5 108"
stroke-linecap="round" />
<path
id="Vector 40"
d="M123 179.5L140.5 172.5"
stroke-linecap="round" />
<path id="Vector 41" d="M131.5 169.5L146 162" stroke-linecap="round" />
<path
id="Vector 42"
d="M136.5 159.5L149.5 152.5"
stroke-linecap="round" />
<path id="Vector 43" d="M140 148L155.5 140.5" stroke-linecap="round" />
<path
id="Vector 44"
d="M63.5 163.5C69 162 69.5 152.5 74.5 151"
stroke-linecap="round" />
<path
id="Vector 45"
d="M81.5 159C86 158.5 85 148.5 89.5 147.5"
stroke-linecap="round" />
<path
id="Vector 46"
d="M96 158C99 157.5 100 145 104 143.5"
stroke-linecap="round" />
<path
id="Vector 47"
d="M107.5 157C112.5 155.5 112.5 141.5 120 138"
stroke-linecap="round" />
<path
id="Vector 48"
d="M122 152.5C127.5 150 126 136 133 133"
stroke-linecap="round" />
<path
id="Vector 49"
d="M136.5 144.5C140.5 142 140.5 131 147.5 128.5"
stroke-linecap="round" />
<path
id="Vector 50"
d="M180.5 108C181.5 105.5 189.5 99.5 193 109.5"
stroke-linecap="round" />
<path
id="Vector 51"
d="M36.5 162.5C39 159 35.5 148.5 40 141.5"
stroke-linecap="round" />
<path
id="Vector 52"
d="M42 155.5C45.5 151 43.5 138 48.5 133"
stroke-linecap="round" />
<path
id="Vector 53"
d="M49 148.5C53 145.5 50 132.5 52 130.5"
stroke-linecap="round" />
<path id="Vector 54" d="M1 81V67" stroke-linecap="round" />
<path id="Vector 55" d="M6 87L7 76.5" stroke-linecap="round" />
<path id="Vector 56" d="M13 93L14 85.5" stroke-linecap="round" />
<path id="Vector 57" d="M19.5 99L21 91" stroke-linecap="round" />
<path id="Vector 58" d="M24 104L28 98" stroke-linecap="round" />
<path id="Vector 59" d="M27.5 109L31.5 104.5" stroke-linecap="round" />
<path id="Vector 60" d="M29 114L34 110.5" stroke-linecap="round" />
<path
id="Vector 61"
d="M52 130.5C53.5 129.5 62.5 139 66.5 137"
stroke-linecap="round" />
<path
id="Vector 62"
d="M55.5 128C61 125 78 132.5 84 130.5"
stroke-linecap="round" />
<path
id="Vector 63"
d="M64 123.5C72 120 92.5 127.5 99.5 125.5"
stroke-linecap="round" />
<path
id="Vector 64"
d="M74.5 119C82.5 116.5 112 121.5 120 118.5"
stroke-linecap="round" />
<path
id="Vector 65"
d="M89 114.5C98.5 112 122.5 111 129.5 114.5"
stroke-linecap="round" />
<path
id="Vector 66"
d="M172.5 101.5C195.5 91 238.5 74 260.5 5"
stroke-linecap="round" />
<path
id="Vector 67"
d="M166.5 100.5C177 95.6667 182.2 93.8 189 89"
stroke-linecap="round" />
<path
id="Vector 70"
d="M194.5 112C195 110.333 196 105.9 196 101.5"
stroke-linecap="round" />
<path
id="Vector 71"
d="M199 110C201.4 109 199.6 100.5 202 98"
stroke-linecap="round" />
<path
id="Vector 72"
d="M206 106C208.5 104.5 206.5 96 211 91"
stroke-linecap="round" />
<path
id="Vector 73"
d="M212 102C216 99 213 89.5 216 86"
stroke-linecap="round" />
<path
id="Vector 74"
d="M220.5 95C223 93 219 84.5 221.5 80.5"
stroke-linecap="round" />
<path
id="Vector 75"
d="M227.5 88C230.5 85 226 76.5 229 71"
stroke-linecap="round" />
<path
id="Vector 76"
d="M235 78.5C238 74.5 232.5 67 234.5 62.5"
stroke-linecap="round" />
<path
id="Vector 77"
d="M241.5 67.5C243.5 64 237 59.5 238.5 56"
stroke-linecap="round" />
<path
id="Vector 78"
d="M247 55C248 52 242 50.5 243.5 47"
stroke-linecap="round" />
<path
id="Vector 79"
d="M250.5 44C251.5 41.5 247.7 39.3 248.5 36.5"
stroke-linecap="round" />
<path
id="Vector 80"
d="M191.5 138.5C194.5 135.833 200.7 130.4 201.5 130"
stroke-linecap="round" />
<path
id="Vector 81"
d="M188.5 146C192.5 144 204.5 135.5 211 126.5"
stroke-linecap="round" />
<path
id="Vector 82"
d="M41.5 115.5C43.1667 113.167 46.9 106.1 46.5 92.5"
stroke-linecap="round" />
<path
id="Vector 83"
d="M34.5 90.5C34.8333 87.5 35.3 80.1 34.5 74.5"
stroke-linecap="round" />
<path
id="Vector 84"
d="M18 73C19.1667 72.1667 21.6 68.5 22 60.5"
stroke-linecap="round" />
<path
id="Vector 85"
d="M38.5 97C39.1667 92.6667 42.1 83.2 46.5 80"
stroke-linecap="round" />
<path
id="Vector 90"
d="M56 108.5C56 97.5 50.6933 83.2 46 80"
stroke-linecap="round" />
<path
id="Vector 86"
d="M26 80.5C26.6667 76.1667 29 68.5 34.5 65"
stroke-linecap="round" />
<path
id="Vector 89"
d="M43 84C42.2941 79.6667 39.8235 68.5 34 65"
stroke-linecap="round" />
<path
id="Vector 87"
d="M13 67.5C13.6667 63.1667 16 53.5 21.5 50"
stroke-linecap="round" />
<path
id="Vector 88"
d="M30.5 69C29.7941 64.7905 26.8235 53.4 21 50"
stroke-linecap="round" />
<path
id="Vector 91"
d="M183 155C194.5 150.5 206.5 147.5 219 122"
stroke-linecap="round" />
<path
id="Vector 92"
d="M176.5 165C189.167 164.833 217.5 154.2 229.5 113"
stroke-linecap="round" />
<path
id="Vector 93"
d="M246 87.5C251 89.8333 261.1 97.8 261.5 111C261.9 124.2 250 131.833 244 134"
stroke-linecap="round" />
<path
id="Vector 94"
d="M28 216.5C32 215.5 42 202 49 202C56 202 64 214.5 72.5 214.5C81 214.5 92 203.5 100 204C108 204.5 116.5 217.5 127.5 215.5C138.5 213.5 145.5 203.5 153.5 202.5C161.5 201.5 175 210.5 184.5 207.5C192.1 205.1 195 198.5 195.5 195.5"
stroke-linecap="round" />
<path
id="Vector 95"
d="M30.5 204C32 204 45.5 214 49.5 214C53.5 214 63 204 72 204C81 204 87.5 215 99 215.5C110.5 216 116.5 204 126.5 205C136.5 206 144 214 154 212C164 210 174.5 199 178.5 197C182.5 195 192 197.5 195 196C198 194.5 206 189.5 209 179.5"
stroke-linecap="round" />
<path
id="Vector 96"
d="M29.5 205C31 202 36.5 196.5 55.5 197.5C74.5 198.5 95 202.5 112 201.5C129 200.5 145.5 198.5 155.5 194.5C165.5 190.5 178.5 179.5 184 172"
stroke-linecap="round" />
<path
id="Vector 97"
d="M123 201C134.667 200.333 160.4 198.2 170 195C179.6 191.8 190.167 182.333 193.5 178.5"
stroke-linecap="round" />
<path
id="Vector 98"
d="M165.5 174C173.333 174 193.7 168.4 200.5 160C207.3 151.6 213.667 144.167 216 141.5"
stroke-linecap="round" />
<path
id="Vector 99"
d="M183 170.5C186 174.833 197.5 182.5 215 178"
stroke-linecap="round" />
<path
id="Vector 100"
d="M204 173C207.333 177.333 217.6 183.4 230 169"
stroke-linecap="round" />
<path
id="Vector 101"
d="M221 167.5C224.667 169.667 233.6 171.4 240 161C242.8 156.2 244.333 152 244.5 151"
stroke-linecap="round" />
<path
id="Vector 102"
d="M234.5 153C240.833 154 253.4 150.6 253 129"
stroke-linecap="round" />
<path
id="Vector 103"
d="M204.5 155.5C208.5 151.5 214.937 148.517 219 152C222.5 155 226 162.5 220 167.5C214.664 171.947 210.187 167.904 209.5 165.5C208.214 161 213 157 215 161"
stroke-linecap="round" />
<path
id="Vector 104"
d="M214 144C218 140 226.437 137.054 230.5 140.537C234 143.537 237.5 151.037 231.5 156.037C226.164 160.484 221.687 156.441 221 154.037C219.714 149.537 224 146 226.5 149.537"
stroke-linecap="round" />
<path
id="Vector 105"
d="M223.5 129.5C227.5 125.5 234.437 121.517 238.5 125C242 128 246.5 135.037 240.5 140.037C235.164 144.484 230.687 140.441 230 138.037C228.714 133.537 233.5 130 235.5 133.537"
stroke-linecap="round" />
<path
id="Vector 106"
d="M229.5 113C233.5 109 240.623 102.5 246.5 107.537C250 110.537 253.5 118.037 247.5 123.037C242.164 127.484 237.687 123.441 237 121.037C235.714 116.537 240.5 113 242.5 116.537"
stroke-linecap="round" />
<path
id="Vector 107"
d="M224.5 169C223.833 170.667 220.1 173.7 210.5 172.5"
stroke-linecap="round" />
<path
id="Vector 108"
d="M238.5 153C238.333 155.5 235.8 160.9 227 162.5"
stroke-linecap="round" />
<path
id="Vector 109"
d="M248.5 132C248.5 135.167 246.8 142.6 240 147"
stroke-linecap="round" />
<path
id="Vector 110"
d="M242 95C247 95.3333 256.5 100.5 254.5 118.5"
stroke-linecap="round" />
<path
id="Vector 111"
d="M200.5 160C198.833 162.333 196.5 169.5 200.5 172C205.067 174.854 209 170.5 209 168C209 165.5 205.82 160.5 202.5 165.5"
stroke-linecap="round" />
<path
id="Vector 112"
d="M207 176C205.167 177 200.4 177.7 192 172.5"
stroke-linecap="round" />
</g>
</svg>
</div>
<div class="">
<svg
width="262"
height="261"
viewBox="0 0 262 261"
fill="none"
xmlns="http://www.w3.org/2000/svg">
<g id="mask">
<path
id="Vector 28"
d="M35 165C39.5 160 42 160.5 44 162C46 163.5 46 170 41.5 169C40.6667 168.833 39.1 168.1 39.5 166.5"
stroke-linecap="round" />
<path
id="Vector 29"
d="M44 153.032C48.5 148.032 52.7137 149.856 54 152C57 157 52.5 161 50.5 161C48.5 161 46.5 160 46.5 157.5C46.5 155 50.4 153.5 50 157.5"
stroke-linecap="round" />
<path
id="Vector 30"
d="M51 150C57 138.5 64.7137 143.356 66 145.5C69 150.5 63.5 154.171 61.5 154.171C59.5 154.171 57.5 153.171 57.5 150.671C57.5 148.171 61.5 146.5 61.5 150"
stroke-linecap="round" />
<path
id="Vector 31"
d="M65 143.939C72.1803 129.985 81.4115 135.878 82.9507 138.479C86.5409 144.546 79.9589 149 77.5655 149C75.1721 149 72.7787 147.787 72.7787 144.753C72.7787 141.72 77.5655 139.692 77.5655 143.939"
stroke-linecap="round" />
<path
id="Vector 32"
d="M83 139.216C90.1803 123.269 99.4115 130.003 100.951 132.976C104.541 139.91 97.9589 145 95.5655 145C93.1721 145 90.7787 143.613 90.7787 140.146C90.7787 136.68 95.5655 134.363 95.5655 139.216"
stroke-linecap="round" />
<path
id="Vector 33"
d="M101 133.578C107.424 118.627 115.684 124.941 117.061 127.728C120.273 134.228 114.384 139 112.243 139C110.101 139 107.96 137.7 107.96 134.45C107.96 131.2 112.243 129.028 112.243 133.578"
stroke-linecap="round" />
<path
id="Vector 34"
d="M117 127.216C124.18 111.269 133.411 118.003 134.951 120.976C138.541 127.91 131.959 133 129.566 133C127.172 133 124.779 131.613 124.779 128.146C124.779 124.68 129.566 122.363 129.566 127.216"
stroke-linecap="round" />
<path
id="Vector 35"
d="M135 121.216C142.18 105.269 151.411 112.003 152.951 114.976C156.541 121.91 149.959 127 147.566 127C145.172 127 142.779 125.613 142.779 122.146C142.779 118.68 147.566 116.363 147.566 121.216"
stroke-linecap="round" />
<path
id="Vector 36"
d="M154.5 127C168.5 108 181 107 186 115.5C189.959 122.23 183.5 130 179.5 130.5C175.5 131 171.5 129.354 171.5 124.5C171.5 119.646 178 117.147 178 122"
stroke-linecap="round" />
<path
id="Vector 37"
d="M164 131.5C166.5 129.5 176.172 126.515 179 135C181 141 176 146.5 172 147C168 147.5 165.5 144.392 165.5 141C165.5 137.608 171.5 135.147 171.5 140"
stroke-linecap="round" />
<path
id="Vector 38"
d="M148.5 155C151.5 145.5 164.172 142.515 167 151C169 157 165.5 160.5 161.5 161C157.5 161.5 156 159 156 155.5C156 152 161.5 151 161.5 155"
stroke-linecap="round" />
<path
id="Vector 39"
d="M143.5 167.973C146 162 153.035 159.682 154.666 165.317C155.819 169.301 153.801 171.626 151.495 171.958C149.189 172.29 148 171.324 148 169C148 166.676 151.495 165.317 151.495 167.973"
stroke-linecap="round" />
<path
id="Vector 15"
d="M84 192.5C101.167 193.5 137.6 188.8 146 162C154.4 135.2 166.5 128.167 171.5 128"
stroke-linecap="round" />
<path
id="Vector 16"
d="M85 192.5C103.5 194 147.287 189.088 171 155C195 120.5 192.5 113 193 109.5"
stroke-linecap="round" />
<path
id="Vector 17"
d="M83 193C108.667 193.667 160.089 186.414 177.5 163C192 143.5 197 127.5 193 109.5"
stroke-linecap="round" />
<path id="Vector 19" d="M10.5 138.5L1 128.5" stroke-linecap="round" />
<path id="Vector 20" d="M13 134.5L1 118.5" stroke-linecap="round" />
<path
id="Vector 21"
d="M18 128.5C17.8333 124.5 16 116.4 10 116C8.5 110 5 108 1 107.5"
stroke-linecap="round" />
<path
id="Vector 11"
d="M29 230C25.1667 207.5 29.5 160 77.5 150C137.5 137.5 135.5 124 172 128"
stroke-linecap="round" />
<path
id="Vector 12"
d="M28.9999 230C25.1666 207.5 30.5 158 96 158C130.5 158 148 130 172 128"
stroke-linecap="round" />
<path
id="Vector 1"
d="M1 252.5C1.33333 247.333 2.5 240.5 7.5 241.5C12.5 242.5 11 250 8 250C5 250 4.5 245.5 7.5 246.5"
stroke-linecap="round" />
<path
id="Vector 2"
d="M20 242.5C10.5 224.167 -3.60001 176.9 24 138.5C58.5 90.5 103 97 145 84.5C189 71.4048 236 59.5 261 1"
stroke-linecap="round" />
<path
id="Vector 3"
d="M25 236.5C16.3333 217.833 3.99998 166.2 30 131"
stroke-linecap="round" />
<path
id="Vector 6"
d="M193.5 131C215.667 130.833 259.8 104.2 261 1"
stroke-linecap="round" />
<path
id="Form 1"
d="M1 260C1 260 1 223.1 1 200C1 176.9 5.8 138.4 41.5 115.5"
stroke-miterlimit="100"
stroke-linecap="round" />
<path
id="Form 3"
d="M1 260C9 260 29.4 230.5 35.5 223.3C40.9 217 51.3 211.3 59 221C70.1 235 44 247.2 43.3 233.6C42.8 224.3 52.6 227.4 51 231"
stroke-miterlimit="100"
stroke-linecap="round" />
<path
id="Form 3 copy"
d="M59.5 234.5C59.5 234.5 65.4 227.7 71.5 220.5C76.9 214.2 87.3 208.5 95 218.2C106.1 232.2 80 244.4 79.3 230.8C78.8 221.5 88.6 224.6 87 228.2"
stroke-miterlimit="100"
stroke-linecap="round" />
<path
id="Form 3 copy_2"
d="M94.5 232.5C94.5 232.5 98.9366 226.392 104.04 220.322C108.559 215.012 117.26 210.207 123.703 218.384C132.99 230.185 111.152 240.47 110.567 229.005C110.148 221.165 118.348 223.779 117.009 226.813"
stroke-miterlimit="100"
stroke-linecap="round" />
<path
id="Vector 4"
d="M29 231.5C26 209.5 23.3 160.6 38.5 143C57.5 121 80 116.5 107.5 110C135 103.5 228 93.5 261 1"
stroke-linecap="round" />
<path
id="Vector 5"
d="M29 231.5C26 209.5 24.8 175.1 40 157.5C59 135.5 78.6302 132.623 107.5 123C137.5 113 147.5 103.5 193 109.5"
stroke-linecap="round" />
<path
id="Vector 7"
d="M194.5 125.5C223 118.5 230.5 103 241 87.5"
stroke-linecap="round" />
<path
id="Vector 8"
d="M194.5 121C214.833 115.833 253.5 89 261 1"
stroke-linecap="round" />
<path
id="Vector 9"
d="M188.5 104C203.667 101 240.6 73.8 261 1"
stroke-linecap="round" />
<path
id="Vector 69"
d="M177 104.5C184.667 102 192 99.5 207 88.5"
stroke-linecap="round" />
<path
id="Vector 10"
d="M194 112.5C232.5 93.5 249.5 66.5 261 1"
stroke-linecap="round" />
<path
id="Vector 68"
d="M194.5 116.5C205.5 113 217 104 230 90.5"
stroke-linecap="round" />
<path
id="Vector 13"
d="M30.5 203C32.1667 198.833 39.7 190.7 56.5 191.5C77.5 192.5 122 201 135 145.5"
stroke-linecap="round" />
<path
id="Vector 14"
d="M78 192.5C96.6667 195 135.3 188.5 140.5 142.5"
stroke-linecap="round" />
<path
id="Vector 18"
d="M1 154.5C6.83333 142.5 23.8 116.5 41 110.5"
stroke-linecap="round" />
<path
id="Vector 21_2"
d="M27.5 119C26 108.5 11.5 105 1 94.5"
stroke-linecap="round" />
<path
id="Vector 22"
d="M28.5 118C27 105 11.5 100.5 1 87.5"
stroke-linecap="round" />
<path
id="Vector 23"
d="M29.5 117C27.5 99 9.5 94.5 1 80.5"
stroke-linecap="round" />
<path
id="Vector 24"
d="M36 112.5C34.5 84.5 8 92.5 1 55"
stroke-linecap="round" />
<path
id="Vector 25"
d="M41.5 119C43.5 77 11 84 1 43"
stroke-linecap="round" />
<path
id="Vector 26"
d="M129.5 115C131 110 141.5 95 157 108"
stroke-linecap="round" />
<path
id="Vector 27"
d="M154.5 106C160.5 101.5 171.5 95.5 179.5 108"
stroke-linecap="round" />
<path
id="Vector 40"
d="M123 179.5L140.5 172.5"
stroke-linecap="round" />
<path id="Vector 41" d="M131.5 169.5L146 162" stroke-linecap="round" />
<path
id="Vector 42"
d="M136.5 159.5L149.5 152.5"
stroke-linecap="round" />
<path id="Vector 43" d="M140 148L155.5 140.5" stroke-linecap="round" />
<path
id="Vector 44"
d="M63.5 163.5C69 162 69.5 152.5 74.5 151"
stroke-linecap="round" />
<path
id="Vector 45"
d="M81.5 159C86 158.5 85 148.5 89.5 147.5"
stroke-linecap="round" />
<path
id="Vector 46"
d="M96 158C99 157.5 100 145 104 143.5"
stroke-linecap="round" />
<path
id="Vector 47"
d="M107.5 157C112.5 155.5 112.5 141.5 120 138"
stroke-linecap="round" />
<path
id="Vector 48"
d="M122 152.5C127.5 150 126 136 133 133"
stroke-linecap="round" />
<path
id="Vector 49"
d="M136.5 144.5C140.5 142 140.5 131 147.5 128.5"
stroke-linecap="round" />
<path
id="Vector 50"
d="M180.5 108C181.5 105.5 189.5 99.5 193 109.5"
stroke-linecap="round" />
<path
id="Vector 51"
d="M36.5 162.5C39 159 35.5 148.5 40 141.5"
stroke-linecap="round" />
<path
id="Vector 52"
d="M42 155.5C45.5 151 43.5 138 48.5 133"
stroke-linecap="round" />
<path
id="Vector 53"
d="M49 148.5C53 145.5 50 132.5 52 130.5"
stroke-linecap="round" />
<path id="Vector 54" d="M1 81V67" stroke-linecap="round" />
<path id="Vector 55" d="M6 87L7 76.5" stroke-linecap="round" />
<path id="Vector 56" d="M13 93L14 85.5" stroke-linecap="round" />
<path id="Vector 57" d="M19.5 99L21 91" stroke-linecap="round" />
<path id="Vector 58" d="M24 104L28 98" stroke-linecap="round" />
<path id="Vector 59" d="M27.5 109L31.5 104.5" stroke-linecap="round" />
<path id="Vector 60" d="M29 114L34 110.5" stroke-linecap="round" />
<path
id="Vector 61"
d="M52 130.5C53.5 129.5 62.5 139 66.5 137"
stroke-linecap="round" />
<path
id="Vector 62"
d="M55.5 128C61 125 78 132.5 84 130.5"
stroke-linecap="round" />
<path
id="Vector 63"
d="M64 123.5C72 120 92.5 127.5 99.5 125.5"
stroke-linecap="round" />
<path
id="Vector 64"
d="M74.5 119C82.5 116.5 112 121.5 120 118.5"
stroke-linecap="round" />
<path
id="Vector 65"
d="M89 114.5C98.5 112 122.5 111 129.5 114.5"
stroke-linecap="round" />
<path
id="Vector 66"
d="M172.5 101.5C195.5 91 238.5 74 260.5 5"
stroke-linecap="round" />
<path
id="Vector 67"
d="M166.5 100.5C177 95.6667 182.2 93.8 189 89"
stroke-linecap="round" />
<path
id="Vector 70"
d="M194.5 112C195 110.333 196 105.9 196 101.5"
stroke-linecap="round" />
<path
id="Vector 71"
d="M199 110C201.4 109 199.6 100.5 202 98"
stroke-linecap="round" />
<path
id="Vector 72"
d="M206 106C208.5 104.5 206.5 96 211 91"
stroke-linecap="round" />
<path
id="Vector 73"
d="M212 102C216 99 213 89.5 216 86"
stroke-linecap="round" />
<path
id="Vector 74"
d="M220.5 95C223 93 219 84.5 221.5 80.5"
stroke-linecap="round" />
<path
id="Vector 75"
d="M227.5 88C230.5 85 226 76.5 229 71"
stroke-linecap="round" />
<path
id="Vector 76"
d="M235 78.5C238 74.5 232.5 67 234.5 62.5"
stroke-linecap="round" />
<path
id="Vector 77"
d="M241.5 67.5C243.5 64 237 59.5 238.5 56"
stroke-linecap="round" />
<path
id="Vector 78"
d="M247 55C248 52 242 50.5 243.5 47"
stroke-linecap="round" />
<path
id="Vector 79"
d="M250.5 44C251.5 41.5 247.7 39.3 248.5 36.5"
stroke-linecap="round" />
<path
id="Vector 80"
d="M191.5 138.5C194.5 135.833 200.7 130.4 201.5 130"
stroke-linecap="round" />
<path
id="Vector 81"
d="M188.5 146C192.5 144 204.5 135.5 211 126.5"
stroke-linecap="round" />
<path
id="Vector 82"
d="M41.5 115.5C43.1667 113.167 46.9 106.1 46.5 92.5"
stroke-linecap="round" />
<path
id="Vector 83"
d="M34.5 90.5C34.8333 87.5 35.3 80.1 34.5 74.5"
stroke-linecap="round" />
<path
id="Vector 84"
d="M18 73C19.1667 72.1667 21.6 68.5 22 60.5"
stroke-linecap="round" />
<path
id="Vector 85"
d="M38.5 97C39.1667 92.6667 42.1 83.2 46.5 80"
stroke-linecap="round" />
<path
id="Vector 90"
d="M56 108.5C56 97.5 50.6933 83.2 46 80"
stroke-linecap="round" />
<path
id="Vector 86"
d="M26 80.5C26.6667 76.1667 29 68.5 34.5 65"
stroke-linecap="round" />
<path
id="Vector 89"
d="M43 84C42.2941 79.6667 39.8235 68.5 34 65"
stroke-linecap="round" />
<path
id="Vector 87"
d="M13 67.5C13.6667 63.1667 16 53.5 21.5 50"
stroke-linecap="round" />
<path
id="Vector 88"
d="M30.5 69C29.7941 64.7905 26.8235 53.4 21 50"
stroke-linecap="round" />
<path
id="Vector 91"
d="M183 155C194.5 150.5 206.5 147.5 219 122"
stroke-linecap="round" />
<path
id="Vector 92"
d="M176.5 165C189.167 164.833 217.5 154.2 229.5 113"
stroke-linecap="round" />
<path
id="Vector 93"
d="M246 87.5C251 89.8333 261.1 97.8 261.5 111C261.9 124.2 250 131.833 244 134"
stroke-linecap="round" />
<path
id="Vector 94"
d="M28 216.5C32 215.5 42 202 49 202C56 202 64 214.5 72.5 214.5C81 214.5 92 203.5 100 204C108 204.5 116.5 217.5 127.5 215.5C138.5 213.5 145.5 203.5 153.5 202.5C161.5 201.5 175 210.5 184.5 207.5C192.1 205.1 195 198.5 195.5 195.5"
stroke-linecap="round" />
<path
id="Vector 95"
d="M30.5 204C32 204 45.5 214 49.5 214C53.5 214 63 204 72 204C81 204 87.5 215 99 215.5C110.5 216 116.5 204 126.5 205C136.5 206 144 214 154 212C164 210 174.5 199 178.5 197C182.5 195 192 197.5 195 196C198 194.5 206 189.5 209 179.5"
stroke-linecap="round" />
<path
id="Vector 96"
d="M29.5 205C31 202 36.5 196.5 55.5 197.5C74.5 198.5 95 202.5 112 201.5C129 200.5 145.5 198.5 155.5 194.5C165.5 190.5 178.5 179.5 184 172"
stroke-linecap="round" />
<path
id="Vector 97"
d="M123 201C134.667 200.333 160.4 198.2 170 195C179.6 191.8 190.167 182.333 193.5 178.5"
stroke-linecap="round" />
<path
id="Vector 98"
d="M165.5 174C173.333 174 193.7 168.4 200.5 160C207.3 151.6 213.667 144.167 216 141.5"
stroke-linecap="round" />
<path
id="Vector 99"
d="M183 170.5C186 174.833 197.5 182.5 215 178"
stroke-linecap="round" />
<path
id="Vector 100"
d="M204 173C207.333 177.333 217.6 183.4 230 169"
stroke-linecap="round" />
<path
id="Vector 101"
d="M221 167.5C224.667 169.667 233.6 171.4 240 161C242.8 156.2 244.333 152 244.5 151"
stroke-linecap="round" />
<path
id="Vector 102"
d="M234.5 153C240.833 154 253.4 150.6 253 129"
stroke-linecap="round" />
<path
id="Vector 103"
d="M204.5 155.5C208.5 151.5 214.937 148.517 219 152C222.5 155 226 162.5 220 167.5C214.664 171.947 210.187 167.904 209.5 165.5C208.214 161 213 157 215 161"
stroke-linecap="round" />
<path
id="Vector 104"
d="M214 144C218 140 226.437 137.054 230.5 140.537C234 143.537 237.5 151.037 231.5 156.037C226.164 160.484 221.687 156.441 221 154.037C219.714 149.537 224 146 226.5 149.537"
stroke-linecap="round" />
<path
id="Vector 105"
d="M223.5 129.5C227.5 125.5 234.437 121.517 238.5 125C242 128 246.5 135.037 240.5 140.037C235.164 144.484 230.687 140.441 230 138.037C228.714 133.537 233.5 130 235.5 133.537"
stroke-linecap="round" />
<path
id="Vector 106"
d="M229.5 113C233.5 109 240.623 102.5 246.5 107.537C250 110.537 253.5 118.037 247.5 123.037C242.164 127.484 237.687 123.441 237 121.037C235.714 116.537 240.5 113 242.5 116.537"
stroke-linecap="round" />
<path
id="Vector 107"
d="M224.5 169C223.833 170.667 220.1 173.7 210.5 172.5"
stroke-linecap="round" />
<path
id="Vector 108"
d="M238.5 153C238.333 155.5 235.8 160.9 227 162.5"
stroke-linecap="round" />
<path
id="Vector 109"
d="M248.5 132C248.5 135.167 246.8 142.6 240 147"
stroke-linecap="round" />
<path
id="Vector 110"
d="M242 95C247 95.3333 256.5 100.5 254.5 118.5"
stroke-linecap="round" />
<path
id="Vector 111"
d="M200.5 160C198.833 162.333 196.5 169.5 200.5 172C205.067 174.854 209 170.5 209 168C209 165.5 205.82 160.5 202.5 165.5"
stroke-linecap="round" />
<path
id="Vector 112"
d="M207 176C205.167 177 200.4 177.7 192 172.5"
stroke-linecap="round" />
</g>
</svg>
</div>
</div>
<style use:global>
@import "./mask.css";
.wrapper {
padding: 20px;
filter: drop-shadow(0px 0px 40px #be8630aa) drop-shadow(0px 0px 5px black)
drop-shadow(0px 0px 5px black) drop-shadow(0px 0px 5px black);
position: relative;
z-index: 5;
width: 100%;
display: flex;
justify-content: center;
height: 50%;
max-height: 50vh;
}
.wrapper > div {
max-width: 40vw;
}
.wrapper > div > :global(svg) {
overflow: visible;
max-width: 100%;
will-change: contents;
transform: translateZ(1px);
height: 100%;
width: auto;
}
.wrapper > div :global(path) {
animation-duration: 8s !important;
}
svg path {
stroke: #ceba51 !important;
}
.invert-x {
transform: scaleX(-1) translateX(-2.5px);
}
</style>

View File

@@ -0,0 +1,121 @@
<svg width="262" height="261" viewBox="0 0 262 261" fill="none" xmlns="http://www.w3.org/2000/svg">
<g id="mask">
<path id="Vector 28" d="M35 165C39.5 160 42 160.5 44 162C46 163.5 46 170 41.5 169C40.6667 168.833 39.1 168.1 39.5 166.5" stroke="#FF1717" stroke-linecap="round"/>
<path id="Vector 29" d="M44 153.032C48.5 148.032 52.7137 149.856 54 152C57 157 52.5 161 50.5 161C48.5 161 46.5 160 46.5 157.5C46.5 155 50.4 153.5 50 157.5" stroke="#FF1717" stroke-linecap="round"/>
<path id="Vector 30" d="M51 150C57 138.5 64.7137 143.356 66 145.5C69 150.5 63.5 154.171 61.5 154.171C59.5 154.171 57.5 153.171 57.5 150.671C57.5 148.171 61.5 146.5 61.5 150" stroke="#FF1717" stroke-linecap="round"/>
<path id="Vector 31" d="M65 143.939C72.1803 129.985 81.4115 135.878 82.9507 138.479C86.5409 144.546 79.9589 149 77.5655 149C75.1721 149 72.7787 147.787 72.7787 144.753C72.7787 141.72 77.5655 139.692 77.5655 143.939" stroke="#FF1717" stroke-linecap="round"/>
<path id="Vector 32" d="M83 139.216C90.1803 123.269 99.4115 130.003 100.951 132.976C104.541 139.91 97.9589 145 95.5655 145C93.1721 145 90.7787 143.613 90.7787 140.146C90.7787 136.68 95.5655 134.363 95.5655 139.216" stroke="#FF1717" stroke-linecap="round"/>
<path id="Vector 33" d="M101 133.578C107.424 118.627 115.684 124.941 117.061 127.728C120.273 134.228 114.384 139 112.243 139C110.101 139 107.96 137.7 107.96 134.45C107.96 131.2 112.243 129.028 112.243 133.578" stroke="#FF1717" stroke-linecap="round"/>
<path id="Vector 34" d="M117 127.216C124.18 111.269 133.411 118.003 134.951 120.976C138.541 127.91 131.959 133 129.566 133C127.172 133 124.779 131.613 124.779 128.146C124.779 124.68 129.566 122.363 129.566 127.216" stroke="#FF1717" stroke-linecap="round"/>
<path id="Vector 35" d="M135 121.216C142.18 105.269 151.411 112.003 152.951 114.976C156.541 121.91 149.959 127 147.566 127C145.172 127 142.779 125.613 142.779 122.146C142.779 118.68 147.566 116.363 147.566 121.216" stroke="#FF1717" stroke-linecap="round"/>
<path id="Vector 36" d="M154.5 127C168.5 108 181 107 186 115.5C189.959 122.23 183.5 130 179.5 130.5C175.5 131 171.5 129.354 171.5 124.5C171.5 119.646 178 117.147 178 122" stroke="#FF1717" stroke-linecap="round"/>
<path id="Vector 37" d="M164 131.5C166.5 129.5 176.172 126.515 179 135C181 141 176 146.5 172 147C168 147.5 165.5 144.392 165.5 141C165.5 137.608 171.5 135.147 171.5 140" stroke="#FF1717" stroke-linecap="round"/>
<path id="Vector 38" d="M148.5 155C151.5 145.5 164.172 142.515 167 151C169 157 165.5 160.5 161.5 161C157.5 161.5 156 159 156 155.5C156 152 161.5 151 161.5 155" stroke="#FF1717" stroke-linecap="round"/>
<path id="Vector 39" d="M143.5 167.973C146 162 153.035 159.682 154.666 165.317C155.819 169.301 153.801 171.626 151.495 171.958C149.189 172.29 148 171.324 148 169C148 166.676 151.495 165.317 151.495 167.973" stroke="#FF1717" stroke-linecap="round"/>
<path id="Vector 15" d="M84 192.5C101.167 193.5 137.6 188.8 146 162C154.4 135.2 166.5 128.167 171.5 128" stroke="#FF1717" stroke-linecap="round"/>
<path id="Vector 16" d="M85 192.5C103.5 194 147.287 189.088 171 155C195 120.5 192.5 113 193 109.5" stroke="#FF1717" stroke-linecap="round"/>
<path id="Vector 17" d="M83 193C108.667 193.667 160.089 186.414 177.5 163C192 143.5 197 127.5 193 109.5" stroke="#FF1717" stroke-linecap="round"/>
<path id="Vector 19" d="M10.5 138.5L1 128.5" stroke="#FF1717" stroke-linecap="round"/>
<path id="Vector 20" d="M13 134.5L1 118.5" stroke="#FF1717" stroke-linecap="round"/>
<path id="Vector 21" d="M18 128.5C17.8333 124.5 16 116.4 10 116C8.5 110 5 108 1 107.5" stroke="#FF1717" stroke-linecap="round"/>
<path id="Vector 11" d="M29 230C25.1667 207.5 29.5 160 77.5 150C137.5 137.5 135.5 124 172 128" stroke="#FF1717" stroke-linecap="round"/>
<path id="Vector 12" d="M28.9999 230C25.1666 207.5 30.5 158 96 158C130.5 158 148 130 172 128" stroke="#FF1717" stroke-linecap="round"/>
<path id="Vector 1" d="M1 252.5C1.33333 247.333 2.5 240.5 7.5 241.5C12.5 242.5 11 250 8 250C5 250 4.5 245.5 7.5 246.5" stroke="#FF1717" stroke-linecap="round"/>
<path id="Vector 2" d="M20 242.5C10.5 224.167 -3.60001 176.9 24 138.5C58.5 90.5 103 97 145 84.5C189 71.4048 236 59.5 261 1" stroke="#FF1717" stroke-linecap="round"/>
<path id="Vector 3" d="M25 236.5C16.3333 217.833 3.99998 166.2 30 131" stroke="#FF1717" stroke-linecap="round"/>
<path id="Vector 6" d="M193.5 131C215.667 130.833 259.8 104.2 261 1" stroke="#FF1717" stroke-linecap="round"/>
<path id="Form 1" d="M1 260C1 260 1 223.1 1 200C1 176.9 5.8 138.4 41.5 115.5" stroke="#FF1717" stroke-miterlimit="100" stroke-linecap="round"/>
<path id="Form 3" d="M1 260C9 260 29.4 230.5 35.5 223.3C40.9 217 51.3 211.3 59 221C70.1 235 44 247.2 43.3 233.6C42.8 224.3 52.6 227.4 51 231" stroke="#FF1717" stroke-miterlimit="100" stroke-linecap="round"/>
<path id="Form 3 copy" d="M59.5 234.5C59.5 234.5 65.4 227.7 71.5 220.5C76.9 214.2 87.3 208.5 95 218.2C106.1 232.2 80 244.4 79.3 230.8C78.8 221.5 88.6 224.6 87 228.2" stroke="#FF1717" stroke-miterlimit="100" stroke-linecap="round"/>
<path id="Form 3 copy_2" d="M94.5 232.5C94.5 232.5 98.9366 226.392 104.04 220.322C108.559 215.012 117.26 210.207 123.703 218.384C132.99 230.185 111.152 240.47 110.567 229.005C110.148 221.165 118.348 223.779 117.009 226.813" stroke="#FF1717" stroke-miterlimit="100" stroke-linecap="round"/>
<path id="Vector 4" d="M29 231.5C26 209.5 23.3 160.6 38.5 143C57.5 121 80 116.5 107.5 110C135 103.5 228 93.5 261 1" stroke="#FF1717" stroke-linecap="round"/>
<path id="Vector 5" d="M29 231.5C26 209.5 24.8 175.1 40 157.5C59 135.5 78.6302 132.623 107.5 123C137.5 113 147.5 103.5 193 109.5" stroke="#FF1717" stroke-linecap="round"/>
<path id="Vector 7" d="M194.5 125.5C223 118.5 230.5 103 241 87.5" stroke="#FF1717" stroke-linecap="round"/>
<path id="Vector 8" d="M194.5 121C214.833 115.833 253.5 89 261 1" stroke="#FF1717" stroke-linecap="round"/>
<path id="Vector 9" d="M188.5 104C203.667 101 240.6 73.8 261 1" stroke="#FF1717" stroke-linecap="round"/>
<path id="Vector 69" d="M177 104.5C184.667 102 192 99.5 207 88.5" stroke="#FF1717" stroke-linecap="round"/>
<path id="Vector 10" d="M194 112.5C232.5 93.5 249.5 66.5 261 1" stroke="#FF1717" stroke-linecap="round"/>
<path id="Vector 68" d="M194.5 116.5C205.5 113 217 104 230 90.5" stroke="#FF1717" stroke-linecap="round"/>
<path id="Vector 13" d="M30.5 203C32.1667 198.833 39.7 190.7 56.5 191.5C77.5 192.5 122 201 135 145.5" stroke="#FF1717" stroke-linecap="round"/>
<path id="Vector 14" d="M78 192.5C96.6667 195 135.3 188.5 140.5 142.5" stroke="#FF1717" stroke-linecap="round"/>
<path id="Vector 18" d="M1 154.5C6.83333 142.5 23.8 116.5 41 110.5" stroke="#FF1717" stroke-linecap="round"/>
<path id="Vector 21_2" d="M27.5 119C26 108.5 11.5 105 1 94.5" stroke="#FF1717" stroke-linecap="round"/>
<path id="Vector 22" d="M28.5 118C27 105 11.5 100.5 1 87.5" stroke="#FF1717" stroke-linecap="round"/>
<path id="Vector 23" d="M29.5 117C27.5 99 9.5 94.5 1 80.5" stroke="#FF1717" stroke-linecap="round"/>
<path id="Vector 24" d="M36 112.5C34.5 84.5 8 92.5 1 55" stroke="#FF1717" stroke-linecap="round"/>
<path id="Vector 25" d="M41.5 119C43.5 77 11 84 1 43" stroke="#FF1717" stroke-linecap="round"/>
<path id="Vector 26" d="M129.5 115C131 110 141.5 95 157 108" stroke="#FF1717" stroke-linecap="round"/>
<path id="Vector 27" d="M154.5 106C160.5 101.5 171.5 95.5 179.5 108" stroke="#FF1717" stroke-linecap="round"/>
<path id="Vector 40" d="M123 179.5L140.5 172.5" stroke="#FF1717" stroke-linecap="round"/>
<path id="Vector 41" d="M131.5 169.5L146 162" stroke="#FF1717" stroke-linecap="round"/>
<path id="Vector 42" d="M136.5 159.5L149.5 152.5" stroke="#FF1717" stroke-linecap="round"/>
<path id="Vector 43" d="M140 148L155.5 140.5" stroke="#FF1717" stroke-linecap="round"/>
<path id="Vector 44" d="M63.5 163.5C69 162 69.5 152.5 74.5 151" stroke="#FF1717" stroke-linecap="round"/>
<path id="Vector 45" d="M81.5 159C86 158.5 85 148.5 89.5 147.5" stroke="#FF1717" stroke-linecap="round"/>
<path id="Vector 46" d="M96 158C99 157.5 100 145 104 143.5" stroke="#FF1717" stroke-linecap="round"/>
<path id="Vector 47" d="M107.5 157C112.5 155.5 112.5 141.5 120 138" stroke="#FF1717" stroke-linecap="round"/>
<path id="Vector 48" d="M122 152.5C127.5 150 126 136 133 133" stroke="#FF1717" stroke-linecap="round"/>
<path id="Vector 49" d="M136.5 144.5C140.5 142 140.5 131 147.5 128.5" stroke="#FF1717" stroke-linecap="round"/>
<path id="Vector 50" d="M180.5 108C181.5 105.5 189.5 99.5 193 109.5" stroke="#FF1717" stroke-linecap="round"/>
<path id="Vector 51" d="M36.5 162.5C39 159 35.5 148.5 40 141.5" stroke="#FF1717" stroke-linecap="round"/>
<path id="Vector 52" d="M42 155.5C45.5 151 43.5 138 48.5 133" stroke="#FF1717" stroke-linecap="round"/>
<path id="Vector 53" d="M49 148.5C53 145.5 50 132.5 52 130.5" stroke="#FF1717" stroke-linecap="round"/>
<path id="Vector 54" d="M1 81V67" stroke="#FF1717" stroke-linecap="round"/>
<path id="Vector 55" d="M6 87L7 76.5" stroke="#FF1717" stroke-linecap="round"/>
<path id="Vector 56" d="M13 93L14 85.5" stroke="#FF1717" stroke-linecap="round"/>
<path id="Vector 57" d="M19.5 99L21 91" stroke="#FF1717" stroke-linecap="round"/>
<path id="Vector 58" d="M24 104L28 98" stroke="#FF1717" stroke-linecap="round"/>
<path id="Vector 59" d="M27.5 109L31.5 104.5" stroke="#FF1717" stroke-linecap="round"/>
<path id="Vector 60" d="M29 114L34 110.5" stroke="#FF1717" stroke-linecap="round"/>
<path id="Vector 61" d="M52 130.5C53.5 129.5 62.5 139 66.5 137" stroke="#FF1717" stroke-linecap="round"/>
<path id="Vector 62" d="M55.5 128C61 125 78 132.5 84 130.5" stroke="#FF1717" stroke-linecap="round"/>
<path id="Vector 63" d="M64 123.5C72 120 92.5 127.5 99.5 125.5" stroke="#FF1717" stroke-linecap="round"/>
<path id="Vector 64" d="M74.5 119C82.5 116.5 112 121.5 120 118.5" stroke="#FF1717" stroke-linecap="round"/>
<path id="Vector 65" d="M89 114.5C98.5 112 122.5 111 129.5 114.5" stroke="#FF1717" stroke-linecap="round"/>
<path id="Vector 66" d="M172.5 101.5C195.5 91 238.5 74 260.5 5" stroke="#FF1717" stroke-linecap="round"/>
<path id="Vector 67" d="M166.5 100.5C177 95.6667 182.2 93.8 189 89" stroke="#FF1717" stroke-linecap="round"/>
<path id="Vector 70" d="M194.5 112C195 110.333 196 105.9 196 101.5" stroke="#FF1717" stroke-linecap="round"/>
<path id="Vector 71" d="M199 110C201.4 109 199.6 100.5 202 98" stroke="#FF1717" stroke-linecap="round"/>
<path id="Vector 72" d="M206 106C208.5 104.5 206.5 96 211 91" stroke="#FF1717" stroke-linecap="round"/>
<path id="Vector 73" d="M212 102C216 99 213 89.5 216 86" stroke="#FF1717" stroke-linecap="round"/>
<path id="Vector 74" d="M220.5 95C223 93 219 84.5 221.5 80.5" stroke="#FF1717" stroke-linecap="round"/>
<path id="Vector 75" d="M227.5 88C230.5 85 226 76.5 229 71" stroke="#FF1717" stroke-linecap="round"/>
<path id="Vector 76" d="M235 78.5C238 74.5 232.5 67 234.5 62.5" stroke="#FF1717" stroke-linecap="round"/>
<path id="Vector 77" d="M241.5 67.5C243.5 64 237 59.5 238.5 56" stroke="#FF1717" stroke-linecap="round"/>
<path id="Vector 78" d="M247 55C248 52 242 50.5 243.5 47" stroke="#FF1717" stroke-linecap="round"/>
<path id="Vector 79" d="M250.5 44C251.5 41.5 247.7 39.3 248.5 36.5" stroke="#FF1717" stroke-linecap="round"/>
<path id="Vector 80" d="M191.5 138.5C194.5 135.833 200.7 130.4 201.5 130" stroke="#FF1717" stroke-linecap="round"/>
<path id="Vector 81" d="M188.5 146C192.5 144 204.5 135.5 211 126.5" stroke="#FF1717" stroke-linecap="round"/>
<path id="Vector 82" d="M41.5 115.5C43.1667 113.167 46.9 106.1 46.5 92.5" stroke="#FF1717" stroke-linecap="round"/>
<path id="Vector 83" d="M34.5 90.5C34.8333 87.5 35.3 80.1 34.5 74.5" stroke="#FF1717" stroke-linecap="round"/>
<path id="Vector 84" d="M18 73C19.1667 72.1667 21.6 68.5 22 60.5" stroke="#FF1717" stroke-linecap="round"/>
<path id="Vector 85" d="M38.5 97C39.1667 92.6667 42.1 83.2 46.5 80" stroke="#FF1717" stroke-linecap="round"/>
<path id="Vector 90" d="M56 108.5C56 97.5 50.6933 83.2 46 80" stroke="#FF1717" stroke-linecap="round"/>
<path id="Vector 86" d="M26 80.5C26.6667 76.1667 29 68.5 34.5 65" stroke="#FF1717" stroke-linecap="round"/>
<path id="Vector 89" d="M43 84C42.2941 79.6667 39.8235 68.5 34 65" stroke="#FF1717" stroke-linecap="round"/>
<path id="Vector 87" d="M13 67.5C13.6667 63.1667 16 53.5 21.5 50" stroke="#FF1717" stroke-linecap="round"/>
<path id="Vector 88" d="M30.5 69C29.7941 64.7905 26.8235 53.4 21 50" stroke="#FF1717" stroke-linecap="round"/>
<path id="Vector 91" d="M183 155C194.5 150.5 206.5 147.5 219 122" stroke="#FF1717" stroke-linecap="round"/>
<path id="Vector 92" d="M176.5 165C189.167 164.833 217.5 154.2 229.5 113" stroke="#FF1717" stroke-linecap="round"/>
<path id="Vector 93" d="M246 87.5C251 89.8333 261.1 97.8 261.5 111C261.9 124.2 250 131.833 244 134" stroke="#FF1717" stroke-linecap="round"/>
<path id="Vector 94" d="M28 216.5C32 215.5 42 202 49 202C56 202 64 214.5 72.5 214.5C81 214.5 92 203.5 100 204C108 204.5 116.5 217.5 127.5 215.5C138.5 213.5 145.5 203.5 153.5 202.5C161.5 201.5 175 210.5 184.5 207.5C192.1 205.1 195 198.5 195.5 195.5" stroke="#FF1717" stroke-linecap="round"/>
<path id="Vector 95" d="M30.5 204C32 204 45.5 214 49.5 214C53.5 214 63 204 72 204C81 204 87.5 215 99 215.5C110.5 216 116.5 204 126.5 205C136.5 206 144 214 154 212C164 210 174.5 199 178.5 197C182.5 195 192 197.5 195 196C198 194.5 206 189.5 209 179.5" stroke="#FF1717" stroke-linecap="round"/>
<path id="Vector 96" d="M29.5 205C31 202 36.5 196.5 55.5 197.5C74.5 198.5 95 202.5 112 201.5C129 200.5 145.5 198.5 155.5 194.5C165.5 190.5 178.5 179.5 184 172" stroke="#FF1717" stroke-linecap="round"/>
<path id="Vector 97" d="M123 201C134.667 200.333 160.4 198.2 170 195C179.6 191.8 190.167 182.333 193.5 178.5" stroke="#FF1717" stroke-linecap="round"/>
<path id="Vector 98" d="M165.5 174C173.333 174 193.7 168.4 200.5 160C207.3 151.6 213.667 144.167 216 141.5" stroke="#FF1717" stroke-linecap="round"/>
<path id="Vector 99" d="M183 170.5C186 174.833 197.5 182.5 215 178" stroke="#FF1717" stroke-linecap="round"/>
<path id="Vector 100" d="M204 173C207.333 177.333 217.6 183.4 230 169" stroke="#FF1717" stroke-linecap="round"/>
<path id="Vector 101" d="M221 167.5C224.667 169.667 233.6 171.4 240 161C242.8 156.2 244.333 152 244.5 151" stroke="#FF1717" stroke-linecap="round"/>
<path id="Vector 102" d="M234.5 153C240.833 154 253.4 150.6 253 129" stroke="#FF1717" stroke-linecap="round"/>
<path id="Vector 103" d="M204.5 155.5C208.5 151.5 214.937 148.517 219 152C222.5 155 226 162.5 220 167.5C214.664 171.947 210.187 167.904 209.5 165.5C208.214 161 213 157 215 161" stroke="#FF1717" stroke-linecap="round"/>
<path id="Vector 104" d="M214 144C218 140 226.437 137.054 230.5 140.537C234 143.537 237.5 151.037 231.5 156.037C226.164 160.484 221.687 156.441 221 154.037C219.714 149.537 224 146 226.5 149.537" stroke="#FF1717" stroke-linecap="round"/>
<path id="Vector 105" d="M223.5 129.5C227.5 125.5 234.437 121.517 238.5 125C242 128 246.5 135.037 240.5 140.037C235.164 144.484 230.687 140.441 230 138.037C228.714 133.537 233.5 130 235.5 133.537" stroke="#FF1717" stroke-linecap="round"/>
<path id="Vector 106" d="M229.5 113C233.5 109 240.623 102.5 246.5 107.537C250 110.537 253.5 118.037 247.5 123.037C242.164 127.484 237.687 123.441 237 121.037C235.714 116.537 240.5 113 242.5 116.537" stroke="#FF1717" stroke-linecap="round"/>
<path id="Vector 107" d="M224.5 169C223.833 170.667 220.1 173.7 210.5 172.5" stroke="#FF1717" stroke-linecap="round"/>
<path id="Vector 108" d="M238.5 153C238.333 155.5 235.8 160.9 227 162.5" stroke="#FF1717" stroke-linecap="round"/>
<path id="Vector 109" d="M248.5 132C248.5 135.167 246.8 142.6 240 147" stroke="#FF1717" stroke-linecap="round"/>
<path id="Vector 110" d="M242 95C247 95.3333 256.5 100.5 254.5 118.5" stroke="#FF1717" stroke-linecap="round"/>
<path id="Vector 111" d="M200.5 160C198.833 162.333 196.5 169.5 200.5 172C205.067 174.854 209 170.5 209 168C209 165.5 205.82 160.5 202.5 165.5" stroke="#FF1717" stroke-linecap="round"/>
<path id="Vector 112" d="M207 176C205.167 177 200.4 177.7 192 172.5" stroke="#FF1717" stroke-linecap="round"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 16 KiB

File diff suppressed because it is too large Load Diff

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 MiB

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 89 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 56 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.6 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.5 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.5 MiB

View File

@@ -0,0 +1,117 @@
---
date: 2025-10-25
title: "New Year's Eve Parties"
draft: false
cover: ./images/cover.png
description: "An overview of our annual New Year's Eve parties, from Gatsby to Occult."
tags: ["event", "webdev", "party", "design"]
---
import Image from "@components/Image.astro"
import ImageSlider from "@components/ImageSlider.svelte"
import ImageGallery from "@components/ImageGallery.svelte"
<ImageGallery client:load/>
Since 2019, my flat-share has been hosting a New Year's Eve party. Every year, we chose a special theme that determined the costumes and decorations.
I always took the parties as an opportunity to be creative and designed digital invitation cards for each party, sometimes simpler, sometimes more complex.
### 2019-2020: The Great Gatsby
For the "The Great Gatsby" party, a visualizer was projected onto the wall with a beamer. Instead of a complex website, there was only a static invitation page, supplemented by printed invitation cards. The tech stack was rather unusual with MongoDB, ExpressJs and SocketIO. The frontend was quite complex, but was developed completely without a framework. The project escalated and a chat and a party management system were implemented. In addition, an extensive Google Sheet was created to track expenses, number of guests and paid contributions.
import gg1 from "./images/gg-party-1.jpg"
import gg2 from "./images/gg-party-2.jpg"
import gg3 from "./images/gg-party-3.jpg"
import gg4 from "./images/gg-2.jpg"
import gg5 from "./images/gg-icons.jpg"
<ImageSlider title="The Great Gatsby" client:load>
<Image src={gg1} alt="Photo of our buffet" />
<Image src={gg2} alt="Photo of our buffet" />
<Image src={gg3} alt="Photo of the cocktail party" />
<Image src={gg4} alt="Photo of the Gatsby party" />
<Image src={gg5} alt="Icons for the screen design" />
</ImageSlider>
### [2022-2023: Harry Potter](https://s23.app.max-richter.dev)
After no party could take place in recent years due to Covid, we decided on the motto "Harry Potter" as my flatmate is a big fan. This time there was a more complex invitation website with an animated WebGL "Talking Hat" that assigned a house to each guest. After registration, the guests were automatically stored in a Google Sheet. There was an admin interface where we could award points to the individual houses, and an interactive quiz that guests could play on the mobile website. The frontend was implemented with SvelteKit, tRPC, Prisma and SQLite.
import hp1 from "./images/hp-1-start.png"
import hp2 from "./images/hp-2-start.png"
import hp3 from "./images/hp-3-need-name.png"
import hp4 from "./images/hp-4-which-house.png"
import hp5 from "./images/hp-5-select-house.png"
import hp6 from "./images/hp-6-attendance-probability.png"
import hp7 from "./images/hp-7-invitation-card.png"
<ImageSlider title="Harry Potter and the Talking Hat" client:load>
<Image src={hp1} alt="Harry Potter Party Start" />
<Image src={hp2} alt="Harry Potter Party Start 2" />
<Image src={hp3} alt="Harry Potter Party Need Name" />
<Image src={hp4} alt="Harry Potter Party Which House" />
<Image src={hp5} alt="Harry Potter Party Select House" />
<Image src={hp6} alt="Harry Potter Party Attendance Probability" />
<Image src={hp7} alt="Harry Potter Party Invitation Card" />
</ImageSlider>
### [2023-2024: Venetian Masked Ball](https://s24.app.max-richter.dev)
There was also an animated invitation website for the "Venetian Masked Ball". Guests could enter their name, from which a suitable title of nobility was then generated using an LLM. A portrait was then generated from the name and some information about their appearance, which was displayed in a kind of ancestral gallery. Technically, SvelteKit was used again, but this time with a PocketBase backend.
import venice1 from "./images/venice-1-start.png"
import venice2 from "./images/venice-2-mask.png"
import venice3 from "./images/venice-3-invitation-test.png"
import venice4 from "./images/venice-4-generate-portrait.png"
import venice5 from "./images/venice-5-portrait.png"
import venice6 from "./images/venice-6-gallery.png"
import venice7 from "./images/venice-1.jpg"
import Mask from "./components/Mask.svelte"
<ImageSlider title="Venetian Masked Ball" client:load>
<Image src={venice1} alt="Venice Party Start" />
<Image src={venice2} alt="Venice Party Mask" />
<picture alt="Animiertes SVG Maske" description="asd">
<Mask client:load/>
</picture>
<Image src={venice3} alt="Venice Party Invitation Test" />
<Image src={venice4} alt="Venice Party Generate Portrait" />
<Image src={venice5} alt="Venice Party Portrait" />
<Image src={venice6} alt="Venice Party Gallery" />
<Image src={venice7} alt="Photo of the Venetian Masked Ball Party" />
</ImageSlider>
### [2024-2025: Everything is Fashion](https://s25.app.max-richter.dev)
For "Everything is Fashion" there was again an animated invitation website, but without interactive elements at the party itself. In keeping with the theme "everything is fashion", I wanted to shoot a teaser that refers to physical materials.
import eif1 from "./images/eif-party-1.jpg"
import eif2 from "./images/eif-video.mp4?url"
import videoUrl from "./images/eif-teaser.mp4?url"
<ImageSlider title="Everything is Fashion" client:load>
<picture>
<video src={videoUrl} controls alt="Fashion Party Teaser Video" />
</picture>
<picture>
<video src={eif2} controls alt="Fashion Party Teaser Video" />
</picture>
<Image src={eif1} alt="Photo of the Fashion Party" />
</ImageSlider>
### 2025-2026: Occult
For the upcoming New Year's Eve party 2025-2026, we are planning an "Occult" theme that will create a mystical and mysterious atmosphere.
import occult1 from "./images/occult-1.png"
import occult2 from "./images/occult-2.png"
import occult3 from "./images/occult-3.png"
import occult4 from "./images/occult-4.png"
<ImageSlider title="Everything is Fashion" client:load>
<Image src={occult1} alt="Occult Party" />
<Image src={occult2} alt="Occult Party" />
<Image src={occult3} alt="Occult Party" />
<Image src={occult4} alt="Occult Party" />
</ImageSlider>

View File

@@ -1,25 +1,15 @@
---
date: 2025-10-21
title: "Silvester-Partys: Eine Retrospektive"
draft: true
date: 2025-10-25
title: Silvester-Partys
draft: false
cover: ./images/cover.png
description: "Eine Übersicht über unsere jährlichen Silvester-Partys, von Gatsby bis Okkult."
tags: ["event", "webdev", "party", "design"]
icon: 🎉
---
import Image from "@components/Image.astro"
import ImageSlider from "@components/ImageSlider.svelte"
import GatsbyPartyScreenshot from "./images/party-placeholder.jpg"
import GatsbyPartyPhoto from "./images/party-placeholder.jpg"
import HarryPotterPartyScreenshot from "./images/party-placeholder.jpg"
import HarryPotterPartyPhoto from "./images/party-placeholder.jpg"
import VenicePartyScreenshot from "./images/party-placeholder.jpg"
import VenicePartyPhoto from "./images/party-placeholder.jpg"
import FashionPartyScreenshot from "./images/party-placeholder.jpg"
import FashionPartyPhoto from "./images/party-placeholder.jpg"
import ImageGallery from "@components/ImageGallery.svelte"
import videoUrl from "./images/eif-teaser.mp4?url"
<ImageGallery client:load/>
@@ -28,64 +18,100 @@ Ich hab die Parties immer zum Anlass genommen um mich einmal kreativ auszuleben
### 2019-2020: The Great Gatsby
Unsere erste Party stand unter dem Motto "Great Gatsby".
Für die "The Great Gatsby" Party wurde ein Visualizer mit einem Beamer an die Wand projiziert. Anstelle einer komplexen Website gab es nur eine statische Einladungsseite, ergänzt durch gedruckte Einladungskarten. Der Tech-Stack war mit MongoDB, ExpressJs und SocketIO eher ungewöhnlich. Das Frontend war recht komplex, wurde aber komplett ohne Framework entwickelt. Das Projekt eskalierte und es wurden ein Chat sowie ein Party-Management-System implementiert. Zusätzlich wurde ein umfangreiches Google Sheet erstellt, um Ausgaben, Gästeanzahl und bezahlte Beiträge zu verfolgen.
import gg1 from "./images/gg-party-1.jpg"
import gg2 from "./images/gg-party-2.jpg"
import gg3 from "./images/gg-party-3.jpg"
import gg4 from "./images/gg-2.jpg"
import gg5 from "./images/gg-icons.jpg"
<ImageSlider title="The Great Gatsby" client:load>
<Image src={GatsbyPartyScreenshot} alt="Screenshot der Gatsby Party Visualisierung" />
<Image src={GatsbyPartyPhoto} alt="Foto der Gatsby Party" />
<Image src={gg1} alt="Foto von unserem Buffet" />
<Image src={gg2} alt="Foto von unserem Buffet" />
<Image src={gg3} alt="Foto der Cocktail Party" />
<Image src={gg4} alt="Foto der Gatsby Party" />
<Image src={gg5} alt="Icons fürs Screendesign" />
</ImageSlider>
### 2022-2023: Harry Potter und der sprechende Hut
### [2022-2023: Harry Potter](https://s23.app.max-richter.dev)
Für den Jahreswechsel 2022-2023 verwandelte sich unsere Wohnung in die Große Halle von Hogwarts. Das Thema war Harry Potter, und wir hatten einen WebGL-basierten sprechenden Hut, der die Gäste interaktiv den Häusern zuordnete. Zusätzlich gab es ein interaktives Harry-Potter-Quiz auf unserer Webseite. Ein visuelles Display zeigte live den Punktestand der einzelnen Häuser an, wobei ein Admin Punkte in Echtzeit hinzufügen oder abziehen konnte.
Nachdem die letzten Jahre wegen Covid keine Party stattfinden konnte, entschieden wir uns für das Motto "Harry Potter", da meine Mitbewohnerin ein großer Fan ist. Diesmal gab es eine komplexere Einladungswebsite mit einem animierten WebGL "Talking Hat", der jedem Gast ein Haus zuordnete. Nach der Anmeldung wurden die Gäste automatisch in einem Google Sheet hinterlegt. Es gab ein Admin-Interface, in dem wir Punkte an die einzelnen Häuser vergeben konnten, und ein interaktives Quiz, das die Gäste auf der mobilen Website mitspielen konnten. Das Frontend wurde mit SvelteKit, tRPC, Prisma und SQLite umgesetzt.
Seit 2022 nutzen wir ein Google Sheet als Backend für die Partyorganisation. Jeder Gast gibt bei der Anmeldung eine Wahrscheinlichkeit (in Prozent von 0-100) an, wie wahrscheinlich er oder sie teilnehmen wird. Dies ermöglicht uns eine genauere Vorhersage der Gästezahl.
import hp1 from "./images/hp-1-start.png"
import hp2 from "./images/hp-2-start.png"
import hp3 from "./images/hp-3-need-name.png"
import hp4 from "./images/hp-4-which-house.png"
import hp5 from "./images/hp-5-select-house.png"
import hp6 from "./images/hp-6-attendance-probability.png"
import hp7 from "./images/hp-7-invitation-card.png"
<ImageSlider title="Harry Potter und der sprechende Hut" client:load>
<Image src={HarryPotterPartyScreenshot} alt="Screenshot der Harry Potter Party Webseite" />
<Image src={HarryPotterPartyPhoto} alt="Foto der Harry Potter Party" />
<Image src={import("./images/hp-1-start.png")} alt="Harry Potter Party Start" />
<Image src={import("images/hp-2-start.png")} alt="Harry Potter Party Start 2" />
<Image src={import("images/hp-3-need-name.png")} alt="Harry Potter Party Need Name" />
<Image src={import("images/hp-4-which-house.png")} alt="Harry Potter Party Which House" />
<Image src={import("images/hp-5-select-house.png")} alt="Harry Potter Party Select House" />
<Image src={import("images/hp-6-attendance-probability.png")} alt="Harry Potter Party Attendance Probability" />
<Image src={import("images/hp-7-invitation-card.png")} alt="Harry Potter Party Invitation Card" />
<Image src={hp1} alt="Harry Potter Party Start" />
<Image src={hp2} alt="Harry Potter Party Start 2" />
<Image src={hp3} alt="Harry Potter Party Need Name" />
<Image src={hp4} alt="Harry Potter Party Which House" />
<Image src={hp5} alt="Harry Potter Party Select House" />
<Image src={hp6} alt="Harry Potter Party Attendance Probability" />
<Image src={hp7} alt="Harry Potter Party Invitation Card" />
</ImageSlider>
### 2023-2024: Venezianischer Maskenball
### [2023-2024: Venezianischer Maskenball](https://s24.app.max-richter.dev)
Unsere Silvesterparty 2023-2024 entführte unsere Gäste nach Venedig zu einem opulenten Maskenball. Bei der Registrierung auf unserer Webseite erhielt jeder Gast einen einzigartigen Adelstitel und ein passendes Porträt, die dann in einer digitalen Galerie auf der Webseite ausgestellt wurden.
Auch für den "Venezianischen Maskenball" gab es wieder eine animierte Einladungswebsite. Die Gäste konnten ihren Namen eingeben, aus dem dann mittels eines LLM ein passender Adelstitel generiert wurde. Aus dem Namen und einigen Angaben zum Aussehen wurde anschließend ein Porträt generiert, das in einer Art Ahnengalerie angezeigt wurde. Technisch wurde wieder auf SvelteKit gesetzt, diesmal jedoch mit einem PocketBase-Backend.
**Organisation:** Auch hier kam unser Google Sheet Backend zum Einsatz, um die Gästeanmeldungen und Wahrscheinlichkeiten zu verwalten.
import venice1 from "./images/venice-1-start.png"
import venice2 from "./images/venice-2-mask.png"
import venice3 from "./images/venice-3-invitation-test.png"
import venice4 from "./images/venice-4-generate-portrait.png"
import venice5 from "./images/venice-5-portrait.png"
import venice6 from "./images/venice-6-gallery.png"
import venice7 from "./images/venice-1.jpg"
import Mask from "./components/Mask.svelte"
<ImageSlider title="Venezianischer Maskenball" client:load>
<Image src={VenicePartyScreenshot} alt="Screenshot der Venezianischer Maskenball Galerie" />
<Image src={VenicePartyPhoto} alt="Foto der Venezianischer Maskenball Party" />
<Image src={import("images/venice-1-start.png")} alt="Venice Party Start" />
<Image src={import("images/venice-2-mask.png")} alt="Venice Party Mask" />
<Image src={import("images/venice-3-invitation-test.png")} alt="Venice Party Invitation Test" />
<Image src={import("images/venice-4-generate-portrait.png")} alt="Venice Party Generate Portrait" />
<Image src={import("images/venice-5-portrait.png")} alt="Venice Party Portrait" />
<Image src={import("images/venice-6-gallery.png")} alt="Venice Party Gallery" />
<Image src={venice1} alt="Venice Party Start" />
<Image src={venice2} alt="Venice Party Mask" />
<picture alt="Animiertes SVG Maske" description="asd">
<Mask client:load/>
</picture>
<Image src={venice3} alt="Venice Party Invitation Test" />
<Image src={venice4} alt="Venice Party Generate Portrait" />
<Image src={venice5} alt="Venice Party Portrait" />
<Image src={venice6} alt="Venice Party Gallery" />
<Image src={venice7} alt="Foto der Venezianischer Maskenball Party" />
</ImageSlider>
### 2024-2025: Everything is Fashion
### [2024-2025: Everything is Fashion](https://s25.app.max-richter.dev)
Das Motto für 2024-2025 war "Everything is Fashion". Die Party begann mit einem animierten Intro, das die Gäste auf das modische Thema einstimmte.
r "Everything is Fashion" gab es wieder eine animierte Einladungswebsite, allerdings ohne interaktive Elemente auf der Party selbst. Passend zum Thema "everything is fashion" wollte ich einen Teaser drehen, der sich auf physische Materialien bezieht.
<video src={videoUrl} controls alt="Fashion Party Teaser Video" />
import eif1 from "./images/eif-party-1.jpg"
import eif2 from "./images/eif-video.mp4?url"
import videoUrl from "./images/eif-teaser.mp4?url"
<ImageSlider title="Everything is Fashion" client:load>
<Image src={FashionPartyScreenshot} alt="Screenshot des Fashion Party Intros" />
<Image src={FashionPartyPhoto} alt="Foto der Fashion Party" />
<Image src={import("images/eif-anim-1.png")} alt="Fashion Party Animation 1" />
<Image src={import("images/eif-anim-2.png")} alt="Fashion Party Animation 2" />
<Image src={import("images/eif-anim-3.png")} alt="Fashion Party Animation 3" />
<Image src={import("images/eif-navigation.png")} alt="Fashion Party Navigation" />
<picture>
<video src={videoUrl} controls alt="Fashion Party Teaser Video" />
</picture>
<picture>
<video src={eif2} controls alt="Fashion Party Teaser Video" />
</picture>
<Image src={eif1} alt="Foto der Fashion Party" />
</ImageSlider>
### 2025-2026: Okkult
Für die kommende Silvesterparty 2025-2026 planen wir ein "Okkult"-Thema, das eine mystische und geheimnisvolle Atmosphäre schaffen wird.
import occult1 from "./images/occult-1.png"
import occult2 from "./images/occult-2.png"
import occult3 from "./images/occult-3.png"
import occult4 from "./images/occult-4.png"
<ImageSlider title="Everything is Fashion" client:load>
<Image src={occult1} alt="Okkult Party" />
<Image src={occult2} alt="Okkult Party" />
<Image src={occult3} alt="Okkult Party" />
<Image src={occult4} alt="Okkult Party" />
</ImageSlider>

View File

@@ -8,10 +8,12 @@ import HeroCard from "@components/HeroCard.astro";
const locale = getLocale(Astro.url);
const pages = await getCollection("projects");
const posts = filterCollection(pages, locale)
.sort((a, b) => (b.data.date > a.data.date ? 1 : -1))
.sort((a) => (a.data.featured ? -1 : 1));
.sort((a, b) => (new Date(b.data.date) > new Date(a.data.date) ? 1 : -1))
---
<Layout title="Max Richter">
{posts.map((post) => <HeroCard post={post} />)}
{
posts.map((post) => <HeroCard post={post} />)
}
</Layout>