-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathProductPage_JM - Copy.html
306 lines (243 loc) · 11.3 KB
/
ProductPage_JM - 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
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
<!-- written by janak mallik -->
<!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 href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous"> -->
<!-- css link -->
<link rel="stylesheet" href="style_JM.css">
<!-- bootstrap css links -->
<!-- <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="https://cdn.jsdelivr.net/npm/bootstrap@4.4.1/dist/css/bootstrap.min.css" integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous">
<!-- fontawesome -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.1/css/all.min.css" integrity="sha512-KfkfwYDsLkIlwQp6LFnl8zNdLGxu9YAA1QvwINks4PhcElQSvqcyVLLD9aMhXd13uQjoXtEKNosOWaZqXgel0g==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<!-- <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.2/css/all.min.css" integrity="sha512-1sCRPdkRXhBV2PBLUdRb4tMg1w2YPf37qatUFeS7zlBy7jJI8Lf4VHwWfZZfpXtYSLy85pkm9GaYVYMfw5BC1A==" crossorigin="anonymous" referrerpolicy="no-referrer" /> -->
<!-- <link href="//netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css" rel="stylesheet"> -->
<!-- bootstrap js links -->
<script src="https://code.jquery.com/jquery-3.4.1.slim.min.js" integrity="sha384-J6qa4849blE2+poT4WnyKhv5vZF5SrPo0iEjwBvKU7imGFAV0wwj1yYfoRSJoZ+n" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.0/dist/umd/popper.min.js" integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@4.4.1/dist/js/bootstrap.min.js" integrity="sha384-wfSDF2E50Y2D1uUdj0O3uMBJnjuUD4Ih7YwaYd1iqfktj0Uod8GCExl3Og8ifwB6" crossorigin="anonymous"></script>
<title>Product page</title>
<link rel="icon" type="image/x-icon" href="img/b1.png">
<style>
.small-img-group{
display: flex;
justify-content: space-between;
}
.small-img-col{
flex-basis: 24%;
cursor: pointer;
}
.s_prdct select{
display: block;
padding: 5px 10px;
}
.s_prdct input{
width: 50px;
height: 40px;
padding-left: 10px;
font-size: 16px;
margin-right: 10px;
}
.s_prdct input:focus{
outline: none;
}
.buy-btn{
/* background: red; */
/* opacity: 1; */
transition: 0.3s all;
}
h6{
color: gray;
}
</style>
</head>
<body>
<!-- navigation bar -->
<nav class="navbar navbar-expand-lg navbar-light bg-white py-3 fixed-top">
<div class="container">
<a class="navbar-brand" href="#"><b>Brand.</b></a>
<!-- add logo here -->
<!-- size change navbar button -->
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span><i id="bar" class="fa-solid fa-bars"></i></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav ml-auto">
<li class="nav-item ">
<a class="nav-link" href="#">page1</a>
</li>
<li class="nav-item ">
<a class="nav-link" href="#">page2</a>
</li>
<li class="nav-item ">
<a class="nav-link" href="#">page3</a>
</li>
<li class="nav-item ">
<a class="nav-link" href="#">page4</a>
</li>
<li class="nav-item ">
<a class="nav-link" href="#">page5</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">
<i class="fa-solid fa-search"></i>
<!-- <i class="fa-light fa-search"></i> -->
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">
<!-- <i class="fa-solid fa-shopping-bag"></i> -->
<i class="fa-solid fa-bag-shopping"></i>
<!-- <i class="fa-regular fa-bag-shopping"></i> -->
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">Login/Register</a>
</li>
</ul>
</div>
</div>
</nav>
<!-- top section -->
<!-- product shocase -->
<section class="container s_prdct my-5 pt-5">
<div class="row mt-5">
<!-- product image -->
<div class="col-lg-5 col-md-12 col-12">
<h6>Home / T-Shirt</h6>
<img class="img-fluid w-100 pb-2" src="p_img/men_tshirt1.jpg" id="main_img" alt="men_tshirt1">
<div class="small-img-group">
<div class="small-img-col">
<img src="p_img/men_tshirt2.jpg" width="100%" class="small-img" alt="">
</div>
<div class="small-img-col">
<img src="p_img/men_tshirt4.jpg" width="100%" class="small-img" alt="">
</div>
<div class="small-img-col">
<img src="p_img/men_tshirt1.jpg" width="100%" class="small-img" alt="">
</div>
<div class="small-img-col">
<img src="p_img/men_tshirt3.jpg" width="100%" class="small-img" alt="">
</div>
</div>
</div>
<!-- product info -->
<div class="col-lg-6 col-md-12 col-12">
<h3 class="py-4">Men's T-Shirt</h3>
<h2>$156.00</h2>
<select class="my-3">
<option>Select Size</option>
<option>XL</option>
<option>XXL</option>
<option>Large</option>
<option>Small</option>
</select>
<input type="number" value="1">
<!-- <button class="buy-btn">
Add To Cart
</button> -->
<button type="button" class="btn btn-success">Add To Cart</button>
<h4 class="mt-3 mb-3">Product Details</h4>
<span>
Your busy day means you need to be ready to exercise at any time. We made the Advanced Performance System (A.P.S.) Top to answer the challenge with a smooth, stretchy and breathable feel that can be worn for your workout and beyond. Wear it on its own or as a layering piece to help you reach peak performance.
</span>
</div>
</div>
</section>
<!-- footer section -->
<footer class="mt-5 py-5">
<div class="row container mx-auto pt-5">
<div class="footer-one col-lg-3 col-md-6 col-12 mb-5">
<h2>Brand.</h2>
<p>
<b>Brand.</b> is one of the unique online shopping sites in
Bangladesh where fashion is accessible to all. You can get your
hands on the <i>trendiest style</i> every season and also avail the best
of ethnic fashion during all <i>bengali festive occasions</i> in unbelievably
affordable range.
</p>
</div>
<div class="footer-one col-lg-3 col-md-6 col-12 mb-5 text-uppercase">
<h5 class="pb-3">Featured</h5>
<ul class=" list-unstyled">
<li><a href="#">books</a></li>
<li><a href="#">shirts</a></li>
<li><a href="#">formal pants</a></li>
<li><a href="#">jeans</a></li>
<li><a href="#">watches</a></li>
<li><a href="#">accessories</a></li>
<li><a href="#">shoes</a></li>
</ul>
</div>
<div class="footer-one col-lg-3 col-md-6 col-12 mb-5 text-uppercase">
<h5 class="pb-3">Contact us</h5>
<div>
<h6 class="text-uppercase">
<i class="fa-solid fa-location-dot"></i>
Address</h6>
<p>123 street name, dhaka, bangladesh</p>
</div>
<div>
<h6 class="text-uppercase">
<i class="fa-solid fa-phone"></i>
phone</h6>
<p>880-179-3711-207 (telephone)</p>
</div>
<div>
<h6 class="text-uppercase">
<i class="fa-solid fa-envelope"></i>
e-mail</h6>
<p>info@brand.bd.com</p>
</div>
</div>
<div class="footer-one col-lg-3 col-md-6 col-12 mb-2 text-uppercase">
<h5 class="pb-3">FOLLOW US</h5>
<ul class="text-uppercase list-unstyled">
<li><a href="#">
<i class="fa-brands fa-instagram"></i>
instagram</a></li>
<li><a href="#">
<i class="fa-brands fa-twitter"></i>
twitter</a></li>
<li><a href="#">
<i class="fa-brands fa-youtube"></i>
youtube</a></li>
<li><a href="#">
<i class="fa-brands fa-square-facebook"></i>
facebook</a></li>
</ul>
</div>
<div class="container-fluid text-right">
<p><a href="#">Privacy Policy</a> | <a href="#">Terms and Conditions</a></p>
</div>
<!-- copyright -->
<div>
<p>© 2022 <b>Brand.</b> Inc. All Rights Reserved</p>
</div>
</div>
</footer>
<!-- script links -->
<script src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.9.2/dist/umd/popper.min.js" integrity="sha384-IQsoLXl5PILFhosVNubq5LC7Qb9DXgDA9i+tQ8Zj3iwWAwPtgFTxbJ8NT4GN1R8p" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/js/bootstrap.min.js" integrity="sha384-cVKIPhGWiC2Al4u+LWgxfKTRIcfu0JTxR+EQDz/bgldoEyl4H0zUF0QKbrJ0EcQF" crossorigin="anonymous"></script>
<!-- start -->
<script>
var main_img = document.getElementById('main_img');
var from_s = document.getElementsByClassName('small-img');
from_s[0].onclick = function(){
main_img.src = from_s[0].src;
}
from_s[1].onclick = function(){
main_img.src = from_s[1].src;
}
from_s[2].onclick = function(){
main_img.src = from_s[2].src;
}
from_s[3].onclick = function(){
main_img.src = from_s[3].src;
}
</script>
</body>
</html>