From d8ac7a4ed8ce213c6661f23c6c9c148593eb7237 Mon Sep 17 00:00:00 2001 From: Chris Date: Sun, 20 Jul 2025 01:02:00 -0700 Subject: [PATCH 1/3] added matrix logos --- public/images/matrix.svg | 15 +++++++++++++++ public/images/matrix_icon.svg | 9 +++++++++ 2 files changed, 24 insertions(+) create mode 100644 public/images/matrix.svg create mode 100644 public/images/matrix_icon.svg diff --git a/public/images/matrix.svg b/public/images/matrix.svg new file mode 100644 index 0000000..e7f5f0f --- /dev/null +++ b/public/images/matrix.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/public/images/matrix_icon.svg b/public/images/matrix_icon.svg new file mode 100644 index 0000000..4e5bfb4 --- /dev/null +++ b/public/images/matrix_icon.svg @@ -0,0 +1,9 @@ + + + Matrix (protocol) logo + + + + + + From 1d471bf2ebea55e5623c8e1025d3e9afb2073605 Mon Sep 17 00:00:00 2001 From: Chris Date: Sun, 20 Jul 2025 01:03:48 -0700 Subject: [PATCH 2/3] Added matrix.py project t owebsite as well as header matrix space link + logo --- public/index.html | 53 +++++++++++++++++++++++++++++++++++++---------- 1 file changed, 42 insertions(+), 11 deletions(-) diff --git a/public/index.html b/public/index.html index d98bb36..3b7461c 100644 --- a/public/index.html +++ b/public/index.html @@ -47,6 +47,11 @@ +
+ + + +
@@ -86,8 +91,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! +

The Code Society has for goal of helping programmers, scientists + and + other to find each other to discuss programming, new technologies, science, and + more!

@@ -103,13 +110,14 @@
-

Custom bot

+

Grace

-

Our custom bot, called Grace, is open source. We +

Our custom Discord bot, called + Grace, is open source. We invite everyone to contribute. It's a great way to make your first contribution and - work with other programmers on a cool project.

+ work with other programmers on a cool project. +

@@ -129,7 +137,8 @@

Cursif is a collaborative, scriptable, and flexible note-taking application that aims to - help teams manage their projects.

+ help teams manage their projects. +

@@ -148,10 +157,32 @@

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

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

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.

From de81b5fb30d7c6c25734fc3c1662c58b0f4277a2 Mon Sep 17 00:00:00 2001 From: Chris Date: Sun, 20 Jul 2025 09:11:49 -0700 Subject: [PATCH 3/3] removed Cursif from projects + fix welcome messages --- public/index.html | 62 +++++++++++++++++------------------------------ 1 file changed, 22 insertions(+), 40 deletions(-) diff --git a/public/index.html b/public/index.html index 3b7461c..c39937f 100644 --- a/public/index.html +++ b/public/index.html @@ -64,8 +64,9 @@

Code Society

-

We are a friendly community of programmers and scientists of all levels, - backgrounds and all over the world!

+

We are a friendly community of programmers and scientists of all levels + and backgrounds from all around the world! +

Join now
@@ -91,16 +92,17 @@

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! +

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.

- +
@@ -110,34 +112,36 @@
-

Grace

+

Grace Framework

-

Our custom Discord bot, called - Grace, is open source. We - invite everyone to contribute. It's a great way to make your first contribution and - work with other programmers on a cool project. +

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

- +
- +
-

Cursif

+

matrix.py

-

Cursif - is a collaborative, scriptable, and flexible note-taking application that aims to - help teams manage their projects. +

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.

@@ -166,28 +170,6 @@
- -
-
-
- -
-
-
-
-
-

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

-
-
-
-