Merge branch 'app' of github.com:nature/pa11y-web into app

This commit is contained in:
Rowan Manning
2013-09-16 15:47:41 +01:00
19 changed files with 1261 additions and 8 deletions

15
view/partial/footer.html Normal file
View File

@@ -0,0 +1,15 @@
<footer>
<div class="footer">
<div class="container">
<ul class="pull-right">
<li>
<a href="https://github.com/nature/pa11y">github repo</a>
</li>
<li>
<a href="https://github.com/nature/pa11y/wiki/HTML-CodeSniffer-Rules">list of rules</a>
</li>
</ul>
<p>Copyright 2013 Nature Publishing Group.<br/>pa11y is licensed under the GNU General Public License 3.0.</p>
</div>
</div>
</footer>

7
view/partial/header.html Normal file
View File

@@ -0,0 +1,7 @@
<header>
<div class="header">
<div class="container">
<h1><a href="/">pa11y</a> - your automated accessibility testing pal</h1>
</div>
</div>
</header>