-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
182 lines (175 loc) · 6.39 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
<!DOCTYPE html>
<!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="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css" integrity="sha512-iecdLmaskl7CVkqkXNQ/ZH/XLlvWZOJyj7Yy7tcenmpD1ypASozpmT/E0iPtmFIB46ZmdtAc9eNBvH0H/ZpiBw==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<link rel="stylesheet" href="style.css">
</head>
<body>
<header>
<div class="navbar">
<div class="nav-logo border"><div class="logo"></div></div>
<div class="nav-address border">
<p class="addr1">Deliver to</p>
<div class="add-icon">
<i class="fa-solid fa-globe"></i>
<p class="addr2">India</p>
</div>
</div>
<div class="nav-search">
<select name="" id="" class="search-select">
<option value="">All</option>
<input class="search-input"placeholder="Search Amazon">
<div class="search-icon">
<i class="fa-sharp fa-solid fa-magnifying-glass"></i>
</div>
</select>
</div>
<div class="nav-singin border">
<p><span>Hello, sign in</span></p>
<p class="nav-second">Account & Lists</p>
</div>
<div class="nav-return border">
<p><span>Returns</span></p>
<p class="nav-second">& Orders</p>
</div>
<div class="nav-cart border">
<i class="fa-solid fa-cart-shopping"></i>
Cart
</div>
</div>
<div class="panel">
<div class="panel-all">
<i class="fa-solid fa-bars"></i>
All
</div>
<div class="panel-options">
<p>Today's Deal</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>
</header>
<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 href=""> Click here to go amazon.in</a></p>
</div>
</div>
<div class="shop-section">
<div class="box">
<div class="box-content">
<h2>Clothes</h2>
<div class="box-img" style="background-image: url('images/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('images/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('images/box3_image.jpg')"></div>
<p>See more</p>
</div>
</div>
<div class="box">
<div class="box-content">
<h2>Gedgets</h2>
<div class="box-img" style="background-image: url('images/box4_image.jpg')"></div>
<p>See more</p>
</div>
</div>
</div>
<div class="shop-section">
<div class="box">
<div class="box-content">
<h2>Skin Care</h2>
<div class="box-img" style="background-image: url('images/box5_image.jpg')"></div>
<p>See more</p>
</div>
</div>
<div class="box">
<div class="box-content">
<h2>Pets</h2>
<div class="box-img" style="background-image: url('images/box6_image.jpg')"></div>
<p>See more</p>
</div>
</div>
<div class="box">
<div class="box-content">
<h2>New Arrival and Toys</h2>
<div class="box-img" style="background-image: url('images/box7_image.jpg')"></div>
<p>See more</p>
</div>
</div>
<div class="box">
<div class="box-content">
<h2>Fashion</h2>
<div class="box-img" style="background-image: url('images/box8_image.jpg')"></div>
<p>See more</p>
</div>
</div>
</div>
<footer>
<div class="foot-panel-1">Back to Top</div>
<div class="foot-panel-2">
<table>
<thead>
<tr>
<th>Get to know us</th>
<th>Make money with us</th>
<th>Amazon Payment Products</th>
<th>Let Us Help You</th>
</tr>
</thead>
<tbody>
<tr>
<td>Careers</td>
<td>Sell products on Amazon</td>
<td>Amzon business Cards</td>
<td>Amzon and covid-19</td>
</tr>
<tr>
<td>Careers</td>
<td>Sell products on Amazon</td>
<td>Amzon business Cards</td>
<td>Amzon and covid-19</td>
</tr>
<tr>
<td>Careers</td>
<td>Sell products on Amazon</td>
<td>Amzon business Cards</td>
<td>Amzon and covid-19</td>
</tr>
</tbody>
</table>
</div>
<div class="foot-panel-3">
<div class="logo"></div>
</div>
<div class="foot-panel-4">
<div class="pages">
<a>Condition of Use</a>
<a>Privacy Notice</a>
<a>Your ad privacy choices</a>
</div>
<div class="copyright">
© 1996-2023, Amazon.com, Inc. or its affiliates
</div>
</div>
</footer>
</body>
</html>