Skip to content

Commit

Permalink
Update footer
Browse files Browse the repository at this point in the history
  • Loading branch information
davidteather committed Aug 26, 2020
1 parent 8ed18d0 commit 27878f9
Showing 1 changed file with 6 additions and 24 deletions.
30 changes: 6 additions & 24 deletions corona-dashboard/src/app/components/footer/footer.component.html
Original file line number Diff line number Diff line change
@@ -1,25 +1,7 @@
<!--<footer class="footer bg-dark footer-style fixed-bottom" style="margin-top:20px;">
<div class="container">
<div class="row">
<div class="col-lg-10 h-100 text-center text-lg-left my-auto text-center">
<p class="text-muted small mb-6 mb-lg-0 text-center">All data is collected from The Wisconsin Department of Health Services,
which you can find <a
href="https://dhsgis.wi.gov/server/rest/services/DHS_COVID19/COVID19_WI/FeatureServer/1/query"
target="_blank" style="color:#bebebe">here</a></p>
<p class="text-muted small mb-6 mb-lg-0 text-center">&copy; David Teather 2020.</p>
<p class="text-muted small mb-6 mb-lg-0 text-center">Disclaimer: The University of Madison has no affiliation to this
website, nor does it endorse this website. I am not responsible for any inaccurate information on this website.</p>
</div>
</div>
</div>
</footer>-->
<div class="container" style="background-color:#444444;">
<p class="text-muted small text-center">Disclaimer: The University of Madison has no affiliation to this
website, nor does it endorse this website. I am not responsible for any inaccurate information on this website.
</p>
<p class="text-muted small text-center">&copy; David Teather 2020</p>

<footer class="footer bg-dark fixed-bottom">
<div class="container">
<p class="text-muted small text-center">Disclaimer: The University of Madison has no affiliation to this
website, nor does it endorse this website. I am not responsible for any inaccurate information on this website.
</p>
<p class="text-muted small text-center">&copy; David Teather 2020</p>

</div>
</footer>
</div>

0 comments on commit 27878f9

Please sign in to comment.