diff --git a/src/routes/comps/Zooter.svelte b/src/routes/comps/Zooter.svelte index 090787c..a27855c 100644 --- a/src/routes/comps/Zooter.svelte +++ b/src/routes/comps/Zooter.svelte @@ -1,23 +1,27 @@ -{onScroll();}} - on:touchstart={()=>{isBeingTouched = true}} - on:touchend={()=>{isBeingTouched = false}} + { + onScroll(); + }} + on:touchstart={() => { + isBeingTouched = true; + }} + on:touchend={() => { + isBeingTouched = false; + }} on:resize={onResize} - /> +/> - - - Keep scrolling to veiw Zhen's portfolio site! - + + Keep scrolling to veiw Zhen's portfolio site! @@ -120,50 +176,93 @@ - - + + - + © 2023-2025 - + Benjamin Dreyer - + Oliver Schwenger - + Sylvester Junge - + Snorre Ettrup Altschul - + Zhentao Wei About this website - This website was made using - + This website was made using + - Website source code - + Website source code Contact zhen@deprived.dev - + - + - + Last build: {buildTime} (+2 UTC) - \ No newline at end of file + + + +