Skip to content

Commit 5616ab8

Browse files
committed
add 3 more CSV images, no img display for online volunteers
1 parent a99cede commit 5616ab8

File tree

5 files changed

+6
-9
lines changed

5 files changed

+6
-9
lines changed

_data/community-support.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -75,23 +75,23 @@ fox:
7575

7676
nelson:
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

8484
kayiwa:
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

9292
slaughter:
9393
name: Anne Slaughter
94-
img:
94+
img: /assets/img/conduct/anne-slaughter.jpeg
9595
img_alt:
9696
slack_handle: aslaughter
9797
onsite: true
1.06 MB
Loading

assets/img/conduct/chad-nelson.jpeg

675 KB
Loading
33.8 KB
Loading

conduct/index.html

+3-6
Original file line numberDiff line numberDiff 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 %}

0 commit comments

Comments
 (0)