diff --git a/src/routes/+layout.svelte b/src/routes/+layout.svelte index 5667969..336effd 100644 --- a/src/routes/+layout.svelte +++ b/src/routes/+layout.svelte @@ -1,291 +1,319 @@ {#snippet SwitchThemeButton()} -
- -
+
+ +
{/snippet} - - + +
-
-
- + + {@render children?.()} + +
- - - {#if footerCollapse} - + {/if} {#if isMobile} - + {/if} + + diff --git a/src/routes/comps/Zooter.svelte b/src/routes/comps/Zooter.svelte index a27855c..589bd3c 100644 --- a/src/routes/comps/Zooter.svelte +++ b/src/routes/comps/Zooter.svelte @@ -1,268 +1,260 @@ { - onScroll(); - }} - on:touchstart={() => { - isBeingTouched = true; - }} - on:touchend={() => { - isBeingTouched = false; - }} - on:resize={onResize} + bind:scrollY + on:scroll={() => { + onScroll(); + }} + on:touchstart={() => { + isBeingTouched = true; + }} + on:touchend={() => { + isBeingTouched = false; + }} + on:resize={onResize} />
- -
-
Keep scrolling to veiw Zhen's portfolio site!
-
- - - - -
+ + -
- da dog -
+ - -
-
-
-
- © 2023-2025 -
- Benjamin Dreyer -
- Oliver Schwenger -
- Sylvester Junge -
- Snorre Ettrup Altschul -
- Zhentao Wei -
-
-

About this website

- -
- This website was made using - SvelteKit logo -
- Website source code -
-
-

Contact

- zhen@deprived.dev -
- -
-
+ +
+
+
+
+ © 2023-2025 +
+ Benjamin Dreyer +
+ Oliver Schwenger +
+ Sylvester Junge +
+ Snorre Ettrup Altschul +
+ Zhentao Wei
-
- Last build: {buildTime} (+2 UTC) +
+

About this website

+ +
+ This website was made using + SvelteKit logo +
+ Website source code
+
+

Contact

+ zhen@deprived.dev +
+ +
+
+
+ Last build: {buildTime} (+2 UTC) +
+