Skip to content

Commit

Permalink
chore(accesibility): Adds human language type and fixes invisible a
Browse files Browse the repository at this point in the history
- Adds human language type
- Fixes invisible <a> on now-hiring section

Signed-off-by: Geoff Pleiss <gpleiss@pivotal.io>
  • Loading branch information
Caroline Taymor authored and Geoff Pleiss committed Jul 28, 2015
1 parent 49b2fdd commit 6937e74
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions hologram/doc_assets/_header.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!doctype html>
<html>
<html lang="en">
<head>
<title>a brand new styleguide: <%= title %></title>
<meta name="viewport" content="width=device-width, initial-scale=1">
Expand Down Expand Up @@ -106,11 +106,15 @@
</div>
</nav>
<div class="now-hiring bg-accent-3 pbn">
<a class=" active" href="/hiring.html">
<div class="bg-shadow-1 pvl">
<h1 class="type-neutral-11 mvn h4 txt-c"><span><span>Pivotal is now hiring </span><span class="em-high"> Product Designers</span>. </span><span class="">Learn More.</span></span>
</h1></a>
</div>
<div class="bg-shadow-1 pvl">
<a class="active" href="/hiring.html" style="display: block;">
<h1 class="type-neutral-11 mvn h4 txt-c">
<span>Pivotal is now hiring</span>
<span class="em-high"> Product Designers</span>.
<span class="">Learn More.</span>
</h1>
</a>
</div>
</div>
<% if title != "Intro" %>
<div class="container ptl">
Expand Down

0 comments on commit 6937e74

Please sign in to comment.