-
Notifications
You must be signed in to change notification settings - Fork 0
/
Ex_shop_product.html
430 lines (391 loc) · 22 KB
/
Ex_shop_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
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
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
<!DOCTYPE html>
<!--[if IE 7 ]><html class="ie7" lang="en"><![endif]-->
<!--[if IE 8 ]><html class="ie8" lang="en"><![endif]-->
<!--[if IE 9 ]><html class="ie9" lang="en"><![endif]-->
<!--[if (gte IE 10)|!(IE)]><!--><html xmlns="http://www.w3.org/1999/xhtml" lang="en-US"><!--<![endif]-->
<head>
<title>Product | Corporative - Responsive HTML5 Website Template</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />
<!-- Seo Meta -->
<meta name="description" content="Product | Corporative - Responsive HTML5 Website Template">
<meta name="keywords" content="Corporative, corporate, light, dark, themeforest, multi purpose, premium, unlimited, ultimate">
<!-- Styles -->
<link rel="stylesheet" type="text/css" href="bootstrap/css/bootstrap.min.css" media="screen" />
<link rel="stylesheet" type="text/css" href="style.css" media="screen" />
<link rel="stylesheet" type="text/css" href="styles/icons.css" media="screen" />
<link rel="stylesheet" type="text/css" href="styles/animate.css" media="screen" />
<link rel="stylesheet" type="text/css" href="styles/shop.css" media="screen" />
<link rel="stylesheet" type="text/css" href="styles/responsive.css" media="screen" />
<link href='http://fonts.googleapis.com/css?family=Oswald' rel='stylesheet' type='text/css'>
<!-- Custom Styles -->
<link rel="stylesheet" type="text/css" href="colors/pumpkin.css" media="screen" class="pumpkin">
<style>
body {background: url(images/backgrounds/3.jpg) repeat fixed;}
.breadcrumb-place {background: #0B0B0B url(images/breadcrumb20.jpg) repeat center left}
</style>
<!-- Favicon -->
<link rel="shortcut icon" href="images/favicon.ico">
<link rel="apple-touch-icon" href="images/apple-touch-icon.png">
<!--[if IE]>
<meta http-equiv="X-UA-Compatible" content="IE=9; IE=8; IE=EmulateIE8; IE=EDGE" />
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<div id="frame_">
<div id="layout" class="boxed">
<header id="header">
<div class="head">
<div class="row clearfix">
<div class="logo">
<a href="index.html" title="Corporative - Responsive HTML5 Website Template"><img src="images/logo.png" alt="Corporative"></a>
</div><!-- end logo -->
<h2 class="site_description">Responsive HTML5 Website Template</h2><!-- end description -->
<div class="search">
<form action="search.html" id="search" method="get">
<input id="inputhead" name="search" type="text" onfocus="if (this.value=='Start Searching...') this.value = '';" onblur="if (this.value=='') this.value = 'Start Searching...';" value="Start Searching..." placeholder="Start Searching ...">
<button type="submit"><i class="fa-search toptip" title="Start Search"></i></button>
</form><!-- end form -->
</div><!-- end search -->
</div><!-- row -->
</div><!-- head -->
<div class="headdown">
<div class="row clearfix">
<nav>
<ul class="sf-menu">
<li><a href="index.html">Home</a>
<ul>
<li><a href="index_2.html">Homepage 2</a></li>
<li><a href="index_3.html">Homepage 3</a></li>
<li><a href="#">Third Level</a>
<ul>
<li><a href="#">Sub Menu 1</a></li>
<li><a href="#">Sub Menu 2</a>
<ul>
<li><a href="#">Sub Menu 1</a></li>
<li><a href="#">Sub Menu 2</a></li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
<li class="current"><a href="shop.html">Shop</a>
<ul>
<li><a href="shop.html">Shop Page</a></li>
<li class="current"><a href="shop_product.html">Shop Product</a></li>
<li><a href="shop_cart.html">Shopping Cart</a></li>
<li><a href="shop_checkout.html">Checkout → Pay</a></li>
</ul>
</li>
<li><a href="portfolio4.html">Portfolio</a>
<ul>
<li><a href="portfolio4.html">Portfolio 4 Columns</a></li>
<li><a href="portfolio3.html">Portfolio 3 Columns</a></li>
<li><a href="portfolio2.html">Portfolio 2 Columns</a></li>
<li><a href="portfolio_single.html">Single Project</a></li>
</ul>
</li>
<li><a href="blog.html">Blog</a>
<ul>
<li><a href="blog.html">Blog</a></li>
<li><a href="blog_left_sidebar.html">Blog Left Sidebar</a></li>
<li><a href="blog_single.html">Blog Single Post</a></li>
</ul>
</li>
<li><a href="#">Pages</a>
<ul>
<li><a href="elements.html">Elements</a></li>
<li><a href="rtl.html">RTL Support</a></li>
<li><a href="about_us.html">About Us</a></li>
<li><a href="testimonials.html">Testimonials</a></li>
<li><a href="icons.html">Retina Icons</a></li>
<li><a href="pricing_tables.html">Pricing Tables</a></li>
<li><a href="404.html">Page 404</a></li>
<li><a href="faq.html">F.A.Q's</a></li>
<li><a href="under_construction.html">Under Construction</a></li>
</ul>
</li>
<li><a href="contact.html">Contact</a></li>
</ul><!-- end menu -->
</nav><!-- end nav -->
<div class="social social-head">
<a href="#" class="toptip" title="Twitter"><i class="icons-social-twitter"></i></a>
<a href="#" class="toptip" title="Facebook"><i class="icons-social-facebook"></i></a>
<a href="#" class="toptip" title="Google Plus"><i class="icons-social-google-plus"></i></a>
<a href="#" class="toptip" title="Sound Cloud"><i class="icons-social-soundcloud"></i></a>
<a href="#" class="toptip" title="Dribbble"><i class="icons-social-dribbble"></i></a>
</div><!-- end social -->
</div><!-- row -->
</div><!-- headdown -->
</header><!-- end header -->
<div class="breadcrumb-place">
<div class="row clearfix">
<h3 class="page-title"> Product </h3>
<div class="breadcrumbIn">
<ul>
<li><a href="index.html"> Home </a></li>
<li><a href="shop.html"> Shop </a></li>
<li> Product </li>
</ul>
</div><!-- breadcrumbIn -->
</div><!-- row -->
</div>
<div class="page-content">
<div class="row clearfix">
<div class="shop grid_9">
<div class="clearfix mbs">
<div class="grid_6">
<div class="projectslider clearfix flexslider">
<ul class="slides">
<li><img src="images/assets/shop_product.jpg" alt="#"></li>
<li><img src="images/assets/shop_product2.jpg" alt="#"></li>
<li><img src="images/assets/shop_product3.jpg" alt="#"></li>
</ul>
</div>
</div><!-- grid6 -->
<div class="grid_6">
<h3> BLACKBERRYS SOLID FORMAL MEN'S </h3>
<p class="item_price"><span class="from">From: </span><del>$42.00</del> <span class="amount">$34.00</span></p>
<p class="woo1 rating">
<span class="mid">2 Reviews</span>
<i class="fa-star" title="Rated 4.40 out of 5"></i>
<i class="fa-star" title="Rated 4.40 out of 5"></i>
<i class="fa-star" title="Rated 4.40 out of 5"></i>
<i class="fa-star" title="Rated 4.40 out of 5"></i>
<i class="fa-star-half-empty" title="Rated 4.40 out of 5"></i>
</p>
<p>Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo.</p>
<form action="#">
<div class="pa_selection mb">
<select>
<option value="" selected="selected" class="active">Choose an option…</option>
<option value="free-size">Free Size</option>
<option value="s">Small</option>
<option value="m">Medium</option>
<option value="l">Large</option>
<option value="xl">XLarge</option>
</select>
</div>
<div class="single_variation_wrap">
<div class="single_variation mb"><del>$42.0</del><span class="amount_single">$34.00</span></div>
<div class="variations_button">
<button type="submit" class="tbutton medium"><span>Add to shopping bag</span></button>
</div>
</div>
<div><input type="hidden" name="product_id" value=""></div>
</form>
</div><!-- grid6 -->
</div><!-- clearfix -->
<div class="clearfix mbs">
<ul class="tabs">
<li><a href="#t-1" class="active">Full Description</a></li>
<li><a href="#t-2">ADDITIONAL INFORMATION</a></li>
<li><a href="#t-3">REVIEWS (2)</a></li>
</ul><!-- tabs -->
<ul class="tabs-content">
<li id="t-1" class="active">
<p>Donec sed odio dui. Nulla vitae elit libero, a pharetra augue. Nullam id dolor id nibh ultricies vehicula ut id elit. Integer posuere erat a ante venenatis dapibus aliquet. Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget...</p>
<p>"Nulla sagittis porttitor varius. Vestibulum eleifend, lorem sit amet gravida accumsan, nisi est tempor risus, non suscipit lectus nunc sit amet nunc. Pellentesque iaculis sapien at lacus vulputate sodales et eget quam. Etiam tristique bibendum leo, quis sagittis urna tempus non. Aliquam aliquet, nibh nec placerat tempus, tellus neque accumsan justo, ut euismod lorem eros vel metus. Duis sed dignissim quam. Morbi sit amet tellus rutrum erat mattis ultricies. Aenean vitae libero at quam imperdiet sollicitudin non non turpis. Etiam viverra, est eget vehicula mattis, metus nunc porttitor diam, in commodo enim ipsum ut mi. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Suspendisse condimentum sem vitae magna volutpat vel euismod orci bibendum. Aenean tristique molestie mi, vel consectetur lorem fringilla vel. Nulla facilisi."</p>
</li><!-- tab content -->
<li id="t-2">
<table class="shop_attributes">
<tbody>
<tr>
<th>Weight</th>
<td class="product_weight">1 kg</td>
</tr>
<tr>
<th>Dimensions</th>
<td class="product_dimensions">87 x 67 x 87 cm</td>
</tr>
<tr>
<th>Composition:</th>
<td><p>100% Acrylic</p></td>
</tr>
<tr>
<th>Size & Fit:</th>
<td><p>This style comes in a free size for all.</p></td>
</tr>
<tr>
<th>Other Info:</th>
<td><p>Machine wash according to instructions on care label</p></td>
</tr>
<tr>
<th>Size</th>
<td><p>One Size Fits All, Large, Small, Medium, XSmall</p></td>
</tr>
</tbody>
</table>
</li><!-- tab content -->
<li id="t-3">
<ul class="showcomments clearfix">
<li class="clearfix">
<div class="thumb">
<a href="#"><img src="images/assets/user1.jpg" alt="#"></a>
</div>
<h5 class="entry-title"><a href="#" class="title">Jessica Alba</a><i>30 September, 2013</i>
<span class="date review">
<i class="fa-star" title="Rated 5 out of 5"></i>
<i class="fa-star" title="Rated 5 out of 5"></i>
<i class="fa-star" title="Rated 5 out of 5"></i>
<i class="fa-star" title="Rated 5 out of 5"></i>
<i class="fa-star" title="Rated 5 out of 5"></i>
<i class="icon-star-half-empty" title="Rated 5 out of 5"></i>
</p>
</h5>
<p>Nam vitae tellus lectus. Vivamus et ultrices urna. Morbi et elit odio, vel cursus sapien. Curabitur ac turpis et velit hendrerit commodo. Curabitur orci erat. All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet. It uses a dictionary of over 200 Latin words, combined with a handful of model sentence structures, to generate Lorem Ipsum which looks reasonable. The generated Lorem Ipsum is therefore always free from repetition, injected humour, or non-characteristic words etc.</p>
</li>
<li class="clearfix">
<div class="thumb">
<a href="#"><img src="images/assets/user2.jpg" alt="#"></a>
</div>
<h5 class="entry-title"><a href="#" class="title">John Doe</a><i>18 September, 2013</i>
<span class="date review">
<i class="fa-star" title="Rated 5 out of 5"></i>
<i class="fa-star" title="Rated 5 out of 5"></i>
<i class="fa-star" title="Rated 5 out of 5"></i>
<i class="fa-star" title="Rated 5 out of 5"></i>
<i class="fa-star" title="Rated 5 out of 5"></i>
</p>
</h5>
<p>The standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from "de Finibus Bonorum et Malorum" by Cicero are also reproduced in their exact original form, accompanied by English versions from the 1914 translation by H. Rackham. making this the first true generator on the Internet. It uses a dictionary of over 200 Latin words, combined with a handful of model sentence structures, to generate Lorem Ipsum which looks reasonable. The generated Lorem Ipsum is therefore always free from repetition, injected humour, or non-characteristic words etc.</p>
</li>
</ul>
</li><!-- tab content -->
</ul><!-- end tabs -->
</div><!-- clearfix -->
</div><!-- grid9 -->
<div class="sidebar grid_3">
<div class="widget">
<h3 class="col-title"> <i class="icons-bag mid"></i>Your Cart: </h3>
<p>Your Shopping Cart is Empty</p>
</div><!-- tags widget -->
<div class="widget">
<form action="search.html" id="searchwidget" method="get">
<input name="search" type="text" onfocus="if (this.value=='Start Searching...') this.value = '';" onblur="if (this.value=='') this.value = 'Start Searching...';" value="Start Searching..." placeholder="Start Searching ...">
<button type="submit"><i class="fa-search"></i></button>
</form><!-- end form -->
</div><!-- search widget -->
<div class="widget">
<h3 class="col-title"> Woo Categories <small>- Archive by category</small></h3>
<ul class="list">
<li><a href="#"><i class="icon-caret-right"></i> One Size Fits All <span>(177)</span> </a></li>
<li><a href="#"><i class="icon-caret-right"></i> Large <span>(41)</span> </a></li>
<li><a href="#"><i class="icon-caret-right"></i> Small <span>(13)</span> </a></li>
<li><a href="#"><i class="icon-caret-right"></i> Medium <span>(54)</span> </a></li>
<li><a href="#"><i class="icon-caret-right"></i> Large <span>(11)</span> </a></li>
<li><a href="#"><i class="icon-caret-right"></i> X Large <span>(6)</span> </a></li>
</ul><!-- end list -->
</div><!-- categories widget -->
<div class="widget">
<h3 class="col-title"> Woo Top Sales <small>- Popular Products</small></h3>
<ul class="tab-content-items">
<li class="clearfix">
<a class="post-thumbnail" href="blog-single-slider.html"><img width="60" height="60" src="images/assets/thumb1.jpg" alt="#"></a>
<h3><a href="blog-single-slider.html">Next Elections Resolutions could be</a></h3>
<p class="rating"> <i class="icons-star"></i><i class="icons-star"></i><i class="icons-star"></i><i class="icons-star"></i><i class="icons-star off"></i> </p>
</li>
<li class="clearfix">
<a class="post-thumbnail" href="blog-single-image.html"><img width="60" height="60" src="images/assets/thumb2.jpg" alt="#"></a>
<h3><a href="blog-single-image.html">Praesent adipiscing mi eget ipsum imperdiet</a></h3>
<p class="rating"> <i class="icons-star"></i><i class="icons-star"></i><i class="icons-star"></i><i class="icons-star off"></i><i class="icons-star off"></i> </p>
</li>
<li class="clearfix">
<a class="post-thumbnail" href="blog-single-video.html"><img width="60" height="60" src="images/assets/thumb3.jpg" alt="#"></a>
<h3><a href="blog-single-video.html">Paul Thomson on Post with SoundCloud</a></h3>
<p class="rating"> <i class="icons-star"></i><i class="icons-star"></i><i class="icons-star off"></i><i class="icons-star off"></i><i class="icons-star off"></i> </p>
</li>
</ul>
</div>
<div class="widget">
<h3 class="col-title"> Woo Tags <small>- Blog Keywords</small></h3>
<div class="tags">
<a href="#" class="toptip" original-title="17 Product"><i class="icon-tag"></i> T-shirt </a>
<a href="#" class="toptip" original-title="44 Product"><i class="icon-tag"></i> Bag </a>
<a href="#" class="toptip" original-title="2 Product"><i class="icon-tag"></i> premium </a>
<a href="#" class="toptip" original-title="10 Product"><i class="icon-tag"></i> Book </a>
<a href="#" class="toptip" original-title="29 Product"><i class="icon-tag"></i> Sports </a>
</div>
</div><!-- tags widget -->
</div><!-- grid3 sidebar -->
</div><!-- end row -->
</div><!-- end page content -->
<div class="twitter_row">
<div class="row clearfix">
<a href="http://twitter.com/behzadg1"><i class="tww fa-twitter toptip" title="Follow us on Twitter"></i></a>
<div class="tweet"></div>
</div><!-- end row -->
</div><!-- end twitter -->
<footer id="footer">
<div class="row pad_foot clearfix">
<div class="grid_4">
<img src="images/logo_rev.png" alt="logo title" class="foot_logo">
<div class="widget-content">
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam viverra euismod odio, gravida pellentesque urna varius vitae. Sed dui lorem, adipiscing in adipiscing. Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>
<i class="icons-telephone xx mid"></i><strong class="tten">Phone:</strong> 001 (123) 55 65 558 <br>
<i class="icons-social-email xx mid"></i><strong class="tten">Email:</strong> [email protected]
</div><!-- widget content -->
</div><!-- grid 4 -->
<div class="grid_4">
<h3 class="col-title">Popular Tags <small>- Blog Keywords</small></h3>
<div class="widget-content">
<div class="tags">
<a href="#" class="toptip" title="17 topic"><i class="icon-tag"></i> corporate </a>
<a href="#" class="toptip" title="44 topic"><i class="icon-tag"></i> theme </a>
<a href="#" class="toptip" title="10 topic"><i class="icon-tag"></i> css3 </a>
<a href="#" class="toptip" title="2 topic"><i class="icon-tag"></i> premium </a>
<a href="#" class="toptip" title="29 topic"><i class="icon-tag"></i> html5 </a>
<a href="#" class="toptip" title="4 topic"><i class="icon-tag"></i> business </a>
<a href="#" class="toptip" title="20 topic"><i class="icon-tag"></i> all purpose </a>
<a href="#" class="toptip" title="14 topic"><i class="icon-tag"></i> jquery </a>
<a href="#" class="toptip" title="1 topic"><i class="icon-tag"></i> muse template </a>
<a href="#" class="toptip" title="4 topic"><i class="icon-tag"></i> minimalist </a>
<a href="#" class="toptip" title="17 topic"><i class="icon-tag"></i> Themeforest </a>
<a href="#" class="toptip" title="44 topic"><i class="icon-tag"></i> company </a>
<a href="#" class="toptip" title="10 topic"><i class="icon-tag"></i> website </a>
<a href="#" class="toptip" title="29 topic"><i class="icon-tag"></i> RTL Support </a>
</div>
</div><!-- widget content -->
</div><!-- grid 4 -->
<div class="grid_4">
<h3 class="col-title">PhotoStream <small>- Instagram</small></h3>
<div class="widget-content">
<iframe src="http://snapwidget.com/in/?u=bXVyYWRvc21hbm58aW58MTEyfDN8Mnx8bm98MnxmYWRlT3V0fG9uU3RhcnR8bm8" title="Instagram Widget" width="342" height="228"></iframe>
</div><!-- widget content -->
</div><!-- grid 4 -->
</div><!-- row -->
<div class="footer-last">
<div class="row clearfix">
<span class="copyright">© 2013 <a href="http://theme20.com/" class="toptip" title="Design and Development">Theme20</a>. All Rights Reserved. Powered by <a href="http://themeforest.net/user/T20?ref=T20" class="toptip" title="Wordpress Themes and Site Templates">Themeforest</a>.</span>
<div id="toTop" class="toptip" title="Back to Top"><i class="fa-angle-up"></i></div><!-- Back to top -->
<div class="foot-menu">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="#">Services</a></li>
<li><a href="#">F.A.Q</a></li>
<li><a href="portfolio4.html">Portfolio</a></li>
<li><a href="blog.html">Blog</a></li>
<li><a href="contact.html">Contact</a></li>
</ul><!-- end links -->
</div><!-- end foot menu -->
</div><!-- end row -->
</div><!-- end last footer -->
</footer><!-- end footer -->
</div><!-- end layout -->
</div><!-- end frame -->
<!-- Scripts -->
<script type="text/javascript" src="js/jquery.min.js"></script>
<script type="text/javascript" src="bootstrap/js/bootstrap.min.js"></script>
<script type="text/javascript" src="js/theme20.js"></script>
<script type="text/javascript" src="js/jquery.prettyPhoto.js"></script>
<script type="text/javascript" src="js/jquery.flexslider-min.js"></script>
<script type="text/javascript" src="js/twitter/jquery.tweet.js"></script>
<script type="text/javascript" src="js/custom.js"></script>
<script type="text/javascript">
/* <![CDATA[ */
/* ]]> */
</script>
</body>
</html>