From f04abdb505136596a5f2d8a9d8aa06073ed383a7 Mon Sep 17 00:00:00 2001 From: Mambo54321 Date: Thu, 9 Oct 2025 19:59:09 -0400 Subject: [PATCH 1/3] Remove unnecessary log --- public/index.html | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/public/index.html b/public/index.html index 5a71456..b5ae694 100644 --- a/public/index.html +++ b/public/index.html @@ -184,15 +184,9 @@ document.getElementById('info').scrollIntoView({ behavior: 'smooth' }); }, 500); }); - // Initialize Lenis - const lenis = new Lenis({ + new Lenis({ autoRaf: true, }); - - // Listen for the scroll event and log the event data - lenis.on('scroll', (e) => { - console.log(e); - }); From 4780b9cc918a0d045e5668b3c6dd224a086b40be Mon Sep 17 00:00:00 2001 From: Mambo54321 Date: Thu, 9 Oct 2025 20:01:53 -0400 Subject: [PATCH 2/3] Remove delays introduced by setTimeout --- public/index.html | 29 ++++++++++++----------------- 1 file changed, 12 insertions(+), 17 deletions(-) diff --git a/public/index.html b/public/index.html index b5ae694..c03cfc6 100644 --- a/public/index.html +++ b/public/index.html @@ -93,10 +93,10 @@

Our goal

-

The Code Society has for goal of helping programmers, - scientists and other to find each other to discuss programming, new - technologies, science, and more! We also encourage collaboration on - open source projects as a way to learn, contribute, and grow together as +

The Code Society has for goal of helping programmers, + scientists and other to find each other to discuss programming, new + technologies, science, and more! We also encourage collaboration on + open source projects as a way to learn, contribute, and grow together as a community.

@@ -116,10 +116,10 @@

Grace Framework

-

- Grace Framework is an opinionated, - extensible Discord bot framework built on top of discord.py. It comes with a various - tools designed to help you rapidly build scalable, feature-rich Discord bots with +

+ Grace Framework is an opinionated, + extensible Discord bot framework built on top of discord.py. It comes with a various + tools designed to help you rapidly build scalable, feature-rich Discord bots with minimal boilerplate.

@@ -175,18 +175,13 @@ - + From dcdd4b639a6b944ef3493a52a124d1bad0c78a40 Mon Sep 17 00:00:00 2001 From: Mambo54321 Date: Thu, 9 Oct 2025 20:03:13 -0400 Subject: [PATCH 3/3] Move Lenis script inside head and add defer attribute --- public/index.html | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/public/index.html b/public/index.html index c03cfc6..9c4a548 100644 --- a/public/index.html +++ b/public/index.html @@ -26,6 +26,15 @@ + + + + @@ -174,15 +183,6 @@ - - - -