From 94c8a5bffde7cb727b7dc319511a201c5a609e44 Mon Sep 17 00:00:00 2001
From: JefeThePug <107787719+JefeThePug@users.noreply.github.com>
Date: Tue, 4 Aug 2026 13:59:35 +0900
Subject: [PATCH 1/4] Added a Logo in the hero instead of just a header
---
docs/index.md | 5 +-
docs/static/logo.svg | 119 +++++++++++++++++++++++++++++++++++++++++++
2 files changed, 122 insertions(+), 2 deletions(-)
create mode 100644 docs/static/logo.svg
diff --git a/docs/index.md b/docs/index.md
index 03f2c75..edc5682 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -7,15 +7,16 @@ hide:
-# Practical Python
+
A Discord community for people who write Python. {{ member_count }} of us so far.
[Join the Discord]({{ discord_invite }}){ .md-button .md-button--primary }
-
+#
+
- :material-brain:{ .lg .middle } __New Here?__
diff --git a/docs/static/logo.svg b/docs/static/logo.svg
new file mode 100644
index 0000000..5addc4b
--- /dev/null
+++ b/docs/static/logo.svg
@@ -0,0 +1,119 @@
+
\ No newline at end of file
From 2bdfd74ca87284d4f4fe0347db3937db90958f51 Mon Sep 17 00:00:00 2001
From: JefeThePug <107787719+JefeThePug@users.noreply.github.com>
Date: Tue, 4 Aug 2026 14:22:01 +0900
Subject: [PATCH 2/4] css adjustments
---
docs/stylesheets/extra.css | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/stylesheets/extra.css b/docs/stylesheets/extra.css
index 1ea0caf..8609927 100644
--- a/docs/stylesheets/extra.css
+++ b/docs/stylesheets/extra.css
@@ -22,7 +22,7 @@
.pp-hero {
text-align: center;
- padding: 3.2rem 0 2.4rem;
+ padding: 0 0 2.4rem;
}
.md-typeset .pp-hero h1 {
@@ -32,7 +32,7 @@
}
.md-typeset .pp-hero p {
- max-width: 34rem;
+ max-width: 44rem;
margin-inline: auto;
font-size: 0.9rem;
}
From b72a2d492f8d018d6e093fdd8c8197f75b60afed Mon Sep 17 00:00:00 2001
From: JefeThePug <107787719+JefeThePug@users.noreply.github.com>
Date: Tue, 4 Aug 2026 15:18:37 +0900
Subject: [PATCH 3/4] new line added
---
docs/static/logo.svg | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/static/logo.svg b/docs/static/logo.svg
index 5addc4b..0fc8568 100644
--- a/docs/static/logo.svg
+++ b/docs/static/logo.svg
@@ -116,4 +116,4 @@
-
\ No newline at end of file
+
From 8acbf641db1c840913a682ca3ee77dc5baad6974 Mon Sep 17 00:00:00 2001
From: JefeThePug <107787719+JefeThePug@users.noreply.github.com>
Date: Tue, 4 Aug 2026 15:36:32 +0900
Subject: [PATCH 4/4] Update index.md
Using proper MD syntax for images instead of html.
---
docs/index.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/index.md b/docs/index.md
index edc5682..3bb4bd0 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -7,7 +7,7 @@ hide:
-
+
A Discord community for people who write Python. {{ member_count }} of us so far.