Skip to content
This repository has been archived by the owner on Nov 1, 2017. It is now read-only.

Fix missing alt on images and icons #162

Merged
merged 2 commits into from
Dec 18, 2013
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion _includes/try_git_banner.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<div class="content try-git-banner">
<span>Got 15 minutes and want to learn Git?</span>
<a class="button" href="http://try.github.com">
<img src="{{ site.url }}/img/try-git-logo.png" width="30px" height="30px">
<img src="{{ site.url }}/img/try-git-logo.png" alt="Try Git in your browser for free" width="30px" height="30px">
Try Git in your browser <strong>for free</strong>
</a>
</div>
Expand Down
4 changes: 2 additions & 2 deletions _layouts/private.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@
</div>
<div class="details">
<span class="date">
<img src="{{ site.url }}/img/icon-calendar.png" width="16px" height="16px" class="icon">
<img src="{{ site.url }}/img/icon-calendar.png" alt="Date" width="16px" height="16px" class="icon">
{{ page.the_date }}
</span>
<span class="time">
<img src="{{ site.url }}/img/icon-clock.png" width="16px" height="16px" class="icon">
<img src="{{ site.url }}/img/icon-clock.png" alt="Time" width="16px" height="16px" class="icon">
{{ page.start_time }}
{% if page.end_time %} to {{ page.end_time }}{% endif %}
{% if page.timezone %}(<a href="{{ page.timezonelink }}">{{ page.timezone }}</a>){% endif %}
Expand Down
4 changes: 2 additions & 2 deletions in-person/advanced-git/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -65,11 +65,11 @@ <h4>{{ class.title }}</h4>
</div>
<div class="details">
<span class="date">
<img src="{{ site.url }}/img/icon-calendar.png" width="16px" height="16px" class="icon">
<img src="{{ site.url }}/img/icon-calendar.png" alt="Date" width="16px" height="16px" class="icon">
{{ class.the_date }}
</span>
<span class="time">
<img src="{{ site.url }}/img/icon-clock.png" width="16px" height="16px" class="icon">
<img src="{{ site.url }}/img/icon-clock.png" alt="Time" width="16px" height="16px" class="icon">
{{ class.start_time }}
{% if class.end_time %} to {{ class.end_time }}{% endif %}
{% if class.timezone %}(<a href="{{ class.timezonelink }}">{{ class.timezone }}</a>){% endif %}
Expand Down
4 changes: 2 additions & 2 deletions in-person/git-foundations/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -68,11 +68,11 @@ <h4>{{ class.title }}</h4>
</div>
<div class="details">
<span class="date">
<img src="{{ site.url }}/img/icon-calendar.png" width="16px" height="16px" class="icon">
<img src="{{ site.url }}/img/icon-calendar.png" alt="Date" width="16px" height="16px" class="icon">
{{ class.the_date }}
</span>
<span class="time">
<img src="{{ site.url }}/img/icon-clock.png" width="16px" height="16px" class="icon">
<img src="{{ site.url }}/img/icon-clock.png" alt="Time" width="16px" height="16px" class="icon">
{{ class.start_time }}
{% if class.end_time %} to {{ class.end_time }}{% endif %}
{% if class.timezone %}(<a href="{{ class.timezonelink }}">{{ class.timezone }}</a>){% endif %}
Expand Down
6 changes: 3 additions & 3 deletions in-person/special-events/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,15 @@ <h4>{{ class.title }}</h4>
</div>
<div class="details">
<span class="date">
<img src="{{ site.url }}/img/icon-calendar.png" width="16px" height="16px" class="icon">
<img src="{{ site.url }}/img/icon-calendar.png" alt="Date" width="16px" height="16px" class="icon">
{{ class.the_date }}
</span>
<span class="time">
<img src="{{ site.url }}/img/icon-location.png" width="16px" height="16px" class="icon">
<img src="{{ site.url }}/img/icon-location.png" alt="Location" width="16px" height="16px" class="icon">
{{ class.location }}
</span>
<span class="time">
<img src="{{ site.url }}/img/icon-clock.png" width="16px" height="16px" class="icon">
<img src="{{ site.url }}/img/icon-clock.png" alt="Time" width="16px" height="16px" class="icon">
{{ class.start_time }}
{% if class.end_time %} to {{ class.end_time }}{% endif %}
{% if class.timezone %}(<a href="{{ class.timezonelink }}">{{ class.timezone }}</a>){% endif %}
Expand Down
3 changes: 1 addition & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<section class="hero">
<div class="container">
<div class="image">
<img src="{{ site.url }}/img/git-training-pics.png" width="486px" height="318px">
<img src="{{ site.url }}/img/git-training-pics.png" alt="GitHub Training at Live Event" width="486px" height="318px">
&nbsp;
</div>
<div class="intro">
Expand Down Expand Up @@ -43,4 +43,3 @@ <h3>High Quality Resources</h3>
{% include page_bottom.html %}
</div>
</section>

4 changes: 2 additions & 2 deletions web/advanced-git/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -66,11 +66,11 @@ <h4>{{ class.title }}</h4>
</div>
<div class="details">
<span class="date">
<img src="{{ site.url }}/img/icon-calendar.png" width="16px" height="16px" class="icon">
<img src="{{ site.url }}/img/icon-calendar.png" alt="Date" width="16px" height="16px" class="icon">
{{ class.the_date }}
</span>
<span class="time">
<img src="{{ site.url }}/img/icon-clock.png" width="16px" height="16px" class="icon">
<img src="{{ site.url }}/img/icon-clock.png" alt="Time" width="16px" height="16px" class="icon">
{{ class.start_time }}
{% if class.end_time %} to {{ class.end_time }}{% endif %}
{% if class.timezone %}(<a href="{{ class.timezonelink }}">{{ class.timezone }}</a>){% endif %}
Expand Down
4 changes: 2 additions & 2 deletions web/free-classes/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ <h4>{{ class.title }}</h4>
</div>
<div class="details">
<span class="date">
<img src="{{ site.url }}/img/icon-calendar.png" width="16px" height="16px" class="icon">
<img src="{{ site.url }}/img/icon-calendar.png" alt="Date" width="16px" height="16px" class="icon">
{{ class.the_date }}
</span>
<span class="time">
<img src="{{ site.url }}/img/icon-clock.png" width="16px" height="16px" class="icon">
<img src="{{ site.url }}/img/icon-clock.png" alt="Time" width="16px" height="16px" class="icon">
{{ class.start_time }}
{% if class.end_time %} to {{ class.end_time }}{% endif %}
{% if class.timezone %}(<a href="{{ class.timezonelink }}">{{ class.timezone }}</a>){% endif %}
Expand Down
4 changes: 2 additions & 2 deletions web/git-foundations/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -68,11 +68,11 @@ <h4>{{ class.title }}</h4>
</div>
<div class="details">
<span class="date">
<img src="{{ site.url }}/img/icon-calendar.png" width="16px" height="16px" class="icon">
<img src="{{ site.url }}/img/icon-calendar.png" alt="Date" width="16px" height="16px" class="icon">
{{ class.the_date }}
</span>
<span class="time">
<img src="{{ site.url }}/img/icon-clock.png" width="16px" height="16px" class="icon">
<img src="{{ site.url }}/img/icon-clock.png" alt="Time" width="16px" height="16px" class="icon">
{{ class.start_time }}
{% if class.end_time %} to {{ class.end_time }}{% endif %}
{% if class.timezone %}(<a href="{{ class.timezonelink }}">{{ class.timezone }}</a>){% endif %}
Expand Down