-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplot_guide.html
More file actions
144 lines (117 loc) · 8.05 KB
/
Copy pathplot_guide.html
File metadata and controls
144 lines (117 loc) · 8.05 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
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
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="author" content="">
<link rel="icon" href="#">
<title>Landing Page</title>
<!-- Bootstrap core CSS -->
<link rel="stylesheet" type="text/css" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="stylesheet.css">
</head>
<body>
<div class="container">
<nav class="navbar navbar-default navbar-tall navbar-full" role="navigation">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#global-nav">
<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="/Users/nicksteinhauser/Desktop/bootcamp_workspace/repo/12-ste-Web-hwk/landing.html">Latitude</a>
</div>
<div class="nav navbar-tabs" id="global-nav">
<div class="navbar-right">
<ul class="nav navbar-nav">
<li class="dropdown">
<a href="#" data-toggle="dropdown" class="dropdown-toggle">Plots <b class="caret"></b></a>
<ul class="dropdown-menu">
<li><a href="/Users/nicksteinhauser/Desktop/bootcamp_workspace/repo/12-ste-Web-hwk/temperature.html">Temperature</a></li>
<li><a href="/Users/nicksteinhauser/Desktop/bootcamp_workspace/repo/12-ste-Web-hwk/clouds.html">Cloud Cover</a></li>
<li><a href="/Users/nicksteinhauser/Desktop/bootcamp_workspace/repo/12-ste-Web-hwk/humidity.html">Humidity</a></li>
<li><a href="/Users/nicksteinhauser/Desktop/bootcamp_workspace/repo/12-ste-Web-hwk/windspeed.html">Windspeed</a></li>
<li class="divider"></li>
<li><a href="/Users/nicksteinhauser/Desktop/bootcamp_workspace/repo/12-ste-Web-hwk/sampling.html">Sampling</a></li>
</ul>
</li>
<li>
<a href="/Users/nicksteinhauser/Desktop/bootcamp_workspace/repo/12-ste-Web-hwk/comparisons.html">
Comparisons
</a>
</li>
<li>
<a href="/Users/nicksteinhauser/Desktop/bootcamp_workspace/repo/12-ste-Web-hwk/table.html">
Data
</a>
</li>
<li>
<a href="#">
</a>
</li>
</ul>
</div>
</div>
</nav>
<!-- main body -->
<!-- main body -->
<div class= 'row'>
<!--description tab -->
<div class='col-md-10 col-sm-12'>
<div class='jumbotron'>
<div class= 'row'>
<div class='col-sm-11 col-xs-11'>
<h3>Lorem ipsum 1</h3>
</div>
</div>
<div class = 'row'>
<div class='col-sm-12 col-xs-12'>
<img style = 'float:left' width=50% src='Final/heatheatmapmap.png' href = '#'></img>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Quia, aperiam! Nobis accusamus deleniti quibusdam doloremque. Distinctio cumque impedit dolorum soluta autem dolores tempore, voluptas minima enim. Nihil labore totam reprehenderit?</p>
</div>
</div>
</div>
</div>
<!-- visualizations tab -->
<div class='col-md-2 col-sm-12'>
<div class='jumbotron' id = 'viz-box'>
<div class= 'row'>
<div class = 'col-md-12 col-sm-3 col-xs-'>
<a href="/Users/nicksteinhauser/Desktop/bootcamp_workspace/repo/12-ste-Web-hwk/temperature.html" title = "Heat Map" class="d-block mb-4 h-100">
<img width=100% src='Final/heatheatmapmap.png' >
</a>
</div>
<div class = 'col-md-12 col-sm-3 col-xs-3'>
<a href="/Users/nicksteinhauser/Desktop/bootcamp_workspace/repo/12-ste-Web-hwk/humidity.html" title = 'Humidity' class="d-block mb-4 h-100">
<img width=100% src='Final/humidity_hist.png' >
</a>
</div>
<div class = 'col-md-12 col-sm-3 col-xs-3'>
<a href="/Users/nicksteinhauser/Desktop/bootcamp_workspace/repo/12-ste-Web-hwk/windspeed.html" title = "Windspeed" class="d-block mb-4 h-100">
<img width=100% src='Final/windspeed_hist.png' >
</a>
</div>
<div class = 'col-md-12 col-sm-3 col-xs-3'>
<a href="/Users/nicksteinhauser/Desktop/bootcamp_workspace/repo/12-ste-Web-hwk/clouds.html" title = "Cloud Cover" class="d-block mb-4 h-100">
<img width=100% src='Final/clouds.png' >
</a>
</div>
</div>
</div>
</div>
</div>
</div>
<footer class="bd-footer text-muted">
<div class="container">
<ul class="bd-footer-links">
<li><a href="https://github.com/nfstein/Latitude-Climate-Analysis.git">GitHub</a></li>
<li><a href="https://github.com/nfstein/">Other Projects</a></li>
</ul>
<p>Designed and built by Nick Steinhauser<a href="#" target="_blank"></a></p>
<p>Currently v3.3.7 Code licensed <a rel="license" href="https://github.com/twbs/bootstrap/blob/master/LICENSE" target="_blank">MIT</a>, docs <a rel="license" href="https://creativecommons.org/licenses/by/3.0/" target="_blank">CC BY 3.0</a>.</p>
</div>
</footer>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js"></script>
</body>
</html>