-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
186 lines (161 loc) · 5.75 KB
/
index.html
File metadata and controls
186 lines (161 loc) · 5.75 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Amazon Clone</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="navSection">
<nav class="navbar navbar-expand-lg navbar-dark amazon-navbar">
<div class="container-fluid">
<!-- Logo -->
<a class="navbar-brand" href="#">
<img src="amazon.png" alt="Amazon" class="amazon-logo">
</a>
<!-- Toggler -->
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#amazonNavbar" aria-controls="amazonNavbar" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<!-- Navbar Content -->
<div class="collapse navbar-collapse" id="amazonNavbar">
<div class="d-lg-flex w-100 justify-content-between align-items-center">
<!-- Deliver To -->
<div class="text-white text-center flex-grow-1 px-2">
<small class="text-muted">Deliver to</small><br>
<i class="fa-solid fa-location-dot"></i> <span>India</span>
</div>
<!-- Search Bar -->
<div class="flex-grow-2 px-3 my-2 my-lg-0 amazon-search">
<form class="d-flex" role="search">
<select class="form-select category-select">
<option>All</option>
</select>
<input class="form-control search-input" type="search" placeholder="Search Amazon" aria-label="Search">
<button class="btn search-btn" type="submit">
<i class="fa-solid fa-magnifying-glass"></i>
</button>
</form>
</div>
<!-- Sign In -->
<div class="text-white text-center flex-grow-1 px-2">
<small>Hello, sign in</small><br>
<strong>Account & Lists</strong>
</div>
<!-- Returns & Orders -->
<div class="text-white text-center flex-grow-1 px-2">
<small>Returns</small><br>
<strong>& Orders</strong>
</div>
<!-- Cart -->
<div class="text-center flex-grow-1 px-2">
<a href="#" class="nav-link text-white">
<i class="fa-solid fa-cart-shopping"></i> Cart
</a>
</div>
</div>
</div>
</div>
</nav>
</div>
<!-- Hero Section -->
<div class="herosection">
<div class="heromessage">
<p>You are on amazon.com. You can also shop on Amazon India for millions of products with fast local delivery. <a href="https://www.amazon.in/gp/bestsellers/?ref_=nav_em_cs_bestsellers_0_1_1_2">Click here to go to amazon.in</a></p>
</div>
</div>
<!-- Shop Section -->
<div class="shopsection">
<div class="box">
<div class="boxcontent">
<h2>T-shirt</h2>
<div class="boximage" style="background-image:url('T-shirt.jpg')"></div>
<p>See more</p>
</div>
</div>
<div class="box">
<div class="boxcontent">
<h2>Jeans</h2>
<div class="boximage" style="background-image:url('Jeans.jpg')"></div>
<p>See more</p>
</div>
</div>
<div class="box">
<div class="boxcontent">
<h2>Denim</h2>
<div class="boximage" style="background-image:url('denims.jpeg')"></div>
<p>See more</p>
</div>
</div>
<div class="box">
<div class="boxcontent">
<h2>watch</h2>
<div class="boximage" style="background-image:url('Watches.jpeg')"></div>
<p>See more</p>
</div>
</div>
<div class="box">
<div class="boxcontent">
<h2>Shoes</h2>
<div class="boximage" style="background-image:url('Shoes.jpeg')"></div>
<p>See more</p>
</div>
</div>
<div class="box">
<div class="boxcontent">
<h2>outfit</h2>
<div class="boximage" style="background-image:url('outfit.jpeg')"></div>
<p>See more</p>
</div>
</div>
</div>
<!-- Footer -->
<footer>
<div class="footpanel1">Back to Top</div>
<div class="footpanel2">
<ul>
<li>Get to Know Us</li>
<li><a href="#">Careers</a></li>
<li><a href="#">Blog</a></li>
<li><a href="#">About Amazon</a></li>
<li><a href="#">Investor Relations</a></li>
<li><a href="#">Amazon Devices</a></li>
<li><a href="#">Amazon Science</a></li>
</ul>
<ul>
<li>Make Money with Us</li>
<li><a href="#">Sell on Amazon</a></li>
<li><a href="#">Affiliate Program</a></li>
<li><a href="#">Advertise Your Products</a></li>
</ul>
<ul>
<li>Amazon Payment Products</li>
<li><a href="#">Amazon Pay</a></li>
<li><a href="#">Reload Balance</a></li>
</ul>
<ul>
<li>Let Us Help You</li>
<li><a href="#">Your Account</a></li>
<li><a href="#">Shipping Rates</a></li>
<li><a href="#">Returns & Replacements</a></li>
</ul>
</div>
<div class="footpanel3">
<img src="amazon.png" alt="Amazon Logo" class="footer-logo">
</div>
<div class="footpanel4">
<div class="pages">
<a href="#">Conditions of Use</a> |
<a href="#">Privacy Notice</a> |
<a href="#">Your Ads Privacy Choices</a>
</div>
<div class="copyright">
© 1996-2025, Amazon.com, Inc. or its affiliates
</div>
</div>
</footer>
</body>
</html>