-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
243 lines (219 loc) · 7.86 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Amazon</title>
<link rel="stylesheet" href="style.css" />
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css"
/>
<script src="script.js"></script>
</head>
<header>
<!--Box1 for amazon logo div-->
<div class="nav-bar">
<div class="nav-logo border">
<div class="logo"></div>
</div>
<!--Box1 logo Div ends here-->
<!--Box2 div for for address -->
<div class="nav-address border">
<p class="address-first">Deliver to</p>
<div class="address-icon">
<i class="fa-solid fa-location-dot"></i>
<p class="address-second">India</p>
</div>
</div>
<!--Box 2 Ends Here-->
<!--Box3 Starts Div for Search Bar-->
<div class="nav-search">
<select class="search-select">
<option>All</option>
</select>
<input placeholder="Search Amazon" class="search-input" />
<div class="search-icon">
<i class="fa-solid fa-magnifying-glass"></i>
</div>
</div>
<!--Box3 Div ends her-->
<!--Box4 Div Signin Starts-->
<div class="nav-signin border">
<p><span>Hello,sign in</span></p>
<p class="nav-second">Accounts & Lists</p>
</div>
<!--Box 4 ends here-->
<!--Box 5 Return& orders starts-->
<div class="nav-return border">
<p><span>Returns</span></p>
<p class="nav-second">& Orders</p>
</div>
<!--Box 5 ends here-->
<!--Box 6 Cart starts from here-->
<div class="nav-cart border">
<i class="fa-solid fa-cart-shopping"></i>
Cart
</div>
<!--Box 6 ends here-->
</div>
<!--NavBar ends here-->
<!--Panel Div Starts here-->
<div class="panel">
<div class="panel-all">
<i class="fa-solid fa-bars"></i>
All
</div>
<div class="panel-ops">
<p>Today's Deals</p>
<p>Customer Service</p>
<p>Registry</p>
<p>Gift Cards</p>
<p>Sell</p>
</div>
<div class="panel-deals">Shop deals in Electronics</div>
</div>
<!--Panel Div Ends here-->
</header>
<!--Main Section Starts-->
<div class="hero-section">
<div class="hero-msg">
<p>
You are on amazon.com. You can also shop on Amazon India for millions
of products with fast local delivery.<a>
Click here to go to amazon.in</a
>
</p>
</div>
</div>
<!--Hero section ends here-->
<!--Shop Section Starts-->
<div class="shop-section">
<div class="box">
<div class="box-content">
<h2>Clothes</h2>
<div
class="box-img"
style="background-image: url('box1_image.jpg')"
></div>
<p>See more</p>
</div>
</div>
<div class="box">
<div class="box-content">
<h2>Health & Personal Care</h2>
<div class="box-img" style="background-image: url('box2_image.jpg')">
</div>
<p>See more</p>
</div>
</div>
<div class="box">
<div class="box-content">
<h2>Furniture</h2>
<div
class="box-img"
style="background-image: url('box3_image.jpg')"
></div>
<p>See more</p>
</div>
</div>
<div class="box">
<div class="box-content">
<h2>Electronics</h2>
<div
class="box-img"
style="background-image: url('box4_image.jpg')"
></div>
<p>See more</p>
</div>
</div>
<div class="box">
<div class="box-content">
<h2>Beauty picks</h2>
<div class="box-img" style="background-image: url('box5_image.jpg')"></div>
<p>See more</p>
</div>
</div>
<div class="box">
<div class="box-content">
<h2>Shop Pet supplies</h2>
<div class="box-img" style="background-image: url('box6_image.jpg');"></div>
<p>See more</p>
</div>
</div>
<div class="box">
<div class="box-content">
<h2>New arrivals in Toys</h2>
<div class="box-img" style="background-image: url('box7_image.jpg');"></div>
<p>See more</p>
</div>
</div>
<div class="box">
<div class="box-content">
<h2>Discover fashion trends</h2>
<div class="box-img" style="background-image: url('box8_image.jpg');"></div>
<p>See more</p>
</div>
</div>
</div><!---Shop Section Div Ends here-->
<footer>
<div class="foot-panel1">
Back to Top
</div>
<div class="foot-panel2">
<ul>
<p>Get to Know Us</p>
<a>Careers</a>
<a>Blog</a>
<a>About Amazon</a>
<a>Investor Relations</a>
<a>Amazon Devices</a>
<a>Amazon Science</a>
</ul>
<ul>
<p>Make Money with Us</p>
<a>Sell products on Amazon</a>
<a>Sell on Amazon Business</a>
<a>Sell apps on Amazon</a>
<a>Become an Affiliate</a>
<a>Advertise Your Products</a>
<a>Self-Publish with Us</a>
<a>Host an Amazon Hub</a>
<a>›See More Make Money
with Us</a>
</ul>
<ul>
<p>Amazon Payment Products</p>
<a>Amazon Business Card</a>
<a>Shop with Points</a>
<a>Reload Your Balance</a>
<a>Amazon Currency Converter </a>
</ul>
<ul>
<p>Let Us Help You</p>
<a>Amazon and COVID-19</a>
<a> Your Account</a>
<a> Your Orders</a>
<a>Shipping Rates & Policies</a>
<a>Returns & Replacements</a>
<a>Manage Your Content and Devices</a>
<a>Amazon Assistant</a>
<a>Help</a>
</ul>
</div>
<div class="foot-panel3">
<div class="logo"></div>
</div>
<div class="foot-panel4">
<div class="pages">
<a>Conditions of Use</a>
<a>Privacy Notice</a>
<a>Your Ads Privacy Choices</a>
</div>
<div class="copyright">
© 1996-2023, Amazon.com, Inc. or its affiliates
</div>
</div>
</footer>
</body>
</html>