-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8ed18d0
commit 27878f9
Showing
1 changed file
with
6 additions
and
24 deletions.
There are no files selected for viewing
30 changes: 6 additions & 24 deletions
30
corona-dashboard/src/app/components/footer/footer.component.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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">© 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">© 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">© David Teather 2020</p> | ||
|
||
</div> | ||
</footer> | ||
</div> |