@@ -66,7 +66,43 @@ <h5 class="inter-700 text-20 dark-900 pt-4">{{ $element.name | markdownify }}</h
6666 {{ end }}
6767 {{ end }}
6868 </ div >
69- </ section >
69+ </ div >
70+ </ section >
71+ {{ end }}
72+ {{/* End Executive Board Section */}}
73+
74+ {{/* Current Team Section */}}
75+ {{ with .Params.current_team_section }}
76+ {{ if .enable }}
77+ < section class ="section bg-dark-100 pt-0 ">
78+ < div class ="container-lg ">
79+ < h3 class ="inter-700 dark-900 text-40 pb-5 "> Current Membership of the Executive Board</ h3 >
80+ < div class ="row g-2 g-md-4 " id ="team-members ">
81+ {{ range $index, $element := .team_members }}
82+ < div class ="col-6 col-sm-4 col-md-3 team-member {{ if gt $index 7 }}d-none{{ end }} " data-index ="{{ $index }} ">
83+ < div class ="h-100 bg-white rounded-3 p-md-4 p-2 shadow-sm pb-md-3 ">
84+ < img src ="{{ $element.image }} " alt ="" class ="img-fluid rounded-3 ">
85+ < h5 class ="inter-700 text-20 dark-900 pt-4 "> {{ $element.name | markdownify }}</ h5 >
86+ {{ if $element.post }}< p class ="inter-400 text-14 dark-900 "> {{ $element.post | markdownify }}</ p > {{ end }}
87+ </ div >
88+ </ div >
89+ {{ end }}
90+ </ div >
91+ {{ if gt (len .team_members) 8 }}
92+ < div class ="d-flex justify-content-center align-items-center pt-4 flex-column flex-sm-row gap-2 mt-5 ">
93+ < a href ="javascript:void(0); " id ="show-more " class ="btn btn-lg border shadow-sm bg-white dark-900 inter-500 text-16 ">
94+ < span > Show More</ span >
95+ < img src ="/images/essentials/d-down-arrow.png " alt ="" width ="20 " height ="20 ">
96+ </ a >
97+ < a href ="javascript:void(0); " id ="show-less " class ="btn btn-lg border shadow-sm bg-white dark-900 inter-500 text-16 d-none ">
98+ < span > Show Less</ span >
99+ < img src ="/images/essentials/d-down-arrow.png " alt ="" width ="20 " height ="20 " class ="rotatedIcon ">
100+ </ a >
101+ </ div >
102+ {{ end }}
103+ </ div >
104+ </ section >
105+ {{ end }}
70106{{ end }}
71107{{/* End Current Team Section */}}
72108
@@ -138,11 +174,10 @@ <h5 class="inter-700 text-20 dark-900 pt-4">{{ $p.name | markdownify }}</h5>
138174 </ div >
139175 {{ end }}
140176 {{ end }}
141- </ div >
142177</ section >
143178{{ end }}
144179{{ end }}
145- {{/* End Current Members of Technical Board Section */}}
180+ {{/* End Technical Board Section */}}
146181
147182{{/* Core Development Team Section */}}
148183{{ with .Params.core_dev_section }}
@@ -157,7 +192,7 @@ <h2 class="inter-700 text-40 dark-900">Core Development Team</h2>
157192 < h3 class ="inter-600 dark-900 text-36 "> PyNWB</ h3 >
158193 < div class ="row gy-2 g-md-3 g-lg-5 pt-4 ">
159194 {{ range .team_members }}
160- < div class ="col-sm-6 col-md-4 ">
195+ < div class ="col-6 col- sm-4 col-md-3 ">
161196 < div class ="h-100 bg-white rounded-3 p-4 shadow-sm pb-2 d-flex flex-column justify-content-between ">
162197 < div class ="d-flex flex-column justify-content-center align-items-center ">
163198 < img src ="{{ .image }} " alt ="" class ="img-fluid rounded-3 ">
0 commit comments