more sr friendly
This commit is contained in:
@@ -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>
|
||||
<<a href="mailto:ondra@ondrovo.com">ondra@ondrovo.com</a>> © 2018<br>
|
||||
Data tables are licensed CC0 (public domain), unless specified otherwise.
|
||||
© 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>
|
||||
|
||||
Reference in New Issue
Block a user