mirror of
https://github.com/pa11y/pa11y-dashboard.git
synced 2025-09-25 06:41:21 +00:00
Add header and footer partials
This commit is contained in:
@@ -25,8 +25,12 @@
|
||||
<body>
|
||||
<!--<![endif]-->
|
||||
|
||||
{{> header}}
|
||||
|
||||
{{{body}}}
|
||||
|
||||
{{> footer}}
|
||||
|
||||
<!-- Javascript loveliness. -->
|
||||
<script type="text/javascript" src="js/vendor/jquery.js"></script>
|
||||
<script type="text/javascript" src="js/vendor/bootstrap/alert.js"></script>
|
||||
|
15
view/partial/footer.html
Normal file
15
view/partial/footer.html
Normal 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
7
view/partial/header.html
Normal 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>
|
Reference in New Issue
Block a user