diff --git a/public/gr logo cropped.svg b/public/gr logo cropped.svg new file mode 100644 index 0000000..bf97056 --- /dev/null +++ b/public/gr logo cropped.svg @@ -0,0 +1,30 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/public/gr logo.svg b/public/gr logo.svg new file mode 100644 index 0000000..a192f16 --- /dev/null +++ b/public/gr logo.svg @@ -0,0 +1,30 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/pages/index.astro b/src/pages/index.astro index 5208ded..b50e90d 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -67,8 +67,11 @@ import '@/styles/globals.css'
-

coming soon...

- +
+ +
+

coming soon...

+ 0){ - if(document.documentElement.style.getPropertyValue("--scrolling")){ - scrolling -= 1; + const data_ = parseInt(document.documentElement.style.getPropertyValue("--scrolling").replace("%", "")) + if(state.delta[1] > 0){ + if(!(data_ < 0)){ + scrolling -= 1; + } + } + if(state.delta[1] < 0){ + if(!(data_ > 100)){ + scrolling += 1; + } } - } - if(state.delta[1] < 0){ - scrolling += 1; - } } }, onDrag: (state) => {