datatable.directory codebase
https://datatable.directory/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
933 B
25 lines
933 B
{{-- 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>
|
|
© 2018<br>
|
|
Data tables are CC0 / Public Domain, unless specified otherwise.
|
|
</div>
|
|
|
|
<nav class="ml-auto d-block">
|
|
<h3 class="sr-only">Useful links:</h3>
|
|
<ul class="sr-list">
|
|
<li><a href="{{ route('privacy') }}" class="ml-2">Privacy</a>
|
|
<li><a href="{{ route('terms') }}" class="ml-2">Terms</a>
|
|
<li><a href="{{ route('faq') }}" class="ml-2">FAQ</a>
|
|
<li><a href="{{ route('donate') }}" class="ml-2">Donate</a>
|
|
<li><a href="{{ config('app.href.feedback') }}" class="ml-2">Feedback</a>
|
|
</ul>
|
|
</nav>
|
|
</nav>
|
|
</div>
|
|
</footer>
|
|
|