-
Notifications
You must be signed in to change notification settings - Fork 0
/
Amzon_web(copy).html
172 lines (154 loc) · 81.3 KB
/
Amzon_web(copy).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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Amazon</title>
<link rel="stylesheet" href="style1.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css" integrity="sha512-DTOQO9RWCH3ppGqcWaEA1BIZOC6xxalwEsw9c2QQeAIftl+Vegovlnee1c9QX4TctnWMn13TZye+giMm8e2LwA==" crossorigin="anonymous" referrerpolicy="no-referrer" />
</head>
<body>
<header>
<div class="navbar">
<div class="nav-logo border">
<div class="logo"></div>
</div>
<div class="nav-address border">
<p class="add-first">Deliver to+</p>
<div class="add-icon">
<i class="fa-solid fa-location-dot"></i>
<p class="add-second">India</p>
</div>
</div>
<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>
<div class="nav-signin 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-ops">
<p>Today's Deals</p>
<p>Customer Services</p>
<p>Registery</p>
<p>Goft 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 million of products with last local delivery
<a>Click here to go to Amazon.in </a></p>
</div>
</div>
<div class="shop-section">
<div class="box1 box">
<div class="box-content">
<h2>Women’s sweaters starting at $20</h2>
<div class="box-img" style="background-image: url('box1-image.jpg');"></div>
</div>
</div>
<div class="box2 box">
<div class="box-content">
<h2>Discounts on gifts for kids</h2>
<div class="box-img" style="background-image: url('box2-image.jpg');"></div>
</div>
</div>
<div class="box3 box">
<div class="box-content">
<h2>Save on refurbished wireless tech</h2>
<div class="box-img" style="background-image: url('box3-image.jpg');"></div>
</div>
</div>
<div class="box4 box">
<div class="box-content">
<h2>Save on refurbished cameras</h2>
<div class="box-img" style="background-image: url('box4-image.jpg');"></div>
</div>
</div>
<div class="box5 box">
<div class="box-content">
<h2>Gifts for new parents</h2>
<div class="box-img" style="background-image: url('box5-image.jpg');"></div>
</div>
</div>
<div class="box6 box">
<div class="box-content">
<h2>Save on refurbished computers</h2>
<div class="box-img" style="background-image: url('box6-image.jpg');"></div>
</div>
</div>
<div class="box7 box">
<div class="box-content">
<h2>Pawfect Holiday</h2>
<div class="box-img" style="background-image: url('box7-image.jpg');"></div>
</div>
</div>
<div class="box8 box">
<div class="box-content">
<h2>Holiday gifting essentials</h2>
<div class="box-img" style="background-image: url('box8-image.jpg');"></div>
</div>
</div>
</div>
<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>Investors Relations</a>
<a>Amazon Devices</a>
<a>Amazon Sciend</a>
</ul>
<ul>
<a>Your orders</a>
<a>Your Lists</a>
<a>Find a Gift</a>
<a>Browsing History </a>
<a>Returns</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>
</footer>
</body>
</html>