first commit
This commit is contained in:
16
core/templates/includes/footer.html
Normal file
16
core/templates/includes/footer.html
Normal file
@@ -0,0 +1,16 @@
|
||||
<!-- 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>
|
||||
Reference in New Issue
Block a user