Skip to content

Commit

Permalink
Merge pull request #309 from tomwright01/accessibility
Browse files Browse the repository at this point in the history
Accessibility
  • Loading branch information
Greg Wilson committed Mar 17, 2016
2 parents 20554a7 + 354fa7e commit b9eeb89
Showing 1 changed file with 31 additions and 4 deletions.
35 changes: 31 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@
</iframe>
{% endif %}

<h4>This is the workshop template. Use it to create your own website.
Delete this line and email the link to your workshop page to admin@software-carpentry.org.
If this is a self organized workshop, please be sure to include any other details
<h4>This is the workshop template. Use it to create your own website.
Delete this line and email the link to your workshop page to admin@software-carpentry.org.
If this is a self organized workshop, please be sure to include any other details
Software Carpentry staff may need to know in your email.</h4>


Expand Down Expand Up @@ -119,14 +119,41 @@ <h2 id="general">General Information</h2>
Modify the block below if there are any special requirements.
-->
<p id="requirements">
<strong>Requirements:</strong> Participants must bring a laptop with a
<strong>Requirements:</strong> Participants must bring a laptop with a
Mac, Linux, or Windows operating sytem (not a tablet, Chromebook, etc.) that they have administrative privileges
on. They should have a few specific software packages installed (listed
<a href="#setup">below</a>). They are also required to abide by
Software Carpentry's
<a href="{{site.swc_site}}/conduct.html">Code of Conduct</a>.
</p>

<!--
ACCESSIBILITY
Modify the block below if there are any barriers to accessibility or
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.
</p>

<!--
CONTACT EMAIL ADDRESS
Expand Down

0 comments on commit b9eeb89

Please sign in to comment.