-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmobile.html
95 lines (84 loc) · 3.51 KB
/
mobile.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
<!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/mobile.js"></script>
</head>
<body>
<!--Start Outside-->
<div class="outside"><a name="top"></a>
<!-- Begin Header -->
<div id="header-outer" class="clearfix">
<div id="header-inner-mobile">
<!-- Nav -->
<div id="nav-wrap">
<div id="nav-wrap-inner-mobile">
<!--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-->
</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">
<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">
<div id="dials"></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>
<!--End Outside-->
<script type="text/javascript">Cufon.now();</script>
</body>
</html>