|
|
|
@ -20,9 +20,20 @@
|
|
|
|
|
padding-bottom: 5em; |
|
|
|
|
} |
|
|
|
|
</style> |
|
|
|
|
<script> |
|
|
|
|
$(document).ready(function () { |
|
|
|
|
$('#sourceCodeButton').on("click", function() { |
|
|
|
|
window.location = "https://deadbeef.codes/steven/covid19-edmonton" |
|
|
|
|
}); |
|
|
|
|
}); |
|
|
|
|
</script> |
|
|
|
|
</head> |
|
|
|
|
<body> |
|
|
|
|
<div id="sourceCodeButton" class="ui right floated button"> |
|
|
|
|
Source Code |
|
|
|
|
</div> |
|
|
|
|
<br /> |
|
|
|
|
|
|
|
|
|
<center> |
|
|
|
|
<h1 class="ui header"> |
|
|
|
|
COVID-19 Dashboard |
|
|
|
@ -31,6 +42,7 @@
|
|
|
|
|
</div> |
|
|
|
|
</h1> |
|
|
|
|
</center> |
|
|
|
|
|
|
|
|
|
<div class="ui divider"></div> |
|
|
|
|
<div class="ui fluid four column doubling stackable grid container"> |
|
|
|
|
<div class="column"> |
|
|
|
|