-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomparison.html
More file actions
113 lines (112 loc) · 5.79 KB
/
Copy pathcomparison.html
File metadata and controls
113 lines (112 loc) · 5.79 KB
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
<!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://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.3.1/css/all.css" integrity="sha384-mzrmE5qonljUremFsqc01SB46JvROS7bZs3IO2EmfFsd15uHvIt+Y8vEf7N7fWAU" crossorigin="anonymous">
<link rel="stylesheet" href="style.css">
<title>Farhad Omidvar - WeatherPy</title>
</head>
<body>
<nav class="navbar fixed-top navbar-expand-md navbar-custom ">
<a class="navbar-brand" href="index.html">
<i class="fas fa-globe-americas fa-spin fa-fw"></i>Latitude</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNavDropdown" aria-controls="navbarNavDropdown" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse justify-content-end" id="navbarNavDropdown">
<ul class="nav navbar-nav">
<li class="nav-item">
<a class="nav-link" href="index.html"><i class="fas fa-home"></i> Home</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdownMenuLink" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Plots
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdownMenuLink">
<a class="dropdown-item" href="maxtemperature.html">Max Temperature</a>
<a class="dropdown-item" href="humidity.html">Humidity</a>
<a class="dropdown-item" href="cloudiness.html">Cloudiness</a>
<a class="dropdown-item" href="windspeed.html">Wind Speed</a>
</div>
</li>
<li class="nav-item">
<a class="nav-link active-nav" href="comparison.html">Comparison</a>
</li>
<li class="nav-item">
<a class="nav-link" href="data.html">Data</a>
</li>
</ul>
</div>
</nav>
<div class="jumbotron">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="card card-custom">
<div class="card-body">
<h2 class="card-header"><i class="fas fa-th-large fa-fw"></i> Comparison:</h2>
<h4 class="card-title"> <i class="far fa-hand-point-down fa-flip-horizontal"></i> Click any plot to get an in-depth analysis <i class="far fa-hand-point-down"></i></h4>
<hr>
<div class="row">
<div class="col-md-6">
<div class="hovereffect">
<h6 class="card-title">Latitude vs Temperature</h6>
<a href="maxtemperature.html"><img src="Resources/Images/Latitude_vs_Max Temperature.png" class="card-img" alt="Latitude vs Temperature"></a>
</div>
</div>
<div class="col-md-6">
<div class="hovereffect">
<h6 class="card-title">Latitude vs Cloudiness</h6>
<a href="cloudiness.html"><img src="Resources/Images/Latitude_vs_Cloudiness.png" class="card-img" alt="Latitude vs cloudiness"></a>
</div>
</div>
</div>
<hr>
<div class="row">
<div class="col-md-6">
<div class="hovereffect">
<h6 class="card-title">Latitude vs Humidity</h6>
<a href="humidity.html"><img src="Resources/Images/Latitude_vs_Humidity.png" class="card-img" alt="Latitude vs Humidity"></a>
</div>
</div>
<div class="col-md-6">
<div class="hovereffect">
<h6 class="card-title">Latitude vs Wind Speed</h6>
<a href="windspeed.html"><img src="Resources/Images/Latitude_vs_Wind Speed.png" class="card-img" alt="Latitude vs Wind Speed"></a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<footer class="footer">
<div class="container">
<a href="https://github.com/farhadOmidvar" target="_blank">
<i class="fab fa-github fa-2x"></i>
</a>
<a href="https://linkedin.com/in/farhad-omidvar" target="_blank">
<i class="fab fa-linkedin fa-2x"></i>
</a>
<a href="mailto:gordias.farhad@gmail.com">
<i class="fas fa-at fa-2x"></i>
</a>
<p class="text text-center">
<small>© Copyright Farhad Omidvar 2018</br>
UCSD© Data Science and Visualization Boot Camp</small>
</p>
</div>
</footer>
<!-- Optional JavaScript -->
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js" integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js" integrity="sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy" crossorigin="anonymous"></script>
</body>
</html>