Skip to content

Commit f93d7bd

Browse files
authored
update about with new messaging (#858)
* update deps * add content changes to index and about
1 parent cd19107 commit f93d7bd

File tree

4 files changed

+416
-296
lines changed

4 files changed

+416
-296
lines changed

_layouts/about.html

Lines changed: 15 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -18,23 +18,21 @@ <h1 id="about-black-python-devs">About Black Python Devs</h1>
1818
<p>At PyCon US 2023 after an open space a Discord server called Black Python Devs was created where the community could continue to encourage this momentum and support one another.</p>
1919
</article>
2020
<section>
21-
<div class="grid">
22-
<article>
23-
<h2 id="mission-statement">Mission Statement</h2>
24-
<p>Extending the ecosystem of Python Communities to Black and Colo(u)red Communities around the world.</p>
25-
</article>
26-
<article>
27-
<h2 id="goal">The Goal of Black Python Devs</h2>
28-
29-
<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>
30-
31-
<ul>
32-
<li>Establish guidance, mentorship, and career support for Black Pythonistas around the world.</li>
33-
<li>Create opportunities for the Python community to invest in local communities of Black Python Devs members.</li>
34-
<li>Increase participation of Black Python Devs members in existing Python community programs, events, and initiatives.</li>
35-
</ul>
36-
</article>
37-
</div>
21+
<article>
22+
<h2 id="our-principles">Our Principles</h2>
23+
<ul>
24+
<li><strong>Diverse Leadership:</strong> We build and support diverse leadership in Python globally.</li>
25+
<li><strong>Financial Support:</strong> We provide financial support for Python and tech communities in Black communities, whether predominantly Black spaces or Black spaces within predominantly non-Black spaces.</li>
26+
<li><strong>Collective Voice:</strong> We speak as a collection of Black leaders on how decisions impact Black developers at multiple career levels.</li>
27+
<li><strong>Community &amp; Belonging:</strong> We provide a community where people of color can see developers with similar backgrounds and build strong bonds in the tech space.</li>
28+
</ul>
29+
</article>
30+
</section>
31+
<section>
32+
<article>
33+
<h2 id="community-support">Community Support</h2>
34+
<p>We're hoping to continue growing the diverse communities we support. Python is everywhere and we've primarily been focusing on groups under the PSF umbrella of influence, but we hope that expands to the diaspora communities as well as communities completely unaware of Python's official community efforts.</p>
35+
</article>
3836
</section>
3937
<h3 id="leadership-team">Leadership Team</h3>
4038

assets/css/bpd.css

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -438,6 +438,17 @@ a.white-button {
438438
color: #fff !important;
439439
}
440440

441+
.hero-section article {
442+
display: flex;
443+
flex-direction: column;
444+
text-align: center;
445+
}
446+
447+
.hero-section article > header {
448+
min-height: 6em;
449+
display: flex;
450+
}
451+
441452
img.leadership-photo {
442453
border-radius: 1em;
443454
width: 5rem;

index.html

Lines changed: 23 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -4,23 +4,31 @@
44
list_title: Recently on the blog
55
---
66

7-
<h2>Our Mission</h2>
7+
<h2>Our Principles</h2>
88
<div class="grid hero-section">
9-
<article class="pico-background-pumpkin-650">
10-
<h3 class="pico-color-pumpkin-50">Diversity By Inclusion</h3>
11-
<p class="pico-color-pumpkin-50">We encourage members to get involved beyond participation. Members can become maintainers, maintainers become leaders.</p>
12-
<p><a class="contrast" href="/about.html">Learn More</a></p>
9+
<article>
10+
<header>
11+
<h3>Diverse Leadership</h3>
12+
</header>
13+
<p>We build and support diverse leadership in Python globally.</p>
1314
</article>
14-
<article class="pico-background-pumpkin-800">
15-
<h3 class="pico-color-pumpkin-50">Extend their reach</h3>
16-
<p class="pico-color-pumpkin-50">Great programs exist. Our goal is to help those programs make it our local communities.</p>
17-
<p><a class="contrast" href="/about.html">Learn More</a></p>
15+
<article>
16+
<header>
17+
<h3>Community Support</h3>
18+
</header>
19+
<p>We provide financial support for Python communities in Black communities, in predominantly Black spaces or spaces where there is a desire to improve accessibility to Black audiences.</p>
1820
</article>
19-
<article class="pico-background-zinc-800">
20-
<h3 class="pico-color-pumpkin-50">Say it loud!</h3>
21-
<p class="pico-color-pumpkin-50">Our stack and our decisions are open source by default and we share what we're doing as loudly and often as possible.</p>
22-
<p><a class="contrast" href="/about.html">Learn More</a></p>
21+
<article>
22+
<header>
23+
<h3>A Louder Collective Voice</h3>
24+
</header>
25+
<p>We speak as a collective of Black leaders in the Python Community and how decisions impact developers across all career levels.</p>
26+
</article>
27+
<article>
28+
<header>
29+
<h3>Community &amp; Belonging</h3>
30+
</header>
31+
<p>We provide a global community where developers can build strong bonds in the tech space.</p>
2332
</article>
2433
</div>
25-
26-
<hr />
34+
<p><a href="/about.html">Learn More</a></p>

0 commit comments

Comments
 (0)