-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
216 lines (206 loc) · 11 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
<!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">
<title>Amazon | Acciojob</title>
<link rel="shortcut icon" href="https://thumbs.dreamstime.com/b/amazon-logo-white-background-montreal-canada-july-printed-paper-98221126.jpg" type="image/x-icon">
<link rel="stylesheet" href="style.css">
</head>
<body>
<!-- NAVBAR -->
<header class="header">
<nav class="header-nav">
<div class="header-container">
<img class="amazon-logo" src="https://mlsvc01-prod.s3.amazonaws.com/fd4e81f3101/a77159a6-cbf4-46a1-a731-522b77da3e42.png?ver=1649349594000" alt="Amazon Logo">
<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>
<svg xmlns="http://www.w3.org/2000/svg" class="h-5 w-5" viewBox="0 0 20 20" fill="currentColor">
<path 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>
</div>
</div>
</div>
<div>
</div>
</nav>
</header>
<!-- SECTION 1 -->
<section class="section-1">
<div class="section-1-container">
<div class="section-1-column">
<h3>Top picks for your home</h3>
<img src="https://images-eu.ssl-images-amazon.com/images/G/31/IMG15/Irfan/GATEWAY/MSO/Appliances-QC-PC-372x232----B08RDL6H79._SY232_CB667322346_.jpg" alt="">
<p>See more</p>
</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="">
<p>See more</p>
</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="">
<p>See more</p>
</div>
<div class="section-1-column">
<h3>Sign in for your best experience</h3>
<button>Sign in securely</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">
<img src="https://m.media-amazon.com/images/I/61Y30DpqRVL._AC_SY400_.jpg" alt="">
</div>
<div class="product-card">
<img src="https://m.media-amazon.com/images/I/61LNnZPoKPS._AC_SY400_.jpg" alt="">
</div>
<div class="product-card">
<img src="https://m.media-amazon.com/images/I/71iiXU7HHkL._AC_SY400_.jpg" alt="">
</div>
<div class="product-card">
<img src="https://m.media-amazon.com/images/I/61XZQXFQeVL._AC_SY400_.jpg" alt="">
</div>
<div class="product-card">
<img src="https://m.media-amazon.com/images/I/712B4P3yOnL._AC_SY400_.jpg" alt="">
</div>
<div class="product-card">
<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">
<img src="https://m.media-amazon.com/images/I/617tvTiZLGL._AC_SY400_.jpg" alt="">
</div>
<div class="product-card">
<img src="https://m.media-amazon.com/images/I/51tNket0w8L._AC_SY400_.jpg" alt="">
</div>
<div class="product-card">
<img src="https://m.media-amazon.com/images/I/91oNY+gNzPL._AC_SY400_.jpg" alt="">
</div>
<div class="product-card">
<img src="https://m.media-amazon.com/images/I/81NrftYFxsL._AC_SY400_.jpg" alt="">
</div>
<div class="product-card">
<img src="https://m.media-amazon.com/images/I/61uohjMdfzL._AC_SY400_.jpg" alt="">
</div>
<div class="product-card">
<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">
<img src="https://images-eu.ssl-images-amazon.com/images/I/61aUBxqc5PL._AC_UL320_SR320,320_.jpg" alt="">
</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">
<img src="https://m.media-amazon.com/images/I/71ZOtNdaZCL._AC_UY436_FMwebp_QL65_.jpg" alt="">
</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">
<img src="https://images-eu.ssl-images-amazon.com/images/I/61LNnZPoKPS._AC_UL320_SR320,320_.jpg" alt="">
</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">
<img src="https://images-eu.ssl-images-amazon.com/images/I/71hmqIQJFdL._AC_UL320_SR320,320_.jpg" alt="">
</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">
<img src="https://images-eu.ssl-images-amazon.com/images/I/71eknZxZLmL._AC_UL320_SR320,320_.jpg" alt="">
</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">
<img src="https://images-eu.ssl-images-amazon.com/images/I/91k86Cdp1uL._AC_UL320_SR320,320_.jpg" alt="">
</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>Sign in</button>
<p>New customer? Start here.</p>
</div>
</section>
<!-- FOOTER -->
<footer>
<code>Project made by Rajan Shukla</code>
</footer>
</body>
</html>