Adds a11y landmarks

This commit is contained in:
Tetsuro
2016-04-10 19:15:20 -04:00
parent d085b5911d
commit 1d2ad13bd8
3 changed files with 7 additions and 7 deletions
+3 -3
View File
@@ -1,8 +1,8 @@
<header class="home-banner">
<div class="home-banner">
<h1>Liquid</h1>
<p>Safe, customer facing template language for flexible web apps.</p>
<p class="btn-row">
<a href="https://github.com/Shopify/liquid/archive/master.zip" target="_blank" class="btn"><i class="icon fa fa-2x fa-arrow-circle-down" aria-hidden="true"></i>Download</a>
<a href="https://github.com/Shopify/liquid" target="_blank" class="btn" aria-hidden="true"><i class="icon fa fa-2x fa-github"></i>View on GitHub</a>
<a href="https://github.com/Shopify/liquid" target="_blank" class="btn"><i class="icon fa fa-2x fa-github" aria-hidden="true"></i>View on GitHub</a>
</p>
</header>
</div>
+2 -2
View File
@@ -1,7 +1,7 @@
<div class="sidebar">
<div class="sidebar__logo">
<header class="sidebar__logo">
<a href="{{ "/" | prepend: site.baseurl }}">Liquid</a>
</div>
</header>
<nav class="sidebar__nav"> {% assign sections = "basics, tags, filters" | split: ", " %}
{% for section in sections %}