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.
datatable.directory/resources/views/layouts/footer.blade.php

19 lines
629 B

{{-- Global footer --}}
<footer class="page-footer text-muted mt-2">
<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.
</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>
</div>
</footer>