-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
33 lines (32 loc) · 1.27 KB
/
index.html
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
32
33
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Project 3 Landing</title>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<h1>Climate Change Homepage</h1>
<div>
<h2>Direct Links to Interactive Visualizations</h2>
<a href="teams_HTMLs/co2_emissions_world_map.html">Emissions Cloropleth Map</a><br />
<a href="teams_HTMLs/renewable_energy_charts_v2.html">Sustainable Energy Bar Charts</a><br />
<a href="teams_HTMLs/surface_temperatures_with_dropdown.html">Annual Temp. Scatter Plots</a><br />
<p><p>
</div>
<br />
<div class="id-container">
<p><br /></p>
<iframe src="teams_HTMLs/co2_emissions_world_map.html" allowTransparency="true" scrolling="no"></iframe>
</div>
<br />
<div class="id-container">
<iframe src="teams_HTMLs/renewable_energy_charts_v2.html" allowTransparency="true" scrolling="yes"></iframe>
</div>
<br />
<div class="id-container">
<iframe src="teams_HTMLs/surface_temperatures_with_dropdown.html" allowTransparency="true" scrolling="no"></iframe>
</div>
<br />
</body>
</html>