2024-09-14 20:12:31 +01:00

22 lines
1.1 KiB
HTML

<div class="px-0">
<footer class="border-top bg-body-secondary px-4 py-3 d-flex flex-wrap justify-content-between align-items-center text-body-secondary">
<div class="col-md-4 d-flex align-items-center">
<span>&copy; 2024 PYRSS</span>
</div>
<ul class="nav col-md-4 d-flex justify-content-end list-unstyled">
<li class="ms-3">
<button type="button" class="btn btn-link text-body p-0 text-decoration-none" onclick="$.notify('This is a test notification, how does it look?', 'bootstrap')">- Test Notify -</button>
</li>
<li class="ms-3">
<a href="https://gitea.cor.bz/corbz/PYRSS-Website" class="text-reset" target="_blank">
<i class="bi bi-git fs-5"></i>
</a>
</li>
<li class="ms-3">
<a href="https://gitea.cor.bz/corbz/PYRSS-Website/wiki" class="text-reset" target="_blank">
<i class="bi bi-question-lg fs-5"></i>
</a>
</li>
</ul>
</footer>
</div>