-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
488 lines (448 loc) · 17.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
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
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
<!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" />
<link href="//cdnjs.cloudflare.com/ajax/libs/font-awesome/4.3.0/css/font-awesome.css" rel="stylesheet"
type="text/css" />
<link rel="stylesheet" href="index.css" />
<script src="https://kit.fontawesome.com/d08bc766f2.js" crossorigin="anonymous"></script>
<title>SmartBuy</title>
</head>
<body>
<div class="nav-aside">
<nav>
<p>Categories</p>
<div class="dropdown-categories">
<a href="#">Fasion<img class="fash" src="images/drop-down.svg" alt="" /></a>
<div class="dropdown-content-categories">
<a href="">My Account</a>
<a href="">Sign In</a>
<a href="">Sign Up</a>
<a href="">Orders</a>
</div>
</div>
<div class="dropdown-categories">
<a href="#">Elrctronics<img class="elect" src="images/drop-down.svg" alt="" /></a>
<div class="dropdown-content-categories">
<a href="">My Account</a>
<a href="">Sign In</a>
<a href="">Sign Up</a>
<a href="">Orders</a>
</div>
</div>
<div class="dropdown-categories">
<a href="#">Phone & Tablet<img class="phone-tab" src="images/drop-down.svg" alt="" /></a>
<div class="dropdown-content-categories">
<a href="">My Account</a>
<a href="">Sign In</a>
<a href="">Sign Up</a>
<a href="">Orders</a>
</div>
</div>
<div class="dropdown-categories">
<a href="#">Phone Accessories<img class="phone-acc" src="images/drop-down.svg" alt="" /></a>
<div class="dropdown-content-categories">
<a href="">My Account</a>
<a href="">Sign In</a>
<a href="">Sign Up</a>
<a href="">Orders</a>
</div>
</div>
<div class="dropdown-categories">
<a href="#">Computing<img class="com" src="images/drop-down.svg" alt="" /></a>
<div class="dropdown-content-categories">
<a href="">My Account</a>
<a href="">Sign In</a>
<a href="">Sign Up</a>
<a href="">Orders</a>
</div>
</div>
<div class="dropdown-categories">
<a href="#">Gaming<img class="gam" src="images/drop-down.svg" alt="" /></a>
<div class="dropdown-content-categories">
<a href="">My Account</a>
<a href="">Sign In</a>
<a href="">Sign Up</a>
<a href="">Orders</a>
</div>
</div>
<div class="dropdown-categories">
<a href="#">Health & Beauty<img class="h-b" src="images/drop-down.svg" alt="" /></a>
<div class="dropdown-content-categories">
<a href="">My Account</a>
<a href="">Sign In</a>
<a href="">Sign Up</a>
<a href="">Orders</a>
</div>
</div>
<div class="dropdown-categories">
<a href="#">Other<img class="other" src="images/drop-down.svg" alt="" /></a>
<div class="dropdown-content-categories">
<a href="">My Account</a>
<a href="">Sign In</a>
<a href="">Sign Up</a>
<a href="">Orders</a>
</div>
</div>
</nav>
<!-- Sliding images start -->
<aside class="slider">
<div class="slides">
<!-- radio button start -->
<input type="radio" name="radio-btn" id="radio1">
<input type="radio" name="radio-btn" id="radio2">
<input type="radio" name="radio-btn" id="radio3">
<!-- radio button ends -->
<!-- slide images start -->
<div class="slide first">
<img src="images/slide-0.png" alt="" />
</div>
<div class="slide">
<img src="images/slide-1.png" alt="" />
</div>
<div class="slide">
<img src="images/slide-2.png" alt="" />
</div>
<!-- slide images start -->
<!-- automatic navigation starts -->
<div class="navigation-auto">
<div class="auto-btn1"></div>
<div class="auto-btn2"></div>
<div class="auto-btn3"></div>
</div>
<!-- automatic navigation ends -->
</div>
<!-- manual navigation starts -->
<div class="navigation-manual">
<label for="radio1" class="manual-btn"></label>
<label for="radio2" class="manual-btn"></label>
<label for="radio3" class="manual-btn"></label>
</div>
<!-- manual navigation ends -->
</aside>
<!-- Sliding images start -->
</div>
<main>
<div class="first-cont">
<div class="div-1">
<p class="p-1">
<span>Benefits</span> of choosing<br />
our services
</p>
</div>
<div class="div-2">
<img src="images/Line-1.svg" alt="" />
</div>
<div class="div-3">
<p>
You can buy from any seller and not worry <br />about getting
scammed because we help secure <br />your money until you receive
your product
</p>
</div>
<div class="div-4">
<img src="images/lines-2.svg" alt="" />
</div>
</div>
<div class="second-cont">
<div class="second-div-0">
<img src="images/line-3.svg" alt="" />
<div class="div-1">
<div>
<img src="images/mdi_people-add.svg" alt="" />
<h4>Many Sellers</h4>
<p>
Shop from a wide range of <br />sellers without the fear of
<br />getting scammed
</p>
</div>
</div>
</div>
<div class="second-div-0">
<img src="images/line-4.svg" alt="" />
<div class="div-1">
<div>
<img src="images/strongbox-2.svg" alt="" />
<h4>Secure Your Money</h4>
<p>
You can choose for us to help you <br />hold your money when
paying from a <br />different seller to avoid getting scammed
</p>
</div>
</div>
</div>
<div class="second-div-0">
<img src="images/line-5.svg" alt="" />
<div class="div-1">
<div>
<img src="images/group.svg" alt="" />
<h4>Fast Delivery</h4>
<p>
We provide super fast delivery so <br />you can receive your
product and <br />and release your payment to the seller
</p>
</div>
</div>
</div>
</div>
<div class="third-cont">
<h1>Top Selling Items</h1>
<div class="third-0">
<div class="item-0">
<a href="">
<img class="item-img-0" src="images/oraimo.png" alt="">
<p class="item-description-p">Oraimo FreePods 3 TWS True Wireless Stereo Earbuds</p>
<p class="amount-p"><img src="images/naira.svg" alt=""> 5,000.00</p>
</a>
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
<span class="fa fa-star"></span><br>
<button class="a-t-c">ADD TO CART</button>
</div>
<div class="item-0">
<a href="">
<img class="item-img-0" src="images/oraimo.png" alt="">
<p class="item-description-p">Oraimo FreePods 3 TWS True Wireless Stereo Earbuds</p>
<p class="amount-p"><img src="images/naira.svg" alt=""> 5,000.00</p>
</a>
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
<span class="fa fa-star"></span><br>
<button class="a-t-c">ADD TO CART</button>
</div>
<div class="item-0">
<a href="">
<img class="item-img-0" src="images/oraimo.png" alt="">
<p class="item-description-p">Oraimo FreePods 3 TWS True Wireless Stereo Earbuds</p>
<p class="amount-p"><img src="images/naira.svg" alt=""> 5,000.00</p>
</a>
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
<span class="fa fa-star"></span><br>
<button class="a-t-c">ADD TO CART</button>
</div>
<div class="item-0">
<a href="">
<img class="item-img-0" src="images/oraimo.png" alt="">
<p class="item-description-p">Oraimo FreePods 3 TWS True Wireless Stereo Earbuds</p>
<p class="amount-p"><img src="images/naira.svg" alt=""> 5,000.00</p>
</a>
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
<span class="fa fa-star"></span><br>
<button class="a-t-c">ADD TO CART</button>
</div>
<div class="item-0">
<a href="">
<img class="item-img-0" src="images/oraimo.png" alt="">
<p class="item-description-p">Oraimo FreePods 3 TWS True Wireless Stereo Earbuds</p>
<p class="amount-p"><img src="images/naira.svg" alt=""> 5,000.00</p>
</a>
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
<span class="fa fa-star"></span><br>
<button class="a-t-c">ADD TO CART</button>
</div>
<div class="item-0">
<a href="">
<img class="item-img-0" src="images/oraimo.png" alt="">
<p class="item-description-p">Oraimo FreePods 3 TWS True Wireless Stereo Earbuds</p>
<p class="amount-p"><img src="images/naira.svg" alt=""> 5,000.00</p>
</a>
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
<span class="fa fa-star"></span><br>
<button class="a-t-c">ADD TO CART</button>
</div>
<div class="item-0">
<a href="">
<img class="item-img-0" src="images/oraimo.png" alt="">
<p class="item-description-p">Oraimo FreePods 3 TWS True Wireless Stereo Earbuds</p>
<p class="amount-p"><img src="images/naira.svg" alt=""> 5,000.00</p>
</a>
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
<span class="fa fa-star"></span><br>
<button class="a-t-c">ADD TO CART</button>
</div>
<div class="item-0">
<a href="">
<img class="item-img-0" src="images/oraimo.png" alt="">
<p class="item-description-p">Oraimo FreePods 3 TWS True Wireless Stereo Earbuds</p>
<p class="amount-p"><img src="images/naira.svg" alt=""> 5,000.00</p>
</a>
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
<span class="fa fa-star"></span><br>
<button class="a-t-c">ADD TO CART</button>
</div>
</div>
</div>
<div class="forth-cont">
<h1>SHOP BY BRANDS</h1>
<p>Choose your favorite brand and shop</p>
<div class="images">
<div>
<a href=""><img src="images/oraimo-0.png" alt=""></a>
</div>
<div>
<a href=""><img src="images/samsung (1).png" alt=""></a>
</div>
<div>
<a href=""><img src="images/samsung (1).png" alt=""></a>
</div>
<div>
<a href=""><img src="images/samsung (1).png" alt=""></a>
</div>
<div>
<a href=""><img src="images/samsung (1).png" alt=""></a>
</div>
</div>
<div class="images">
<div>
<a href=""><img src="images/oraimo-0.png" alt=""></a>
</div>
<div>
<a href=""><img src="images/samsung (1).png" alt=""></a>
</div>
<div>
<a href=""><img src="images/samsung (1).png" alt=""></a>
</div>
<div>
<a href=""><img src="images/samsung (1).png" alt=""></a>
</div>
<div>
<a href=""><img src="images/samsung (1).png" alt=""></a>
</div>
</div>
<div class="images">
<div>
<a href=""><img src="images/oraimo-0.png" alt=""></a>
</div>
<div>
<a href=""><img src="images/samsung (1).png" alt=""></a>
</div>
<div>
<a href=""><img src="images/samsung (1).png" alt=""></a>
</div>
<div>
<a href=""><img src="images/samsung (1).png" alt=""></a>
</div>
<div>
<a href=""><img src="images/samsung (1).png" alt=""></a>
</div>
</div>
</div>
<div class="fifth-cont">
<h1>TOP SELLING GATEGORIES</h1>
<p class="p-0">Shop from our top selling categories of the week</p>
<div class="fifth-div-0">
<div class="fifth-item-0">
<img src="images/gaming 1.png" alt="">
<h2><span class="new">New</span><br>Gaming</h2>
<button>Browse</button>
</div>
<div class="fifth-item-1">
<img src="images/phone acc 1.png" alt="">
<h2><span class="new">New</span><br>Mobile <br>Accessories</h2>
<button>Browse</button>
</div>
<div class="fifth-item-2">
<img src="images/fashion.png" alt="">
<h2><span class="new">Classy</span><br>Fashion</h2>
<button>Browse</button>
</div>
</div>
<div class="sixth-cont">
<div class="sixth-div-0">
<div class="sixth-item-0">
<img src="images/computing 1.png" alt="">
<h2><span class="new">New</span><br>computing</h2>
<button>Browse</button>
</div>
<div class="sixth-item-1">
<img src="images/food 1.png" alt="">
<h2><span class="new">New</span><br>Food</h2>
<button>Browse</button>
</div>
<div class="sixth-item-2">
<img src="images/skin-care_260x144 1.png" alt="">
<h2><span class="new">New</span><br>Health & <br>Beauty</h2>
<button>Browse</button>
</div>
</div>
</div>
</div>
<article>
<h2>SMARTbuy - Your Safest Online Shopping Website</h2>
<br>
<h5>Shop From SMARTBUY And Any Seller Around Nigeria Without The Fear Of Getting Scammed</h5> <br>
<p>Online shopping is growing everyday and most people now prefer to buy goods online, well who doesn’t like the
idea of being able to buy everything you need without moving <br>
an inch. But scammers are using this to their advantage, in a situation where you make payment for a product and
the seller refuse to send the product to you. This is the <br>
problem SMARTBUY is here to solve. </p>
<br>
<br>
<h5>How Can We Help You Avoid Getting Scammed?</h5><br>
<p>In some online shopping platform, you are always advised to meet the seller and see the product before making
payment, but this can be an issue when the seller is in another <br>
state. This can limit buyers to only buy from sellers close to them. <br>
But with <strong>SMARTBUY</strong> you can buy from any seller around Nigeria by using our <strong>MIDDLE
MAN</strong> service. <strong>MIDDLE MAN</strong> service offers you the opportunity for
<strong>SMARTBUY</strong> to <br>
hold your money until you receive your product and confirm that the product is in good condition and the money
will be released to the seller. With our fast delivery service <br>
the buyer is sure to receive the product in a short period of time and the seller is sure to receive the payment
within a short period. </p>
<br>
<br>
<h5>Shop From A Wide Range Of Product</h5><br>
<p>With the wide range of product available you are sure to find the product you are looking for, whether it’s
electronic, clothing or gaming product and you can shop without <br>
the fear of getting scammed.</p>
<br>
<br>
<h5>Available Payment Method On SMARTBUY </h5><br>
<ul>
<li>MasterCard</li>
<li>VISA</li>
<li>Pay On Delivery</li>
</ul>
</article>
<!-- Subscribe to Newsletter start -->
<div class="subscribe-div">
<a href="index.html"><img src="images/SMARTbuylogo.svg" alt=""></a>
<div class="subscribe-div-0">
<h4>NEW TO SMARTbuy?</h4>
<p>Subscribe to our newsletter to get updates on our latest offers!</p>
<div class="subscribe-div-1">
<img src="images/sms.svg" alt="">
<input type="search" name="" id="" placeholder="Email">
<button>SUBSCRIBE</button>
</div>
</div>
</div>
<!-- Subscribe to Newsletter end -->
</main>
<script src="script.js"></script>
</body>
</html>