Skip to content

Commit 17d65fb

Browse files
committed
refactor leadership model with the new leadership model style
1 parent e083993 commit 17d65fb

File tree

2 files changed

+23
-0
lines changed

2 files changed

+23
-0
lines changed

_data/global_leadership.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
- name: Jay Miller
2+
title: Executor
3+
image: https://github.com/kjaymiller.png
4+
alt: photo of Jay
5+
6+
- name: Velda Kiara
7+
title: Vice Executor
8+
image: https://github.com/VeldaKiara.png
9+
alt: photo of Velda

about.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,20 @@ Here is a look at our current initiatives? Select to learn more.
4848
</article>
4949
</div>
5050

51+
### Global Leadership Team
52+
53+
<div class="grid" style="display:flex; flex-wrap: wrap; justify-content:center;" markdown="1">
54+
55+
{% for leader in site.data.global_leadership %}
56+
57+
<article class="leadership-photo-container">
58+
<img class="leadership-photo" alt="photo of Afi" src="{{ leader.image }}">
59+
<p><strong>{{ leader.name }}</strong><br/>
60+
{{ leader.title }}</p>
61+
</article>
62+
{% endfor %}
63+
</div>
64+
5165
### Regional Leadership Team
5266

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

0 commit comments

Comments
 (0)