diff --git a/src/app.css b/src/app.css index 0e2b4b2..6ac3a0f 100644 --- a/src/app.css +++ b/src/app.css @@ -1,9 +1,14 @@ @import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,600;0,900;1,100;1,500&display=swap'); +@import url('https://fonts.googleapis.com/css2?family=Fira+Code:wght@300;700&display=swap'); @tailwind base; @tailwind components; @tailwind utilities; +.fira { + font-family: 'Fira Code', monospace; +} + @font-face { font-family: 'Calderious'; src: url('/fonts/CALDERIOUS.ttf'); diff --git a/src/lib/header/Nav.svelte b/src/lib/header/Nav.svelte index 53917fb..e67cb5c 100644 --- a/src/lib/header/Nav.svelte +++ b/src/lib/header/Nav.svelte @@ -19,7 +19,8 @@ - + + @@ -32,7 +33,8 @@ - + +
diff --git a/src/lib/home/Blog.svelte b/src/lib/home/Blog.svelte index 0f18101..a9e6f7d 100644 --- a/src/lib/home/Blog.svelte +++ b/src/lib/home/Blog.svelte @@ -40,10 +40,11 @@ onMount(() => { if(browser) { - const slider: HTMLElement = document.querySelector('.items'); + const slider: HTMLElement = document.querySelector('.items-blog'); let isDown = false; let startX; let scrollLeft; + let lastKnownScrollLeft; slider.addEventListener('mousedown', (e) => { isDown = true; @@ -68,8 +69,9 @@ console.log(walk); }); slider.addEventListener('wheel', (evt) => { - evt.preventDefault(); slider.scrollLeft += evt.deltaY; + if(slider.scrollLeft != lastKnownScrollLeft) evt.preventDefault(); + lastKnownScrollLeft = slider.scrollLeft; }); } }); @@ -90,7 +92,7 @@ {#if posts.length == 1}

No more posts to show...

{:else} -
+
{#each posts as post, key} {#if key != 0} diff --git a/src/lib/home/Furry.svelte b/src/lib/home/Furry.svelte new file mode 100644 index 0000000..2cbfcbd --- /dev/null +++ b/src/lib/home/Furry.svelte @@ -0,0 +1,80 @@ + + +
+
+ +
+

Party animal

+ +

+ Being a furry is a big part of my life, and my most expensive hobby. + Furries are people who really like the cartoon animals from shows and movies, and come together to celebrate the creativity of human individuals. + I created several characters that I use to express myself, one of which is the black cat on this website called Mid. + Below are some of my adventures as a furry with the people I love being around. +

+ +
+ ended + ended + + ended + + +
+
+ +
+
Sona
+ Sona name +
+
\ No newline at end of file diff --git a/src/lib/home/Portfolio.svelte b/src/lib/home/Portfolio.svelte index 3c9ce8c..e473120 100644 --- a/src/lib/home/Portfolio.svelte +++ b/src/lib/home/Portfolio.svelte @@ -301,9 +301,6 @@ {/each}
- - Specialties marked in bold. - diff --git a/src/lib/home/Sona.svelte b/src/lib/home/Sona.svelte index 9cc523f..bff81e2 100644 --- a/src/lib/home/Sona.svelte +++ b/src/lib/home/Sona.svelte @@ -1,4 +1,4 @@ - +
+

+ # + About me + // + over mij +

+
+
+ <age>21</age> + <profession>student software engineer</profession> +
+ +
+
+ <age> 21 </age> + <profession> software engineer </profession> + <nationality> dutch 🇳🇱 </nationality> + + <hobby> coding </hobby> + <hobby> computers </hobby> + <hobby> furry </hobby> +
+ +
+ fursona + fursona +
+ +
+ +
+
+
+
+
diff --git a/src/routes/index.svelte b/src/routes/index.svelte index 8863c87..63fb427 100644 --- a/src/routes/index.svelte +++ b/src/routes/index.svelte @@ -1,12 +1,10 @@ @@ -35,5 +33,9 @@
+ +
+ +
\ No newline at end of file diff --git a/static/homepage/furry/2.jpg b/static/homepage/furry/2.jpg new file mode 100644 index 0000000..9265391 Binary files /dev/null and b/static/homepage/furry/2.jpg differ diff --git a/static/homepage/furry/3.jpg b/static/homepage/furry/3.jpg new file mode 100644 index 0000000..50bf9aa Binary files /dev/null and b/static/homepage/furry/3.jpg differ diff --git a/static/homepage/furry/4.mp4 b/static/homepage/furry/4.mp4 new file mode 100644 index 0000000..d811cb5 Binary files /dev/null and b/static/homepage/furry/4.mp4 differ diff --git a/static/homepage/furry/5.mp4 b/static/homepage/furry/5.mp4 new file mode 100644 index 0000000..1656e0b Binary files /dev/null and b/static/homepage/furry/5.mp4 differ diff --git a/static/homepage/furry/6.jpg b/static/homepage/furry/6.jpg new file mode 100644 index 0000000..d9cb314 Binary files /dev/null and b/static/homepage/furry/6.jpg differ diff --git a/static/homepage/furry/7.mp4 b/static/homepage/furry/7.mp4 new file mode 100644 index 0000000..28f14b7 Binary files /dev/null and b/static/homepage/furry/7.mp4 differ diff --git a/static/homepage/vr/vr.png b/static/homepage/vr/vr.png index 984d8c6..86bcc3b 100644 Binary files a/static/homepage/vr/vr.png and b/static/homepage/vr/vr.png differ