Skip to content

Commit f0520bd

Browse files
committed
Showing speaker info form (and making it configurable)
1 parent fdd0438 commit f0520bd

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

_data/conf.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -464,3 +464,7 @@ quiet-room:
464464

465465
public-transportation:
466466
show: true
467+
468+
speaker-info-form:
469+
show: true
470+
form-url: https://forms.gle/vJCi5rvUPgxrZQA67

forms/alt-collection.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,11 @@
77
<div class="col-12 forms-page">
88
<h1>Collecting Speaker Image Descriptions</h1>
99

10+
{% if site.data.conf.speaker-info-form.show %}
1011
<div class="alert alert-warning">
11-
<a href="https://docs.google.com/forms/d/e/1FAIpQLSeHQwJai3KGOJA0bzLKoaEQIhFooPoQpXlxsUDU2HeaP7nAfw/viewform">Code4Lib 2024: Speaker Image Form</a>
12+
<a href="{{ site.data.conf.speaker-info-form.form-url }}">Code4Lib {{ site.data.conf.year }}: Speaker Image Form</a>
1213
</div>
14+
{% endif %}
1315

1416
<p>
1517
As part of our ongoing pursuit of an increasingly accessible Code4Lib experience, we are improving the conference's speaker page by providing <em>more descriptive</em> alternative text for the speaker images. Instead of just repeating the person's name, we are asking all speakers to provide a short description of their provided image. The provided text will be set as the <i><code>alt</code></i> text but also made visible alongside the bios as shown in the screenshot.

0 commit comments

Comments
 (0)