-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
406 lines (404 loc) · 15.6 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- added bootstrap css via npm-->
<link
rel="stylesheet"
href="/node_modules/bootstrap/dist/css/bootstrap.min.css"
/>
<!-- added bootstrap css via cdn -->
<link
href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"
rel="stylesheet"
integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC"
crossorigin="anonymous"
/>
<!-- the normal css -->
<link rel="stylesheet" href="pages/home.css" />
<title>AutoDrone</title>
</head>
<body>
<header>
<nav
class="navbar navbar-expand-lg fixed-top navbarScroll bg-black navbar-dark"
>
<div class="container-fluid p-3">
<!-- the logo -->
<a href="#" class="navbar-brand">
<img src="/Autodrone-vectors/Logo.svg" alt="logo" />
</a>
<!-- the toggle icon -->
<button
class="navbar-toggler"
id="navbar-toggle"
type="button"
data-bs-toggle="collapse"
data-bs-target="#navbarSupportedContent"
aria-controls="navbarSupportedContent"
aria-expanded="false"
aria-label="Toggle navigation"
>
<span class="navbar-toggler-icon"></span>
</button>
<!-- the links -->
<div
class="collapse navbar-collapse justify-content-center"
id="navbarSupportedContent"
>
<ul class="navbar-nav">
<li class="nav-item px-5">
<a href="#home" class="nav-link">HOME</a>
</li>
<li class="nav-item px-5">
<a href="#gallery" class="nav-link">GALLERY</a>
</li>
<li class="nav-item px-5">
<a href="#products" class="nav-link">PRODUCTS</a>
</li>
<li class="nav-item px-5">
<a href="#review" class="nav-link">REVIEW</a>
</li>
<li class="nav-item px-5">
<a href="#support" class="nav-link">SUPPORT</a>
</li>
</ul>
</div>
</div>
</nav>
<!-- Hero -->
<section class="bgimage container-fluid bg-black" id="home">
<div class="row">
<div class="col-lg-12 col-md-12 col-sm-12 col-xs-12 hero-text">
<h2 class="hero_title px-5">Representing Drone Light</h2>
<p class="hero_desc px-4">
Look up the sky and beautiful world with simple navigation. Just
record and get a lot memories to share, lightly and fast like a
lightning
</p>
<button class="btn btn-primary get-now" type="button">
GET NOW
</button>
</div>
</div>
</section>
</header>
<main>
<div class="container-fluid">
<div class="row gx-4 gy-4 px-2 py-4">
<div class="col-lg-6 col-md-6 col-sm-6 col-xs-12">
<div id="ultra-light" class="py-5">
<h2 class="page-2-header" id="ultra-header">Ultra Light</h2>
<p class="page-2-text" id="ultra-text">
Drone move faster with weighing component
<span>under 200 g</span>
</p>
</div>
</div>
<div class="col-lg-6 col-md-6 col-sm-6 col-xs-12">
<div id="best-resolution" class="py-5">
<h2 class="page-2-header" id="best-res-header">
Best Resolution
</h2>
<p class="page-2-text" id="best-res-text">
Take a beautiful view with best camera up to
<span>4K Camera Resolution</span>
</p>
</div>
</div>
</div>
</div>
<div class="container-fluid" id="wdl-container">
<div class="row gx-5 py-3 px-5 justify-content-center">
<div class="col-lg-4 col-md-4 col-sm-4 col-xs-12">
<div id="wdl-drone-img">
<img
src="/Autodrone-vectors/benefit_feature_image 1.png"
alt="drone-img"
class="img-fluid"
/>
</div>
</div>
<div class="col" id="why-drone-light-container">
<div class="row gy-4">
<div class="col-12">
<div id="wdl-text">
<h2 id="wdl-header">Why Drone Light?</h2>
<p id="wdl-text-pa">
We provide a best self drone easy to use and operate. With
auto pilot, the device will take a beautiful view for the
best of flying operation.
</p>
</div>
</div>
<div class="col-12">
<div
class="row gx-3 gy-3 justify-content-between"
id="wdl-feats"
>
<div
class="col-lg-3 col-md-3 col-sm-3 col-xs-6 feat-desc text-center"
>
<h3 class="wdl-feat-header">4K</h3>
<p class="wdl-feat-text">Camera Resolution</p>
</div>
<div
class="col-lg-3 col-md-3 col-sm-3 col-xs-6 feat-desc text-center"
>
<h3 class="wdl-feat-header">2 TB</h3>
<p class="wdl-feat-text">Storage Capacity</p>
</div>
<div
class="col-lg-3 col-md-3 col-sm-3 col-xs-6 feat-desc text-center"
>
<h3 class="wdl-feat-header">60 m/s</h3>
<p class="wdl-feat-text">Super Max Speed</p>
</div>
<div
class="col-lg-3 col-md-3 col-sm-3 col-xs-6 feat-desc text-center"
>
<h3 class="wdl-feat-header">30 mins</h3>
<p class="wdl-feat-text">Long Flight Time</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- New Products Section -->
<div class="container-fluid my-5 product">
<div id="new-product-texts" class="container text-center mb-5">
<h2 class="np-header">New Products</h2>
<p class="np-texts">
New Innovation, best quality than before. Make every flying
operation moments become unforgettable.
</p>
</div>
<div id="product-cards container-fluid">
<div
class="row gy-4 gx-4 px-4 justify-content-evenly align-items-center np-row"
>
<div class="col-lg-4 col-md-4 col-sm-4 col-xs-12">
<div class="card p-3 container-fluid np-card">
<img
src="/Autodrone-vectors/mini_drone 1.png"
class="card-img-top"
alt="new-product1"
/>
<div class="card-body text-center">
<h5 class="card-title">Mini Drone</h5>
<p class="card-text">
Inspired by phantom, drone can move faster and quickly like
a ghost. Focus on speed so you can investigate quickly.
</p>
<button class="btn btn-primary get-now" type="button">
GET NOW
</button>
</div>
</div>
</div>
<div class="col-lg-4 col-md-4 col-sm-4 col-xs-12">
<div class="card p-3 container-fluid np-card">
<img
src="/Autodrone-vectors/drone_light 1.png"
class="card-img-top"
alt="new-product2"
/>
<div class="card-body text-center">
<h5 class="card-title">Drone Light</h5>
<p class="card-text">
Powerful camera drone at an affordable price range. Camera
up to 4K resolution, optimize shots automatically.
</p>
<button class="btn btn-primary get-now" type="button">
GET NOW
</button>
</div>
</div>
</div>
<div class="col-lg-4 col-md-4 col-sm-4 col-xs-12">
<div class="card p-3 container-fluid np-card">
<img
src="/Autodrone-vectors/phantom_drone 1.png"
class="card-img-top"
alt="new-product3"
/>
<div class="card-body text-center">
<h5 class="card-title">Phantom Drone</h5>
<p class="card-text">
Drone light is every creators dream. Setting apperture
manually and high battery performance.
</p>
<button class="btn btn-primary get-now" type="button">
GET NOW
</button>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Testimonial Section -->
<div class="container-fluid testimonial mb-4">
<div id="testimonial-texts" class="text-start ms-5 mb-4">
<h2 class="test-header">What Our "Pilots Are Saying</h2>
</div>
<div id="testimonial-cards" class="container-fluid">
<div class="row p-3 gy-3">
<div class="col-lg-4 col-md-4 col-sm-4 col-xs-12">
<div class="card p-2 container-fluid">
<div class="card-body">
<p class="card-text">
With high resolution camera, picture become clear and
beautiful. It's so easy to operate drone.
</p>
<div class="row gx-1">
<div class="col-3">
<img
class="img-fluid test-profile-img"
src="/Autodrone-vectors/profile1 1.png"
alt="Card image cap"
/>
</div>
<div class="col-9 align-self-end">
<p class="test-name">Hugo Adams</p>
<p class="test-job">Content Creator</p>
</div>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-4 col-sm-4 col-xs-12">
<div class="card p-2 container-fluid">
<div class="card-body">
<p class="card-text">
Taking high view video become easy and faster. Battery
performance really helping for making film.
</p>
<div class="row gx-1">
<div class="col-3">
<img
class="img-fluid test-profile-img"
src="/Autodrone-vectors/profile2 1.png"
alt="Card image cap"
/>
</div>
<div class="col-9 align-self-end">
<p class="test-name">Jennie O' Brien</p>
<p class="test-job">Film Director</p>
</div>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-4 col-sm-4 col-xs-12">
<div class="card p-2 container-fluid">
<div class="card-body">
<p class="card-text">
Making video content for my trip vlog so powerful and
wonderful. Love the video quality.
</p>
<div class="row gx-1">
<div class="col-3">
<img
class="img-fluid test-profile-img"
src="/Autodrone-vectors/profile3 1.png"
alt="Card image cap"
/>
</div>
<div class="col-9 align-self-end">
<p class="test-name">Lisa Millz</p>
<p class="test-job">Content WQCreator</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</main>
<footer class="footer">
<div class="container-fluid bg-black text-light">
<div class="row mx-5 py-5 px-3 gx-4 gy-3" id="footer-container">
<div class="col-lg-3 col-md-3 col-sm-3 col-xs-12">
<span class="footer-logo"
><img
src="/Autodrone-vectors/footer logo.svg"
alt="autodrone-logo"
class="me-3 align-middle"
/>autodrone</span
>
<p class="footer-description mt-4">
Look up the sky and beautiful world easily.
</p>
</div>
<div class="col-lg-3 col-md-3 col-sm-3 col-xs-12">
<h4 class="footer-list-header">Explore</h4>
<ul class="footer-list">
<li class="footer-list-items">
<a href="#" class="footer-links">Our Services</a>
</li>
<li class="footer-list-items">
<a href="#" class="footer-links">Specifications</a>
</li>
<li class="footer-list-items">
<a href="#" class="footer-links">Refund</a>
</li>
<li class="footer-list-items">
<a href="#" class="footer-links">Playlist</a>
</li>
</ul>
</div>
<div class="col-lg-3 col-md-3 col-sm-3 col-xs-12">
<h4 class="footer-list-header">Account</h4>
<ul class="footer-list">
<li class="footer-list-items">
<a href="#" class="footer-links">My Account</a>
</li>
<li class="footer-list-items">
<a href="#" class="footer-links">Top Benefits</a>
</li>
<li class="footer-list-items">
<a href="#" class="footer-links">How-To Tutorials</a>
</li>
<li class="footer-list-items">
<a href="#" class="footer-links">Moments</a>
</li>
</ul>
</div>
<div class="col-lg-3 col-md-3 col-sm-3 col-xs-12">
<h4 class="footer-list-header">Office</h4>
<ul class="footer-list">
<li class="footer-list-items">
<a href="tel:+02122081996" class="footer-links"
>+021 2208 1996</a
>
</li>
<li class="footer-list-items">SCBD, Jakarta</li>
<li class="footer-list-items">NO2. Autodrone</li>
<li class="footer-list-items">
<a href="mailto:[email protected]" class="footer-links"
>
</li>
</ul>
</div>
</div>
</div>
</footer>
<!-- added bootstrap js -->
<script src="/node_modules/bootstrap/dist/js/bootstrap.bundle.min.js"></script>
<script src="/node_modules/jquery/dist/jquery.min.js"></script>
<!-- Added Bootstrap CDN JS -->
<script
src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-MrcW6ZMFYlzcLA8Nl+NtUVF0sA7MsXsP1UyJoMp4YLEuNSfAP+JcXn/tWtIaxVXM"
crossorigin="anonymous"
></script>
<script src="/pages/home.js"></script>
</body>
</html>