This repository has been archived on 2025-09-03. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
covid19-dashboard/core/templates/includes/footer.html
2021-05-14 14:41:00 +05:30

16 lines
590 B
HTML

<!-- Footer -->
<footer class="footer">
<div class="row align-items-center justify-content-xl-between">
<div class="col-xl-6">
<div class="text-center text-xl-left ">
<a href="https://github.com/psmattas/covid19-dashboard" class="font-weight-bold ml-1 text-muted"
target="_blank">covid19-dashboard</a>
</div>
</div>
<div class="col-xl-6">
<div class="text-center text-xl-right ">
<a href="https://psmforums.wordpress.com" class="font-weight-bold ml-1 text-muted" target="_blank">@psmforums
</div>
</div>
</div>
</footer>