Skip to content

Commit

Permalink
Showing speaker info form (and making it configurable)
Browse files Browse the repository at this point in the history
  • Loading branch information
escowles committed Jan 21, 2025
1 parent fdd0438 commit f0520bd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
4 changes: 4 additions & 0 deletions _data/conf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -464,3 +464,7 @@ quiet-room:

public-transportation:
show: true

speaker-info-form:
show: true
form-url: https://forms.gle/vJCi5rvUPgxrZQA67
4 changes: 3 additions & 1 deletion forms/alt-collection.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,11 @@
<div class="col-12 forms-page">
<h1>Collecting Speaker Image Descriptions</h1>

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

<p>
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.
Expand Down

0 comments on commit f0520bd

Please sign in to comment.