Skip to content

Commit

Permalink
Merge pull request #64 from FAC9/add_aria_tag_to_links
Browse files Browse the repository at this point in the history
Add aria-label to links with no text.
  • Loading branch information
emilyb7 authored Oct 21, 2016
2 parents d09442c + b157c08 commit b771bcf
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -71,16 +71,16 @@ <h3 class="programmer-name">William Savage</h3>
<section id="projects" class="row">
<h2 class="section-title">Projects</h2>
<div class="row projects-line">
<div class="project col-xs-6"><a href="https://savagewilliam.github.io/" target="blank"><img src="images/quote-proj.png" class="proj-img" alt="Will's quote machine"></a></div>
<div class="project col-xs-6"><a href="http://codepen.io/limeyb7/full/YWBaJa/" target="blank"><img src="images/naught-proj.png" class="proj-img" alt="Emily's noughts and crosses game"></a></div>
<div class="project col-xs-6"><a href="https://savagewilliam.github.io/" target="blank" aria-label="Will's quote machine"><img src="images/quote-proj.png" class="proj-img" alt="Will's quote machine"></a></div>
<div class="project col-xs-6"><a href="http://codepen.io/limeyb7/full/YWBaJa/" target="blank" aria-label="Emily's noughts and crosses game"><img src="images/naught-proj.png" class="proj-img" alt="Emily's noughts and crosses game"></a></div>
</div>
<div class="row projects-line">
<div class="project col-xs-6"><a href="http://codepen.io/limeyb7/pen/ORwKXd" target="blank"><img src="images/weather.png" class="proj-img" alt="Emily's weather app"></a></div>
<div class="project col-xs-6"><a href="http://codepen.io/SavageWilliam/pen/YGZPKX" target="blank"><img src="images/calc.png" class="proj-img" alt="Will's calculator"></a></div>
<div class="project col-xs-6"><a href="http://codepen.io/limeyb7/pen/ORwKXd" target="blank" aria-label="Emily's weather app"><img src="images/weather.png" class="proj-img" alt="Emily's weather app"></a></div>
<div class="project col-xs-6"><a href="http://codepen.io/SavageWilliam/pen/YGZPKX" target="blank" aria-label="Will's calculator"><img src="images/calc.png" class="proj-img" alt="Will's calculator"></a></div>
</div>
<div class="row projects-line">
<div class="project col-xs-6"><a href="http://codepen.io/limeyb7/pen/pbQJbG" target="blank"><img src="images/stopwatch.png" class="proj-img" alt="Emily's pomodoro clock"></a></div>
<div class="project col-xs-6"><a href="https://rhodespeter.github.io/hacker-alias-application/" target="blank"><img src="images/alias.png" class="proj-img" alt="Peter's hacker alias app"></a></div>
<div class="project col-xs-6"><a href="http://codepen.io/limeyb7/pen/pbQJbG" target="blank" aria-label="Emily's pomodoro clock"><img src="images/stopwatch.png" class="proj-img" alt="Emily's pomodoro clock"></a></div>
<div class="project col-xs-6"><a href="https://rhodespeter.github.io/hacker-alias-application/" target="blank" aria-label="Peter's hacker alias app"><img src="images/alias.png" class="proj-img" alt="Peter's hacker alias app"></a></div>
</div>
</section>
<!-- Our Team -->
Expand All @@ -102,9 +102,9 @@ <h3>Peter Rhodes</h3>
</div>
<div class="buttons-container col-xs-6 col-xs-offset-3">
<p>
<a href="https://github.com/RhodesPeter" target="blank" title="Peter's profile on GitHub"><i class="fa fa-github-alt"></i></a>
<a href="https://twitter.com" target="blank" title="Peter's profile on Twitter"><i class="fa fa-twitter"></i></a>
<a href="https://linkedin.com" target="blank" title="Peter's profile on LinkedIn"><i class="fa fa-linkedin"></i></a>
<a href="https://github.com/RhodesPeter" target="blank" title="Peter's profile on GitHub" aria-label="Link to GitHub"><i class="fa fa-github-alt"></i></a>
<a href="https://twitter.com" target="blank" title="Peter's profile on Twitter" aria-label="Link to Twitter"><i class="fa fa-twitter"></i></a>
<a href="https://linkedin.com" target="blank" title="Peter's profile on LinkedIn" aria-label="Link to LinkedIn"><i class="fa fa-linkedin"></i></a>
</p>
</div>
</section>
Expand All @@ -119,9 +119,9 @@ <h3>Shireen Zoaby</h3>
</div>
<div class="buttons-container col-xs-6 col-xs-offset-3">
<p>
<a href="https://github.com/shireenzoaby" target="blank" title="Shireen's profile on GitHub"><i class="fa fa-github-alt"></i></a>
<a href="https://twitter.com" target="blank" title="Shireen's profile on Twitter"><i class="fa fa-twitter"></i></a>
<a href="https://linkedin.com" target="blank" title="Shireen's profile on LinkedIn"><i class="fa fa-linkedin"></i></a>
<a href="https://github.com/shireenzoaby" target="blank" title="Shireen's profile on GitHub" aria-label="Link to GitHub"><i class="fa fa-github-alt"></i></a>
<a href="https://twitter.com" target="blank" title="Shireen's profile on Twitter" aria-label="Link to Twitter"><i class="fa fa-twitter"></i></a>
<a href="https://linkedin.com" target="blank" title="Shireen's profile on LinkedIn" aria-label="Link to LinkedIn"><i class="fa fa-linkedin"></i></a>
</p>
</div>
</section>
Expand All @@ -136,9 +136,9 @@ <h3>Emily Bertwistle</h3>
</div>
<div class="buttons-container col-xs-6 col-xs-offset-3">
<p>
<a href="https://github.com/limeyb7" target="blank" title="Emily's profile on GitHub"><i class="fa fa-github-alt"></i></a>
<a href="https://twitter.com" target="blank" title="Emily's profile on Twitter"><i class="fa fa-twitter"></i></a>
<a href="https://linkedin.com" target="blank" title="Emily's profile on LinkedIn"><i class="fa fa-linkedin"></i></a>
<a href="https://github.com/limeyb7" target="blank" title="Emily's profile on GitHub" aria-label="Link to GitHub"><i class="fa fa-github-alt"></i></a>
<a href="https://twitter.com" target="blank" title="Emily's profile on Twitter" aria-label="Link to Twitter"><i class="fa fa-twitter"></i></a>
<a href="https://linkedin.com" target="blank" title="Emily's profile on LinkedIn" aria-label="Link to LinkedIn"><i class="fa fa-linkedin"></i></a>
</p>
</div>
</section>
Expand All @@ -154,9 +154,9 @@ <h3>William Savage</h3>
<div class="buttons-container col-xs-6 col-xs-offset-3">
<div class="social-buttons">
<p>
<a href="https://github.com/SavageWilliam" target="blank" title="William's profile on GitHub"><i class="fa fa-github-alt"></i></a>
<a href="https://twitter.com" target="blank" title="William's profile on Twitter"><i class="fa fa-twitter"></i></a>
<a href="https://linkedin.com" target="blank" title="William's profile on LinkedIn"><i class="fa fa-linkedin"></i></a>
<a href="https://github.com/SavageWilliam" target="blank" title="William's profile on GitHub" aria-label="Link to GitHub"><i class="fa fa-github-alt"></i></a>
<a href="https://twitter.com" target="blank" title="William's profile on Twitter" aria-label="Link to Twitter"><i class="fa fa-twitter"></i></a>
<a href="https://linkedin.com" target="blank" title="William's profile on LinkedIn" aria-label="Link to LinkedIn"><i class="fa fa-linkedin"></i></a>
</p>
</div>
</section>
Expand Down

0 comments on commit b771bcf

Please sign in to comment.