From e8ee0decb853f4bbdfe4e432a6c0aafae3c14eb8 Mon Sep 17 00:00:00 2001 From: fdd26 <166243616+fdd26@users.noreply.github.com> Date: Fri, 6 Mar 2026 10:33:10 -0500 Subject: [PATCH 01/12] Fix XHTML5 tags and avoid broken JavaScript --- public/index.html | 391 ++++++++++++++++++++++++---------------------- 1 file changed, 203 insertions(+), 188 deletions(-) diff --git a/public/index.html b/public/index.html index 8d4bfee..0c3686b 100644 --- a/public/index.html +++ b/public/index.html @@ -1,203 +1,218 @@ - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + - - - - - - + - - - + + - - - + + + - - - - + + + - Code Society + + + + + + + + + + + Code Society - + -
-
-
- -
-
-
- -
-
-
-
-
-

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 - a community. -

-
-
-
-
- -
-
-
- -
-
-
-
-
-

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 - minimal boilerplate. -

-
-
-
-
- -
-
-
- -
-
-
-
-
-

matrix.py

-
-
-

matrix.py - is a lightweight and intuitive Python library to build bots on the Matrix protocol. - It provides a clean, decorator-based API similar to popular event-driven frameworks, - allowing developers to focus on behavior rather than boilerplate. -

-
-
-
-
- -
-
-
- -
-
-
-
-
-

Resources

-
-
-

Our library - is a collection of resources put together by the members of - the Code Society for various programming and software development - subjects that we have found useful. It's a great place to find books, - articles, videos, and more to help you learn and grow as a programmer or scientist. -

-
-
-
-
-
-
-
+
+
+
+ +
+
+
+ +
+
+
+
+
+

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 + a community. +

+
+
+
+
+ +
+
+
+ +
+
+
+
+
+

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 + minimal boilerplate. +

+
+
+
+
+ +
+
+
+ +
+
+
+
+
+

matrix.py

+
+
+

matrix.py + is a lightweight and intuitive Python library to build bots on the Matrix protocol. + It provides a clean, decorator-based API similar to popular event-driven frameworks, + allowing developers to focus on behavior rather than boilerplate. +

+
+
+
+
+ +
+
+
+ +
+
+
+
+
+

Resources

+
+
+

Our library + is a collection of resources put together by the members of + the Code Society for various programming and software development + subjects that we have found useful. It is a great place to find books, + articles, videos, and more to help you learn and grow as a programmer or scientist. +

+
+
+
+
+
+
+
+ From aebd488c4ceb2d93213bb7dbed422453317beb46 Mon Sep 17 00:00:00 2001 From: fdd26 <166243616+fdd26@users.noreply.github.com> Date: Fri, 6 Mar 2026 10:47:00 -0500 Subject: [PATCH 02/12] add img alt --- public/index.html | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/public/index.html b/public/index.html index 0c3686b..1abd40b 100644 --- a/public/index.html +++ b/public/index.html @@ -56,8 +56,9 @@ if (document.addEventListener) { document.addEventListener("DOMContentLoaded", function() { if (window.Lenis) { - var lenis = new Lenis({ autoRaf: true }); - document.getElementById("scroll-down").addEventListener("click", function(e) { lenis.scrollTo("#info") }); + var lenis = new Lenis({ autoRaf: true }), + s = document.getElementById("scroll-down"); + if (s) { s.addEventListener("click", function(e) { lenis.scrollTo("#info") }); } } }); } @@ -78,17 +79,17 @@
- + GitHub
- + Discord
- + Matrix
@@ -98,7 +99,7 @@
@@ -110,7 +111,7 @@
- + Scroll down
@@ -122,7 +123,7 @@
- + Rocket
@@ -145,7 +146,7 @@
- + Robot
@@ -168,7 +169,7 @@
- + Matrix
@@ -190,7 +191,7 @@
- + Books
@@ -215,4 +216,3 @@ - From c271d243e5058c12a88ec6699954901c2306399a Mon Sep 17 00:00:00 2001 From: fdd26 <166243616+fdd26@users.noreply.github.com> Date: Fri, 6 Mar 2026 10:47:41 -0500 Subject: [PATCH 03/12] Back to 4 spaces --- public/index.html | 396 +++++++++++++++++++++++----------------------- 1 file changed, 198 insertions(+), 198 deletions(-) diff --git a/public/index.html b/public/index.html index 1abd40b..9b9fbe8 100644 --- a/public/index.html +++ b/public/index.html @@ -1,218 +1,218 @@ - - - + + + - - - - + + + + - - - - - - - + + + + + + + - - - - - + + + + + - + - - + + - - - + + + - - - + + + - - - - + + + + - - - - + + + + - Code Society + Code Society - + -
-
-
- -
-
-
- Rocket -
-
-
-
-
-

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 - a community. -

-
-
-
-
- -
-
-
- Robot -
-
-
-
-
-

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 - minimal boilerplate. -

-
-
-
-
- -
-
-
- Matrix -
-
-
-
-
-

matrix.py

-
-
-

matrix.py - is a lightweight and intuitive Python library to build bots on the Matrix protocol. - It provides a clean, decorator-based API similar to popular event-driven frameworks, - allowing developers to focus on behavior rather than boilerplate. -

-
-
-
-
- -
-
-
- Books -
-
-
-
-
-

Resources

-
-
-

Our library - is a collection of resources put together by the members of - the Code Society for various programming and software development - subjects that we have found useful. It is a great place to find books, - articles, videos, and more to help you learn and grow as a programmer or scientist. -

-
-
-
-
-
-
-
+
+
+
+ +
+
+
+ Rocket +
+
+
+
+
+

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 + a community. +

+
+
+
+
+ +
+
+
+ Robot +
+
+
+
+
+

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 + minimal boilerplate. +

+
+
+
+
+ +
+
+
+ Matrix +
+
+
+
+
+

matrix.py

+
+
+

matrix.py + is a lightweight and intuitive Python library to build bots on the Matrix protocol. + It provides a clean, decorator-based API similar to popular event-driven frameworks, + allowing developers to focus on behavior rather than boilerplate. +

+
+
+
+
+ +
+
+
+ Books +
+
+
+
+
+

Resources

+
+
+

Our library + is a collection of resources put together by the members of + the Code Society for various programming and software development + subjects that we have found useful. It is a great place to find books, + articles, videos, and more to help you learn and grow as a programmer or scientist. +

+
+
+
+
+
+
+
From 7ecaac850a5e15c002bee650bf5762356557f669 Mon Sep 17 00:00:00 2001 From: fdd26 <166243616+fdd26@users.noreply.github.com> Date: Fri, 6 Mar 2026 12:22:53 -0500 Subject: [PATCH 04/12] add https preconnect and CSS color fallback --- public/index.html | 45 +++++++++++++++++++++++++++++++-------------- 1 file changed, 31 insertions(+), 14 deletions(-) diff --git a/public/index.html b/public/index.html index 9b9fbe8..429769f 100644 --- a/public/index.html +++ b/public/index.html @@ -25,12 +25,29 @@ + + + + + + + + + @@ -56,9 +73,8 @@ if (document.addEventListener) { document.addEventListener("DOMContentLoaded", function() { if (window.Lenis) { - var lenis = new Lenis({ autoRaf: true }), - s = document.getElementById("scroll-down"); - if (s) { s.addEventListener("click", function(e) { lenis.scrollTo("#info") }); } + var lenis = new Lenis({ autoRaf: true }); + document.getElementById("scroll-down").addEventListener("click", function(e) { lenis.scrollTo("#info") }); } }); } @@ -73,23 +89,23 @@ -