-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathProduct.html
More file actions
351 lines (243 loc) · 9.61 KB
/
Product.html
File metadata and controls
351 lines (243 loc) · 9.61 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
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
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title> Joseph's website Single Product</title>
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<script src="https://code.jquery.com/jquery-3.4.1.slim.min.js"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js"></script>
</head>
<body>
<div class="top-nav-bar">
<div class="search-box">
<i class="fa fa-bars" id="menu-btn" onclick="openmenu()"></i>
<i class="fa fa-times" id="close-btn"onclick="closemenu()"></i>
<a href="index.html"><img src="images/LOGO.PNG" class="logo"></a>
<input type="text" class="form-control">
<span class="input-group-text"><i class="fa fa-search"></i></span>
</div>
<div class="menu-bar">
<ul>
<li> <a href="index.html">HOME</a></li>
<li> <a href="#"><i class="fa fa-shopping-basket"></i>Cart</a></li>
<li> <a href="#">Signup</a></li>
<li> <a href="#">Log In</a></li>
</ul>
</div>
</div>
<!--------------------------Single Product------------------------------------------------------->
<Section class="single-product">
<div class="container">
<div class="row">
<div class="col-md-5">
<div id="product-slider" class="carousel slide carousel-fade" data-ride="carousel">
<div class="carousel-inner">
<div class="carousel-item active">
<img src="images\slider1.jpg" class="d-block " class="d-block " >
</div>
<div class="carousel-item">
<img src="images\slider2.jpg" class="d-block" class="d-block " >
</div>
<div class="carousel-item">
<img src="images\slider3.jpg" class="d-block" class="d-block " >
</div>
<a class="carousel-control-prev" href="#product-slider" role="button" data-slide="prev" class="d-block ">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" href="#product-slider" role="button" data-slide="next" class="d-block ">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
</div>
</div>
<div class="col-md-7">
<p class="new-arrival text-center">New</p>
<h2>Men's T Shirts V Neck -Blue Color</h2>
<p>Product Code: IRSC</p>
<i class="fa fa-star"></i>
<i class="fa fa-star"></i>
<i class="fa fa-star"></i>
<i class="fa fa-star"></i>
<i class="fa fa-star-half-o"></i>
<p class="price"> Kronor 15.00 kr</p>
<p><b>Availability:</b> In Stock</p>
<p><b>Condition:</b> New</p>
<p><b>Brand:</b>XYZ Company</p>
<label>Quantity:</label>
<input type="text" value=1>
<button type="button" class="btn btn-primary">Add to Cart</button>
</div>
</div>
</div>
</Section>
<!-------------------------------------------------Product-Description------------------------>
<section class="Product-description">
<div class="container">
<h1>Product Description</h1>
<p>Mr Joseph wrote all codes for this website front-end from line one to the last line, and he managed all images and icons arrangement.Mr Joseph wrote all codes for this website front-end from line one to the last line, and he managed all images and icons arrangement.Mr Joseph wrote all codes for this website front-end from line one to the last line, and he managed all images and icons arrangement.Mr Joseph wrote all codes for this website front-end from line one to the last line, and he managed all images and icons arrangement.Mr Joseph wrote all codes for this website front-end from line one to the last line, and he managed all images and icons arrangement.Mr Joseph wrote all codes for this website front-end from line one to the last line, and he managed all images and icons arrangement.Mr Joseph wrote all codes for this website front-end from line one to the last line, and he managed all images and icons arrangement.Mr Joseph wrote all codes for this website front-end from line one to the last line, and he managed all images and icons arrangement.</p>
<p>Mr Joseph wrote all codes for this website front-end from line one to the last line, and he managed all images and icons arrangement.Mr Joseph wrote all codes for this website front-end from line one to the last line, and he managed all images and icons arrangement.Mr Joseph wrote all codes for this website front-end from line one to the last line, and he managed all images and icons arrangement.Mr Joseph wrote all codes for this website front-end from line one to the last line, and he managed all images and icons arrangement.Mr Joseph wrote all codes for this website front-end from line one to the last line, and he managed all images and icons arrangement.Mr Joseph wrote all codes for this website front-end from line one to the last line, and he managed all images and icons arrangement.Mr Joseph wrote all codes for this website front-end from line one to the last line, and he managed all images and icons arrangement.Mr Joseph wrote all codes for this website front-end from line one to the last line, and he managed all images and icons arrangement.</p>
<hr>
</div>
<div class="container">
<div class="title-box">
<h2>Similar</h2>
</div>
<div class="row">
<div class="col-md-3">
<div class="product-top">
<img src="images/product1.jpg">
<div class="overlay-right">
<button type="button" class="btn btn-secondary" title="quick Shop">
<i class="fa fa-eye"></i>
</button>
<button type="button" class="btn btn-secondary" title="Add to Wishlist">
<i class="fa fa-heart-o"></i>
</button>
<button type="button" class="btn btn-secondary" title="Add to Cart">
<i class="fa fa-shopping-cart"></i>
</button>
</div>
</div>
<div class="product-bottom text-center">
<i class="fa fa-star"></i>
<i class="fa fa-star"></i>
<i class="fa fa-star"></i>
<i class="fa fa-star"></i>
<i class="fa fa-star-half-o"></i>
<h3> Security Camera</h3>
<h5>3000.00 kr</h5>
</div>
</div>
<div class="col-md-3">
<div class="product-top">
<img src="images/product2.jpg">
<div class="overlay-right">
<button type="button" class="btn btn-secondary" title="quick Shop">
<i class="fa fa-eye"></i>
</button>
<button type="button" class="btn btn-secondary" title="Add to Wishlist">
<i class="fa fa-heart-o"></i>
</button>
<button type="button" class="btn btn-secondary" title="Add to Cart">
<i class="fa fa-shopping-cart"></i>
</button>
</div>
</div>
<div class="product-bottom text-center">
<i class="fa fa-star"></i>
<i class="fa fa-star"></i>
<i class="fa fa-star"></i>
<i class="fa fa-star"></i>
<i class="fa fa-star"></i>
<h3> Iphone XR</h3>
<h5>7000.00 Kr</h5>
</div>
</div>
<div class="col-md-3">
<div class="product-top">
<img src="images/product3.jpg">
<div class="overlay-right">
<button type="button" class="btn btn-secondary" title="quick Shop">
<i class="fa fa-eye"></i>
</button>
<button type="button" class="btn btn-secondary" title="Add to Wishlist">
<i class="fa fa-heart-o"></i>
</button>
<button type="button" class="btn btn-secondary" title="Add to Cart">
<i class="fa fa-shopping-cart"></i>
</button>
</div>
</div>
<div class="product-bottom text-center">
<i class="fa fa-star"></i>
<i class="fa fa-star"></i>
<i class="fa fa-star"></i>
<i class="fa fa-star"></i>
<i class="fa fa-star"></i>
<h3> Laptop</h3>
<h5>17000.00 Kr</h5>
</div>
</div>
<div class="col-md-3">
<div class="product-top">
<img src="images/product4.jpg">
<div class="overlay-right">
<button type="button" class="btn btn-secondary" title="quick Shop">
<i class="fa fa-eye"></i>
</button>
<button type="button" class="btn btn-secondary" title="Add to Wishlist">
<i class="fa fa-heart-o"></i>
</button>
<button type="button" class="btn btn-secondary" title="Add to Cart">
<i class="fa fa-shopping-cart"></i>
</button>
</div>
</div>
<div class="product-bottom text-center">
<i class="fa fa-star"></i>
<i class="fa fa-star"></i>
<i class="fa fa-star"></i>
<i class="fa fa-star"></i>
<i class="fa fa-star-o"></i>
<h3> TV Screen</h3>
<h5>9000.00 Kr</h5>
</div>
</div>
</div>
</div>
</section>
<!------------------------------------Footer--------------------------------------------------->
<section class="footer">
<div class="container text-cneter ">
<div class="row">
<div class="col-md-3">
<h1>Useful Links</h1>
<p>Privacy Policy</p>
<p>Terms of Use</p>
<p>Return Policy</p>
<p>Discount Coupons</p>
</div>
<div class="col-md-3">
<h1>Company</h1>
<p>About Us</p>
<p>Contact Us</p>
<p>Career</p>
<p>Affiliate</p>
</div>
<div class="col-md-3">
<h1>Follow Us On</h1>
<p><i class="fa fa-facebook-official"></i> Facebook</p>
<p><i class="fa fa-youtube-play"></i> Youtube</p>
<p><i class="fa fa-linkedin"></i> Linkedin</p>
<p><i class="fa fa-twitter-square"></i> Twitter</p>
</div>
<div class="col-md-3 footer-image">
<h1>Download App</h1>
<img src="images/app.jpg">
</div>
</div>
<hr>
<center>Copyright © 2019 Joseph Nishimwe.</center>
<p class="copyright"> Made with <i class="fa fa-heart-o"></i> by LEXICON </p>
</div>
</section>
<script>
function openmenu()
{
document.getElementById("side-menu").style.display="block";
document.getElementById("menu-btn").style.display="none";
document.getElementById("close-btn").style.display="block";
}
function closemenu()
{
document.getElementById("side-menu").style.display="none";
document.getElementById("menu-btn").style.display="block";
document.getElementById("close-btn").style.display="block";
}
</script>
</html>
</body>