Skip to content

Commit

Permalink
refactor leadership model with the new leadership model style
Browse files Browse the repository at this point in the history
  • Loading branch information
TimOsahenru committed Dec 13, 2024
1 parent 39b879b commit 2e466ab
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
9 changes: 9 additions & 0 deletions _data/regional_leadership.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
- name: Abigail "Afi" Gbadago
title: Executor(Ghana)
image: https://github.com/AfiMaameDufie.png
alt: photo of Afi

- name: Lazuich Ford
title: Executor(US/Canada)
image: /assets/images/bpd_stacked.png
alt: photo of Lazuich
21 changes: 6 additions & 15 deletions about.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,27 +48,18 @@ Here is a look at our current initiatives? Select to learn more.
</article>
</div>

## Leadership Team
### Regional 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>
{% for leader in site.data.regional_leadership %}

<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>
<img class="leadership-photo" alt="photo of Afi" src="{{ leader.image }}">
<p><strong>{{ leader.name }}</strong><br/>
{{ leader.title }}</p>
</article>
{% endfor %}
</div>

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.
Expand Down

0 comments on commit 2e466ab

Please sign in to comment.