1
+ <!DOCTYPE html>
2
+ < html lang ="en ">
3
+ < head >
4
+ < meta charset ="UTF-8 ">
5
+ < meta http-equiv ="X-UA-Compatible " content ="IE=edge ">
6
+ < meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
7
+ < title > Amazon</ title >
8
+ < 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 " />
9
+ < link rel ="stylesheet " href ="style.css ">
10
+ </ head >
11
+ < body >
12
+ < HEAder >
13
+ < div class ="navbar ">
14
+ < div class ="nav-logo border ">
15
+ < div class ="logo ">
16
+ </ div >
17
+
18
+ </ div >
19
+ < div class ="nav-address border ">
20
+ < p class ="add-first "> Deliver to</ p >
21
+ < div class ="add-icon ">
22
+ < i class ="fa-solid fa-location-dot "> </ i >
23
+ < p class ="add-second "> India</ p >
24
+ </ div >
25
+ </ div >
26
+ < div class ="nav-search ">
27
+ < select class ="search-select " >
28
+ < option >
29
+ all
30
+ </ option >
31
+ </ select >
32
+ < input placeholder ="Search " class ="search-input ">
33
+ < div class ="search-icon ">
34
+ < i class ="fa-solid fa-magnifying-glass "> </ i >
35
+ </ div >
36
+ </ div >
37
+ < div class ="nav-signin border " >
38
+ < p > < span > Hello,sign in</ span > </ p >
39
+ < p class ="nav-second "> Accounts & users</ p >
40
+
41
+ </ div >
42
+ < div class ="return border " >
43
+ < p > < span > Return</ span > </ p >
44
+ < p class ="nav-second "> & Orders</ p >
45
+
46
+ </ div >
47
+ < div class ="nav-cart border ">
48
+ < i class ="fa-solid fa-cart-shopping "> </ i >
49
+ cart
50
+ </ div >
51
+ </ div >
52
+ < div class ="panel ">
53
+ < div class ="panel-all ">
54
+ < i class ="fa-solid fa-bars "> </ i >
55
+ All
56
+ </ div >
57
+ < div class ="panel-ops ">
58
+ < p > Today's deals</ p >
59
+ < p > Customer Servie</ p >
60
+ < p > Gift Cards</ p >
61
+ < p > Sell</ p >
62
+ </ div >
63
+ < div class ="panel-deals ">
64
+ Shop deals in Electronics
65
+ </ div >
66
+ </ div >
67
+ </ HEAder >
68
+ < div class ="hero-section ">
69
+ < div class ="hero-msg ">
70
+ 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 to amazon.in</ a >
71
+ </ div >
72
+ </ div >
73
+ < div class ="shop-section ">
74
+ < div class ="healthcare box ">
75
+ < div class ="box-content ">
76
+ < h2 > Health and Personal Care</ h2 >
77
+ < div class ="box-image " style ="background-image: url('box1_image.jpg') ; "> </ div >
78
+ < p > see more</ p >
79
+ </ div >
80
+ </ div >
81
+ < div class ="bathroom box ">
82
+ < div class ="box-content ">
83
+ < h2 > Shop Bathroom essentials</ h2 >
84
+ < div class ="box-image " style ="background-image: url('box2_image.jpg') ; "> </ div >
85
+ < p > see more</ p >
86
+ </ div > </ div >
87
+ < div class ="furniture box ">
88
+ < div class ="box-content ">
89
+ < h2 > Furniture</ h2 >
90
+ < div class ="box-image " style ="background-image: url('box3_image.jpg') ; "> </ div >
91
+ < p > see more</ p >
92
+ </ div > </ div >
93
+ < div class ="electronics box ">
94
+ < div class ="box-content ">
95
+ < h2 > Electronics</ h2 >
96
+ < div class ="box-image " style ="background-image: url('box4_image.jpg') ; "> </ div >
97
+ < p > see more</ p >
98
+ </ div > </ div >
99
+ < div class ="makeup box ">
100
+ < div class ="box-content ">
101
+ < h2 > Make up and Lipsticks</ h2 >
102
+ < div class ="box-image " style ="background-image: url('box5_image.jpg') ; "> </ div >
103
+ < p > see more</ p >
104
+ </ div > </ div >
105
+ < div class ="pet box ">
106
+ < div class ="box-content ">
107
+ < h2 > Pet accessories</ h2 >
108
+ < div class ="box-image " style ="background-image: url('box6_image.jpg') ; "> </ div >
109
+ < p > see more</ p >
110
+ </ div > </ div >
111
+ < div class ="toys box ">
112
+ < div class ="box-content ">
113
+ < h2 > Toys under $30</ h2 >
114
+ < div class ="box-image " style ="background-image: url('box7_image.jpg') ; "> </ div >
115
+ < p > see more</ p >
116
+ </ div > </ div >
117
+ < div class ="fashion box ">
118
+ < div class ="box-content ">
119
+ < h2 > Discover fashion trends</ h2 >
120
+ < div class ="box-image " style ="background-image: url('box8_image.jpg') ; "> </ div >
121
+ < p > see more</ p >
122
+ </ div > </ div >
123
+ </ div >
124
+ < footer >
125
+ < div class ="foot-panel1 ">
126
+ back to top
127
+ </ div >
128
+ < div class ="foot-panel2 ">
129
+ < ul >
130
+ < p > Get to Know Us</ p >
131
+ < a > Careers</ a >
132
+ < a > Blog</ a >
133
+ < a > About Amazon</ a >
134
+ < a > Investor Relations</ a >
135
+ < a > Amazon Devices</ a >
136
+ < a > Amazon science</ a >
137
+ </ ul >
138
+ < ul >
139
+ < p > Make Money with Us</ p >
140
+ < a > Sell products on Amazon</ a >
141
+ < a > Sell on Amazon Business</ a >
142
+ < a > Sell apps on Amazon</ a >
143
+ < a > Become an Affiliate</ a >
144
+ < a > Advertise Your Products</ a >
145
+ < a > Self-Publish with Us</ a >
146
+ < a > Host an Amazon Hub</ a >
147
+ < a > ›See More Make Money with Us</ a >
148
+ </ ul >
149
+ < ul >
150
+ < p > Amazon Payment Products</ p >
151
+ < a > Amazon Business Card</ a >
152
+ < a > Shop with Points</ a >
153
+ < a > Reload Your Balance</ a >
154
+ < a > Reload Your Balance</ a >
155
+ </ ul >
156
+ < ul >
157
+ < p > Let Us Help You</ p >
158
+ < a > Your Account</ a >
159
+ < a > Your Orders</ a >
160
+ < a > Shipping Rates & Policies</ a >
161
+ < a > Returns & Replacements</ a >
162
+ < a > Manage Your Content and Devices</ a >
163
+ < a > Amazon Assistant</ a >
164
+ < a > help</ a >
165
+ </ ul >
166
+ </ div >
167
+ < div class ="foot-panel3 ">
168
+ < div class ="logo "> </ div >
169
+ </ div >
170
+ < div class ="foot-panel4 ">
171
+ < div class ="pages ">
172
+ < a > Terms and Conditions</ a >
173
+ < a > Privacy</ a >
174
+ < a > Your Ads</ a >
175
+ </ div >
176
+ < div class ="copyright ">
177
+ © 1996-2023, Amazon.com, Inc. or its affiliates
178
+ </ div >
179
+ </ div >
180
+ </ footer >
181
+ </ body >
182
+ </ html >
0 commit comments