Add: auth footer template
This commit is contained in:
parent
8318750eb0
commit
eb2ea18b27
1 changed files with 22 additions and 0 deletions
22
archivist/apps/templates/includes/footer-auth.html
Normal file
22
archivist/apps/templates/includes/footer-auth.html
Normal file
|
@ -0,0 +1,22 @@
|
||||||
|
<!-- Start footer auth -->
|
||||||
|
<footer class="footer bg-body-tertiary bottom-2 py-2 w-100 z-index-3 border border-top-1">
|
||||||
|
<div class="container text-body-secondary">
|
||||||
|
<div class="row align-items-center justify-content-lg-between">
|
||||||
|
<div class="col-12 col-md-6 my-auto">
|
||||||
|
<div class="copyright text-center text-sm text-lg-start">
|
||||||
|
©
|
||||||
|
<a href="https://aroy-art.com" class="font-weight-bold" target="_blank">Aroy Art</a>
|
||||||
|
and Contributors.
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="col-12 col-md-6">
|
||||||
|
<ul class="nav nav-footer justify-content-center justify-content-lg-end">
|
||||||
|
<li class="nav-item">
|
||||||
|
<a href="https://git.aroy-art.com/Aroy/Gallery-Archivist" class="nav-link" target="_blank">What is this? - Source</a>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</footer>
|
||||||
|
<!-- End footer auth -->
|
Loading…
Reference in a new issue