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/_layouts/about.html b/_layouts/about.html index 39ab0b3..cae8a94 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.
    • 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", 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