-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathweatherdata.html
More file actions
172 lines (151 loc) · 6.88 KB
/
Copy pathweatherdata.html
File metadata and controls
172 lines (151 loc) · 6.88 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
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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Trail Monitoring System</title>
<link rel="stylesheet" type="text/css" href="css/styles.css" />
<!--[if IE 7]>
<link rel="stylesheet" type="text/css" href="css/ie7.css" />
<![endif]-->
<!--[if IE]>
<link rel="stylesheet" type="text/css" href="css/ie.css" />
<![endif]-->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<script type="text/javascript" src="js/jquery-1.7.2.min.js"></script>
<script type="text/javascript" src="js/plugins.js"></script>
<script type="text/javascript" src="js/scripts.js"></script>
<script type="text/javascript" src="https://cdn.plot.ly/plotly-latest.min.js"></script>
<!--<script type="text/javascript" src="js/webility-min.js"></script>-->
<script type="text/javascript" src="js/utility.js"></script>
<script type="text/javascript" src="js/weatherdata.js"></script>
</head>
<body>
<div id="nojs-background">
</div>
<!--Start Outside-->
<div class="outside"><a name="top"></a>
<!-- Begin Header -->
<div id="header-outer" class="clearfix">
<div id="header-inner">
<!--Logo-->
<div class="logo"><a href="index.html"><img src="images/mtbtraillogo.png" width="60px" title="Trail Monitoring System" alt="Logo" /></a></div>
<!--End Logo-->
<!-- Nav -->
<div id="nav-wrap">
<div id="nav-wrap-inner">
<!--Horizontal Menu-->
<ul id="horz-nav-ul" class="sf-menu">
<li class="home"><a href="index.html">Home</a></li>
<li class="about"><a href="#" onclick="return false;">About</a>
<ul>
<li class="about"><a href="about.html">About the Project</a></li>
</ul>
</li>
<li class="portfolio"><a href="#" onclick="return false;">Weather/Trail Data</a>
<ul>
<li><a href="weatherdata.html" target="blank">Snyders Weather Data</a></li>
<li><a href="weatherdata-glasgow.html" target="blank">Glasgow Weather Data</a></li>
<li><a href="chargerdata.html" target="blank">Synders Solar Charger Data</a></li>
<li><a href="chargerdata-glasgow.html" target="blank">Glasgow Solar Charger Data</a></li>
<li><a href="trailstatus.html" target="blank">Current Trail Status</a></li>
</ul>
</li>
<li class="contact"><a href="contact.html">Contact</a></li>
</ul>
<!--End Horizontal Menu-->
<!--Search-->
<div class="search-pop-up">
<a id="search-button" href="#" title="Search" class="search-a"></a>
<div class="search-container">
<form action="" method="get">
<div class="search-input-wrap">
<input id="search-input" value="" class="search-input" name="query" />
</div>
<div class="search-button-wrap">
<input name="go" type="submit" value="Go" />
</div>
</form>
</div>
</div>
<!--End Search-->
<!--Minimise-->
<div class="min-button"><a id="minimise-button" href="#" title="Hide" class="min"></a></div>
<!--End Minimise-->
</div>
</div>
<!-- End Nav -->
</div>
</div>
<!-- End Header -->
<!-- Begin ABOUT US PAGE -->
<div class="content-outer clearfix">
<div class="content-inner">
<!--About us content-->
<div class="full-width-transparent clearfix">
<h1>Snyders Weather Data</h1>
<!--Heading tag examples-->
<div class="clearfix bottom-breaker">
<div id="status_loading"><h3>(Re)Loading data....<i class="fa fa-refresh fa-spin" style="font-size:18px"></i></h3></div>
<div id="status_loaded" hidden=false><h3 id="status_text">Loaded and Update to Date</h3></div>
</div>
<div class="clearfix bottom-breaker">
<div id="dials" style="width:900px;height:700px;"></div>
</div>
<div class="clearfix bottom-breaker">
<div id="rainChart" style="width:900px;height:400px;"></div>
</div>
<div class="clearfix bottom-breaker">
<div id="temperatureChart" style="width:900px;height:400px;"></div>
</div>
<div class="clearfix bottom-breaker">
<div id="humidityChart" style="width:900px;height:400px;"></div>
</div>
<div class="clearfix bottom-breaker">
<div id="airPressureChart" style="width:900px;height:400px;"></div>
</div>
<div class="clearfix bottom-breaker">
<div id="lightChart" style="width:900px;height:400px;"></div>
</div>
<!--End Heading tag examples-->
</div>
<!--End Images in content example-->
</div>
<!--End About us content-->
</div>
</div>
<!-- End ABOUT US PAGE -->
<!-- Begin Footer -->
<div id="footer">
<div class="footer-inside clearfix">
<!--Footers Left Column-->
<div class="foot-left-col">Copyright © 2021 <a href="http://trailmonitoring.ca" class="white-link">trailmonitoring.ca</a> </div>
<!--End Footers Left Column-->
<!--Footers Right Column-->
<div class="foot-right-col">
<ul class="footer-menu">
<li><a id="social-pop-out-trigger" href="#"><span class="up-ico">Connect with me</span></a></li>
<li><a id="twitter-pop-out-trigger" href="#"><span class="up-ico">Twitter</span></a></li>
<li class="top"><a href="#top" class="scroll-top"><span class="up-ico">Top</span></a></li>
</ul>
<!--Hidden pop out boxes - Social icons-->
<div class="footer-pop-out-box social-pop-out-box">
<div class="clearfix">
<div class="one-icon-wrap"><a href="https://instagram.com/trailmonitoring"><img src="images/social-icons/instagram.png" width="32" height="32" alt="Instagram" /></a></div>
<div class="one-icon-wrap"><a href="https://twitter.com/trailmonitoring"><img src="images/social-icons/twitter.png" width="32" height="32" alt="Twitter" /></a></div>
</div>
</div>
<!--Hidden pop out boxes - Twitter-->
<div class="footer-pop-out-box twitter-pop-out-box">
<div class="twitter-content clearfix" id="twitter_div">Please wait, fetching latest tweets...</div>
<div class="follow-me-button"><a class="button-press" href="#">Follow my tweets</a></div>
</div>
</div>
<!--End Footers Right Column-->
</div>
</div>
<!-- End Footer -->
</div>
<!--End Outside-->
<script type="text/javascript">Cufon.now();</script>
</body>
</html>