forked from RudranshBarate/Aiop
-
Notifications
You must be signed in to change notification settings - Fork 0
/
details.html
398 lines (373 loc) · 19.1 KB
/
details.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
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
<!DOCTYPE html>
<html dir="ltr" lang="en">
<!-- Mirrored from html.kodesolution.live/m/epetcare/v2.0/demo/shop-product-details.html by HTTrack Website Copier/3.x [XR&CO'2014], Mon, 27 Sep 2021 11:18:10 GMT -->
<head>
<!-- Meta Tags -->
<meta name="viewport" content="width=device-width,initial-scale=1.0"/>
<meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
<meta name="description" content="ePetCare - Pet Care, Pets Club, Veterinary & Shop HTML5 Template" />
<meta name="keywords" content="Pet,Pet Care,Pets Club,Dog,Cat,Veterinary,Veterinary & Shop" />
<meta name="author" content="ThemeMascot" />
<!-- Page Title -->
<title>All in One Petsite</title>
<!-- Favicon and Touch Icons -->
<link href="images/logo.png" rel="shortcut icon" type="image/png">
<link href="images/apple-touch-icon.png" rel="apple-touch-icon">
<link href="images/apple-touch-icon-72x72.png" rel="apple-touch-icon" sizes="72x72">
<link href="images/apple-touch-icon-114x114.png" rel="apple-touch-icon" sizes="114x114">
<link href="images/apple-touch-icon-144x144.png" rel="apple-touch-icon" sizes="144x144">
<!-- Stylesheet -->
<link href="css/bootstrap.min.css" rel="stylesheet" type="text/css">
<link href="css/jquery-ui.min.css" rel="stylesheet" type="text/css">
<link href="css/animate.css" rel="stylesheet" type="text/css">
<link href="css/css-plugin-collections.css" rel="stylesheet"/>
<!-- CSS | menuzord megamenu skins -->
<link id="menuzord-menu-skins" href="css/menuzord-skins/menuzord-strip.css" rel="stylesheet"/>
<!-- CSS | Main style file -->
<link href="css/style-main.css" rel="stylesheet" type="text/css">
<!-- CSS | Theme Color -->
<link href="css/colors/theme-skin-lightgreen.css" rel="stylesheet" type="text/css">
<!-- CSS | Preloader Styles -->
<link href="css/preloader.css" rel="stylesheet" type="text/css">
<!-- CSS | Custom Margin Padding Collection -->
<link href="css/custom-bootstrap-margin-padding.css" rel="stylesheet" type="text/css">
<!-- CSS | Responsive media queries -->
<link href="css/responsive.css" rel="stylesheet" type="text/css">
<!-- CSS | Style css. This is the file where you can place your own custom css code. Just uncomment it and use it. -->
<!-- <link href="css/style.css" rel="stylesheet" type="text/css"> -->
<!-- external javascripts -->
<script src="js/jquery-2.2.4.min.js"></script>
<script src="js/jquery-ui.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<!-- JS | jquery plugin collection for this theme -->
<script src="js/jquery-plugin-collection.js"></script>
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
<!-- Header -->
<header id="header" class="header">
<div class="header-top bg-theme-colored sm-text-center">
<div class="container">
<div class="row">
<div class="col-md-8">
<div class="widget no-border m-0">
<ul class="list-inline sm-text-center mt-5">
<li>
<a href="#" class="text-white">FAQ</a>
</li>
<li class="text-white">|</li>
<li>
<a href="#" class="text-white">Help Desk</a>
</li>
<li class="text-white">|</li>
<li>
<a href="#" class="text-white">Support</a>
</li>
</ul>
</div>
</div>
<div class="col-md-4">
<div class="widget no-border m-0">
<ul class="styled-icons icon-dark icon-circled icon-theme-colored icon-sm pull-right flip sm-pull-none sm-text-center mt-sm-15">
<li><a href="#"><i class="fa fa-facebook text-white"></i></a></li>
<li><a href="#"><i class="fa fa-twitter text-white"></i></a></li>
<li><a href="#"><i class="fa fa-dribbble text-white"></i></a></li>
<li><a href="#"><i class="fa fa-instagram text-white"></i></a></li>
<li><a href="#"><i class="fa fa-linkedin text-white"></i></a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
</header>
<!-- Start main-content -->
<div class="main-content">
<!-- Section: inner-header -->
<section class="inner-header divider parallax layer-overlay overlay-white-8" data-bg-img="images/bg/bg6.jpg">
<div class="container pt-60 pb-60">
<!-- Section Content -->
<div class="section-content">
<div class="row">
<div class="col-md-12 text-center">
<h2 class="title">Prouct Details</h2>
<ol class="breadcrumb text-center text-black mt-10">
<li><a href="shop-category.html">Shop</a></li>
</ol>
</div>
</div>
</div>
</div>
</section>
<section>
<div class="container">
<div class="section-content">
<div class="row">
<div class="product">
<div class="col-md-5">
<div class="product-image">
<ul class="owl-carousel-1col" data-nav="true">
<li data-thumb="https://placehold.it/750x750"><a href="https://placehold.it/750x750" data-lightbox="single-product"><img src="images/boiled-chicken copy.png" alt=""></a></li>
</ul>
</div>
</div>
<div class="col-md-7">
<div class="product-summary">
<h2 class="product-title">Boiled Chicken for Dogs</h2>
<div class="product_review">
<ul class="review_text list-inline">
<li>
<div title="Rated 4.50 out of 5" class="star-rating"><span style="width: 90%;">4.50</span></div>
</li>
<li><a href="#"><span>100</span>Reviews</a></li>
</ul>
</div>
<div class="price"> <del><span class="amount">₹350</span></del> <ins><span class="amount">₹300</span></ins> </div>
<div class="short-description">
<p>Nutrious Boiled Chicken specially prepared for Dogs</p>
</div>
<div class="cart-form-wrapper mt-30">
<form enctype="multipart/form-data" method="post" class="cart">
<input type="hidden" value="productID" name="add-to-cart">
<table class="table variations no-border">
<tbody>
<tr>
<td class="name">Size</td>
<td class="value">
<select class="form-control">
<option value="">Choose an option...</option>
<option value="large">1kg</option>
<option selected="selected" value="medium">500gm</option>
<option value="small">250gm</option>
</select>
</td>
</tr>
<tr>
<td class="name">Amount</td>
<td class="value">
<div class="quantity buttons_added">
<input type="button" class="minus" value="-">
<input type="number" size="4" class="input-text qty text" title="Qty" value="1" name="quantity" min="1" step="1">
<input type="button" class="plus" value="+">
</div>
</td>
</tr>
</tbody>
</table>
<a href="payment1.html" target="_blank"><h3>Buy Now</h3></a>
</form>
</div>
</div>
</div>
<div class="col-md-12">
<div class="horizontal-tab product-tab">
<ul class="nav nav-tabs">
<li class="active"><a href="#tab1" data-toggle="tab">Description</a></li>
<li>
<li><a href="#tab3" data-toggle="tab">Reviews</a></li>
</ul>
<div class="tab-content">
<div class="tab-pane fade in active" id="tab1">
<h3>Product Description</h3>
<p>Boiled Chicken</p>
</div>
<div class="tab-pane fade" id="tab2">
<table class="table table-striped">
<tbody>
<tr>
<th>Brand</th>
<td><p>Envato</p></td>
</tr>
<tr>
<th>Color</th>
<td><p>Black</p></td>
</tr>
<tr>
<th>Size</th>
<td><p>Large, Medium</p></td>
</tr>
<tr>
<th>Weight</th>
<td>27 kg</td>
</tr>
<tr>
<th>Dimensions</th>
<td>16 x 22 x 123 cm</td>
</tr>
</tbody>
</table>
</div>
<div class="tab-pane fade" id="tab3">
<div class="reviews">
<ol class="commentlist">
<li class="comment">
<div class="media"> <a href="#" class="media-left"><img class="thumb img-circle media-object" alt="" src="https://placehold.it/75x75" width="75"></a>
<div class="media-body">
<ul class="review_text list-inline mt-5">
<li>
<div title="Rated 5.00 out of 5" class="star-rating"><span style="width: 100%;">5.00</span></div>
</li>
<li>
<h5 class="media-heading meta"><span class="author">Rohan Patil</span> – Mar 15, 2022:</h5>
</li>
</ul>
My dog Loved it</div>
</div>
</li>
<li class="comment">
<div class="media"> <a href="#" class="media-left"><img class="thumb img-circle media-object" alt="" src="https://placehold.it/75x75" width="75"></a>
<div class="media-body">
<ul class="review_text list-inline mt-5">
<li>
<div title="Rated 4.00 out of 5" class="star-rating"><span style="width: 80%;">4.00</span></div>
</li>
<li>
<h5 class="media-heading meta"><span class="author">Rudransh Barate</span> – Jan 23, 2022:</h5>
</li>
</ul>
Best meal for Dogs</div>
</div>
</li>
</ol>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="col-md-12 mt-30">
<h4>Related Products</h4>
<div class="products related owl-carousel-4col" data-nav="true">
<div class="item">
<div class="product">
<span class="tag-sale">Sale!</span>
<div class="product-thumb"> <img alt="" src="https://placehold.it/260x194" class="img-responsive img-fullwidth">
<div class="overlay"></div>
</div>
<div class="product-details text-center">
<a href="#"><h5 class="product-title">Beef balls</h5></a>
<div class="star-rating" title="Rated 4.50 out of 5"><span style="width: 90%;">3.50</span></div>
<div class="price"><span class="amount"><span class="amount">₹350</span></div>
<div class="btn-add-to-cart-wrapper">
<a class="btn btn-default btn-xs btn-add-to-cart" href="#">Add To Cart</a>
</div>
</div>
</div>
</div>
<div class="item">
<div class="product">
<div class="product-thumb"> <img alt="" src="https://placehold.it/260x194" class="img-responsive img-fullwidth">
<div class="overlay"></div>
</div>
<div class="product-details text-center">
<a href="#"><h5 class="product-title">Beans</h5></a>
<div class="star-rating" title="Rated 5.00 out of 5"><span style="width: 100%;">5.00</span></div>
<div class="price"><span class="amount">₹250</span></ins></div>
<div class="btn-add-to-cart-wrapper">
<a class="btn btn-default btn-xs btn-add-to-cart" href="#">Add To Cart</a>
</div>
</div>
</div>
</div>
<div class="item">
<div class="product">
<span class="tag-sale">Hot!</span>
<div class="product-thumb"> <img alt="" src="https://placehold.it/260x194" class="img-responsive img-fullwidth">
<div class="overlay"></div>
</div>
<div class="product-details text-center">
<a href="#"><h5 class="product-title">Peanuts</h5></a>
<div class="star-rating" title="Rated 5.00 out of 5"><span style="width: 100%;">3.90</span></div>
<div class="price"><span class="amount">₹150</span></div>
<div class="btn-add-to-cart-wrapper">
<a class="btn btn-default btn-xs btn-add-to-cart" href="#">Add To Cart</a>
</div>
</div>
</div>
</div>
<div class="item">
<div class="product">
<div class="product-thumb"> <img alt="" src="https://placehold.it/260x194" class="img-responsive img-fullwidth">
<div class="overlay"></div>
</div>
<div class="product-details text-center">
<a href="#"><h5 class="product-title">Toffes</h5></a>
<div class="star-rating" title="Rated 4.90 out of 5"><span style="width: 95%;">4.60</span></div>
<div class="price"><del><span class="amount">₹150</span></del><ins><span class="amount">₹100</span></ins></div>
<div class="btn-add-to-cart-wrapper">
<a class="btn btn-default btn-xs btn-add-to-cart" href="#">Add To Cart</a>
</div>
</div>
</div>
</div>
<div class="item">
<div class="product">
<div class="product-thumb"> <img alt="" src="https://placehold.it/260x194" class="img-responsive img-fullwidth">
<div class="overlay"></div>
</div>
<div class="product-details text-center">
<a href="#"><h5 class="product-title">Biscuits</h5></a>
<div class="star-rating" title="Rated 5.00 out of 5"><span style="width: 100%;">5.00</span></div>
<div class="price"><ins><span class="amount">₹200</span></ins></div>
<div class="btn-add-to-cart-wrapper">
<a class="btn btn-default btn-xs btn-add-to-cart" href="#">Add To Cart</a>
</div>
</div>
</div>
</div>
<div class="item">
<div class="product">
<span class="tag-sale">Hot!</span>
<div class="product-thumb"> <img alt="" src="https://placehold.it/260x194" class="img-responsive img-fullwidth">
<div class="overlay"></div>
</div>
<div class="product-details text-center">
<a href="#"><h5 class="product-title">Egg Smashed</h5></a>
<div class="star-rating" title="Rated 5.00 out of 5"><span style="width: 100%;">3.90</span></div>
<div class="price"><span class="amount">₹225</span></div>
<div class="btn-add-to-cart-wrapper">
<a class="btn btn-default btn-xs btn-add-to-cart" href="#">Add To Cart</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
</div>
<!-- end main-content -->
<!-- Footer -->
<footer id="footer" class="footer divider parallax layer-overlay overlay-dark-9" data-bg-img="images/bg/bg7.jpg" data-parallax-ratio="0.7">
<div class="container pt-70 pb-40">
<div class="row">
<div class="col-md-6 col-md-offset-3 text-center">
<img src="images/Logo_copy111.png" alt="">
<p class="mt-20 mb-20">All in One Pet Site is an Online Platform for the Local Pet Producers to expand their business.</p>
</div>
</div>
</div>
<div class="container-fluid copy-right p-20 bg-black-333">
<div class="row text-center">
<div class="col-md-12">
</div>
</div>
</div>
</footer>
<a class="scrollToTop" href="#"><i class="fa fa-angle-up"></i></a>
</div>
<a class="scrollToTop" href="#"><i class="fa fa-angle-up"></i></a>
</div>
<!-- end wrapper -->
<!-- Footer Scripts -->
<!-- JS | Custom script for all pages -->
<script src="js/custom.js"></script>
</body>
<!-- Mirrored from html.kodesolution.live/m/epetcare/v2.0/demo/shop-product-details.html by HTTrack Website Copier/3.x [XR&CO'2014], Mon, 27 Sep 2021 11:18:31 GMT -->
</html>