Skip to content

Commit dfa54eb

Browse files
committed
Linting tests passing
1 parent d15b1c3 commit dfa54eb

File tree

3 files changed

+27
-22
lines changed

3 files changed

+27
-22
lines changed

_config.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ navigation:
3434
url: /meet-our-leaders/
3535
fa: fa fa-user-tie fa-fw
3636

37-
3837
bpdevs:
3938
# Minima date format.
4039
# Refer to https://shopify.github.io/liquid/filters/date/ if you want to customize this.

meet-our-leaders.md

Lines changed: 26 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ title: Meet our leaders
55
---
66

77
## Leadership Team
8+
89
The BPD Leadership Team is the ultimate responsibility for continued operation of Black Python Devs.
10+
911
<!-- Leadership team -->
1012
<div class="grid" style="display:flex; flex-wrap: wrap; justify-content:center;" markdown="1">
1113

@@ -35,7 +37,9 @@ Treasurer</p>
3537
<!-- end -->
3638

3739
## Execution Team
40+
3841
The BPD Execution Team are those carrying out the leadership and execution of our many programs.
42+
3943
<!-- Execution team -->
4044
<div class="grid" style="display:flex; flex-wrap: wrap; justify-content:center;" markdown="1">
4145

@@ -102,9 +106,10 @@ Code of Conduct Team Coordinator</p>
102106
</div>
103107
<!-- end -->
104108

105-
106109
## Meetup Team
110+
107111
The BPD Meetup Leaders are those responsible for the execution of our local meetups in select areas.
112+
108113
<!-- Meetup team -->
109114
<div class="grid" style="display:flex; flex-wrap: wrap; justify-content:center;" markdown="1">
110115

@@ -131,7 +136,6 @@ BPD Atlanta</p>
131136
BPD Denver</p>
132137
</article>
133138

134-
135139
<article class="leadership-photo-container">
136140
<img class="leadership-photo" alt="bpd logo" src="/assets/images/bpd_stacked.png">
137141
<p><strong>Derek "DA" Arnold</strong><br/>
@@ -141,27 +145,29 @@ Ohio Liaison</p>
141145
</div>
142146
<!-- end -->
143147

144-
145148
## Community Leadership Council
149+
146150
Leaders in their own communities. This council consists of several local leaders and provide consult to our BPD Leadership.
147-
- Sarah Abderemane
148-
- Denny Perez
149-
- Dawn Wages
150-
- Abigail Mesrenyame Dogbe
151-
- Brayan Kai
152-
- Chris Achinga
153-
- Aisha Belamo
154-
- Kafui Alardo
155-
- Felipe Quieroz
156-
- Marlene Mhangami
157-
- Monica Oyugi
158-
- Ngazetunge Muheue
159151

152+
- Sarah Abderemane
153+
- Denny Perez
154+
- Dawn Wages
155+
- Abigail Mesrenyame Dogbe
156+
- Brayan Kai
157+
- Chris Achinga
158+
- Aisha Belamo
159+
- Kafui Alardo
160+
- Felipe Quieroz
161+
- Marlene Mhangami
162+
- Monica Oyugi
163+
- Ngazetunge Muheue
160164

161165
## Allyship Council
166+
162167
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.
163-
- Carol Willing
164-
- Jeff Triplett
165-
- Holly Million
166-
- Kojo Idrissa
167-
- Iqbal Abdullah
168+
169+
- Carol Willing
170+
- Jeff Triplett
171+
- Holly Million
172+
- Kojo Idrissa
173+
- Iqbal Abdullah

tests/test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
("about"),
1313
("events"),
1414
("community"),
15-
('meet-our-leaders'),
15+
("meet-our-leaders"),
1616
]
1717

1818

0 commit comments

Comments
 (0)