16 lines
590 B
HTML
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> |