diff --git a/_data/global_leadership.yml b/_data/global_leadership.yml new file mode 100644 index 0000000..836cd05 --- /dev/null +++ b/_data/global_leadership.yml @@ -0,0 +1,4 @@ +- name: Jay Miller + title: Executor + image: https://github.com/kjaymiller.png + alt: photo of Jay diff --git a/_data/regional_leadership.yml b/_data/regional_leadership.yml new file mode 100644 index 0000000..6840f5b --- /dev/null +++ b/_data/regional_leadership.yml @@ -0,0 +1,9 @@ +- name: Abigail "Afi" Gbadago + title: Executor(Africa) + image: /assets/images/afi.webp + alt: photo of Afi + +- name: Lazuich Ford + title: Executor(North America) + image: /assets/images/laz.webp + alt: photo of Lazuich diff --git a/about.md b/about.md index b5f7828..cb4daa1 100644 --- a/about.md +++ b/about.md @@ -48,27 +48,32 @@ Here is a look at our current initiatives? Select to learn more. -## Leadership Team +### Global Leadership Team
-
-photo of Jay -

Jay Miller
-Executor

-
+{% for leader in site.data.global_leadership %}
-photo of Velda -

Velda Kiara
-Vice Executor

+photo of Afi +

{{ leader.name }}
+{{ leader.title }}

+{% endfor %} +
+ +### Regional Leadership Team + +
+ +{% for leader in site.data.regional_leadership %}
-photo of Doreen -

Doreen Nangira
-Treasurer

+photo of Afi +

{{ leader.name }}
+{{ leader.title }}

+{% endfor %}
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.