Last active
November 4, 2020 11:20
-
-
Save leoaiassistant/f088025da508d536ec9ada0805f14147 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
<header id="header"> | |
<h1><a href="#">π°οΈ COVID19 Spread Monitor π <span> @NASA Space Apps Covid-19 Challenge π </span></a></h1> | |
<a href="#menu">Menu</a> | |
</header> | |
<div id='map'></div> | |
<div id='day-panel'> | |
<div id='day-label'></div> | |
<input id="day-slider" type="range" min="-6" max="0" value="0"></div> | |
</div> | |
<div id='attribution'> | |
<a href='#'>ποΈ Date: ${Today} </a> | |
<a href='#'>π Location: ${Lat,Long} </a> | |
<a href='#'>π§ Humidity: ${Humidity} </a> | |
<a href='#'>π¨ Air Quality: ${AIQ} </a> | |
<a href='#'>π€ ${COVIDAPI} Confirmed Cases</a> | |
<a href='#'>β Risk Level: ${ML_Score} </a> | |
<a href='https://github.com/dev-xar/CovidAtlas/'>π Github Repo</a> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment