Skip to content

Commit

Permalink
Slight reformatting of HTML
Browse files Browse the repository at this point in the history
  • Loading branch information
Greg Wilson committed Mar 17, 2016
1 parent b9eeb89 commit fad73c5
Showing 1 changed file with 19 additions and 18 deletions.
37 changes: 19 additions & 18 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -134,24 +134,25 @@ <h2 id="general">General Information</h2>
special instructions.
-->
<p id="accessibility">
<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}}'>get in touch</a>
{% else %}
<a href='mailto:{{site.contact}}'>get in touch</a>
{% endif %}
and we will attempt to provide them.
<strong>Accessibility:</strong> We are committed to making this workshop
accessible to everybody.
The workshop organisers have checked that:
</p>
<ul>
<li>The room is wheelchair / scooter accessible.</li>
<li>Accessible restrooms are available.</li>
</ul>
<p>
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}}'>get in touch</a>
{% else %}
<a href='mailto:{{site.contact}}'>get in touch</a>
{% endif %}
and we will attempt to provide them.
</p>

<!--
Expand Down

0 comments on commit fad73c5

Please sign in to comment.