-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
328 lines (301 loc) · 9.62 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>PROBUY</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.css" />
<!-- Owl Carousel CSS -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/assets/owl.carousel.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/assets/owl.theme.default.min.css">
<link rel="stylesheet" href="./css/style.css">
</head>
<body>
<!-- hero section -->
<header>
<section class="hero">
<div class="hero-nav">
<div class="hero-nav-up">
<div class="top-nav">
<div class="access-nav-top">
<div class="access-box">
<a href="./html/signup.html" class="auth">Sign up</a> or
<a href="./html/login.html" class="auth">Log in</a>
<a href="">Daily Deals</a>
<a href="">Help & Contact</a>
</div>
</div>
<div class="access-nav-bottom">
<a href="">Ship To</a>
<a href="">Sell</a>
<select name="" id="">
<option value="">Watchlist </option>
</select>
<a href="">Advanced</a>
</div>
</div>
</div>
<div class="hero-nav-bar">
<div class="logo">
<a href="index.html">
<img src="img/hero-logo.png" alt="">
</a>
</div>
<div class="search">
<input type="search" placeholder="Search for anything"> <button>Search</button>
</div>
<div class="icons">
<i class="fa fa-bell-o" aria-hidden="true"></i>
<i class="fa fa-shopping-cart" aria-hidden="true"></i>
<i class="fa fa-user-circle-o" aria-hidden="true"></i>
</div>
<div class="hamburger-menu">
<div class="ham-bar bar-top"></div>
<div class="ham-bar bar-mid"></div>
<div class="ham-bar bar-bottom"></div>
</div>
</div>
</div>
/
<div class="nav nav-links" id="navLinks">
<a href="">Home</a>
<a href=""><i class="fa fa-heart" aria-hidden="true"></i> Saved</a>
<a href="">Electronics</a>
<a href="">Latest Deals</a>
<a href="">New Arrivals</a>
<a href="">Best Sellers</a>
<a href="">Deals</a>
<a href="">Phone Accessories </a>
<a href="">Sell</a>
</div>
<div class="hero-content">
<h1>Technology For Your Convenience</h1>
<p>Get The Latest Gadget And Electronics At An Affordable Prices </p>
<a href="./html/product.html">
<button>Shop Now</button>
</a>
</div>
</section>
</header>
<!-- featured product section -->
<section class="featured">
<div class="featured-text">
<h2>Featured Products</h2>
<p>Check out our top-rated products</p>
<div>
<a href="./html/product.html"><button class="btn white">View Details</button></a> <a href="./html/product.html"><button class="btn clr" id="btn">Shop</button></a>
</div>
</div>
<div class="featured-content">
<div class="featured-box">
<div class="featured-img">
<a href="./html/product.html"><img src="img/featured-1.png" alt=""></a>
</div>
<div class="featured-text">
<p>iPhone 14 pro</p>
<h3>Price:NGN 930,000</h3>
</div>
</div>
<div class="featured-box">
<div class="featured-img">
<a href="./html/product.html"><img src="img/featured-2.png" alt=""></a>
</div>
<div class="featured-text">
<p>Dell XPS 17</p>
<h3>Price: NGN 230,000</h3>
</div>
</div>
</div>
</section>
<!-- hot deal section -->
<section class="deals">
<h2>Daily Deals</h2>
<div class="deals-content">
<div class="deals-box">
<div class="deals-img">
<img src="img/deal-1.png" alt="">
</div>
<div class="deals-text">
<p>Samsung Galaxy S22 Ultra 5G</p>
<h3>Price: NGN550,000</h3>
</div>
</div>
<div class="deals-box">
<div class="deals-img">
<img src="img/deal-2.png" alt="">
</div>
<div class="deals-text">
<p>LG 65” 4k UHD OLED Smart TV</p>
<h3>Price: NGN1,300,000</h3>
</div>
</div>
<div class="deals-box">
<div class="deals-img">
<img src="img/deal-3.png" alt="">
</div>
<div class="deals-text">
<p>PlayStation 5 Console</p>
<h3>Price: NGN300,000</h3>
</div>
</div>
<div class="deals-box">
<div class="deals-img">
<img src="img/deal-4.png" alt="">
</div>
<div class="deals-text">
<p>44 Litres Hisense</p>
<h3>Price: NGN70,000</h3>
</div>
</div>
</div>
</section>
<!--Categories Section-->
<section class="categories">
<h2>Categories</h2>
<div class="dir-arrows">
<div>
<i class="fa fa-arrow-circle-left" aria-hidden="true"></i>
</div>
<div>
<i class="fa fa-arrow-circle-right" aria-hidden="true"></i>
</div>
</div>
<div class="categories-content owl-carousel" id="carousel">
<div class="cat-box">
<img src="img/categories-1.png" alt="">
<p>Home Appliances</p>
</div>
<div class="cat-box">
<img src="img/categories-2.png" alt="">
<p>Phones & Tablets</p>
</div>
<div class="cat-box">
<img src="img/categories-3.png" alt="">
<p>Televisions</p>
</div>
<div class="cat-box">
<img src="img/categories-4.png" alt="">
<p>Headphones</p>
</div>
<div class="cat-box">
<img src="img/categories-5.png" alt="">
<p>Video Games</p>
</div>
<div class="cat-box">
<img src="img/categories-6.png" alt="">
<p>Cameras</p>
</div>
<div class="cat-box">
<img src="img/categories-7.png" alt="">
<p>CCTV</p>
</div>
<div class="cat-box">
<img src="img/categories-8.png" alt="">
<p>Bluetooth Speakers</p>
</div>
<div class="cat-box">
<img src="img/categories-9.png" alt="">
<p>Kitchen Appliances</p>
</div>
<div class="cat-box">
<img src="img/categories-10.png" alt="">
<p>Drones</p>
</div>
<div class="cat-box">
<img src="img/categories-11.png" alt="">
<p>Office Equipment</p>
</div>
<div class="cat-box">
<img src="img/categories-12.png" alt="">
<p>Laptops</p>
</div>
</div>
</section>
<!-- Why section -->
<section class="why">
<div class="why-text">
<h2>Why Choose Us</h2>
<p>We offer the best customer experience and quality products.</p>
<button>Learn More</button>
</div>
<div class="why-content">
<div class="why-box">
<div>
<img src="img/price.png" alt="">
</div>
<div>
<h3>Affordable Prices</h3>
<p>Get great deals on all our products.</p>
<span class="span1">Sale</span> <span class="span2">Limited Stock</span>
</div>
</div>
<div class="why-box">
<div>
<img src="img/shipping.png" alt="">
</div>
<div>
<h3>Fast Shipping</h3>
<p>Receive your order in 2-3 business days.</p>
</div>
</div>
<div class="why-box">
<div>
<img src="img/payment.png" alt="">
</div>
<div>
<h3>Safe Payment</h3>
<p>We offer different secured payment methods</p>
</div>
</div>
</div>
</section>
<!-- Footer Section -->
<footer>
<div class="foot-top">
<div>
<h3>Buy</h3>
<li><a href="">Registration</a></li>
<li><a href="">Probuy Money Back Guarantee</a></li>
<li><a href="">Buying help</a></li>
<li><a href="">Stores</a></li>
</div>
<div>
<h3>Sell</h3>
<li><a href="">Start selling</a></li>
<li><a href="">Learn to sell</a></li>
<li><a href="">Affiliates</a></li>
</div>
<div>
<h3>Stay connected</h3>
<li><a href=""><i class="fa fa-facebook-square" aria-hidden="true"></i> Facebook</a></li>
<li><a href=""><i class="fa fa-twitter-square" aria-hidden="true"></i> Twitter</a></li>
<li><a href=""><i class="fa fa-instagram" aria-hidden="true"></i> Instagram</a></li>
</div>
<div>
<h3>About PR0BUY</h3>
<li><a href="">Company info</a></li>
<li><a href="">News</a></li>
<li><a href="">Investors</a></li>
<li><a href="">Careers</a></li>
<li><a href="">Advertise with us</a></li>
<li><a href="">Policies</a></li>
<li><a href="">Verified rights</a></li>
</div>
<div>
<h3>Help & Contact</h3>
<li><a href="">Seller information center</a></li>
<li><a href="">Contact us</a></li>
</div>
</div>
<div class="partners">
<h1>PAYMENT METHODS & DELIVERY PARTNERS</h1>
<img src="img/partners.png" alt="">
</div>
</footer>
<!-- Owl Carousel JS and jQuery (required) -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/owl.carousel.min.js"></script>
<!-- My Default JS File -->
<script src="./js/script.js"></script>
</body>
</html>