-
Notifications
You must be signed in to change notification settings - Fork 0
/
shop-detail.html
414 lines (394 loc) · 26.8 KB
/
shop-detail.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
<!Doctype html>
<!--[if IE 7 ]> <html lang="en-gb" class="isie ie7 oldie no-js"> <![endif]-->
<!--[if IE 8 ]> <html lang="en-gb" class="isie ie8 oldie no-js"> <![endif]-->
<!--[if IE 9 ]> <html lang="en-gb" class="isie ie9 no-js"> <![endif]-->
<!--[if (gt IE 9)|!(IE)]><!--> <html lang="en-gb" class="no-js"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Red Art - Digital Painting</title>
<meta name="description" content="">
<meta name="author" content="">
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />
<!-- **CSS - stylesheets** -->
<link id="default-css" rel="stylesheet" href="style.css" type="text/css" media="all" />
<link id="sample-css" rel="stylesheet" href="css/style.css" type="text/css" media="all" />
<link type="text/css" rel="stylesheet" href="js/custom-scroll/mCustomScrollbar.css">
<!-- **Additional - stylesheets** -->
<link href="css/animations.css" rel="stylesheet" type="text/css" media="all" />
<link id="shortcodes-css" href="css/shortcodes.css" rel="stylesheet" type="text/css" media="all"/>
<link id="skin-css" href="skins/red/style.css" rel="stylesheet" media="all" />
<link href="css/isotope.css" rel="stylesheet" type="text/css" media="all" />
<link href="css/prettyPhoto.css" rel="stylesheet" type="text/css" />
<link href="css/pace.css" rel="stylesheet" type="text/css" />
<link rel="stylesheet" href="css/responsive.css" type="text/css" media="all"/>
<script src="js/modernizr.js"></script> <!-- Modernizr -->
<link id="light-dark-css" href="dark/dark.css" rel="stylesheet" media="all" />
<!-- **Font Awesome** -->
<link rel="stylesheet" href="css/font-awesome.min.css" type="text/css" />
</head>
<body>
<div class="loader-wrapper">
<div id="large-header" class="large-header">
<h1 class="loader-title"><span>Red</span> Art</h1>
</div>
</div>
<!-- **Wrapper** -->
<div class="wrapper">
<div class="inner-wrapper">
<div id="header-wrapper" class="dt-sticky-menu"> <!-- **header-wrapper Starts** -->
<header class="slide-bar">
<div class="header-container">
<div class="header-inner">
<a href="#" class="close-btn">
<span class="close"></span>
</a>
<a href="index.html" class="logo-container">
<img src="images/logo.png" alt="" >
</a>
<nav>
<ul class="menu type3">
<li class="menu-item-simple-parent"><a href="#">Home Page <span class="arrow"></span></a>
<ul class="sub-menu">
<li><a href="http://www.wedesignthemes.com/html/redart/default">Default</a></li>
<li><a href="http://www.wedesignthemes.com/html/redart/menu-overlay">Menu Overlay</a></li>
<li><a href="http://www.wedesignthemes.com/html/redart/slide-bar">Slide Bar</a></li>
<li><a href="http://www.wedesignthemes.com/html/redart/slider-over-menu">Slider Over Menu</a></li>
</ul>
</li>
<li class="menu-item-simple-parent"><a title="About" href="about.html">About Us</a></li>
<li class="menu-item-simple-parent"><a href="#">Gallery Page <span class="arrow"></span></a>
<ul class="sub-menu">
<li><a href="gallery.html">Gallery</a></li>
<li><a href="gallery-detail.html">Gallery detail</a></li>
<li><a href="gallery-detail-with-lhs.html">Gallery-detail-left-sidebar</a></li>
<li><a href="gallery-detail-with-rhs.html">Gallery-detail-right-sidebar</a></li>
</ul>
</li>
<li class="current_page_item menu-item-simple-parent"><a href="#">Shop Page <span class="arrow"></span></a>
<ul class="sub-menu">
<li><a href="shop.html">Shop</a></li>
<li class="current_page_item"><a href="shop-detail.html">Shop Detail</a></li>
<li><a href="shop-cart.html">Cart Page</a></li>
<li><a href="shop-checkout.html">Checkout Page</a></li>
</ul>
</li>
<li class="menu-item-simple-parent"><a href="#">Blog Page <span class="arrow"></span></a>
<ul class="sub-menu">
<li><a href="blog.html">Blog</a></li>
<li><a href="blog-detail.html">Blog detail</a></li>
<li><a href="blog-detail-with-lhs.html">Blog-detail-left-sidebar</a></li>
<li><a href="blog-detail-with-rhs.html">Blog-detail-right-sidebar</a></li>
</ul>
</li>
<li class="menu-item-simple-parent"><a title="Contact" href="contact.html">Contact</a></li>
<li class="menu-item-simple-parent"><a href="#">Shortcodes <span class="arrow"></span></a>
<ul class="sub-menu">
<li><a href="progressbar.html"> Progress bar </a></li>
<li><a href="buttons.html"> Buttons Page </a></li>
<li><a href="tabs.html"> tabs & accordions </a></li>
<li><a href="typography.html"> typography </a></li>
<li><a href="columns.html"> columns </a></li>
</ul>
</li>
</ul>
</nav>
<div class="social-icons">
<a class="fa fa-facebook" href="#"></a>
<a class="fa fa-twitter" href="#"></a>
<a class="fa fa-instagram" href="#"></a>
</div>
<p class="copyrights">COPYRIGHT © <a href="">RED ART</a></p>
</div>
</div>
</header>
<div class="header-bar active" style="display:block">
<a href="#" class="menu-nav">
<span></span>
</a>
<a class="logo-mini" href="index.html">
<img src="images/logo-mini.png" alt="">
<span><i>RED</i> ART</span>
</a>
<a class="logo-mobile" href="index.html">
<img alt="" src="images/logo-mini.png">
<p><span>RED</span> ART</p>
</a>
<div class="share-mini">
<a class="show fa fa-share-alt" href="#"></a>
<div class="icons" style="display: none;">
<a class="fa fa-facebook" href="#"></a>
<a class="fa fa-twitter" href="#"></a>
<a class="fa fa-instagram" href="#"></a>
</div>
</div>
</div>
</div><!-- **header-wrapper Ends** -->
<div id="main">
<div class="breadcrumb"><!-- *BreadCrumb Starts here** -->
<div class="container">
<h2>Product <span>Detail</span></h2>
<div class="user-summary">
<div class="account-links">
<a href="#">My Account</a>
<a href="#">Checkout</a>
</div>
<div class="cart-count">
<a href="#">Shopping Bag: 0 items</a>
<a href="#">($0.00)</a>
</div>
</div>
</div>
</div><!-- *BreadCrumb Ends here** -->
<section id="primary" class="content-full-width"><!-- **Primary Starts Here** -->
<div class="container">
<div class="main-title animate" data-animation="pullDown" data-delay="100">
<h3> How Art Saved My Life </h3>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do</p>
</div>
<div class="cart-wrapper"><!-- *cart-wrapper starts here** -->
<div class="dt-sc-three-fifth column first">
<div class="cart-thumb">
<a href="#">
<img src="http://placehold.it/850x900&text=Cart+Product" alt="" title="Acrylic">
</a>
</div>
<h5>more from this artist</h5>
<ul class="thumblist">
<li>
<a href="#" class="product"><img src="http://placehold.it/100x100&text=Thumb" alt="" title=""></a>
</li>
<li>
<a href="#" class="product"><img src="http://placehold.it/100x100&text=Thumb" alt="" title=""></a>
</li>
<li>
<a href="#" class="product"><img src="http://placehold.it/100x100&text=Thumb" alt="" title=""></a>
</li>
<li>
<a href="#" class="product"><img src="http://placehold.it/100x100&text=Thumb" alt="" title=""></a>
</li>
<li>
<a href="#" class="product"><img src="http://placehold.it/100x100&text=Thumb" alt="" title=""></a>
</li>
<li>
<a href="#" class="product"><img src="http://placehold.it/100x100&text=Thumb" alt="" title=""></a>
</li>
</ul>
<div class="commententries"><!-- *commententries starts here** -->
<h4> Comments ( 3 ) </h4>
<h6><a href="#"><i class="fa fa-comments-o"></i>Add Comments</a></h6>
<ul class="commentlist"><!-- *commentlist starts here** -->
<li>
<div class="comment">
<header class="comment-author">
<img title="" alt="image" src="http://placehold.it/85x85&text=Post+Image">
</header>
<div class="comment-details">
<div class="author-name">
<a href="#">Callahan James</a>
</div>
<div class="commentmetadata"><span>/</span> Acrylic Painting</div>
<div title="Rated 5.00 out of 5" class="star-rating"><span style="width:80%"></span></div>
<div class="comment-body">
<div class="comment-content">
<p>The wise man therefore always holds in these matters to this principle of selection: he rejects pleasures to secure other greater pleasures, or else he endures pains to avoid worse pains.</p>
<div class="author-metadata">
<p><span class="fa fa-comments"></span><a href="#"> 19 </a></p>
<p><span class="fa fa-folder-open"> </span><a href="#"> Art</a></p>
<p><span class="fa fa-calendar"></span><a href="#"> 05 Apr 2015 </a></p>
</div>
</div>
</div>
</div>
</div>
<ul class="children">
<li>
<div class="comment">
<header class="comment-author">
<img title="" alt="image" src="http://placehold.it/85x85&text=Post+Image">
</header>
<div class="comment-details">
<div class="author-name">
<a href="#">Sean Bean</a>
</div>
<div class="commentmetadata"><span>/</span> Sculpture</div>
<div title="Rated 5.00 out of 5" class="star-rating"><span style="width:70%"></span></div>
<div class="comment-body">
<div class="comment-content">
<p>The wise man therefore always holds in these matters to this principle of selection: he rejects pleasures to secure other greater pleasures he rejects pleasures to secure other greater pleasures, or else he endures pains to avoid worse pains.</p>
<div class="author-metadata">
<p><span class="fa fa-comments"></span><a href="#"> 08 </a></p>
<p><span class="fa fa-folder-open"> </span><a href="#"> Creative</a></p>
<p><span class="fa fa-calendar"></span><a href="#"> 26 Aug 2015 </a></p>
</div>
</div>
</div>
</div>
</div>
</li>
</ul>
</li>
</ul><!-- *commentlist Ends here** -->
</div><!-- *commententries Ends here** -->
</div>
<div class="dt-sc-two-fifth column">
<!-- Author Detail Starts Here -->
<div class="post-author-details">
<div class="entry-author-image">
<img src="http://placehold.it/100x100&text=Author" alt="" title="" />
</div>
<div class="author-title">
<h5><a href="#">James Dean</a></h5>
<span>Garland, TX - United States</span>
<div class="woocommerce-product-rating">
<div title="Rated 4.40 out of 5" class="star-rating"><span style="width:85%"></span></div>
<a href="#">( 4 customer reviews )</a>
</div>
</div>
<div class="author-desc">
<p>Remaining art are essentially unchanged. It was popularised in the 1960s with a release of Latest sheets containing passages, and more recently with desktop publishing software.</p>
</div>
</div>
<!-- Author Detail Ends Here -->
<ul class="cart-thumb-categories"><!-- cart-thumb-categories starts Here -->
<li>
<a href="#" class="product"><img src="http://placehold.it/100x100&text=Cart+Thumb" alt="" title=""></a>
<div class="category-details">
<h6><a href="#"> Canvas Print </a> </h6>
<span> $25 </span>
</div>
</li>
<li>
<a href="#" class="product"><img src="http://placehold.it/100x100&text=Cart+Thumb" alt="" title=""></a>
<div class="category-details">
<h6><a href="#"> photogenic </a> </h6>
<span> $30 </span>
</div>
</li>
<li class="last">
<a href="#" class="product"><img src="http://placehold.it/100x100&text=Cart+Thumb" alt="" title=""></a>
<div class="category-details">
<h6><a href="#"> Oil painting </a> </h6>
<span> $28 </span>
</div>
</li>
<li>
<a href="#" class="product"><img src="http://placehold.it/100x100&text=Cart+Thumb" alt="" title=""></a>
<div class="category-details">
<h6><a href="#"> Acrylic Art </a> </h6>
<span> $45 </span>
</div>
</li>
<li>
<a href="#" class="product"><img src="http://placehold.it/100x100&text=Cart+Thumb" alt="" title=""></a>
<div class="category-details">
<h6><a href="#"> Sketches </a> </h6>
<span> $15 </span>
</div>
</li>
<li class="last">
<a href="#" class="product"><img src="http://placehold.it/100x100&text=Cart+Thumb" alt="" title=""></a>
<div class="category-details">
<h6><a href="#"> Dropper Art </a> </h6>
<span> $20 </span>
</div>
</li>
<li>
<a href="#" class="product"><img src="http://placehold.it/100x100&text=Cart+Thumb" alt="" title=""></a>
<div class="category-details">
<h6><a href="#"> Sculpture </a> </h6>
<span> $55 </span>
</div>
</li>
<li>
<a href="#" class="product"><img src="http://placehold.it/100x100&text=Cart+Thumb" alt="" title=""></a>
<div class="category-details">
<h6><a href="#"> Water Print </a> </h6>
<span> $10 </span>
</div>
</li>
</ul><!-- cart-thumb-categories Ends Here -->
<div class="project-details">
<ul class="client-details">
<li>
<p><span>Title :</span>Lonely in Rain</p>
</li>
<li>
<p><span>Artist :</span>Jamie Fox</p>
</li>
<li>
<p><span>Category :</span>Acrylic Painting</p>
</li>
<li>
<p><span>Description :</span>This reminds me a gorgeous moments.</p>
</li>
<li>
<p><span>Uploaded :</span>Nov 9th, 2014 </p>
</li>
<li>
<p><span>Statistics :</span><i class="fa fa-eye"></i>2,318</p>
</li>
<li>
<p><span>Colors :</span><a href="#" class="yellow"></a><a href="#" class="green"></a><a href="#" class="orange"></a><a href="#" class="red"></a></p>
</li>
<li>
<p><span>Sales Sheet :</span>PDF</p>
</li>
<li>
<p>
<span>Tags :</span>
<div class="tagcloud type3">
<a href="#">Sketches</a>
<a href="#">Fashion</a>
<a href="#">Art</a>
<a href="#">Rain</a>
<a href="#">Scupture</a>
<a href="#">Lonely</a>
<a href="#">Oil color</a>
<a href="#">Gallery</a>
<a href="#">Mordern Art</a>
</div>
</p>
</li>
</ul>
</div>
</div>
</div><!-- *cart-wrapper Ends here** -->
</div>
</section><!-- **Primary Ends Here** -->
<footer id="footer" class="animate" data-animation="fadeIn" data-delay="100">
<div class="container">
<div class="copyright">
<ul class="footer-links">
<li><a href="#">Contact us</a></li>
<li><a href="#">Privacy policy</a></li>
<li><a href="#">Terms of use</a></li>
<li><a href="#">Faq</a></li>
</ul>
<ul class="payment-options">
<li><a href="#" class="fa fa-cc-amex"></a></li>
<li><a href="#" class="fa fa-cc-mastercard"></a></li>
<li><a href="#" class="fa fa-cc-visa"></a></li>
<li><a href="#" class="fa fa-cc-discover"></a></li>
<li><a href="#" class="fa fa-cc-paypal"></a></li>
</ul>
<p>© 2015 <a href="#">RED ART</a>. All rights reserved.</p>
</div>
</div>
</footer>
</div><!-- Main Ends Here-->
</div>
</div><!-- **Wrapper Ends** -->
<!-- **jQuery** -->
<script src="js/jquery-1.11.2.min.js" type="text/javascript"></script>
<script type="text/javascript" src="js/jquery.isotope.min.js"></script>
<script type="text/javascript" src="js/jquery.isotope.perfectmasonry.min.js"></script>
<script type="text/javascript" src="js/jquery.dropdown.js"></script>
<script src="js/jsplugins.js" type="text/javascript"></script>
<script type="text/javascript" src="js/custom-scroll/mCustomScrollbar.min.js"></script>
<script src="js/custom.js"></script>
</body>
</html>