-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
202 lines (186 loc) · 7.54 KB
/
index.html
File metadata and controls
202 lines (186 loc) · 7.54 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title></title>
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/7.0.1/css/all.min.css">
</head>
<body>
<header>
<div class="navbar">
<!-- box1 -->
<div class="nav-logo border">
<div class="logo">
<img id="image" src="download.png" alt="loading"></img>
</div>
</div>
<!-- box2 -->
<div class="add-icon border">
<p class="icon-1">Deliver to</p>
<div class="icon-2">
<i class="fa-solid fa-location-dot"></i>
<p>India</p>
</div>
</div>
<!-- box3 -->
<div class="nav-search">
<select class="option">
<option>All</option>
</select>
<input placeholder="Search Amazon" class="search">
<div class="search-icon">
<i class="fa-solid fa-magnifying-glass"></i>
</div>
</div>
<!-- box4 -->
<div class="nav-flag border">
<div class="flag-icon">
<i class="fa-solid fa-earth-americas"></i>
</div>
<div class="text">
<p>EN</p>
</div>
<i class="fa-solid fa-caret-down"></i>
</div>
<!-- box5 -->
<div class="sign-in border">
<p style="font-size: 12px; margin-top: 10px;">Hello,sign in</p>
<div class="accounts">
<p style="font-weight: bold; font-size: 14px;">Accounts & lists</p>
<i class="fa-solid fa-caret-down"></i>
</div>
</div>
<!-- box6 -->
<div class="nav-orders border">
<p style="font-size: 12px;">Returns</p>
<p style="font-size: 16px;">& Orders</p>
</div>
<!-- box7 -->
<div class="nav-cart border">
<i id="cart" class="fa-solid fa-cart-shopping"></i>
</div>
</div>
<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>Prime Video</p>
<p>Registry</p>
<p>Gift Cards</p>
<p>Customer Service</p>
<p>Sell</p>
</div>
</div>
</header>
<div class="hero" style="margin-bottom: 10px;">
<div class="hero-section">
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>
</div>
</div>
<div class="shop-section">
<div class="box1 box">
<h2 style="color: black; font-size: 20px; margin-bottom: 5px;">Shop Fashion for less</h2>
<div class="box-img" style="background-image: url('fashion1.jpg'); background-position: center;"></div>
<a style="color: #007185; margin: 0px 6px 0px 2px;">Shop now</a>
</div>
<div class="box2 box">
<h2 style="color: black; font-size: 20px; margin-bottom: 5px;">Shop for your home essentials</h2>
<div class="box-img" style="background-image: url('home1.jpg'); background-position: center; background-size: contain;"></div>
<a style="color: #007185; margin: 0px 6px 0px 2px;">Shop now</a>
</div>
<div class="box3 box">
<h2 style="color: black; font-size: 20px; margin-bottom: 5px;">Get your Game on</h2>
<div class="box-img" style="background-image: url('game.jpg'); background-position: center; background-size: contain; background-repeat: no-repeat;"></div>
<a style="color: #007185; margin: 0px 6px 0px 2px;">Shop now</a>
</div>
<div class="box4 box">
<h2 style="color: black; font-size: 20px; margin-bottom: 5px;">Top categories in Kitchen appliances</h2>
<div class="box-img" style="background-image: url('kitchen1.jpg'); background-position: center; background-size: contain;"></div>
<a style="color: #007185; margin: 0px 6px 0px 2px;">Shop now</a>
</div>
<div class="box5 box">
<h2 style="color: black; font-size: 20px; margin-bottom: 5px;">New Home arrrivals</h2>
<div class="box-img" style="background-image: url('newhome.jpg'); background-position: center;"></div>
<a style="color: #007185; margin: 0px 6px 0px 2px;">Shop now</a>
</div>
<div class="box6 box">
<h2 style="color: black; font-size: 20px; margin-bottom: 5px;">Refresh your space</h2>
<div class="box-img" style="background-image: url('refreshspace.jpg'); background-position: center; background-size: contain;"></div>
<a style="color: #007185; margin: 0px 6px 0px 2px;">Shop now</a>
</div>
<div class="box7 box">
<h2 style="color: black; font-size: 20px; margin-bottom: 5px;">Fashion Trends you like </h2>
<div class="box-img" style="background-image: url('fashiontrends.jpg'); background-position: center; background-size: contain; background-repeat: no-repeat;"></div>
<a style="color: #007185; margin: 0px 6px 0px 2px;">Shop now</a>
</div>
<div class="box8 box">
<h2 style="color: black; font-size: 20px; margin-bottom: 5px;">Easy updates for elevated spaces</h2>
<div class="box-img" style="background-image: url('updateselevated.jpg'); background-position: center; background-size: contain;"></div>
<a style="color: #007185; margin: 0px 6px 0px 2px;">Shop now</a>
</div>
</div>
</body>
<footer>
<div class="foot-panel1">
<a>Back To Top</a>
</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>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>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>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>
</div>
<div class="foot-panel3">
<div class="logo">
<img id="image" src="download.png" alt="loading"></img>
</div>
</div>
<div class="foot-panel4">
<div class="text"></div>
<a>Conditions of use</a>
<a>Privacy Notice</a>
<a>Consumer Health Data Privacy Disclosure</a>
<a>Your Ads Privacy Choices</a>
<div class="copyright">
<a style="display: block;">© 1996-2025, Amazon.com, Inc. or its affiliates</a>
</div>
</div>
</footer>
</html>