File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7575
7676nelson :
7777 name : Chad Nelson
78- img :
78+ img : /assets/img/conduct/chad-nelson.jpeg
7979 img_alt :
8080 slack_handle : bibliotechy
8181 onsite : false
8282 online : true
8383
8484kayiwa :
8585 name : Francis Kayiwa
86- img :
86+ img : /assets/img/conduct/francis-kayiwa.jpeg
8787 img_alt :
8888 slack_handle : " El Cromulente"
8989 onsite : true
9090 online : false
9191
9292slaughter :
9393 name : Anne Slaughter
94- img :
94+ img : /assets/img/conduct/anne-slaughter.jpeg
9595 img_alt :
9696 slack_handle : aslaughter
9797 onsite : true
Original file line number Diff line number Diff line change @@ -211,13 +211,10 @@ <h3>Online Community Support Volunteers</h3>
211211 {% for volunteer in online_volunteers %}
212212 < div class ="col-4 ">
213213 < div class ="text-center ">
214- {% if volunteer.img_alt != nil %}
215- < img alt ="{{ volunteer.img_alt }} " class ="clip-circle-lg " src ="{{ volunteer.img }} " alt ="{{ volunteer.name }} ">
216- {% else %}
217- < img alt ="{{ volunteer.name }} " class ="clip-circle-lg " src ="{{ volunteer.img }} " alt ="{{ volunteer.name }} ">
218- {% endif %}
219214 < h4 class ="speaker-name "> {{ volunteer.name }}</ h4 >
220- < div class ="speaker-mini "> < p > Slack: {{ volunteer.slack_handle }}</ p > </ div >
215+ < div class ="speaker-mini ">
216+ < p > Slack: {{ volunteer.slack_handle }}</ p >
217+ </ div >
221218 </ div >
222219 </ div >
223220 {% endfor %}
You can’t perform that action at this time.
0 commit comments