-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
440 lines (421 loc) · 16.4 KB
/
index.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
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Đồ án Web Trần Hoàng Tú - 18211TT0809</title>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js"></script>
<link rel="stylesheet" href="./public/css/bootstrap.min.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css">
<link rel="stylesheet" href="./public/fontawesome/css/all.min.css">
<link rel="stylesheet" href="./public/css/styles.css">
</head>
<body>
<div class="container">
<div class="input-group col-md-4">
<button class="btn border-right-0 border" type="button">
<i class="fa fa-search"></i>
</button>
<input class="form-control border-left-0 border" type="search" id="example-search-input">
<span class="input-group-append"></span>
</div>
</div>
<div class="cart">
<div class="container">
<a href="#"><i class="fas fa-shopping-cart"></i><span>(0)</span></a>
<a href="#"><i class="fas fa-balance-scale"></i><span>(0)</span></a>
<a href="#"><i class="fas fa-user"></i></a>
</div>
</div>
<header class="top-header">
<nav class="navbar navbar-expand-sm navbar-light bg-nav">
<div class="container">
<a href="index.html">
<img src="./public/images/logo.png" alt="logo" class="img-fluid">
</a>
<button class="navbar-toggler d-lg-none" type="button" data-toggle="collapse" data-target="#collapsibleNavId"
aria-controls="collapsibleNavId" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="collapsibleNavId">
<ul class="navbar-nav ml-auto mt-2 mt-lg-0">
<li class="nav-item active">
<a class="nav-link" href="#">MAVIC <span class="sr-only">(current)</span></a>
</li>
<li class="nav-item active">
<a class="nav-link" href="#">PHANTOM <span class="sr-only">(current)</span></a>
</li>
<li class="nav-item active">
<a class="nav-link" href="#">ACCESSORIES <span class="sr-only">(current)</span></a>
</li>
<li class="nav-item active">
<a class="nav-link" href="#">ABOUT <span class="sr-only">(current)</span></a>
</li>
<li class="nav-item active">
<a class="nav-link" href="#">CONTACTS
<span class="sr-only">(current)</span></a>
</li>
<li class="nav-item active">
<a class="nav-link" href="#">BLOG <span class="sr-only">(current)</span></a>
</li>
</ul>
</div>
</div>
</nav>
<div class="banner">
<div id="demo" class="carousel slide" data-ride="carousel">
<ul class="carousel-indicators">
<li data-target="#demo" data-slide-to="0" class="active"></li>
<li data-target="#demo" data-slide-to="1"></li>
<li data-target="#demo" data-slide-to="2"></li>
</ul>
<div class="carousel-inner">
<div class="carousel-item active mr-auto mt-2 mt-lg-0">
<img src="./public/images/slider-01.jpg" alt="Flycam Erida" class="img-fluid">
<div class="carousel-caption">
<h1 class="text">Cam-equipped <br> Quadcopters</h1>
<p class="text-nav">Purchase one of these copters and enable yourself
<br> to take 4K quality videos and photos!</p>
<div class="canh-0">
<p><a class="shop-1" href="#">Shop Now!</a></p>
</div>
</div>
</div>
<div class="carousel-item">
<img src="./public/images/slider-02.jpg" alt="Flycam 3DR" class="img-fluid">
<div class="carousel-caption">
<p class="sale-1">Drones, quadcopters, hexacopter and octocopters all come at a staggering 10% discount
this summer! </p>
<h1 class="sale-2">10% OFF</h1>
<h3 class="sale-3">Your 1st Drone!</h3>
<div class="canh-1">
<p><a class="shop-2" href="#">Shop Now!</a></p>
</div>
</div>
</div>
<div class="carousel-item">
<img src="./public/images/slider-3.jpg" alt="Flycam EPD" class="img-fluid">
<div class="carousel-caption">
<h2 class="text-1">Variety of <br> Gimbals</h2>
<p class="text-2">On par with a wide range of drones,
<br> we also offer a wide variety of gimbals!</p>
<div class="canh-2">
<p><a class="shop-3" href="#">Shop Now!</a></p>
</div>
</div>
</div>
</div>
<a class="carousel-control-prev" href="#demo" data-slide="prev">
<span class="carousel-control-prev-icon"></span>
</a>
<a class="carousel-control-next" href="#demo" data-slide="next">
<span class="carousel-control-next-icon"></span>
</a>
</div>
</div>
</header>
<br>
<section class="bg-banner">
<div class="container">
<div class="row">
<div class="col-md-6">
<img src="./public/images/mt-1169_home_bg01.png" alt="flycam-1" class="img-fluid">
<div class="centered">
<h2><b>DJI Ph<span>antom 4</span></b></h2>
<a href="#">SHOP NOW!</a>
</div>
</div>
<div class="col-md-6">
<img src="./public/images/mt-1169_home_bg02.png" alt="flycam-2" class="img-fluid">
<div class="centered">
<h2><b>DJI Ph<span>antom 4</span></b></h2>
<a class="text-shopnow" href="#">SHOP NOW!</a>
</div>
</div>
</div>
</div>
<div class="top-rated">
<div class="container">
<h2>
Top Rated Drones & Quadcopters
</h2>
<p>
What differs our drone store from the rest of the crowd is our range and prices!
</p>
</div>
</div>
<div class="drones">
<div class="container">
<div class="row">
<div class="col-md-3">
<div class="item">
<img src="./public/images/flycam1.jpg" alt="Flycam YUNEEC" class="img-fluid">
<a href="#">
<h5> YUNEEC – Typhoon H Hexacopter Pro with Intel RealSense Technology</h5>
</a>
<p>$895.00</p>
<a href="#" class="btn btn-add"><i class="fas fa-shopping-cart"></i> Add to cart</a>
</div>
</div>
<div class="col-md-3">
<div class="item">
<img src="./public/images/flycam2.jpg" alt="Flycam YUNEEC" class="img-fluid">
<a href="#">
<h5> YUNEEC – Typhoon H Hexacopter Pro with Intel RealSense Technology</h5>
</a>
<p>$985.00</p>
<a href="#" class="btn btn-add"><i class="fas fa-shopping-cart"></i> Add to cart</a>
</div>
</div>
<div class="col-md-3">
<div class="item">
<img src="./public/images/flycam3.jpg" alt="Flycam YUNEEC" class="img-fluid">
<a href="#">
<h5> YUNEEC – Typhoon H Hexacopter Pro with Intel RealSense Technology</h5>
</a>
<p>$754.00</p>
<a href="#" class="btn btn-add"><i class="fas fa-shopping-cart"></i> Add to cart</a>
</div>
</div>
<div class="col-md-3">
<div class="item">
<img src="./public/images/flycam4.jpg" alt="Flycam Protocol" class="img-fluid">
<a href="#">
<h5>Protocol – Neo-Drone Mini RC Drone</h5>
</a>
<p>$458.00</p>
<a href="#" class="btn btn-add"><i class="fas fa-shopping-cart"></i> Add to cart</a>
</div>
</div>
</div>
</div>
</div>
<p class="view"><u><a href="#">View More Items</a></u></p>
<div class="arrivals">
<div class="container">
<h2>
New Arrivals
</h2>
<p>
Featuring as many drones and quadcopters as we do, new arrivals are a daily routine!
</p>
<div class="row">
<div class="col-md-3">
<div class="item">
<img src="./public/images/flycam5.jpg" alt="Flycam Parrot" class="img-fluid">
<a href="#">
<h5> Parrot – Bebop 2 Quadcopter with Skycontroller 2 and Cockpit FPV Glasses</h5>
</a>
<p>$1,241.00</p>
<a href="#" class="btn btn-add"><i class="fas fa-shopping-cart"></i> Add to cart</a>
</div>
</div>
<div class="col-md-3">
<div class="item">
<img src="./public/images/flycam6.jpg" alt="Flycam 3DR" class="img-fluid">
<a href="#">
<h5> 3DR – Solo Drone – Black</h5>
</a>
<p>$765.00</p>
<a href="#" class="btn btn-add"><i class="fas fa-shopping-cart"></i> Add to cart</a>
</div>
</div>
<div class="col-md-3">
<div class="item">
<img src="./public/images/flycam7.jpg" alt="Flycam EHANG" class="img-fluid">
<a href="#">
<h5> EHANG – Ghostdrone 2.0 VR Drone (Apple iOS Compartible)</h5>
</a>
<p>$876.00</p>
<a href="#" class="btn btn-add"><i class="fas fa-shopping-cart"></i> Add to cart</a>
</div>
</div>
<div class="col-md-3">
<div class="item">
<img src="./public/images/flycam8.jpg" alt="Flycam Autel" class="img-fluid">
<a href="#">
<h5>Autel Robotics – X-Star Premium Quadcopter with Remote Controller</h5>
</a>
<p>$1,098.00</p>
<a href="#" class="btn btn-add"><i class="fas fa-shopping-cart"></i> Add to cart</a>
</div>
</div>
</div>
<p class="view"><u><a href="#">View More Items</a></u></p>
</div>
</div>
<div class="support">
<div class="container">
<div class="row">
<div class="col-md-6">
<p><i class="far fa-hdd fa-3x"></i></p>
<h3>Free Shipping</h3>
<p>One thing we are confident will make anyone happy is our free delivery policy.</p>
<br>
<p><a class="read" href="#">Read more</a></p>
</div>
<div class="col-md-6">
<p><i class="fas fa-headphones fa-3x"></i></p>
<h3>Support Online</h3>
<p>Besides selling complicated drones we also provide lessons on how to fly them…</p>
<br>
<p><a class="read" href="#">Contact us</a></p>
</div>
</div>
</div>
</div>
<div class="arrivals">
<div class="container">
<h2>
Testimonials
</h2>
<p>
With thousands of happy customers, it looks like they all have something nice to say!
</p>
<div class="row">
<div class="col-md-6">
<p>Working in a private military company, providing the best technologies for the security sake of our
clients is essential. This is why we’ve decided to find drones at this store, because of the variety of
drones these guys’ve accumulated here…</p>
<br>
<div class="row">
<div class="col-md-2">
<img src="./public/images/nu.jpg" alt="Nữ" class="img-fluid">
</div>
<div class="col-md-3">
<a class="tacgia" href="#">Mary Wilkins</a>
<b class="dev">Developer</b>
</div>
</div>
</div>
<div class="col-md-6">
<p>I am a doctor in a small rural area in the state of Ohio. Just recently after seeing awesome videos on
YouTube we’ve decided that our local medical emergency team might make use of a medical drone. And we
bought it here!</p>
<br>
<div class="row">
<div class="col-md-2">
<img src="./public/images/nam.jpg" alt="Nam" class="img-fluid">
</div>
<div class="col-md-3">
<a class="tacgia" href="#">Roger Harriets</a>
<b class="dev">Developer</b>
</div>
</div>
</div>
</div>
</div>
<br><br><br>
</div>
<div class="email">
<h2>Email Newsletters</h2>
<br>
<p>Get on our newsletter list and get all the tips, new arrivals and all the promos!</p>
<br>
<form class="from" action="#">
<input class="input" type="email" name="Email" placeholder="Enter your email*" />
</form>
<br><br>
<a class="sub" href="#">Subscribe!</a>
</div>
<div class="main-content">
<div class="container">
<div class="row">
<div class="col-md-3">
<p class="content">
About
</p>
<p class="content-1">
It’s amazing that in a matter of just a few recent years, drones and quadcopters have become a very
integral part of our lifestyle. Delivery drones, military drones, camera-equipped quadcopters - we’ve got
it all here - at the best price in the world and at a sky-high quality!
</p>
</div>
<div class="col-md-3">
<p class="content">
Categories
</p>
<a class="content-2" href="#">
Accessories
</a>
<br>
<a class="content-2" href="#">
Mavic
</a>
<br>
<a class="content-2" href="#">
Phantom
</a>
</div>
<div class="col-md-3">
<p class="content">
Custom Posts
</p>
<p class="drone">
Drone Tips, Live View Drones
<br>
<a class="content-3" href="#">Link Format</a>
<br>
<a class="content-1" href="#">
Recently, many environmental activists began to use drones too
</a>
</p>
<p class="drone">
Drone Tips, Live View Drones
<br>
<a class="content-3" href="#">Quote Format</a>
<br>
<a class="content-1" href="#">
Such monitoring option is more secure for wildlife activists. Especially when dealing…
</a>
</p>
</div>
<div class="col-md-3">
<p class="content">
Contacts
</p>
<i class="fas fa-phone"></i>
<a class="content-2" href="#"> (123) 456-7890</a>
<br>
<i class="far fa-clock"></i>
<a class="content-5" href="#"> 7 Days a week from 9 am to 7 pm</a>
<br>
<i class="far fa-envelope"></i>
<a class="content-4" href="#">info@demolink.org</a>
</div>
</div>
</div>
</div>
</section>
<footer>
<div class="container">
<div class="row">
<div class="col-md-2">
<img src="./public/images/footer_logo02.png" alt="MOOX" class="img-fluid">
</div>
<div class="col-md-3">
<p class="content-1">
© 2019 Moox. All Right Reserved.
<a class="content-4" href="#"> Privacy Policy.</a>
</p>
</div>
<div class="col-md-4">
</div>
<div class="col-md-3">
<a href="#"><i class="fab fa-cc-visa fa-2x"></i></a>
<a href="#"><i class="fab fa-cc-mastercard fa-2x"></i></a>
<a href="#"><i class="fab fa-cc-amex fa-2x"></i></a>
<a href="#"><i class="fab fa-cc-paypal fa-2x"></i></a>
<a href="#"><i class="fab fa-cc-discover fa-2x"></i></a>
</div>
</div>
</div>
</footer>
<a href="#" class="to-top">
<i class="fas fa-arrow-circle-up"></i>
</a>
</body>
</html>