-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfirmation.html
327 lines (287 loc) · 15.8 KB
/
confirmation.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
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
<!DOCTYPE html>
<html lang="en">
<head>
<!-- basic -->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<!-- mobile metas -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="viewport" content="initial-scale=1, maximum-scale=1">
<!-- site metas -->
<title>CopterCustoms - Confirmation Page</title>
<meta name="keywords" content="">
<meta name="description" content="">
<meta name="author" content="">
<!-- bootstrap css -->
<link rel="stylesheet" href="css/bootstrap.min.css">
<!-- style css -->
<link rel="stylesheet" href="css/style.css">
<!-- Responsive-->
<link rel="stylesheet" href="css/responsive.css">
<!-- fevicon -->
<!-- <link rel="icon" href="images/fevicon.png" type="image/gif" /> -->
<!-- Scrollbar Custom CSS -->
<link rel="stylesheet" href="css/jquery.mCustomScrollbar.min.css">
<!-- Tweaks for older IEs-->
<link rel="stylesheet" href="https://netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css">
<!-- owl stylesheets -->
<link rel="stylesheet" href="css/owl.carousel.min.css">
<link rel="stylesheet" href="css/owl.theme.default.min.css">
<!-- <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/fancybox/2.1.5/jquery.fancybox.min.css" media="screen"> -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script><![endif]-->
<!-- Javascript files-->
<script src="js/jquery.min.js"></script>
<script src="js/popper.min.js"></script>
<script src="js/bootstrap.bundle.min.js"></script>
<script src="js/jquery-3.0.0.min.js"></script>
<script src="js/plugin.js"></script>
<!-- sidebar -->
<script src="js/jquery.mCustomScrollbar.concat.min.js"></script>
<!-- <script src="js/custom.js"></script> -->
<!--CopterCustoms-->
<script type="text/javascript" src="js/script_cust.js"></script>
<script type="text/javascript" src="js/confirm_pay.js"></script>
<script async src="https://www.googletagmanager.com/gtag/js?id=G-0NZJ2X1Y82"></script>
<script
src="https://code.jquery.com/jquery-3.4.1.js"
integrity="sha256-WpOohJOqMqqyKL9FccASB9O0KwACQJpFTUBLTYOVvVU="
crossorigin="anonymous"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-0NZJ2X1Y82');
</script>
</head>
<!-- body -->
<body class="main-layout">
<!-- loader -->
<div class="loader_bg">
<div class="loader"><img src="image/Spin.gif" alt="#" /></div>
</div>
<!-- end loader -->
<!-- header -->
<header class="section">
<!-- header inner -->
<div class="header">
<div class="container">
<div class="row">
<div class="col-xl-3 col-lg-3 col-md-3 col-sm-3 col logo_section">
<div class="full">
<div class="center-desk">
<div class="logo"> <a href="index.html"><img style="max-width:40%" src="image/LOGO/Facebook External links (1200x628) PNG.png" alt="#"></a> </div>
</div>
</div>
</div>
<div class="col-xl-9 col-lg-9 col-md-9 col-sm-9">
<div class="menu-area">
<div class="limit-box">
<nav class="main-menu">
<ul class="menu-area-main">
<li> <a href="index.html">Home</a> </li>
<!-- <li> <a href="about.html">Store</a> </li>
<li> <a href="about.html">About Us</a> </li>
<li><a href="contact.html">Contact Us</a></li> -->
<!-- <li class="last"><a href="https://translate.google.com/translate?sl=en&tl=ru&u=crashxz.github.io"><img onclick="translate()" src="image/translate.png" alt="icon"/></a></li> -->
</ul>
</nav>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- end header inner -->
</header>
<!-- end header -->
<!-- plant -->
<div id="plant" class="section product">
<div class="container">
<div class="row">
<div class="col-md-12 ">
<div class="titlepage">
<h2><strong class="black"> Shipping</strong> and Payment</h2>
<!-- <span>Choose between professionally built drones or customize one yourself.</span> -->
</div>
</div>
</div>
</div>
</div>
<div class="contact_us_2 layout_padding paddind_bottom_0 section">
<div class="container">
<div class="row">
<div class="col-xl-12 col-lg-12 col-md-6 col-sm-12">
<div class="target_product">
<!-- <h5 id = "drone_name">Drone Name</h5> -->
<form id="configurator">
<div class="form-group row" >
<label class="col-sm-2 col-form-label"> Name : </label>
<input type="text" class="form-control form-control-lg" id="name" name="name" >
</div>
<div class="form-group row" >
<label class="col-sm-2 col-form-label"> Email : </label>
<input type="text" class="form-control form-control-lg" id="email" name="email" >
</div>
<div class="form-group row" >
<label class="col-sm-2 col-form-label"> Phone Number : </label>
<input type="text" class="form-control form-control-lg" id="phone" name="phone" >
</div>
<div class="form-group row" >
<label class="col-sm-2 col-form-label"> Address Line 1 : </label>
<input type="text" class="form-control form-control-lg" id="add1" name="add1" >
</div>
<div class="form-group row" >
<label class="col-sm-2 col-form-label"> Address Line 2 : </label>
<input type="text" class="form-control form-control-lg" id="add2" name="add2" >
</div>
<div class="form-group row" >
<label class="col-sm-2 col-form-label"> Zip Code : </label>
<input type="text" class="form-control form-control-lg" id="zip" name="zip" >
</div>
<div class="form-group row" >
<label class="col-sm-2 col-form-label"> State : </label>
<input type="text" class="form-control form-control-lg" id="state" name="state" >
</div>
<div class="form-group row" >
<label class="col-sm-2 col-form-label"> City : </label>
<input type="text" class="form-control form-control-lg" id="city" name="city" >
</div>
<div class="form-group row" >
<label class="col-sm-2 col-form-label"> Country : </label>
<input type="text" class="form-control form-control-lg" id="country" name="country" >
</div>
<div class="form-group row" >
<label class="col-sm-2 col-form-label"> Frame : </label>
<h5 id ="frame_selected" style=" color: #fff; padding-top: 0.5em;"></h5>
</div>
<div class="form-group row" >
<label class="col-sm-2 col-form-label"> Flight Controller: </label>
<h5 id ="fc_selected" style=" color: #fff; padding-top: 0.5em;"></h5>
</div>
<div class="form-group row" >
<label class="col-sm-2 col-form-label"> ESCs : </label>
<h5 id ="esc_selected" style=" color: #fff; padding-top: 0.5em;"></h5>
</div>
<div class="form-group row" >
<label class="col-sm-2 col-form-label"> Motors : </label>
<h5 id ="motor_selected" style=" color: #fff; padding-top: 0.5em;"></h5>
</div>
<div class="form-group row" >
<label class="col-sm-2 col-form-label"> Propellors : </label>
<h5 id ="prop_selected" style=" color: #fff; padding-top: 0.5em;"></h5>
</div>
<div class="form-group row" >
<label class="col-sm-2 col-form-label"> VTX + Antenna : </label>
<h5 id ="vtx_selected" style=" color: #fff; padding-top: 0.5em;"></h5>
</div>
<div class="form-group row" >
<label class="col-sm-2 col-form-label"> Camera : </label>
<h5 id ="camera_selected" style=" color: #fff; padding-top: 0.5em;"></h5>
</div>
<div class="form-group row" >
<label class="col-sm-2 col-form-label"> Battery : </label>
<h5 id ="battery_selected" style=" color: #fff; padding-top: 0.5em;"></h5>
</div>
<div class="form-group row" >
<label class="col-sm-2 col-form-label"> Charger : </label>
<h5 id ="charger_selected" style=" color: #fff; padding-top: 0.5em;"></h5>
</div>
<div class="form-group row" >
<label class="col-sm-2 col-form-label"> Radio Transmitter : </label>
<h5 id ="transmitter_selected" style=" color: #fff; padding-top: 0.5em;"></h5>
</div>
<div class="form-group row" >
<label class="col-sm-2 col-form-label"> Reciever(Rx) : </label>
<h5 id ="reciever_selected" style=" color: #fff; padding-top: 0.5em;"></h5>
</div>
<div class="form-group row" >
<label class="col-sm-2 col-form-label"> FPV-Goggles : </label>
<h5 id ="goggles_selected" style=" color: #fff; padding-top: 0.5em;"></h5>
</div>
<!-- <div class="form-group row" >
<label class="col-sm-2 col-form-label">Assembly Required : </label>
<input type="checkbox" style="height: 30px;" class="form-control form-control-sm" style="padding-top: 0.5em;" id="assembly_required" name="assembly_required" >
</div> -->
<div class="form-group row">
<label class="col-sm-2 col-form-label"> Extra Battery : </label>
<h5 id ="extra_bat_selected" style=" color: #fff; padding-top: 0.5em;"></h5>
<label class="col-sm-2 col-form-label"> Comments : </label>
<textarea rows="3" class="form-control form-control-lg" id="comments" name="comments" ></textarea>
</div>
<!-- <div class="form-group row" >
<label class="col-sm-2 col-form-label"> Comments : </label>
<input type="text" class="form-control form-control-lg" id="comments" name="comments" >
</div> -->
<div class="form-group">
<h4 style=" color: #fff;">Total Price : </h4><h4 id ="total_price" style=" color: #fff;"></h4>
</div>
<div class="form-group">
<button onclick="confirm_and_buy()" type="button" id="confirm_buy" class="btn btn-primary" style="background: #fff; color: #081b30; padding: 11px;">Buy</button>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
</div>
<div id="footer" class="Address layout_padding">
<div class="container">
<div class="address_2">
<div class="row">
<div class="col-sm-12 col-md-12 col-lg-4">
<div class="site_info">
<span class="info_icon"><img src="images/map-icon.png" /></span>
<span style="margin-top: 21px;">Lenin Ave. 36, Tomsk, Russia</span></div>
</div>
<div class="col-sm-12 col-md-12 col-lg-4">
<div class="site_info">
<span class="info_icon"><img src="images/phone-icon.png" /></span>
<span style="margin-top: 21px;"> +7 9299414928</span></div>
</div>
<div class="col-sm-12 col-md-12 col-lg-4">
<div class="site_info">
<span class="info_icon"><img src="images/email-icon.png" /></span>
<span style="margin-top: 21px;">[email protected]</span></div>
</div>
</div>
<div class="row">
<div class="col-sm-12 col-md-12 col-lg-4" onclick="window.location='http://www.instagram.com/coptercustomsteam/';">
<div class="site_info">
<span class="info_icon"><img href = "http://www.instagram.com/coptercustomsteam/" src="image/instagram_icon.png" /></span>
<span style="margin-top: 21px;">Instagram</span></div>
</div>
<div class="col-sm-12 col-md-12 col-lg-4">
<div class="site_info">
<span class="info_icon"><img src="images/phone-icon.png" /></span>
<span style="margin-top: 21px;">Facebook</span></div>
</div>
<div class="col-sm-12 col-md-12 col-lg-4">
<div class="site_info">
<span class="info_icon"><img src="images/email-icon.png" /></span>
<span style="margin-top: 21px;">VK</span></div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- end Contact Us-->
<!-- footer start-->
<div id="plant" class="footer layout_padding">
<div class="container">
<p> 2021 All Rights Reserved. <a href="https://github.com/crashxz/"> Mainak Mondal</a></p>
</div>
</div>
<!-- javascript -->
<script src="js/owl.carousel.js"></script>
<script>
//Visual
setTimeout(function () {
$('.loader_bg').fadeToggle();
}, 300);
</script>
</body>
</html>