Skip to content

Commit

Permalink
Added section on accessibility.
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Wright committed Mar 16, 2016
1 parent 20554a7 commit 710e887
Showing 1 changed file with 22 additions and 4 deletions.
26 changes: 22 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,32 @@ <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 want our workshops to be accessible to
everybody. Please contact the
{% if page.contact %}
<a href='mailto:{{page.contact}}'>workshop organizer</a>
{% else %}
<a href='mailto:{{site.contact}}'>workshop organizer</a>
{% endif %}
if you have any requirements
that will make learning easier for you.
</p>

<!--
CONTACT EMAIL ADDRESS
Expand Down

0 comments on commit 710e887

Please sign in to comment.