Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion _layouts/_includes/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ <h3>Quick link</h3>
<li><a href="/bpd-events/">BPD Events</a></li>
<li><a href="/sponsored-events.html">Sponsored Events</a></li>
<li><a href="/partnerships.html">Partnerships</a></li>
<li><a href="/community.html">Community</a></li>
<li><a href="/about.html#join-the-community">Community</a></li>
<li><a href="/support.html">Support</a></li>
<li><a href="/code-of-conduct.html">Code of Conduct</a></li>
</ul>
Expand Down
24 changes: 12 additions & 12 deletions _layouts/about.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{% extends 'default.html' %}
{% block content %}
<article>
<h1>About Black Python Devs</h1>
<h1 id="about-black-python-devs">About Black Python Devs</h1>

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

Expand All @@ -20,11 +20,11 @@ <h1>About Black Python Devs</h1>
<section>
<div class="grid">
<article>
<h2>Mission Statement</h2>
<h2 id="mission-statement">Mission Statement</h2>
<p>Extending the ecosystem of Python Communities to Black and Colo(u)red Communities around the world.</p>
</article>
<article>
<h2>The Goal of Black Python Devs</h2>
<h2 id="goal">The Goal of Black Python Devs</h2>

<p>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:</p>

Expand All @@ -36,7 +36,7 @@ <h2>The Goal of Black Python Devs</h2>
</article>
</div>
</section>
<h3>Leadership Team</h3>
<h3 id="leadership-team">Leadership Team</h3>

<div class="grid" style="margin: auto; text-align: center">
{% for leader in data['Executors'] %}
Expand All @@ -54,7 +54,7 @@ <h3>Leadership Team</h3>
{% endfor %}
</div>

<h3>Team Leads</h3>
<h3 id="team-leads">Team Leads</h3>

<div class="grid" style="margin: auto; text-align: center">
{% for leader in data['Leaders'] %}
Expand All @@ -71,7 +71,7 @@ <h3>Team Leads</h3>
{% endfor %}
</div>

<h3>Advisors</h3>
<h3 id="advisors">Advisors</h3>
<article class="grid">
{% for group in (data.Advisors | sort | slice(3)) %}
<div>
Expand All @@ -84,7 +84,7 @@ <h3>Advisors</h3>
{% endfor %}
</article>

<h3>BPD Leadership Council</h3>
<h3 id="leadership-council">BPD Leadership Council</h3>

<article>
<p>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.</p>
Expand All @@ -102,12 +102,12 @@ <h3>BPD Leadership Council</h3>
</article>
</section>
<section>
<h2>Join the Community</h2>
<h2 id="join-the-community">Join the Community</h2>
<p>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.</p>

<div class="grid">
<article>
<h3>Connect With Us</h3>
<h3 id="connect-with-us">Connect With Us</h3>
<p>We've created spaces where you can connect with us and other community members.</p>
<ul>
<li><strong>Discord:</strong> <a href="https://discord.gg/XUc3tFqCT3">Join our server</a></li>
Expand All @@ -117,9 +117,9 @@ <h3>Connect With Us</h3>
<li><strong>Email:</strong> <a href="mailto:contact@blackpythondevs.com">contact@blackpythondevs.com</a></li>
</ul>
</article>

<article>
<h3>Get Involved</h3>
<h3 id="get-involved">Get Involved</h3>
<ul>
<li>Participate in discussions on Discord.</li>
<li>Share your projects and get feedback.</li>
Expand Down
1 change: 0 additions & 1 deletion app.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
1 change: 0 additions & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ def url_port() -> tuple[str, int]:
"blog",
"about.html",
"bpd-events",
"community.html",
"support.html",
]

Expand Down
2 changes: 0 additions & 2 deletions tests/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,6 @@ def test_destination(loaded_route: str, browser_context) -> None:
"/",
"/about.html",
"/bpd-events/",
"/community.html",
"/support.html",
"/blog/",
)
Expand Down Expand Up @@ -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"),
),
)
Expand Down
1 change: 0 additions & 1 deletion website-issues-report.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down