File tree 5 files changed +6
-9
lines changed
5 files changed +6
-9
lines changed Original file line number Diff line number Diff line change 75
75
76
76
nelson :
77
77
name : Chad Nelson
78
- img :
78
+ img : /assets/img/conduct/chad-nelson.jpeg
79
79
img_alt :
80
80
slack_handle : bibliotechy
81
81
onsite : false
82
82
online : true
83
83
84
84
kayiwa :
85
85
name : Francis Kayiwa
86
- img :
86
+ img : /assets/img/conduct/francis-kayiwa.jpeg
87
87
img_alt :
88
88
slack_handle : " El Cromulente"
89
89
onsite : true
90
90
online : false
91
91
92
92
slaughter :
93
93
name : Anne Slaughter
94
- img :
94
+ img : /assets/img/conduct/anne-slaughter.jpeg
95
95
img_alt :
96
96
slack_handle : aslaughter
97
97
onsite : true
Original file line number Diff line number Diff line change @@ -211,13 +211,10 @@ <h3>Online Community Support Volunteers</h3>
211
211
{% for volunteer in online_volunteers %}
212
212
< div class ="col-4 ">
213
213
< 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 %}
219
214
< 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 >
221
218
</ div >
222
219
</ div >
223
220
{% endfor %}
You can’t perform that action at this time.
0 commit comments