-
Notifications
You must be signed in to change notification settings - Fork 24
/
charging-station.html
236 lines (209 loc) · 10.8 KB
/
charging-station.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
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
<!DOCTYPE HTML>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Charging Station | DAV - Decentralized Autonomous Vehicles</title>
<meta name="description" content="DAV is a blockchain-based transportation platform which enables vehicles to discover, communicate and transact with one another using DAV tokens."/>
<meta property="og:title" content="DAV - Decentralized Autonomous Vehicles" />
<meta property="og:type" content="website" />
<meta property="og:image" content="https://dav.network/img/og_image.jpg" />
<meta property="og:url" content="https://dav.network" />
<meta property="og:description" content="DAV is a blockchain-based transportation platform." />
<link rel="apple-touch-icon" sizes="57x57" href="img/fav/favicon.png?v=2">
<link rel="apple-touch-icon" sizes="60x60" href="img/fav/favicon.png?v=2">
<link rel="apple-touch-icon" sizes="72x72" href="img/fav/favicon.png?v=2">
<link rel="apple-touch-icon" sizes="76x76" href="img/fav/favicon.png?v=2">
<link rel="apple-touch-icon" sizes="114x114" href="img/fav/apple-icon-114x114.png?v=2">
<link rel="apple-touch-icon" sizes="120x120" href="img/fav/apple-icon-120x120.png?v=2">
<link rel="apple-touch-icon" sizes="144x144" href="img/fav/apple-icon-144x144.png?v=2">
<link rel="apple-touch-icon" sizes="152x152" href="img/fav/apple-icon-152x152.png?v=2">
<link rel="apple-touch-icon" sizes="180x180" href="img/fav/apple-icon-180x180.png?v=2">
<link rel="icon" type="image/png" sizes="192x192" href="img/fav/android-icon-192x192.png?v=2">
<link rel="icon" type="image/png" sizes="32x32" href="img/fav/favicon.png?v=2">
<link rel="icon" type="image/png" sizes="96x96" href="img/fav/favicon.png?v=2">
<link rel="icon" type="image/png" sizes="16x16" href="img/fav/favicon.png?v=2">
<link rel="manifest" href="img/fav/manifest.json">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="msapplication-TileImage" content="img/fav/ms-icon-144x144.png?v=2">
<meta name="theme-color" content="#ffffff">
<!-- Google Tag Manager -->
<!-- <script type="text/javascript" data-cfasync="false">(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push(
{'gtm.start': new Date().getTime(),event:'gtm.js'}
);var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-NCJHZN5');</script> -->
<!-- End Google Tag Manager -->
<!-- Google Tag Manager -->
<script type="text/javascript" data-cfasync="false">(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-KRPG9G6');</script>
<!-- End Google Tag Manager -->
<link href="https://fonts.googleapis.com/css?family=Montserrat:300,400,500,700" rel="stylesheet">
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.8.1/slick.min.css" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/blueimp-gallery/2.30.0/css/blueimp-gallery.min.css" />
<link rel="stylesheet" type="text/css" href="css/style.css?v=3.2.5"/>
<!-- Bootstrap -->
<!-- <link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" rel="stylesheet"> -->
<!-- <link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css" rel="stylesheet"> -->
<!-- <link href="css/style.css" rel="stylesheet"> -->
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
<script type="text/javascript" data-cfasync="false">
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-104463303-1', 'auto');
ga('send', 'pageview');
ga('send', 'Button', 'Clicked', 'Join', '0');
</script>
<!-- Facebook Pixel Code -->
<script>
!function(f,b,e,v,n,t,s)
{if(f.fbq)return;n=f.fbq=function(){n.callMethod?
n.callMethod.apply(n,arguments):n.queue.push(arguments)};
if(!f._fbq)f._fbq=n;n.push=n;n.loaded=!0;n.version='2.0';
n.queue=[];t=b.createElement(e);t.async=!0;
t.src=v;s=b.getElementsByTagName(e)[0];
s.parentNode.insertBefore(t,s)}(window,document,'script',
'https://connect.facebook.net/en_US/fbevents.js');
fbq('init', '738526256352778');
fbq('track', 'PageView');
</script>
<noscript>
<img height="1" width="1" src="https://www.facebook.com/tr?id=738526256352778&ev=PageView&noscript=1"/>
</noscript>
<!-- End Facebook Pixel Code -->
</head>
<body class="route-creator-bg">
<!-- Google Tag Manager (noscript) -->
<!-- <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-NCJHZN5"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> -->
<!-- End Google Tag Manager (noscript) -->
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-KRPG9G6"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
<div class="hero route-creator" id="home">
<div id="startchange"></div>
<div class="hero-inner">
<div class="hero-valign">
<h1 style="padding-top: 20px;">Charging Station Dashboard</h1>
<h2>STATION ID: <span>4E3332</span></h2>
<form>
<div class="container text-left fixed-container-width1">
<div class="row">
<div class="col-sm-6">
<h3>Supported Drones</h3>
<div class="row">
<div class="col-md-4 col-xs-6">
<div class="custom-check">
<input type="checkbox" id="drone1">
<label for="drone1"><span></span> DJI Mavic Pro</label>
</div>
</div>
<div class="col-md-4 col-xs-6">
<div class="custom-check">
<input type="checkbox" id="drone2" checked>
<label for="drone2"><span></span> DJI Mavic Pro</label>
</div>
</div>
<div class="col-md-4 col-xs-6">
<div class="custom-check">
<input type="checkbox" id="drone3">
<label for="drone3"><span></span> DJI Mavic Pro</label>
</div>
</div>
<div class="col-md-4 col-xs-6">
<div class="custom-check">
<input type="checkbox" id="drone4" checked>
<label for="drone4"><span></span> DJI Phantom</label>
</div>
</div>
<div class="col-md-4 col-xs-6">
<div class="custom-check">
<input type="checkbox" id="drone5">
<label for="drone5"><span></span> DJI Mavic Pro</label>
</div>
</div>
<div class="col-md-4 col-xs-6">
<div class="custom-check">
<input type="checkbox" id="drone6" checked>
<label for="drone6"><span></span> DJI Mavic Pro</label>
</div>
</div>
<div class="col-md-4 col-xs-6">
<div class="custom-check">
<input type="checkbox" id="drone7">
<label for="drone7"><span></span> DJI Mavic Pro</label>
</div>
</div>
<div class="col-md-4 col-xs-6">
<div class="custom-check">
<input type="checkbox" id="drone8" checked>
<label for="drone8"><span></span> DJI Mavic Pro</label>
</div>
</div>
<div class="col-md-4 col-xs-6">
<div class="custom-check">
<input type="checkbox" id="drone9" checked>
<label for="drone9"><span></span> DJI Mavic Pro</label>
</div>
</div>
</div>
</div>
<div class="col-sm-6">
<h3>Station Location</h3>
<div class="row">
<div class="col-md-6 col-xs-6">
<label class="inline-label">
Lat:
<input type="text" value="40°41′21″N">
</label>
</div>
<div class="col-md-6 col-xs-6">
<label class="inline-label">
Long:
<input type="text" value="74°2′40″W">
</label>
</div>
</div>
</div>
</div>
<h3>Charging Price</h3>
<div class="row">
<div class="col-md-3 col-xs-6">
<label class="inline-label charge-price">
<input type="text" value="45">
DAV
</label>
</div>
</div>
<div class="row">
<div class="col-sm-4 col-sm-offset-4 col-lg-2 col-lg-offset-5">
<input type="submit" value="SAVE CHANGES" style="margin: 0;">
</div>
</div>
</div>
</form>
</div>
</div>
</div>
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="js/jquery.min.js" type="text/javascript" data-cfasync="false"></script>
<!-- Include all compiled plugins (below), or include individual files as needed -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js" type="text/javascript" data-cfasync="false"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-validate/1.17.0/jquery.validate.min.js" data-cfasync="false"></script>
<script src="js/main.min.js?v=3.2.5" type="text/javascript" data-cfasync="false"></script>
</body>
</html>