Skip to content

Commit

Permalink
aria roles on resume
Browse files Browse the repository at this point in the history
  • Loading branch information
bloy committed Mar 2, 2014
1 parent eceee84 commit 9005e76
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions source/resume.html.erb
Expand Up @@ -24,9 +24,9 @@ title: Resume
<script src="http://css3-mediaqueries-js.googlecode.com/svn/trunk/css3-mediaqueries.js"></script>
<![endif]-->
</head>
<body>
<body role="document">
<article class="resume">
<header>
<header role="banner">
<hgroup>
<h1>Michael Bloy</h1>
<h2>Developer, Sysadmin</h2>
Expand Down Expand Up @@ -127,7 +127,7 @@ title: Resume
</div>
</section>

<footer>
<footer role="complementary">
<span class="name">Michael Bloy</span>
&mdash;
<span class="email"><%= link_to data.contact.email, "mailto:#{data.contact.email}" %></span>
Expand Down

0 comments on commit 9005e76

Please sign in to comment.