Skip to content

Commit

Permalink
Added accessibility wording based on @ethenwhite suggestions.
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Wright committed Mar 17, 2016
1 parent 710e887 commit 354fa7e
Showing 1 changed file with 15 additions and 6 deletions.
21 changes: 15 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -134,15 +134,24 @@ <h2 id="general">General Information</h2>
special instructions.
-->
<p id="accessibility">
<strong>Accessibility:</strong> We want our workshops to be accessible to
everybody. Please contact the
<strong>Accessibility:</strong> We are committed to making this workshop
accessible to everybody.
The workshop organisers have checked that:
<ul>
<li>The room is wheelchair / scooter accessible.</li>
<li>Accessible restrooms are available.</li>
</ul>
Materials will be provided in advance of the workshop and large-print
handouts are available if needed by notifying the organizers in advance.
If we can help making learning easier for you (e.g. sign-language interpreters,
lactation facilities) please

{% if page.contact %}
<a href='mailto:{{page.contact}}'>workshop organizer</a>
<a href='mailto:{{page.contact}}'>get in touch</a>
{% else %}
<a href='mailto:{{site.contact}}'>workshop organizer</a>
<a href='mailto:{{site.contact}}'>get in touch</a>
{% endif %}
if you have any requirements
that will make learning easier for you.
and we will attempt to provide them.
</p>

<!--
Expand Down

0 comments on commit 354fa7e

Please sign in to comment.