Skip to content

Add leadership model page #458

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
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
1 change: 1 addition & 0 deletions _data/locales/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ en:
- About Us
- Events
- Community
- Leadership
index:
lead: Extending the ecosystem of Python Communities to Black and Colo(u)red Communities around the world.
article:
Expand Down
94 changes: 94 additions & 0 deletions leadership.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,94 @@
---
layout: default
lang: en
title: Leadership
---

## Leadership Team

The BPD Leadership Team is the ultimate responsibility for continued operation of Black Python Devs.

<!-- Leadership team -->
<div class="grid" style="display:flex; flex-wrap: wrap; justify-content:center;" markdown="1">

<article class="leadership-photo-container">
<img class="leadership-photo" alt="photo of Jay" src="https://github.com/kjaymiller.png">
<p><strong>Jay Miller</strong><br/>
Executor</p>
</article>

<article class="leadership-photo-container">
<img class="leadership-photo" alt="photo of Velda" src="https://github.com/VeldaKiara.png">
<p><strong>Velda Kiara</strong><br/>
Vice Executor</p>
</article>

<article class="leadership-photo-container">
<img class="leadership-photo" alt="photo of Doreen" src="/assets/images/doreen.png">
<p><strong>Doreen Nangira</strong><br/>
Treasurer</p>
</article>
</div>

## Execution Team

The BPD Execution Team are those carrying out the leadership and execution of our many programs.

- Afi Gbadago - Open Source Project Coordinator

- Nuel - Co-Africa Events Coordinator

- Steve Yonkeu - Co-African Events Sponsorship Coordinator

- Nadir "Q" Abdullahq - US Events Coordinator

- Damilola Oladele - Documentation Team Coordinator

- Ron Maravanyika - Zimbabwe Events Coordinator

- Benedict Kofi - US NYC Leadership Coordinator

- Israel - Nigerian Events Coordinator

- Sandra - New Members Liaison

- TBD - Content Team Coordinator

- TBD - Code of Conduct Team Coordinator

## Meetup Team

The BPD Meetup Leaders are those responsible for the execution of our local meetups in select areas.

- Nadir "Q" Abdullahq - BPD DMV (DC, Maryland, Virginia)
- Stancy - BPD Ghana
- Jay Miller - BPD Atlanta
- Lazouich Ford - BPD Denver
- Derek "DA" Arnold - Ohio Liaison

## Community Leadership Council

Leaders in their own communities. This council consists of several local leaders and provide consult to our BPD Leadership.

- Sarah Abderemane
- Denny Perez
- Dawn Wages
- Abigail Mesrenyame Dogbe
- Brayan Kai
- Chris Achinga
- Aisha Belamo
- Kafui Alardo
- Felipe Quieroz
- Marlene Mhangami
- Monica Oyugi
- Ngazetunge Muheue

## Allyship Council

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.

- Carol Willing
- Jeff Triplett
- Holly Million
- Kojo Idrissa
- Iqbal Abdullah
4 changes: 3 additions & 1 deletion tests/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,11 @@
live_server_url = "http://127.0.0.1:4000"

routes = [
("blog"),
("about"),
("community"),
("events"),
("community"),
("leadership"),
]


Expand Down
Loading