-
Notifications
You must be signed in to change notification settings - Fork 31
/
index.html
397 lines (367 loc) · 15 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
<!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" />
<script src="https://kit.fontawesome.com/2e64c661d0.js" crossorigin="anonymous"></script>
<title>Amazon Clone</title>
<link rel="shortcut icon" href="https://wallpapercave.com/dwp1x/wp7771193.jpg" type="image/x-icon" />
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.2/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-Zenh87qX5JnK2Jl0vWa8Ck2rdkQ2Bzep5IDxbcnCeuOxjzrPF/et3URy9Bv1WTRi" crossorigin="anonymous">
<link rel="stylesheet" href="css/style.css" />
</head>
<body>
<!-- NAVBAR -->
<header class="header">
<a name="nav-top"></a>
<nav class="header-nav">
<div class="header-container">
<a href="https://niegfg.github.io/amazon-clone/" class="amazon-logo"><img
src="https://mlsvc01-prod.s3.amazonaws.com/fd4e81f3101/a77159a6-cbf4-46a1-a731-522b77da3e42.png?ver=1649349594000"
class="amazon-logo" style="cursor:pointer"></a>
<div class="header-search">
<input class="search-input" type="text" />
<button class="search-button">
<svg xmlns="http://www.w3.org/2000/svg" class="h-6 w-6" fill="none" viewBox="0 0 24 24"
stroke="currentColor" stroke-width="2">
<path stroke-linecap="round" stroke-linejoin="round" d="M21 21l-6-6m2-5a7 7 0 11-14 0 7 7 0 0114 0z" />
</svg>
</button>
</div>
<div class="header-cart">
<div>
<a href="../amazon-clone-main/billing.html">
<svg xmlns="http://www.w3.org/2000/svg" class="h-5 w-5" viewBox="0 0 20 20" fill="currentColor">
<path style="cursor:pointer"
d="M3 1a1 1 0 000 2h1.22l.305 1.222a.997.997 0 00.01.042l1.358 5.43-.893.892C3.74 11.846 4.632 14 6.414 14H15a1 1 0 000-2H6.414l1-1H14a1 1 0 00.894-.553l3-6A1 1 0 0017 3H6.28l-.31-1.243A1 1 0 005 1H3zM16 16.5a1.5 1.5 0 11-3 0 1.5 1.5 0 013 0zM6.5 18a1.5 1.5 0 100-3 1.5 1.5 0 000 3z" />
</svg>
</a>
</div>
<p>Cart</p>
</div>
</div>
<div></div>
</nav>
</header>
<div id="carouselExampleCaptions" class="carousel slide" data-bs-ride="false">
<div class="carousel-indicators">
<button type="button" data-bs-target="#carouselExampleCaptions" data-bs-slide-to="0" class="active"
aria-current="true" aria-label="Slide 1"></button>
<button type="button" data-bs-target="#carouselExampleCaptions" data-bs-slide-to="1"
aria-label="Slide 2"></button>
<button type="button" data-bs-target="#carouselExampleCaptions" data-bs-slide-to="2"
aria-label="Slide 3"></button>
<button type="button" data-bs-target="#carouselExampleCaptions" data-bs-slide-to="3"
aria-label="Slide 3"></button>
</div>
<div class="carousel-inner">
<div class="carousel-item active">
<img src="img/carousel-section/hero.jpg" class="d-block w-100">
<div class="carousel-caption d-none d-md-block"></div>
</div>
<div class="carousel-item active">
<img src="img/carousel-section/beauty.jpg" class="d-block w-100">
<div class="carousel-caption d-none d-md-block"></div>
</div>
<div class="carousel-item">
<img src="img/carousel-section/toys.jpg" class="d-block w-100">
<div class="carousel-caption d-none d-md-block"></div>
</div>
<div class="carousel-item">
<img src="img/carousel-section/sofa.jpg" class="d-block w-100">
<div class="carousel-caption d-none d-md-block"></div>
</div>
</div>
<button class="carousel-control-prev" type="button" data-bs-target="#carouselExampleCaptions" data-bs-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="visually-hidden">Previous</span>
</button>
<button class="carousel-control-next" type="button" data-bs-target="#carouselExampleCaptions" data-bs-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="visually-hidden">Next</span>
</button>
</div>
<!-- SECTION 1 -->
<section class="section-1">
<div class="section-1-container">
<div class="section-1-column">
<h3>Top picks for your home</h3>
<img style="cursor:pointer"
src="https://images-eu.ssl-images-amazon.com/images/G/31/IMG15/Irfan/GATEWAY/MSO/Appliances-QC-PC-372x232----B08RDL6H79._SY232_CB667322346_.jpg"
alt="" />
<a href="">See more </a>
</div>
<div class="section-1-column">
<h3>Top rated, premium quality | Amazon Brands & more</h3>
<img
src="https://images-eu.ssl-images-amazon.com/images/G/31/AmazonSmallBusinessDay/PrivateBrands/GW20/GW_Desktop_Softlines_QC_2X_V2_5._SY232_CB636581721_.jpg"
alt="" />
<a href="">See more </a>
</div>
<div class="section-1-column">
<h3>Shop & Pay | Earn rewards daily</h3>
<img
src="https://images-eu.ssl-images-amazon.com/images/G/31/img22/Electronics/Clearance/Clearance_store_Desktop_CC_2x._SY608_CB628315133_.jpg"
alt="" />
<a href="">See more </a>
</div>
<div class="section-1-column">
<h3>Sign in for your best experience</h3>
<button><a href="login.html">Sign In</a></button>
</div>
</div>
</section>
<!-- SECTION 2 - Related Items -->
<section class="section-2">
<div class="section-2-container">
<h3>Related to items you've viewed</h3>
<div class="product-cards">
<div class="product-card hover1">
<figure>
<a href="./product.html"><img src="https://m.media-amazon.com/images/I/61Y30DpqRVL._AC_SY400_.jpg"
alt="" /></a>
</figure>
</div>
<div class="product-card hover1">
<figure>
<a href="./product.html"> <img src="https://m.media-amazon.com/images/I/61LNnZPoKPS._AC_SY400_.jpg"
alt="" /></a>
</div>
<div class="product-card hover1">
<figure>
<a href="./product.html"><img src="https://m.media-amazon.com/images/I/71iiXU7HHkL._AC_SY400_.jpg"
alt="" /></a>
</div>
<div class="product-card hover1">
<figure>
<img src="https://m.media-amazon.com/images/I/61XZQXFQeVL._AC_SY400_.jpg" alt="" />
</div>
<div class="product-card hover1">
<figure>
<img src="https://m.media-amazon.com/images/I/712B4P3yOnL._AC_SY400_.jpg" alt="" />
</div>
<div class="product-card hover1">
<figure>
<img src="https://m.media-amazon.com/images/I/51eTOVYRbTL._AC_SY400_.jpg" alt="" />
</div>
</div>
</div>
</section>
<!-- SECTION 2 - Groceries -->
<section class="section-2">
<div class="section-2-container">
<h3>Best Sellers in Grocery & Gourmet Foods</h3>
<div class="product-cards">
<div class="product-card hover1">
<figure>
<img src="https://m.media-amazon.com/images/I/617tvTiZLGL._AC_SY400_.jpg" alt="" />
</div>
<div class="product-card hover1">
<figure>
<img src="https://m.media-amazon.com/images/I/51tNket0w8L._AC_SY400_.jpg" alt="" />
</div>
<div class="product-card hover1">
<figure>
<img src="https://m.media-amazon.com/images/I/91oNY+gNzPL._AC_SY400_.jpg" alt="" />
</div>
<div class="product-card hover1">
<figure>
<img src="https://m.media-amazon.com/images/I/81NrftYFxsL._AC_SY400_.jpg" alt="" />
</div>
<div class="product-card hover1">
<figure>
<img src="https://m.media-amazon.com/images/I/61uohjMdfzL._AC_SY400_.jpg" alt="" />
</div>
<div class="product-card hover1">
<figure>
<img src="https://m.media-amazon.com/images/I/61oagbcgAtS._AC_SY400_.jpg" alt="" />
</div>
</div>
</div>
</section>
<!-- SECTION 3 -->
<section class="section-3">
<section class="section-3-container">
<h3>Inspired by your browsing history</h3>
<div class="product-detail-cards">
<div class="product-detail-card">
<div class="product-detail-img hover1">
<figure>
<img src="https://images-eu.ssl-images-amazon.com/images/I/61aUBxqc5PL._AC_UL320_SR320,320_.jpg" alt="" />
</figure>
</figure>
</div>
<a class="product-detail-link" href="./product.html">2021 Apple MacBook Pro (16-inch//41.05 cm, Apple M1 Max
chip with
10‑core CPU and 32‑core GPU, 32GB RAM, 1TB SSD) - Space Grey</a>
<p>
<strong class="product-price">₹ 3,99,999.00</strong>
</p>
<p class="product-deliver-by">
Get it by <strong>Monday, August 22</strong>
FREE Delivery over ₹499. Fulfilled by Amazon.
</p>
</div>
<div class="product-detail-card">
<div class="product-detail-img hover1">
<figure>
<img src="https://m.media-amazon.com/images/I/71ZOtNdaZCL._AC_UY436_FMwebp_QL65_.jpg" alt="" />
</figure>
</div>
<a class="product-detail-link" href="./product.html">2021 Apple MacBook Pro (16-inch//41.05 cm, Apple M1 Max
chip with
10‑core CPU and 32‑core GPU, 32GB RAM, 1TB SSD) - Space Grey</a>
<p>
<strong class="product-price">₹ 3,99,999.00</strong>
</p>
<p class="product-deliver-by">
Get it by <strong>Monday, August 22</strong>
FREE Delivery over ₹499. Fulfilled by Amazon.
</p>
</div>
<div class="product-detail-card">
<div class="product-detail-img hover1">
<figure>
<img src="https://images-eu.ssl-images-amazon.com/images/I/61LNnZPoKPS._AC_UL320_SR320,320_.jpg" alt="" />
</figure>
</div>
<a class="product-detail-link" href="./product.html">2021 Apple MacBook Pro (16-inch//41.05 cm, Apple M1 Max
chip with
10‑core CPU and 32‑core GPU, 32GB RAM, 1TB SSD) - Space Grey</a>
<p>
<strong class="product-price">₹ 3,99,999.00</strong>
</p>
<p class="product-deliver-by">
Get it by <strong>Monday, August 22</strong>
FREE Delivery over ₹499. Fulfilled by Amazon.
</p>
</div>
<div class="product-detail-card">
<div class="product-detail-img hover1">
<figure>
<img src="https://images-eu.ssl-images-amazon.com/images/I/71hmqIQJFdL._AC_UL320_SR320,320_.jpg" alt="" />
</figure>
</div>
<a class="product-detail-link" href="./product.html">2021 Apple MacBook Pro (16-inch//41.05 cm, Apple M1 Max
chip with
10‑core CPU and 32‑core GPU, 32GB RAM, 1TB SSD) - Space Grey</a>
<p>
<strong class="product-price">₹ 3,99,999.00</strong>
</p>
<p class="product-deliver-by">
Get it by <strong>Monday, August 22</strong>
FREE Delivery over ₹499. Fulfilled by Amazon.
</p>
</div>
<div class="product-detail-card">
<div class="product-detail-img hover1">
<figure>
<img src="https://images-eu.ssl-images-amazon.com/images/I/71eknZxZLmL._AC_UL320_SR320,320_.jpg" alt="" />
</figure>
</div>
<a class="product-detail-link" href="./product.html">2021 Apple MacBook Pro (16-inch//41.05 cm, Apple M1 Max
chip with
10‑core CPU and 32‑core GPU, 32GB RAM, 1TB SSD) - Space Grey</a>
<p>
<strong class="product-price">₹ 3,99,999.00</strong>
</p>
<p class="product-deliver-by">
Get it by <strong>Monday, August 22</strong>
FREE Delivery over ₹499. Fulfilled by Amazon.
</p>
</div>
<div class="product-detail-card">
<div class="product-detail-img hover1">
<figure>
<img src="https://images-eu.ssl-images-amazon.com/images/I/91k86Cdp1uL._AC_UL320_SR320,320_.jpg" alt="" />
</figure>
</div>
<a class="product-detail-link" href="./product.html">2021 Apple MacBook Pro (16-inch//41.05 cm, Apple M1 Max
chip with
10‑core CPU and 32‑core GPU, 32GB RAM, 1TB SSD) - Space Grey</a>
<p>
<strong class="product-price">₹ 3,99,999.00</strong>
</p>
<p class="product-deliver-by">
Get it by <strong>Monday, August 22</strong>
FREE Delivery over ₹499. Fulfilled by Amazon.
</p>
</div>
</div>
</section>
</section>
<!-- SECTION 4 -->
<section class="section-4">
<div class="section-4-container">
<p>See personalized recommendations</p>
<button><a href="login.html">Sign In</a></button>
<p>New customer? <a href="login.html">start here</a> </p>
</div>
</section>
<!-- SECTION 5 -->
<section class="section-5">
<div class="section-5-container">
<a href="#nav-top" id="back-to-top" aria-label="Back to top">
<span class="back-to-top-text">
Back to top
</span>
</a>
</div>
</section>
<!-- Nav Footer -->
<div class="nav-footer">
<div class="nav-footer-left">
<h4>Get to Know Us</h4>
<p>About Us</p>
<p>Careers</p>
<p>Press Releases</p>
<p>Amazon Science</p>
</div>
<div class="nav-footer-left">
<h4>Connect with Us</h4>
<a href="https://www.facebook.com/AmazonIN">
<p>Facebook</p>
</a>
<a href="https://twitter.com/AmazonIN">
<p>Twitter</p>
</a>
<a href="https://www.instagram.com/amazondotin/">
<p>Instagram</p>
</a>
</div>
<div class="nav-footer-right">
<h4>Make Money with Us</h4>
<p>Sell on Amazon</p>
<p>Sell under Amazon Accelerator</p>
<p>Amazon Global Selling</p>
<p>Become an Affiliate</p>
<p>Fulfilment by Amazon</p>
<p>Advertise Your Products</p>
<p>Amazon Pay on Merchants</p>
</div>
<div class="nav-footer-right">
<h4>Let Us Help You</h4>
<p>COVID-19 and Amazon</p>
<p>Your Account</p>
<p>Returns Centre</p>
<p>100% Purchase Protection</p>
<p>Amazon App Download</p>
<p>Amazon Assistant Download</p>
<p>Help</p>
</div>
</div>
<!-- FOOTER -->
<footer>
<code>Made with ❤️ by NIE GFG Student Chapter</code> |
<span id="year"></span>
</footer>
<script>
document.getElementById("year").innerHTML = new Date().getFullYear();
</script>
<!-- JavaScript Bundle with Popper -->
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.2/dist/js/bootstrap.bundle.min.js"
integrity="sha384-OERcA2EqjJCMA+/3y+gxIOqMEjwtxJY7qPCqsdltbNJuaOe923+mo//f6V8Qbsw3"
crossorigin="anonymous"></script>
</body>
</html>