-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsproduct1.html
327 lines (324 loc) · 12 KB
/
sproduct1.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
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<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"
/>
<!-- <link rel="stylesheet" href="asset/sproduct.css"> -->
<link rel="stylesheet" href="asset/style.css" />
<link rel="stylesheet" href="asset/sproduct.css" />
<title>Ladies Corner</title>
</head>
<body>
<section id="header">
<a href="index.html"
><img
src="asset/img/pngtree-beauty-spa-logo-design-template-woman-silhouette-logo-template-image_328588.jpg"
alt=""
class="logo"
/></a>
<nav id="nav">
<ul id="navbar">
<li><a href="index.html" id="home">Home</a></li>
<li><a href="shop.html" id="shop" class="active">Shop</a></li>
<li><a href="signup/index.html" id="about">Sign In</a></li>
<li><a href="contact.html" id="about">Contact</a></li>
<li>
<a href="cart.html" id="lg-bag"
><i class="fa-solid fa-cart-shopping"></i
></a><span id="cart-item">0</span>
</li>
<a href="#" id="close"><i class="fa-solid fa-xmark"></i></a>
</ul>
</nav>
<div id="mobile">
<a href="cart.html" id="cart"
><i class="fa-solid fa-cart-shopping fa-xxl"></i
></a>
<i id="bar" class="fas fa-outdent fa-xl"></i>
</div>
</section>
<section id="product-details">
<div class="single-pro-img">
<img
src="https://rukminim1.flixcart.com/image/832/832/k1fbmvk0pkrrdj/shirt/v/v/f/xl-rsf8104a-red-tape-original-imafkxrv67bcg78x.jpeg?q=70"
width="90%"
height="70%"
id="MainImg"
alt=""
/>
<div class="small-img-group">
<div class="small-img-col">
<img
src="https://rukminim1.flixcart.com/image/832/832/k1fbmvk0pkrrdj/shirt/v/v/f/xl-rsf8104a-red-tape-original-imafkxrv67bcg78x.jpeg?q=70"
width="100%"
class="small-img"
height="75%"
alt=""
id="smImg-1"
/>
</div>
<div class="small-img-col">
<img
src="https://rukminim1.flixcart.com/image/832/832/k1fbmvk0pkrrdj/shirt/v/v/f/xl-rsf8104a-red-tape-original-imafkxrvhyysqyxe.jpeg?q=70"
width="100%"
class="small-img"
height="70%"
alt=""
id="smImg-2"
/>
</div>
<div class="small-img-col">
<img
src="https://rukminim1.flixcart.com/image/832/832/k1fbmvk0pkrrdj/shirt/v/v/f/2xl-rsf8104a-red-tape-original-imafkxrvpckh68h4.jpeg?q=70"
width="100%"
class="small-img"
height="70%"
id="smImg-3"
alt=""
/>
</div>
<div class="small-img-col">
<img
src="https://rukminim1.flixcart.com/image/832/832/k1fbmvk0pkrrdj/shirt/v/v/f/m-rsf8104a-red-tape-original-imafkxrvewxzanmj.jpeg?q=70"
width="100%"
height="70%"
class="small-img"
id="smImg-4"
alt=""
/>
</div>
</div>
</div>
<div class="single-pro-details">
<h6><a href="index.html">Home</a>/<a href="shop.html">Shirts</a></h6>
<h4>Men's T-shirts</h4>
<h2>$339.00</h2>
<select name="" id="">
<option value="" class="select">Select Size</option>
<option value="">XL</option>
<option value="">XL</option>
<option value="">XL</option>
<option value="">XL</option>
</select>
<input type="number" value="1" />
<button id="btn" class="btnShop">Add To Cart</button>
<h4>Product Details</h4>
<p>Price: $19.99</p>
<br />
<p>Country of Origin: India</p>
<br />
<p>Collection: Casual Wear</p>
<br />
<p>Stretch: Non-Stretch</p>
<br />
<p>Sleeves: Half Sleeves</p>
<br />
<p>Fit: Regular</p>
<!-- <p>Pack Of: Pack of 1</p>
<p>Occasion: Casual Wear</p>
<p>Collar: Regular Collar</p> -->
</div>
<!-- banner -->
<section id="sm-banner">
<div class="banner-box">
<h4>Crazy Deals</h4>
<h2>buy 1 get 1 free</h2>
<span>The best dress in market</span>
<button>Learn More</button>
</div>
<div class="banner-box box2">
<h4>Crazy Deals</h4>
<h2>buy 1 get 1 free</h2>
<span>The best dress in market</span>
<button>Learn More</button>
</div>
</section>
</section>
<!-- Feature Products -->
<section id="product-1" class="section-p1">
<h2>New Collection</h2>
<h4>Summer Collection New Modern Shirt</h4>
<div class="pro-container">
<div class="pro">
<img src="asset/img/products/n1.jpg" alt="" onclick="window.location.href='sproduct1.html';" />
<div class="dis">
<span>Adidas</span>
<h5>Lorem ipsum dolor sit amet.</h5>
<div class="star">
<i class="fa-solid fa-star"></i>
<i class="fa-solid fa-star"></i>
<i class="fa-solid fa-star"></i>
<i class="fa-solid fa-star"></i>
</div>
<h4>18$</h4>
</div>
<a class="btnShop"><i class="fa-solid fa-cart-shopping"></i></a>
</div>
<div class="pro">
<img src="asset/img/products/n2.jpg" alt="" onclick="window.location.href='sproduct2.html';" />
<div class="dis">
<span>Adidas</span>
<h5>Lorem ipsum dolor sit amet.</h5>
<div class="star">
<i class="fa-solid fa-star"></i>
<i class="fa-solid fa-star"></i>
<i class="fa-solid fa-star"></i>
<i class="fa-solid fa-star"></i>
</div>
<h4>120$</h4>
</div>
<a class="btnShop"><i class="fa-solid fa-cart-shopping cart"></i></a>
</div>
<div class="pro">
<img src="asset/img/products/n3.jpg" alt="" onclick="window.location.href='sproduct3.html';" />
<div class="dis">
<span>Adidas</span>
<h5>Lorem ipsum dolor sit amet.</h5>
<div class="star">
<i class="fa-solid fa-star"></i>
<i class="fa-solid fa-star"></i>
<i class="fa-solid fa-star"></i>
<i class="fa-solid fa-star"></i>
</div>
<h4>10$</h4>
</div>
<a class="btnShop"><i class="fa-solid fa-cart-shopping"></i></a>
</div>
<div class="pro">
<img src="asset/img/products/n4.jpg" alt="" onclick="window.location.href='sproduct4.html';"/>
<div class="dis">
<span>Adidas</span>
<h5>Lorem ipsum dolor sit amet.</h5>
<div class="star">
<i class="fa-solid fa-star"></i>
<i class="fa-solid fa-star"></i>
<i class="fa-solid fa-star"></i>
<i class="fa-solid fa-star"></i>
</div>
<h4>80$</h4>
</div>
<a class="btnShop"><i class="fa-solid fa-cart-shopping"></i></a>
</div>
</div>
</section>
<!-- news-Letter Section -->
<section id="newsletter" class="">
<div class="newsText">
<h4>Signup For NewsLetter</h4>
<h2>Get Email Updates about Our Latest Products</h2>
</div>
<div class="form">
<input type="email" id="" placeholder="Enter Your Email Address" />
<button class="normal">Signup</button>
</div>
</section>
<!-- Footer Section -->
<footer id="footer" class="section-p1">
<div class="col">
<img
src="asset/img/pngtree-beauty-spa-logo-design-template-woman-silhouette-logo-template-image_328588.jpg"
alt=""
/>
<h4>Contact</h4>
<p><strong>Address: </strong>Moyna, West Bengal,India</p>
<p><strong>Phone:</strong> 6295474539</p>
<p><strong>Hours:</strong> 9:00-17:00, Mon-Fri</p>
<!-- <h4>Follow Us</h4> -->
<ul>
<li>
<a href=""><i class="fa-brands fa-instagram"></i></a>
</li>
<li>
<a href=""><i class="fa-brands fa-whatsapp"></i></a>
</li>
<li>
<a href=""><i class="fa-brands fa-facebook"></i></a>
</li>
<li>
<a href=""><i class="fa-brands fa-twitter"></i></a>
</li>
</ul>
</div>
<div class="col">
<h4>About</h4>
<p>About us</p>
<p>Delivery Information</p>
<p>Privacy Policy</p>
<p>Contact Us</p>
</div>
<div class="col">
<h4>My Account</h4>
<p>
<a href="signup/index.html" style="text-decoration: none">Sign In</a>
</p>
<p>View Cart</p>
<p>Track My Order</p>
<p>help</p>
</div>
<div class="col payment">
<h4>Install App</h4>
<p>from App Store or Google Play</p>
<div class="box">
<div class="box-1">
<a
href="https://www.apple.com/in/?afid=p238%7Cs6Ww8AeKv-dc_mtid_187079nc38483_pcrid_653909215862_pgrid_112258962227_pntwk_g_pchan__pexid__&cid=aos-IN-kwgo-brand--slid---product-"
><i class="fa-brands fa-apple"></i
></a>
<h6>Download on the App Store</h6>
<h3>App Store</h3>
</div>
<div class="box-2">
<a
href="https://play.google.com/store/games?utm_source=apac_med&utm_medium=hasem&utm_content=Jul0121&utm_campaign=Evergreen&pcampaignid=MKT-EDR-apac-in-1003227-med-hasem-py-Evergreen-Jul0121-Text_Search_BKWS-BKWS%7CONSEM_kwid_43700058906718334_creativeid_480977734745_device_c&gclid=Cj0KCQjwjryjBhD0ARIsAMLvnF9g6xaAqw-frJsUZy6kWpMX08frAULCc4_4uHyLXN0HtHZBHBXfqsQaAusKEALw_wcB&gclsrc=aw.ds"
><i class="fa-solid fa-mobile"></i
></a>
<h6>Download on the App Store</h6>
<h3>App Store</h3>
</div>
</div>
<p>Secure Payment GateWay</p>
<ul>
<li>
<a href=""><i class="fa-brands fa-cc-visa fa-xl"></i></a>
</li>
<li>
<a href=""><i class="fa-brands fa-cc-mastercard fa-xl"></i></a>
</li>
</ul>
</div>
</footer>
<!-- Java Script -->
<script>
let mainImg = document.getElementById("MainImg");
let smallImg1 = document.getElementById("smImg-1");
let smallImg2 = document.getElementById("smImg-2");
let smallImg3 = document.getElementById("smImg-3");
let smallImg4 = document.getElementById("smImg-4");
smallImg1.addEventListener("click", () => {
mainImg.src =
"https://rukminim1.flixcart.com/image/832/832/k1fbmvk0pkrrdj/shirt/v/v/f/xl-rsf8104a-red-tape-original-imafkxrv67bcg78x.jpeg?q=70";
});
smallImg2.addEventListener("click", () => {
mainImg.src =
"https://rukminim1.flixcart.com/image/832/832/k1fbmvk0pkrrdj/shirt/v/v/f/xl-rsf8104a-red-tape-original-imafkxrvhyysqyxe.jpeg?q=70";
});
smallImg3.addEventListener("click", () => {
mainImg.src =
"https://rukminim1.flixcart.com/image/832/832/k1fbmvk0pkrrdj/shirt/v/v/f/2xl-rsf8104a-red-tape-original-imafkxrvpckh68h4.jpeg?q=70";
});
smallImg4.addEventListener("click", () => {
mainImg.src =
"https://rukminim1.flixcart.com/image/832/832/k1fbmvk0pkrrdj/shirt/v/v/f/m-rsf8104a-red-tape-original-imafkxrvewxzanmj.jpeg?q=70";
});
</script>
<script src="asset/script.js"></script>
</body>
</html>