You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
this also slightly alters the accessibility page markup to always
state that we will have captioning but conditionally show the service
name and URL. Closes#89
Copy file name to clipboardExpand all lines: general-info/accessibility.html
+11-11Lines changed: 11 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -29,17 +29,17 @@ <h1>Accessibility</h1>
29
29
<h2id="contactus">Accommodation Requests or Questions</h2>
30
30
<p>Contact <ahref="mailto:{{site.data.conf.accessibility-email}}">{{site.data.conf.accessibility-email}}</a> with any questions, concerns, or accommodation requests related to the conference.</p>
31
31
32
-
{% if site.data.conf.live-captioning.show %}
33
-
<h2id="captioning">Live Captioning</h2>
34
-
<p>
35
-
During the general conference, Code4Lib {{site.data.conf.year}} will feature live captioning by {{site.data.conf.live-captioning.service}}. In order to improve the quality of this service, we ask everyone to speak slowly and clearly so the captioning service is able to accurately capture what you say. Any prerecorded sessions or talks will also be live captioned.
36
-
{% if site.data.conf.live-captioning.show %}
37
-
Attendees, both local and remote, may view the text stream at:
These transcriptions will be applied to the captioning on the YouTube archive soon after the completion of the conference.
41
-
</p>
42
-
{% endif %}
32
+
<h2id="captioning">Live Captioning</h2>
33
+
<p>
34
+
During the general conference, Code4Lib {{site.data.conf.year}} will feature live captioning{% if site.data.conf.closed-captioning.service %} by {{site.data.conf.closed-captioning.service}}{% endif %}. In order to improve the quality of this service, we ask everyone to speak slowly and clearly so the captioning service is able to accurately capture what you say. Any prerecorded sessions or talks will also be live captioned.
35
+
{% if site.data.conf.closed-captioning.show %}
36
+
Attendees, both local and remote, may view the text stream at:
0 commit comments