File tree 2 files changed +23
-0
lines changed
2 files changed +23
-0
lines changed Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change @@ -48,6 +48,20 @@ Here is a look at our current initiatives? Select to learn more.
48
48
</article >
49
49
</div >
50
50
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
+
51
65
### Regional Leadership Team
52
66
53
67
<div class =" grid " style =" display :flex ; flex-wrap : wrap ; justify-content :center ;" markdown =" 1 " >
You can’t perform that action at this time.
0 commit comments