From 90f2574446d962394b0b7d28428ebccb870a7183 Mon Sep 17 00:00:00 2001 From: Jay Miller Date: Tue, 10 Feb 2026 09:23:15 -0500 Subject: [PATCH 1/4] add about.html --- _layouts/about.html | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/_layouts/about.html b/_layouts/about.html index 39ab0b3..0133406 100644 --- a/_layouts/about.html +++ b/_layouts/about.html @@ -1,7 +1,7 @@ {% extends 'default.html' %} {% block content %}
-

About Black Python Devs

+

About Black Python Devs

Black Python Devs was created by its founder Jay Miller after seeing a trend of the same handful of Black developers speaking at major conferences, taking leadership positions, and dealing with the same challenges towards burnout.

@@ -20,11 +20,11 @@

About Black Python Devs

-

Mission Statement

+

Mission Statement

Extending the ecosystem of Python Communities to Black and Colo(u)red Communities around the world.

-

The Goal of Black Python Devs

+

The Goal of Black Python Devs

Our goal is to become the largest community of Black Python Developers in the world and establish our community as a source for diverse leaders in the greater Python community. We aim to:

@@ -36,7 +36,7 @@

The Goal of Black Python Devs

-

Leadership Team

+

Leadership Team

{% for leader in data['Executors'] %} @@ -54,7 +54,7 @@

Leadership Team

{% endfor %}
-

Team Leads

+

Team Leads

{% for leader in data['Leaders'] %} @@ -71,7 +71,7 @@

Team Leads

{% endfor %}
-

Advisors

+

Advisors

{% for group in (data.Advisors | sort | slice(3)) %}
@@ -84,7 +84,7 @@

Advisors

{% endfor %}
-

BPD Leadership Council

+

BPD Leadership Council

We also vet our actions through our Black Python Devs Leadership Council made up of members who serve as Python Community leaders on a local, regional, or global scale.

@@ -102,12 +102,12 @@

BPD Leadership Council

-

Join the Community

+

Join the Community

The Black Python Devs Community is a vibrant group of developers who are passionate about Python and coding. Whether you're a seasoned developer or just starting out, there's a place for you here.

-

Connect With Us

+

Connect With Us

We've created spaces where you can connect with us and other community members.

-

Get Involved

+

Get Involved

  • Participate in discussions on Discord.
  • Share your projects and get feedback.
  • From 5806a081dd24dbbbec84bbd11a93288e233025ff Mon Sep 17 00:00:00 2001 From: Jay Miller Date: Tue, 10 Feb 2026 09:36:52 -0500 Subject: [PATCH 2/4] remove community from header --- app.py | 1 - 1 file changed, 1 deletion(-) diff --git a/app.py b/app.py index 2b8d010..441759e 100644 --- a/app.py +++ b/app.py @@ -16,7 +16,6 @@ }, {"text": "Discounts", "url": "/partnerships.html", "fa": "fa-regular fa-handshake"}, {"text": "Events", "fa": "fa fa-calendar fa-fw", "url": "/events.html"}, - {"text": "Community", "url": "/community.html", "fa": "fa fa-users fa-fw"}, { "text": "Support Us", "url": "/support.html", From 6243f3d7e91b0c0c7feb1fe788ede15744a0b807 Mon Sep 17 00:00:00 2001 From: Jay Miller Date: Tue, 10 Feb 2026 10:42:32 -0500 Subject: [PATCH 3/4] replace references to community.html --- _layouts/_includes/footer.html | 2 +- tests/conftest.py | 1 - tests/test.py | 2 -- website-issues-report.md | 1 - 4 files changed, 1 insertion(+), 5 deletions(-) diff --git a/_layouts/_includes/footer.html b/_layouts/_includes/footer.html index ea07be7..8186e05 100644 --- a/_layouts/_includes/footer.html +++ b/_layouts/_includes/footer.html @@ -14,7 +14,7 @@

    Quick link

  • BPD Events
  • Sponsored Events
  • Partnerships
  • -
  • Community
  • +
  • Community
  • Support
  • Code of Conduct
diff --git a/tests/conftest.py b/tests/conftest.py index 4ba3d8e..9308183 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -16,7 +16,6 @@ def url_port() -> tuple[str, int]: "blog", "about.html", "bpd-events", - "community.html", "support.html", ] diff --git a/tests/test.py b/tests/test.py index 159ee5d..35d230c 100644 --- a/tests/test.py +++ b/tests/test.py @@ -99,7 +99,6 @@ def test_destination(loaded_route: str, browser_context) -> None: "/", "/about.html", "/bpd-events/", - "/community.html", "/support.html", "/blog/", ) @@ -129,7 +128,6 @@ def test_headers_in_language(browser_context, route: str) -> None: ("Blog", "/blog/"), ("About Us", "/about.html"), ("BPD Events", "/bpd-events/"), - ("Community", "/community.html"), ("Support Us", "/support.html"), ), ) diff --git a/website-issues-report.md b/website-issues-report.md index b83f11b..6e5bc24 100644 --- a/website-issues-report.md +++ b/website-issues-report.md @@ -137,7 +137,6 @@ After systematically reviewing all 38 HTML files in the output directory, **147 ### Pages with Fewest Issues (2 issues each): - Most individual blog posts (22 files) - title + hreflang only -- `/community.html` - title + copyright only - `/support.html` - title + copyright only ## Recommendations From 40d1e41cf45842235f2d49c750c225f8af6bc463 Mon Sep 17 00:00:00 2001 From: Jay Miller Date: Tue, 10 Feb 2026 10:44:31 -0500 Subject: [PATCH 4/4] lint about --- _layouts/about.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_layouts/about.html b/_layouts/about.html index 0133406..cae8a94 100644 --- a/_layouts/about.html +++ b/_layouts/about.html @@ -104,7 +104,7 @@

BPD Leadership Council

Join the Community

The Black Python Devs Community is a vibrant group of developers who are passionate about Python and coding. Whether you're a seasoned developer or just starting out, there's a place for you here.

- +
- +

Get Involved