forked from CSI-DMCE-2024/Amazon-Hacktoberfest2024
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathproduct.html
207 lines (195 loc) · 8.68 KB
/
product.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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Products</title>
<link rel="stylesheet" href="/css/product.css">
</head>
<body>
<!---Add your navbar here with all the pages linked to it-->
<!---Add your navbar here with all the pages linked to it-->
<header>
<div class="navbar">
<div class="logo">
<a href="/index.html"><img src="/Asset/icons8-amazon-50.png"></a>
</div>
<div class="location">
<span>Deliver to Thane 400601</span>
<a class="Updateclass" href="#">Update location</a>
</div>
<div class="search-bar">
<select>
<option>All</option>
</select>
<input type="text" placeholder="Search Amazon.in">
<button>
<img src="/Asset/magnifying-glass.png" alt="Search Icon">
</button>
</div>
<div class="account-links">
<div><a href="/login.html">Login</a></div>
<div><a href="/Signup.html">SignUp</a></div>
<div><a href="/product.html" class="cart">
<img src="/Asset/icons8-cart-50.png" alt="Cart Icon">
Our Products
</a></div>
<div><a href="/contactus.html">Contact Us</a></div>
</div>
</div>
<div class="sub-navbar">
<div class="boxsub">
<a href="#">All</a>
<a href="#">Fresh</a>
<a href="#">MX Player</a>
<a href="#">Sell</a>
<a href="#">Best Sellers</a>
<a href="#">Today's Deals</a>
<a href="#">Mobiles</a>
<a href="#">Electronics</a>
<a href="#">Home & Kitchen</a>
<a href="#">Prime</a>
<a href="#">Customer Service</a>
</div>
</div>
</header>
<!----create products cards here with hover effect and responsiveness------>
<div class="container">
<h1>Featured Products</h1>
<div class="products-grid">
<!-- Six cards of the same product type -->
<div class="product-card">
<img height="300px"; width="400px"; style="object-fit: cover;" src="Assets/images-3.jpeg" alt="Product 1">
<h3>Phones</h3>
<p>Check Here</p>
<button class="add-to-cart">ADD TO CART</button>
</div>
<div class="product-card">
<img height="300px"; width="400px"; style="object-fit: cover;" src="Assets/editing-laptop-2048px-231551-2x1-1.jpg.webp" alt="Product 2">
<h3>Laptops</h3>
<p>Check Here</p>
<button class="add-to-cart">ADD TO CART</button>
</div>
<div class="product-card">
<img height="300px"; width="400px"; style="object-fit: cover;" src="Assets/gaming-pc.jpeg" alt="Product 3">
<h3>PCs</h3>
<p>Check Here</p>
<button class="add-to-cart">ADD TO CART</button>
</div>
<div class="product-card">
<img height="300px"; width="400px"; style="object-fit: cover;" src="Assets/images-3 2.jpeg" alt="Product 4">
<h3>Apple Products</h3>
<p>Check Here</p>
<button class="add-to-cart">ADD TO CART</button>
</div>
<div class="product-card">
<img height="300px"; width="400px"; style="object-fit: cover;" src="Assets/Designer-27-1.jpeg" alt="Product 5">
<h3>Home Appliances</h3>
<p>Check Here</p>
<button class="add-to-cart">ADD TO CART</button>
</div>
<div class="product-card">
<img height="300px"; width="400px"; style="object-fit: cover;" src="Assets/images-1-jpeg.jpeg" alt="Product 6">
<h3>Electronics Accessories</h3>
<p>Check Here</p>
<button class="add-to-cart">ADD TO CART</button>
</div>
</div>
<h2>Other Product Types</h2>
<!-- Horizontal Scroller for Different Product Types -->
<div class="horizontal-scroll">
<div class="scroll-card">
<img height="225 px"; width=" 225px"; style="object-fit: cover;" src="Assets/Unknown.jpeg" alt="Type 1">
<h4>Watches</h4>
<button class="add-to-cart">ADD TO CART</button>
</div>
<div class="scroll-card">
<img height="225 px"; width=" 225px"; style="object-fit: cover;" src="Assets/ring.jpeg" alt="Type 1">
<h4>Ring</h4>
<button class="add-to-cart">ADD TO CART</button>
</div>
<div class="scroll-card">
<img height="225 px"; width=" 225px"; style="object-fit: cover;" src="Assets/shoes.jpeg" alt="Type 1">
<h4>Shoe</h4>
<button class="add-to-cart">ADD TO CART</button>
</div>
<div class="scroll-card">
<img height="225 px"; width=" 225px"; style="object-fit: cover;" src="Assets/blet.jpeg" alt="Type 1">
<h4>Belt</h4>
<button class="add-to-cart">ADD TO CART</button>
</div>
<div class="scroll-card">
<img height="225 px"; width=" 225px"; style="object-fit: cover;" src="Assets/tie.webp" alt="Type 1">
<h4>Tie</h4>
<button class="add-to-cart">ADD TO CART</button>
</div>
<div class="scroll-card">
<img height="225 px"; width=" 225px"; style="object-fit: cover;" src="Assets/handbag.jpeg" alt="Type 1">
<h4>Handbag</h4>
<button class="add-to-cart">ADD TO CART</button>
</div>
<div class="scroll-card">
<img height="225 px"; width=" 225px"; style="object-fit: cover;" src="Assets/socks.jpeg" alt="Type 1">
<h4>Socks n Muffler</h4>
<button class="add-to-cart">ADD TO CART</button>
</div>
</div>
<!--sample products list made to add "add to cart" funtionality-->
<!-----Footer---->
<footer class="amazon-footer">
<div class="footer-container">
<div class="footer-section">
<h3>Get to Know Us</h3>
<ul>
<li><a href="#">About Amazon</a></li>
<li><a href="#">Careers</a></li>
<li><a href="#">Press Releases</a></li>
<li><a href="#">Investor Relations</a></li>
<li><a href="#">Amazon Devices</a></li>
<li><a href="#">Amazon Science</a></li>
</ul>
</div>
<div class="footer-section">
<h3>Make Money with Us</h3>
<ul>
<li><a href="#">Sell on Amazon</a></li>
<li><a href="#">Sell Your Books</a></li>
<li><a href="#">Advertise Your Products</a></li>
<li><a href="#">Become an Affiliate</a></li>
<li><a href="#">Self-Publish with Us</a></li>
<li><a href="#">Host an Amazon Hub</a></li>
</ul>
</div>
<div class="footer-section">
<h3>Amazon Payment Methods</h3>
<ul>
<li><a href="#">Amazon Pay</a></li>
<li><a href="#">Amazon Gift Card</a></li>
<li><a href="#">Amazon Coins</a></li>
</ul>
</div>
<div class="footer-section">
<h3>Need Help?</h3>
<ul>
<li><a href="#">Help</a></li>
<li><a href="#">Shipping Rates</a></li>
<li><a href="#">Return Policy</a></li>
<li><a href="#">Manage Your Content and Devices</a></li>
<li><a href="#">Amazon Assistant</a></li>
</ul>
</div>
</div>
<div class="footer-bottom">
<p> © 2023 Amazon.com, Inc. or its affiliates</p>
<div class="social-media">
<a href="#"><i class="fab fa-facebook-f"></i></a>
<a href="#"><i class="fab fa-twitter"></i></a>
<a href="#"><i class="fab fa-instagram"></i></a>
<a href="#"><i class="fab fa-linkedin-in"></i></a>
</div>
</div>
</footer>
<!------footer ends-->
<script src="/js/Addtocart.js"></script>
</body>
</html>