Skip to content

Commit 5a9a163

Browse files
Add leadership model page (#458)
* meet-our-leaders.md added to root * contents added to the meet our leaders file * Update _data/locales/en.yml * Leadership added to nav links * techincal manager removed from leadership column * Used simple markdown lists for listing leaders * Linting tests passing * Leadership removed from nav links * Renamed meet-our-leaders to leadership * Failing test fixed --------- Co-authored-by: Jay Miller <[email protected]>
1 parent f9deeae commit 5a9a163

File tree

3 files changed

+98
-1
lines changed

3 files changed

+98
-1
lines changed

_data/locales/en.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ en:
66
- About Us
77
- Events
88
- Community
9+
- Leadership
910
index:
1011
lead: Extending the ecosystem of Python Communities to Black and Colo(u)red Communities around the world.
1112
article:

leadership.md

Lines changed: 94 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,94 @@
1+
---
2+
layout: default
3+
lang: en
4+
title: Leadership
5+
---
6+
7+
## Leadership Team
8+
9+
The BPD Leadership Team is the ultimate responsibility for continued operation of Black Python Devs.
10+
11+
<!-- Leadership team -->
12+
<div class="grid" style="display:flex; flex-wrap: wrap; justify-content:center;" markdown="1">
13+
14+
<article class="leadership-photo-container">
15+
<img class="leadership-photo" alt="photo of Jay" src="https://github.com/kjaymiller.png">
16+
<p><strong>Jay Miller</strong><br/>
17+
Executor</p>
18+
</article>
19+
20+
<article class="leadership-photo-container">
21+
<img class="leadership-photo" alt="photo of Velda" src="https://github.com/VeldaKiara.png">
22+
<p><strong>Velda Kiara</strong><br/>
23+
Vice Executor</p>
24+
</article>
25+
26+
<article class="leadership-photo-container">
27+
<img class="leadership-photo" alt="photo of Doreen" src="/assets/images/doreen.png">
28+
<p><strong>Doreen Nangira</strong><br/>
29+
Treasurer</p>
30+
</article>
31+
</div>
32+
33+
## Execution Team
34+
35+
The BPD Execution Team are those carrying out the leadership and execution of our many programs.
36+
37+
- Afi Gbadago - Open Source Project Coordinator
38+
39+
- Nuel - Co-Africa Events Coordinator
40+
41+
- Steve Yonkeu - Co-African Events Sponsorship Coordinator
42+
43+
- Nadir "Q" Abdullahq - US Events Coordinator
44+
45+
- Damilola Oladele - Documentation Team Coordinator
46+
47+
- Ron Maravanyika - Zimbabwe Events Coordinator
48+
49+
- Benedict Kofi - US NYC Leadership Coordinator
50+
51+
- Israel - Nigerian Events Coordinator
52+
53+
- Sandra - New Members Liaison
54+
55+
- TBD - Content Team Coordinator
56+
57+
- TBD - Code of Conduct Team Coordinator
58+
59+
## Meetup Team
60+
61+
The BPD Meetup Leaders are those responsible for the execution of our local meetups in select areas.
62+
63+
- Nadir "Q" Abdullahq - BPD DMV (DC, Maryland, Virginia)
64+
- Stancy - BPD Ghana
65+
- Jay Miller - BPD Atlanta
66+
- Lazouich Ford - BPD Denver
67+
- Derek "DA" Arnold - Ohio Liaison
68+
69+
## Community Leadership Council
70+
71+
Leaders in their own communities. This council consists of several local leaders and provide consult to our BPD Leadership.
72+
73+
- Sarah Abderemane
74+
- Denny Perez
75+
- Dawn Wages
76+
- Abigail Mesrenyame Dogbe
77+
- Brayan Kai
78+
- Chris Achinga
79+
- Aisha Belamo
80+
- Kafui Alardo
81+
- Felipe Quieroz
82+
- Marlene Mhangami
83+
- Monica Oyugi
84+
- Ngazetunge Muheue
85+
86+
## Allyship Council
87+
88+
Respected Experts and allies of the Black Python Devs mission. This group serves an outward role of guidance to our leaders in operating responsibly towards the success of our organization mission.
89+
90+
- Carol Willing
91+
- Jeff Triplett
92+
- Holly Million
93+
- Kojo Idrissa
94+
- Iqbal Abdullah

tests/test.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,11 @@
66
live_server_url = "http://127.0.0.1:4000"
77

88
routes = [
9+
("blog"),
910
("about"),
10-
("community"),
1111
("events"),
12+
("community"),
13+
("leadership"),
1214
]
1315

1416

0 commit comments

Comments
 (0)