Skip to content

Commit

Permalink
Merge pull request #46 from notwaldorf/started-from-the-bottom-now-we…
Browse files Browse the repository at this point in the history
…-here

add some aria-labels for a11y
  • Loading branch information
holman committed May 25, 2016
2 parents 7d2620c + 6aad1d2 commit edd25a0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions _includes/sidebar.html
@@ -1,5 +1,5 @@
<section class="sidebar">
<a href="/">
<a href="/" aria-label="Avatar">
<img src="{{ site.github.owner_gravatar_url }}?s=150" height="75" width="75" class="avatar" />
</a>

Expand All @@ -11,9 +11,9 @@
</section>

<section class="meta">
<a href="{{ site.github.owner_url }}" target="_blank"><i class="fa fa-github"></i></a>
<a href="https://twitter.com/{{ site.twitter }}" target="_blank"><i class="fa fa-twitter"></i></a>
<a href="/atom.xml"><i class="fa fa-rss"></i></a>
<a href="{{ site.github.owner_url }}" target="_blank" title="Follow me on GitHub" aria-label="Follow me on GitHub"><i class="fa fa-github"></i></a>
<a href="https://twitter.com/{{ site.twitter }}" target="_blank" title="Follow me on Twitter" aria-label="Follow me on Twitter"><i class="fa fa-twitter"></i></a>
<a href="/atom.xml" title="Atom RSS feed" aria-label="Atom RSS feed"><i class="fa fa-rss"></i></a>
</section>

<section class="sections">
Expand All @@ -22,4 +22,4 @@
<li><a href="/">posts</a></li>
</ul>
</section>
</section>
</section>

0 comments on commit edd25a0

Please sign in to comment.