-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
197 lines (142 loc) · 10.1 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
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
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.5.3/dist/css/bootstrap.min.css" integrity="sha384-TX8t27EcRE3e/ihU7zmQxVncDAy5uIKz4rEkgIXeMed4M0jlfIDPvg6uqKI2xXr2" crossorigin="anonymous" media="screen">
<link rel="stylesheet" href="assets/css/style.css" media="screen">
<title>Weather Analysis</title>
</head>
<body>
<div class ="container">
<!-- Create the navigation bar-->
<nav class="navbar navbar-expand-lg navbar-light" id="nv-change">
<!-- Create button to return to homepage-->
<a class=" btn btn-default navbar-brand bg-info" target="_self" href="index.html" role="button">Latitude</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<!--Create 3 buttons on the right-->
<!-- collapse w-100 order-3 dual-collapse2 to pull buttons to the top right corner-->
<div class="collapse navbar-collapse collapse w-100 order-3 dual-collapse2" id="navbarSupportedContent">
<ul class="navbar-nav ml-auto">
<!-- First button: a drop down menu-->
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Plots
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
<a class="dropdown-item" target="_self" href="Visualizations/Latvstemp.html">Latitude vs. Max Temperature</a>
<a class="dropdown-item" target="_self" href="Visualizations/LatvsHumd.html">Latitude vs. Humidity</a>
<a class="dropdown-item" target="_self" href="Visualizations/LatvsWind.html">Latitude vs. Wind Speed</a>
<a class="dropdown-item" target="_self" href="Visualizations/LatvsCloud.html">Latitude vs. Cloudiness</a>
</div>
</li>
<!-- Second button: Comparison Page-->
<li class="nav-item ">
<a class="nav-link" target="_self" href="comparison.html" role="button" aria-haspopup="true" aria-expanded="false">
Comparison
</a>
</li>
<!-- Third button: Data Page-->
<li class="nav-item ">
<a class="nav-link" target="_self" href="data.html" role="button" aria-haspopup="true" aria-expanded="false">
Data
</a>
</li>
</ul>
</div>
</nav>
</div>
<!-- Summary Page body with 2 columns: project info and side bar with visualizations-->
<div class ="container">
<div class= "row">
<div class= "col-lg-7 col-md-6 col-sm-12 bg-color">
<h1 class="text-left text-info">Summary: Lattitude vs X.</h1>
<div class=" card bg-color">
<div class="card-body">
<p>The purpose of this project is to visualize the weather of 500+ cities across the world of varying distance from the equator.</p>
<p>After assembling the dataset, we used Mathplotlin to plot various aspects of the weather vs. latitude. Factors we looked at included: temperature, cloudiness, windspeed, and humidity. This site provides the source data and visualizations created as part of the analysis, as well as explainations and descriptions of any trends and correlations witnessed.</p>
</div>
</div>
</div>
<div class= "col-lg-5 col-md-6 col-sm-12">
<h1 class="text-left text-info text-center">Visualizations</h1>
<div class=" card bg-color">
<div class="card-body">
<div class= "row">
<div class= "col-lg-6 col-md-6 col-sm-12">
<ul id="otis">
<li>
<article id="right">
<div class="box-shadow-hover pointer">
<div class="align-items-center justify-content-center">
<a target="_self" href="Visualizations/Latvstemp.html">
<img class="img-fluid w-xs-120p" src="assets/images/City Lattitude vs. Max Temperature.png" alt="City Lattitude vs Max Temperature">
</a>
<p class="small-font text-center">City Lattitude vs. Max Temperature</p>
</div>
</div>
</article>
</li>
<li>
<article id="right">
<div class="box-shadow-hover pointer">
<div class="align-items-center justify-content-center">
<a target="_self" href="Visualizations/LatvsHumd.html">
<img class="img-fluid w-xs-120p" src="assets/images/City Latitude vs. Humidity.png" alt="City Lattitude vs Humidity">
</a>
<p class ="small-font text-center">City Lattitude vs. Humidity</p>
</div>
</div>
</article>
</li>
</ul>
</div>
<div class="col-lg-6 col-md-6 col-sm-12">
<ul id="otis">
<li>
<article id="right">
<div class="box-shadow-hover pointer">
<div class="align-items-center justify-content-center">
<a target="_self" href="Visualizations/LatvsWind.html">
<img class="img-fluid w-xs-120p" src="assets/images/City Latitude vs. Wind Speed.png" alt="City Lattitude vs Wind Speed">
</a>
<p class ="small-font text-center">City Lattitude vs. Wind Speed</p>
</div>
</div>
</article>
</li>
<br>
<li>
<article id="right">
<div class="box-shadow-hover pointer">
<div class="align-items-center justify-content-center">
<a target="_self" href="Visualizations/LatvsCloud.html">
<img class="img-fluid w-xs-120p" src="assets/images/City Latitude vs. Cloudiness.png" alt="City Lattitude vs Cloudiness">
</a>
<p class ="small-font text-center">City Lattitude vs. Cloudiness</p>
</div>
</div>
</article>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Optional JavaScript; choose one of the two! -->
<!-- Option 1: jQuery and Bootstrap Bundle (includes Popper) -->
<!-- <script src="https://code.jquery.com/jquery-3.5.1.slim.min.js" integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" crossorigin="anonymous"></script> -->
<!-- <script src="https://cdn.jsdelivr.net/npm/bootstrap@4.5.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-ho+j7jyWK8fNQe+A12Hb8AhRq26LrZ/JpcUGGOn+Y7RsweNrtN/tE3MoK7ZeZDyx" crossorigin="anonymous"></script> -->
<!-- Option 2: jQuery, Popper.js, and Bootstrap JS -->
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js" integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.1/dist/umd/popper.min.js" integrity="sha384-9/reFTGAW83EW2RDu2S0VKaIzap3H66lZH81PoYlFhbGU+6BZp6G7niu735Sk7lN" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@4.5.3/dist/js/bootstrap.min.js" integrity="sha384-w1Q4orYjBQndcko6MimVbzY0tgp4pWB4lZ7lr30WKz0vr/aWKhXdBNmNb5D92v7s" crossorigin="anonymous"></script>
</body>
</html>