-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathwellness.htm
31 lines (24 loc) · 1.67 KB
/
wellness.htm
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="style1.css">
<link rel="stylesheet" href="wellnesska.css">
<title></title>
</head>
<body id="grad">
<nav class="list">
<div id="pages">
<a href = "home.html" class="nav-item"> Home </a>
<a href="wellness.html" class="nav-item">Wellness Forecast</a>
<a href="home.html#details" >About</a>
</div>
</nav>
<h1 style = "padding-left:30px;">Click on the locations to know how well they rate on wellness. (You might be in for a surprise though ( ͡° ͜ʖ ͡°)). The data has also been predicted till 2030!</h1>
<br>
<div class="heat_map">
<iframe width="1920" height="580" scrolling="no" frameborder="no" src="https://fusiontables.google.com/embedviz?q=select+col34+from+1AlAkiw2X7wSoEmSLyBsw3t-zDh8XO_epOVIqAOnX&viz=MAP&h=false&lat=62.38337877510228&lng=99.11337784731916&t=1&z=5&l=col34&y=2&tmplt=2&hml=TWO_COL_LAT_LNG"></iframe>
<h1 align = "center">Heatmap</h1>
<iframe width="1920" height="580" scrolling="no" frameborder="no" src="https://fusiontables.google.com/embedviz?q=select+col34%2C+col33%2C+col40+from+1AlAkiw2X7wSoEmSLyBsw3t-zDh8XO_epOVIqAOnX+limit+1000&viz=HEATMAP&h=true&lat=62.38337877510228&lng=99.11337784731916&t=1&z=5&l=col34&y=2&tmplt=2&hmd=true&hmg=%2366ff0000%2C%2393ff00ff%2C%23c1ff00ff%2C%23eeff00ff%2C%23f4e300ff%2C%23f4e300ff%2C%23f9c600ff%2C%23ffaa00ff%2C%23ff7100ff%2C%23ff3900ff%2C%23ff0000ff&hmo=0.82&hmr=16&hmw=40&hml=TWO_COL_LAT_LNG"></iframe>
</body>
</html>