more sr friendly

This commit is contained in:
2018-07-28 12:01:12 +02:00
parent 72011feea9
commit 59e6649a1d
23 changed files with 432 additions and 250 deletions
+11 -6
View File
@@ -1,18 +1,23 @@
{{-- Global footer --}}
<footer class="page-footer text-muted mt-2">
<h2 class="sr-only">Footer</h2>
<div class="container py-2 py-md-4">
<nav aria-label="Footer links" class="d-flex">
<div>
Developed & maintained by <a href="https://www.ondrovo.com/">Ondřej Hruška</a>
&lt;<a href="mailto:ondra@ondrovo.com">ondra@ondrovo.com</a>&gt; &copy; 2018<br>
Data tables are licensed CC0 (public domain), unless specified otherwise.
&copy; 2018<br>
Data tables are CC0 / Public Domain, unless specified otherwise.
</div>
<div class="ml-auto">
<a href="/about/privacy" class="ml-3">Privacy</a>
<a href="/about/terms" class="ml-3">Terms</a>
</div>
<nav class="ml-auto d-block">
<h3 class="sr-only">Useful links:</h3>
<ul class="sr-list">
<li><a href="/about/privacy" class="ml-2">Privacy</a>
<li><a href="/about/terms" class="ml-2">Terms</a>
<li><a href="mailto:admin@datatable.directory?subject=Feedback" class="ml-2">Contact</a>
</ul>
</nav>
</nav>
</div>
</footer>