-
Notifications
You must be signed in to change notification settings - Fork 0
/
comparison.html
179 lines (159 loc) · 7.59 KB
/
comparison.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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Comparison</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
<link rel="stylesheet" href="style.css">
</head>
<body>
<nav class="navbar navbar-default">
<div class="container-fluid">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1" aria-expanded="false">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="index.html">... LATITUDE ...</a>
</div>
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav navbar-right">
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Plots
<span class="caret"></span>
</a>
<ul class="dropdown-menu">
<li>
<a href="temp.html">Latitude - Temperature</a>
</li>
<li>
<a href="humid.html">Latitude - Humidity</a>
</li>
<li>
<a href="cloud.html">Latitude - Cloudiness</a>
</li>
<li>
<a href="wind.html">Latitude - Wind Speed</a>
</li>
<li>
<a href="globaltemp.html">World Temperature</a>
</li>
<li>
<a href="globalhumid.html">World Humidity</a>
</li>
<li>
<a href="globalcloud.html">World Cloudiness</a>
</li>
<li>
<a href="globalwind.html">World Wind Speed</a>
</li>
</ul>
</li>
<li>
<a href="comparison.html">Comparison</a>
</li>
<li>
<a href="data.html">Data</a>
</li>
</ul>
</div>
</div>
<div class="container">
<div class="col-md-12">
<div class="sigline">
<p>
<a target="_blank" href="https://www.linkedin.com/in/toluwalashe-omotunde/">
LinkedIn </a> |
<a target="_blank" href="https://github.com/teomotun/">
GitHub </a> |
<a target="_blank" href="https://www.facebook.com/tolu.omotunde/">
Facebook </a> |
<a target="_blank" href="https://www.instagram.com/mr_thollu/">
Instagram </a>
</p>
</div>
</div>
</div>
</nav>
<div class="box box-single">
<section id="summary">
<p>Click any plot for an in-depth analysis.</p>
</section>
<section id="intro">
<h1>Comparison: Latitude vs. X</h1>
<hr>
</section>
<div class="row">
<div class="col-xs-12 col-md-6">
<h3>vs. Max Temperature</h3>
<figure>
<a href="temp.html">
<img id="landing-viz" src="assets/TemperaturePlot.png" alt="Latitude vs. Temperature"></a>
</figure>
</div>
<div class="col-xs-12 col-md-6">
<h3>vs. Humidity</h3>
<figure>
<a href="humid.html">
<img id="landing-viz" src="assets/HumidityPlot.png" alt="Latitude vs. Humidity"></a>
</figure>
</div>
<div class="col-xs-12 col-md-6">
<h3>vs. Cloudiness</h3>
<figure>
<a href="cloud.html">
<img id="landing-viz" src="assets/CloudinessPlot.png" alt="Latitude vs. Cloudiness"></a>
</figure>
</div>
<div class="col-xs-12 col-md-6">
<h3>vs. Wind Speed</h3>
<figure>
<a href="wind.html">
<img id="landing-viz" src="assets/WindSpeedPlot.png" alt="Latitude vs. Wind Speed"></a>
</figure>
</div>
</div>
<section id="intro">
<h1>Comparison: Global X</h1>
<hr>
</section>
<div class="row">
<div class="col-xs-12 col-md-6">
<h3>Temperature</h3>
<figure>
<a href="globaltemp.html">
<img id="landing-viz" src="assets/GlobalTempPlot.png" alt="Global Temperature"></a>
</figure>
</div>
<div class="col-xs-12 col-md-6">
<h3>Humidity</h3>
<figure>
<a href="globalhumid.html">
<img id="landing-viz" src="assets/GlobalHumidityPlot.png" alt="Global Humidity"></a>
</figure>
</div>
<div class="col-xs-12 col-md-6">
<h3>Cloudiness</h3>
<figure>
<a href="globalcloud.html">
<img id="landing-viz" src="assets/GlobalCloudinessPlot.png" alt="Global Cloudiness"></a>
</figure>
</div>
<div class="col-xs-12 col-md-6">
<h3>Wind Speed</h3>
<figure>
<a href="globalwind.html">
<img id="landing-viz" src="assets/GlobalWindPlot.png" alt="Global Wind Speed"></a>
</figure>
</div>
</div>
</div>
<script src="https://code.jquery.com/jquery-3.2.1.js"integrity="sha256-DZAnKJ/6XZ9si04Hgrsxu/8s717jcIzLy3oi35EouyE=" crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous">
</script>
</body>
</html>