-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
221 lines (213 loc) · 11.9 KB
/
index.html
File metadata and controls
221 lines (213 loc) · 11.9 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
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
<!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.6.0/css/all.min.css" integrity="sha512-Kc323vGBEqzTmouAECnVceyQqyqdsSiqLQISBL29aUW4U/M7pSPA/gEUZQqv1cwx4OnYxTxve5UMg5GT6L4JJg==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<link rel ="stylesheet" href = 'index.css'>
</head>
<body>
<header>
<div class="navbar">
<div class="nav_logo">
<a href="https://www.amazon.com/" id="am_logo"><img src="am_logo.png" alt="amazon" width="90" height="30" ></a>
</div>
<div id="loc">
<i class="fa-solid fa-location-dot" style="width: 15px; height: 18px; margin-top: 8px;"></i>
<div style="display: flex; width: 52px; height: 50px; flex-wrap: wrap; align-content: flex-start;">
<span id="del_to">Deliver to</span>
<span id="address">India</span>
</div>
</div>
<div class ="sel-search">
<select name="All" id="options" >
<option value="">All</option>
<option value="">clothes</option>
<option value="">kids</option>
<option value="">grocery</option>
</select>
<input type="text" placeholder="Search Amazon" id="search-box">
<div id = "search-icon"> <i class="fa-solid fa-magnifying-glass" style="color: rgba(38, 43, 42, 0.888);"></i> </div>
</div>
<div id="lan-box">
<div class="flag"></div>
<div id="lan">
<select name="" style="width: 39px; height: 20px; background-color: #0f1111; font-weight: bold;border: none; font-size: 14px;">
<option value="">ENGLISH</option>
<option value="">HIndi</option>
<option value="">TAmil</option>
</select>
</div>
</div>
<div id="signin">
<span style="height: 14px; font-size: 12px; position: relative; left: 5px;color: rgba(222, 222, 222, 0.872);"> Hello, Sign in</span>
<div id="accts">
<select name="" id="" style="width: 113px;height: 15px; background-color: #0f1111; font-weight:bold; font-size: 15px; border: none;">
<option value="">Account & List</option>
</select>
</div>
</div>
<div id="query">
<span style="height: 14px; font-size: 12px; position: relative;color: rgba(222, 222, 222, 0.872);">Returns</span>
<span style=" width: 60;height: 15px; font-weight: bold; font-size: 14px;">& Orders</span>
</div>
<div id="cart_box">
<div id="cart">
<i class="fa-solid fa-cart-shopping" style="font-size: 36px;"></i>
<span style="color: #f08804; position: absolute; z-index: 50; left:27px;top: 6px; font-weight: bold;font-size: 18px;">0</span>
</div>
<span style="width: 38; height: 17px; font-size: 17px;font-weight: bold;">cart</span>
</div>
</div>
<div class="mini_bar">
<i class="fa-solid fa-bars" style="margin: 0px 5px 0px 10px; font-size: 20px;"></i>
<span class="mini" style="font-weight: bold; color: white;">All</span>
<span class="mini">Today's deals</span>
<span class="mini">Customer service</span>
<span class="mini">Registry</span>
<span class="mini">Gift Cards</span>
<span class="mini">sell</span>
</div>
</header>
<main>
<img src="first_bg.png" alt="" id="first_bg">
<div id="card_box">
<div class="cards">
<div id="head_div"><h2>Refresh your space</h2></div>
<div class="mini_cards">
<div class="four_img" style="background-image: url(dining.png);"></div>
<div class="four_img" style="background-image: url(home.png);"></div>
<div class="four_img" style="background-image: url(kitchen.png);"></div>
<div class="four_img" style="background-image: url(healty.png);"></div>
<span style="position: relative; right: 100px; font-size: 16px; font-weight:500; color: #007185;">Shop now</span>
</div>
</div>
<div class="cards">
<div id="head_div"><h2>Shop deals in fashion</h2></div>
<div class="mini_cards">
<div class="four_img" style="background-image: url(jeans.png);"></div>
<div class="four_img" style="background-image: url(tops.png);"></div>
<div class="four_img" style="background-image: url(dress.png);"></div>
<div class="four_img" style="background-image: url(shoes.png);"></div>
<span style="position: relative; right: 100px; font-size: 16px; font-weight:500; color: #007185;">Shop now</span>
</div>
</div>
<div class="cards">
<div id="head_div"><h2>Gaming accessories</h2></div>
<div class="mini_cards">
<div class="four_img" style="background-image: url(headphone.png);"></div>
<div class="four_img" style="background-image: url(keyboard.png);"></div>
<div class="four_img" style="background-image: url(mouse.png);"></div>
<div class="four_img" style="background-image: url(chair.png);"></div>
<span style="position: relative; right: 100px; font-size: 16px; font-weight:500; color: #007185;">Shop now</span>
</div>
</div>
<div class="cards">
<div id="head_div"><h2>Amazon Gadget store</h2></div>
<div class="mini_cards">
<div id="gadget_big" style="background-image: url(smartphone.png);"></div>
<div class="gadget_small" style="background-image: url(tabs.png);"></div>
<div class="gadget_small" style="background-image: url(laps.png);"></div>
<div class="gadget_small" style="background-image: url(tv.png);"></div>
<span style="position: relative; height: 20px; top:5px; right: 27px; font-size: 16px; font-weight:500; color: #007185;">See more from amazon gadgets</span>
</div>
</div>
<div class="cards">
<div id="head_div"><h2>Deals in PCs</h2></div>
<div class="mini_cards">
<div id="single_img"></div>
<span style="position: relative; right: 100px; font-size: 16px; font-weight:500; color: #007185;">Shop now</span>
</div>
</div>
<div class="cards">
<div id="head_div"><h2>Toys under $25</h2></div>
<div class="mini_cards">
<div id="single_img" style="background-image: url(teddy.png);"></div>
<span style="position: relative; right: 100px; font-size: 16px; font-weight:500; color: #007185;">Shop now</span>
</div>
</div>
<div class="cards">
<div id="head_div"><h2>Home décor under $50</h2></div>
<div class="mini_cards">
<div id="single_img" style="background-image: url(decor.png);"></div>
<span style="position: relative; right: 100px; font-size: 16px; font-weight:500; color: #007185;">Shop now</span>
</div>
</div>
<div class="cards">
<div id="head_div"><h2>Beauty steals under $25</h2></div>
<div class="mini_cards">
<div id="single_img" style="background-image: url(beauty.png);"></div>
<span style="position: relative; right: 100px; font-size: 16px; font-weight:500; color: #007185;">Shop now</span>
</div>
</div>
<div class="foot">
<div id="btt"><p style="color: rgb(159, 158, 158);">Back to top</pp></div>
<div class="foot_batchs">
<p style="height: 30px; font-weight: 600; font-size: 18px;">Get to know us</p>
<ul>
<li>Careers</li>
<li>Blogs</li>
<li>About Amazon</li>
<li>Investor Relations</li>
<li>Amazon Devices</li>
<li>Amazon Science</li>
</ul>
</div>
<div class="foot_batchs">
<p style="height: 30px; font-weight: 600; font-size: 18px;">Make Money with us</p>
<ul>
<li>Sell products on Amazon</li>
<li>Sell on Amazon Buisness</li>
<li>Sell apps on Amazon</li>
<li>Become an Affiliate</li>
<li>Advertise your Products</li>
<li>Self-publish with us</li>
<li>Host an Amazon Hub</li>
<li style="width: 170px;">> See More Make Money with us</li>
</ul>
</div>
<div class="foot_batchs" style="width: 250px;">
<p style="height: 30px; font-weight: 600; font-size: 18px;">Amazon Payment Products</p>
<ul>
<li>Amazon Buisness Cards</li>
<li>Shop with Points</li>
<li>Reload Your Balance</li>
<li>Amazon Currency Converter</li>
</ul>
</div>
<div class="foot_batchs">
<p style="height: 30px; font-weight: 600; font-size: 18px;">Let us Help You</p>
<ul>
<li>Amazon and COVID-19</li>
<li>Your Account</li>
<li>Your Orders</li>
<li>Shipping Rates & Policies</li>
<li>Returns & Replacements</li>
<li>Manage Your Content and Devices</li>
<li>Help</li>
</ul>
</div>
<div id="last">
<div id="last_am_img" style="position: relative; top: 5px; margin-right: 100px;"></div>
<div class="last_three">
<i class="fa-solid fa-globe" style="margin: 0px 7px; color: rgb(159, 159, 151);"></i>
<span style="color: rgb(159, 159, 151); font-size: 12px; margin-right: 25px;">English</span>
<div id="caret">
<i class="fa-solid fa-caret-up" style="color: rgb(159, 159, 151); font-size: 10px;"></i>
<i class="fa-solid fa-caret-down" style="color: rgb(159, 159, 151); font-size: 10px;"></i>
</div>
</div>
<div class="last_three">
<span style="margin: 0px 7px; font-size: 12px;">$</span>
<span style="color: rgb(159, 159, 151); font-size: 12px;">U.S.Dollar</span>
</div>
<div class="last_three">
<div class="flag" style="margin: 0px 5px; width: 18px; height: 18px; top: 0px;"></div>
<span style="color: rgb(159, 159, 151); font-size: 12px;">United States</span>
</div>
</div>
</div>
</main>
</body>
</html>