-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
394 lines (383 loc) · 16.1 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
<!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>Welcome To World-Gadget </title>
<link rel="icon" type="image/png" sizes="16x16" href="assets/Photos/favicon.png">
<link rel="stylesheet" href="assets/css/all.min.css">
<link rel="stylesheet" href="assets/css/bootstrap.min.css">
<link rel="stylesheet" href="assets/css/font.css">
<link rel="stylesheet" href="assets/css/style.css">
<link rel="stylesheet" href="assets/css/responsive.css">
</head>
<body>
<!-- HEADER START -->
<header class="container"><!-- HEADER START -->
<nav class="navbar navbar-expand-sm navbar-light bg-light">
<a class="navbar-brand" href="index.html"><img src="assets/Photos/logo.png" class="img-fluid" alt=""></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 ms-auto">
<li class="nav-item active">
<a class="nav-link" href="index.html">Home <span class="sr-only">(current)</span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="#Product">Product</a>
</li>
<li class="nav-item active">
<a class="nav-link" href="#About">About Us </a>
</li>
<li class="nav-item">
<a class="nav-link" href="#contact">Contact Us </a>
</li>
</ul>
</div>
</nav>
</header>
<!-- HEADER END -->
<!--HERO SECTION START-->
<section id="hero" class="py-5">
<div class="container">
<div class="row">
<div class="col-lg-6 col-md-12">
<div class="hero-text mt-5">
<h1> <span class="d-block" >Gadget World</span> Online Shopping House </h1>
<p>Lorem, ipsum dolor, sit amet consectetur adipisicing elit. Nulla, amet. Lorem ipsum dolor sit amet.</p>
<a href="" class="btn"> <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-cart" viewBox="0 0 16 16">
<path d="M0 1.5A.5.5 0 0 1 .5 1H2a.5.5 0 0 1 .485.379L2.89 3H14.5a.5.5 0 0 1 .491.592l-1.5 8A.5.5 0 0 1 13 12H4a.5.5 0 0 1-.491-.408L2.01 3.607 1.61 2H.5a.5.5 0 0 1-.5-.5zM3.102 4l1.313 7h8.17l1.313-7H3.102zM5 12a2 2 0 1 0 0 4 2 2 0 0 0 0-4zm7 0a2 2 0 1 0 0 4 2 2 0 0 0 0-4zm-7 1a1 1 0 1 1 0 2 1 1 0 0 1 0-2zm7 0a1 1 0 1 1 0 2 1 1 0 0 1 0-2z"/>
</svg> Buy Now</a>
</div>
</div>
<div class="col-lg-6 col-md-12">
<div class="thumbnail mt-2">
<img src="assets/Photos/banner-products/product-1.png" class="img-fluid" alt="">
</div>
</div>
</div>
</div>
</section>
<!--HERO SECTION START-->
<main class="container">
<section class=" Laptop mt-5" id="Laptop">
<div class="row">
<h1>Laptop</h1>
<div class="col-md-4">
<div class="card">
<div class="card-body">
<img src="assets/Photos/laptop/product-1.png" class="img-fluid" alt="">
<h5 class="card-title">Asus VivoBook</h5>
<p class="card-text">Some quick example text to build on the card title and make up the bulk of the card's content.</p>
<div class="price">
<div class="float-start pt-2">
<h3>$320</h3>
</div>
<div class="float-end">
<a href="" class="btn">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-cart" viewBox="0 0 16 16">
<path d="M0 1.5A.5.5 0 0 1 .5 1H2a.5.5 0 0 1 .485.379L2.89 3H14.5a.5.5 0 0 1 .491.592l-1.5 8A.5.5 0 0 1 13 12H4a.5.5 0 0 1-.491-.408L2.01 3.607 1.61 2H.5a.5.5 0 0 1-.5-.5zM3.102 4l1.313 7h8.17l1.313-7H3.102zM5 12a2 2 0 1 0 0 4 2 2 0 0 0 0-4zm7 0a2 2 0 1 0 0 4 2 2 0 0 0 0-4zm-7 1a1 1 0 1 1 0 2 1 1 0 0 1 0-2zm7 0a1 1 0 1 1 0 2 1 1 0 0 1 0-2z"/>
</svg>
Buy Now</a>
</div>
</div>
</div>
</div>
</div>
<div class="col-sm-4">
<div class="card">
<div class="card-body">
<img src="assets/Photos/laptop/product-2.png" class="img-fluid" alt="">
<h5 class="card-title">Razer Blade 15</h5>
<p class="card-text">Some quick example text to build on the card title and make up the bulk of the card's content.</p>
<div class="price">
<div class="float-start pt-2">
<h3>$320</h3>
</div>
<div class="float-end">
<a href="" class="btn">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-cart" viewBox="0 0 16 16">
<path d="M0 1.5A.5.5 0 0 1 .5 1H2a.5.5 0 0 1 .485.379L2.89 3H14.5a.5.5 0 0 1 .491.592l-1.5 8A.5.5 0 0 1 13 12H4a.5.5 0 0 1-.491-.408L2.01 3.607 1.61 2H.5a.5.5 0 0 1-.5-.5zM3.102 4l1.313 7h8.17l1.313-7H3.102zM5 12a2 2 0 1 0 0 4 2 2 0 0 0 0-4zm7 0a2 2 0 1 0 0 4 2 2 0 0 0 0-4zm-7 1a1 1 0 1 1 0 2 1 1 0 0 1 0-2zm7 0a1 1 0 1 1 0 2 1 1 0 0 1 0-2z"/>
</svg>
Buy Now</a>
</div>
</div>
</div>
</div>
</div>
<div class="col-md-4">
<div class="card">
<div class="card-body">
<img src="assets/Photos/laptop/product-3.png" class="img-fluid" alt="">
<h5 class="card-title">Xiaomi Mi Notebook</h5>
<p class="card-text">Some quick example text to build on the card title and make up the bulk of the card's content.</p>
<div class="price">
<div class="float-start pt-2">
<h3>$320</h3>
</div>
<div class="float-end">
<a href="" class="btn">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-cart" viewBox="0 0 16 16">
<path d="M0 1.5A.5.5 0 0 1 .5 1H2a.5.5 0 0 1 .485.379L2.89 3H14.5a.5.5 0 0 1 .491.592l-1.5 8A.5.5 0 0 1 13 12H4a.5.5 0 0 1-.491-.408L2.01 3.607 1.61 2H.5a.5.5 0 0 1-.5-.5zM3.102 4l1.313 7h8.17l1.313-7H3.102zM5 12a2 2 0 1 0 0 4 2 2 0 0 0 0-4zm7 0a2 2 0 1 0 0 4 2 2 0 0 0 0-4zm-7 1a1 1 0 1 1 0 2 1 1 0 0 1 0-2zm7 0a1 1 0 1 1 0 2 1 1 0 0 1 0-2z"/>
</svg>
Buy Now</a>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!--HERO SECTION End-->
<!-- Smartphone Start -->
<section class=" Smartphone mt-5" id="Smartphone">
<h1>Smartphone</h1>
<div class="row ">
<div class="col-md-4">
<div class="card">
<div class="card-body">
<img src="assets/Photos/phone/phone-1.png" class="img-fluid" alt="...">
<h5 >Readmi 9</h5>
<p >Some quick example text to build on the card title and make up the bulk of the card's content.</p>
<div class="price">
<div class="float-start pt-2">
<h3>$320</h3>
</div>
<div class="float-end">
<a href="" class="btn">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-cart" viewBox="0 0 16 16">
<path d="M0 1.5A.5.5 0 0 1 .5 1H2a.5.5 0 0 1 .485.379L2.89 3H14.5a.5.5 0 0 1 .491.592l-1.5 8A.5.5 0 0 1 13 12H4a.5.5 0 0 1-.491-.408L2.01 3.607 1.61 2H.5a.5.5 0 0 1-.5-.5zM3.102 4l1.313 7h8.17l1.313-7H3.102zM5 12a2 2 0 1 0 0 4 2 2 0 0 0 0-4zm7 0a2 2 0 1 0 0 4 2 2 0 0 0 0-4zm-7 1a1 1 0 1 1 0 2 1 1 0 0 1 0-2zm7 0a1 1 0 1 1 0 2 1 1 0 0 1 0-2z"/>
</svg>
Buy Now</a>
</div>
</div>
</div>
</div>
</div>
<div class="col-md-4">
<div class="card">
<div class="card-body">
<img src="assets/Photos/phone/phone-2.png" class="img-fluid" alt="...">
<h5 ">iPhone 11 Pro</h5>
<p>Some quick example text to build on the card title and make up the bulk of the card's content.</p>
<div class="price">
<div class="float-start pt-2">
<h3>$320</h3>
</div>
<div class="float-end">
<a href="" class="btn">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-cart" viewBox="0 0 16 16">
<path d="M0 1.5A.5.5 0 0 1 .5 1H2a.5.5 0 0 1 .485.379L2.89 3H14.5a.5.5 0 0 1 .491.592l-1.5 8A.5.5 0 0 1 13 12H4a.5.5 0 0 1-.491-.408L2.01 3.607 1.61 2H.5a.5.5 0 0 1-.5-.5zM3.102 4l1.313 7h8.17l1.313-7H3.102zM5 12a2 2 0 1 0 0 4 2 2 0 0 0 0-4zm7 0a2 2 0 1 0 0 4 2 2 0 0 0 0-4zm-7 1a1 1 0 1 1 0 2 1 1 0 0 1 0-2zm7 0a1 1 0 1 1 0 2 1 1 0 0 1 0-2z"/>
</svg>
Buy Now</a>
</div>
</div>
</div>
</div>
</div>
<div class="col-md-4">
<div class="card">
<div class="card-body">
<img src="assets/Photos/phone/phone-3.png" class="img-fluid" alt="...">
<h5 >Samsung</h5>
<p >Some quick example text to build on the card title and make up the bulk of the card's content.</p>
<div class="price">
<div class="float-start pt-2">
<h3>$320</h3>
</div>
<div class="float-end">
<a href="" class="btn">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-cart" viewBox="0 0 16 16">
<path d="M0 1.5A.5.5 0 0 1 .5 1H2a.5.5 0 0 1 .485.379L2.89 3H14.5a.5.5 0 0 1 .491.592l-1.5 8A.5.5 0 0 1 13 12H4a.5.5 0 0 1-.491-.408L2.01 3.607 1.61 2H.5a.5.5 0 0 1-.5-.5zM3.102 4l1.313 7h8.17l1.313-7H3.102zM5 12a2 2 0 1 0 0 4 2 2 0 0 0 0-4zm7 0a2 2 0 1 0 0 4 2 2 0 0 0 0-4zm-7 1a1 1 0 1 1 0 2 1 1 0 0 1 0-2zm7 0a1 1 0 1 1 0 2 1 1 0 0 1 0-2z"/>
</svg>
Buy Now</a>
</div>
</div>
</div>
</div>
</div>
</div>
</section><!-- Smartphone Start -->
<!-- Gadget -->
<section class=" Gadget mt-5 mb-5" id="Gadget">
<div class="row ">
<h1>Gadget</h1>
<div class="col-md-4">
<div class="card">
<div class="card-body">
<img src="assets/Photos/banner-products/product-1.png" class="img-fluid" alt="">
<h5 >Asus</h5>
<p >Some quick example text to build on the card title and make up the bulk of the card's content.</p>
<div class="price">
<div class="float-start pt-2">
<h3>$320</h3>
</div>
<div class="float-end">
<a href="" class="btn">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-cart" viewBox="0 0 16 16">
<path d="M0 1.5A.5.5 0 0 1 .5 1H2a.5.5 0 0 1 .485.379L2.89 3H14.5a.5.5 0 0 1 .491.592l-1.5 8A.5.5 0 0 1 13 12H4a.5.5 0 0 1-.491-.408L2.01 3.607 1.61 2H.5a.5.5 0 0 1-.5-.5zM3.102 4l1.313 7h8.17l1.313-7H3.102zM5 12a2 2 0 1 0 0 4 2 2 0 0 0 0-4zm7 0a2 2 0 1 0 0 4 2 2 0 0 0 0-4zm-7 1a1 1 0 1 1 0 2 1 1 0 0 1 0-2zm7 0a1 1 0 1 1 0 2 1 1 0 0 1 0-2z"/>
</svg>
Buy Now</a>
</div>
</div>
</div>
</div>
</div>
<div class="col-md-4">
<div class="card">
<div class="card-body">
<img src="assets/Photos/banner-products/slider-1.png" class="img-fluid" alt="">
<h5>Music Sound</h5>
<p>Some quick example text to build on the card title and make up the bulk of the card's content.</p>
<div class="price">
<div class="float-start pt-2">
<h3>$320</h3>
</div>
<div class="float-end">
<a href="" class="btn">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-cart" viewBox="0 0 16 16">
<path d="M0 1.5A.5.5 0 0 1 .5 1H2a.5.5 0 0 1 .485.379L2.89 3H14.5a.5.5 0 0 1 .491.592l-1.5 8A.5.5 0 0 1 13 12H4a.5.5 0 0 1-.491-.408L2.01 3.607 1.61 2H.5a.5.5 0 0 1-.5-.5zM3.102 4l1.313 7h8.17l1.313-7H3.102zM5 12a2 2 0 1 0 0 4 2 2 0 0 0 0-4zm7 0a2 2 0 1 0 0 4 2 2 0 0 0 0-4zm-7 1a1 1 0 1 1 0 2 1 1 0 0 1 0-2zm7 0a1 1 0 1 1 0 2 1 1 0 0 1 0-2z"/>
</svg>
Buy Now</a>
</div>
</div>
</div>
</div>
</div>
<div class="col-md-4">
<div class="card">
<div class="card-body">
<img src="assets/Photos/banner-products/slider-3.png" class="img-fluid" alt="">
<h5 >bluetooth Speaker</h5>
<p >Some quick example text to build on the card title and make up the bulk of the card's content.</p>
<div class="price">
<div class="float-start pt-2">
<h3>$320</h3>
</div>
<div class="float-end">
<a href="" class="btn">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-cart" viewBox="0 0 16 16">
<path d="M0 1.5A.5.5 0 0 1 .5 1H2a.5.5 0 0 1 .485.379L2.89 3H14.5a.5.5 0 0 1 .491.592l-1.5 8A.5.5 0 0 1 13 12H4a.5.5 0 0 1-.491-.408L2.01 3.607 1.61 2H.5a.5.5 0 0 1-.5-.5zM3.102 4l1.313 7h8.17l1.313-7H3.102zM5 12a2 2 0 1 0 0 4 2 2 0 0 0 0-4zm7 0a2 2 0 1 0 0 4 2 2 0 0 0 0-4zm-7 1a1 1 0 1 1 0 2 1 1 0 0 1 0-2zm7 0a1 1 0 1 1 0 2 1 1 0 0 1 0-2z"/>
</svg>
Buy Now</a>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Gadget Start -->
<!-- shipping Start -->
<section class="shipping py-5 " id="shipping">
<div class="row justify-content-around">
<div class="col-lg-5 col-md-12">
<div class="row">
<div class="col-md-3 col-sm-12">
<img src="assets/Photos/1.png" class="img-fluid cat" alt="">
</div>
<div class="col-md-9 col-sm-12">
<h3>Find the Perfect Fit</h3>
<p>Everybody is different, which is why we offer styles for every body.</p>
</div>
</div>
<div class="row my-5 my-lg-4">
<div class="col-md-3 col-sm-12">
<img src="assets/Photos/2.png" class="img-fluid cat" alt="">
</div>
<div class="col-md-9 col-sm-12">
<h3>Find the Perfect Fit</h3>
<p>Everybody is different, which is why we offer styles for every body.</p>
</div>
</div>
<div class="row">
<div class="col-md-3 col-sm-12">
<img src="assets/Photos/3.png" class="img-fluid cat" alt="">
</div>
<div class="col-md-9 col-sm-12">
<h3>Find the Perfect Fit</h3>
<p>Everybody is different, which is why we offer styles for every body.</p>
</div>
</div>
</div>
<div class="col-lg-6 col-md-12">
<img src="assets/Photos/XMLID1.png" class="my-5 my-lg-0 img-fluid" alt="">
</div>
</div>
</section>
</main>
<!-- shipping End -->
<!-- footer Start -->
<div class="footer p-5 bg-info" id="contact">
<div class="container">
<div class="row">
<div class="col-sm-12 col-md-6 col-lg-3">
<h3>SERVICE </h3>
<ul class="nav flex-column">
<li class="nav-item">
<a class="nav-link" href="#">Security Policy</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">refund policy</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">Privacy policy</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">Terms and Conditions </a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">About Us</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">Contact Us</a>
</li>
</ul>
</div>
<div class="col-md-6 col-sm-12 col-lg-6 ">
<h3 class="pt-5 pt-lg-0 ">Contact Us</h3>
<form>
<div class="row mt-2">
<div class="col-md-6 mt-2">
<input type="text" class="form-control " placeholder=" Name">
</div>
<div class="col-md-6 mt-2">
<input type="text" class="form-control" placeholder="E-Mail">
</div>
</div>
<div class="row mt-2">
<div class="col-md-12 mt-2">
<textarea class="form-control" placeholder="Your Comment" id="textarea" rows="3"></textarea>
</div>
</div>
<button class="btn mt-2 btn-block"> Submit</button>
</form>
</div>
<div class="col-md-6 col-sm-12 col-lg-3">
<h3 class="pt-5 pt-lg-0">Payment Methods</h3>
<div class="d-flex flex-row ">
<div class="img">
<img src="assets/Photos/Payment/pmx-logo-visa.png" class="img-fluid" alt="">
<img src="assets/Photos/Payment/bkash.png" class="img-fluid" alt="">
<img src="assets/Photos/Payment/pmx-logo-amex.png" class="img-fluid" alt="">
<img src="assets/Photos/Payment/pmx-logo-union-pay.png" class="img-fluid" alt="">
<img src="assets/Photos/Payment/pmx-logo-mastercard.png" class="img-fluid" alt="">
<img src="assets/Photos/Payment/paypal.png" class="img-fluid" alt="">
</div>
</div>
</div>
</div>
</div>
</div> <!-- footer Start -->
<footer class="text-center">
<small> ©2021. Gadget World. All rights reserved</small>
</footer>
<!--bootstrap -->
<script src="assets/js/bootstrap.min.js"></script>
<!-- My Script -->
<script src="assets/js/main.js"></script>
</body>
</html>