-
Notifications
You must be signed in to change notification settings - Fork 0
/
blog-detail.html
412 lines (388 loc) · 31 KB
/
blog-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
<!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="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><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="current_page_item 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 class="current_page_item"><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>Blog <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="fullwidth-section"><!-- Full-width section Starts Here -->
<div class="container">
<div class="main-title animate" data-animation="pullDown" data-delay="100">
<h3> Blog Detail </h3>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do</p>
</div>
<article class="blog-post"><!-- **Blog-post Starts Here** -->
<div class="entry-thumb">
<a href="blog.html"><img src="http://placehold.it/870x510&text=Blog+Image"></a>
</div>
<div class="entry-details"><!-- entry-details Starts Here -->
<div class="entry-title">
<h3><a href="blog.html">Masterpiece of Love</a></h3>
</div>
<div class="entry-metadata">
<p class="date"> <i class="fa fa-calendar"></i> Mar 05 2014 </p>
<p class="author"> <i class="fa fa-user"></i> By : <a title="ram" href="#"> ram </a> </p>
<p class="tags"><i class="fa fa-tags"> </i><a rel="tag" href="#"> Creative</a></p>
<p class="categories"><i class="fa fa-folder-open"> </i><a href="#"> Blog</a></p>
<p><a href="#"><i class="fa fa-comments"></i>4</a></p>
</div>
<div class="entry-body">
<p><b>Oil painting</b> is the process of painting with pigments that are bound with a medium of drying oil. Commonly used drying oils include linseed oil, poppy seed oil, walnut oil, and safflower oil. Different oils confer various properties to the oil paint, such as less yellowing or different drying times. Certain differences are also visible in the sheen of the paints depending on the oil. An artist might use several different oils in the same painting depending on specific pigments and effects desired. The paints themselves also develop a particular consistency depending on the medium. The oil may be boiled with a resin, such as pine resin or frankincense to create a varnish; often prized for its body and gloss.</p>
<div class="dt-sc-one-half column first">
<p>It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including text are in so Ipsum.</p>
<p>Maecenas dapibus ante mi, rutrum sagittis mauris pharetra a. Interdum et malesuada fames ac ante ipsum primis in faucibus. Nam a dictum erat. Ut porttitor laoreet neque ut pellentesque. Aenean libero augue, cursus sed massa rhoncus, egestas aliquet neque.</p>
<p>Nunc malesuada posuere ligula, et auctor enim lacinia ut. Aenean erat ante, convallis et odio sit amet, dapibus pharetra eros. Maecenas dapibus ante mi, rutrum sagittis mauris pharetra a. Interdum et malesuada fames ac ante ipsum primis in faucibus. Nam a dictum erat. Ut porttitor laoreet neque ut pellentesque. Aenean libero augue, cursus sed massa rhoncus, egestas aliquet neque.</p>
</div>
<div class="dt-sc-one-half column">
<div class="dt-sc-tabs-container"><!--** dt-sc-tabs-container Starts Here**-->
<ul class="dt-sc-tabs-frame">
<li><a href="#" class="current"> Illustration </a></li>
<li><a href="#"> Acrylic Painting </a></li>
<li><a href="#"> Sculpture </a></li>
</ul>
<div class="dt-sc-tabs-frame-content">
<div class="dt-sc-one-third column first">
<aside class="widget widget_recent_entries">
<div class="recent-posts-widget">
<ul>
<li>
<a class="entry-thumb" href="#"><img title="" alt="" src="http://placehold.it/85x85&text=Blog+Thumb"></a>
<h4><a href="#">Training</a></h4>
<div class="entry-metadata">
<p class="tags"><i class="fa fa-tags"> </i><a rel="tag" href="#"> Creative</a></p>
<p class="categories"><i class="fa fa-folder-open"> </i><a href="#"> Blog</a></p>
</div>
</li>
<li>
<a class="entry-thumb" href="#"><img title="" alt="" src="http://placehold.it/85x85&text=Blog+Thumb"></a>
<h4><a href="#">Adonis Effect</a></h4>
<div class="entry-metadata">
<p class="tags"><i class="fa fa-tags"> </i><a rel="tag" href="#"> Creative</a></p>
<p class="categories"><i class="fa fa-folder-open"> </i><a href="#"> Blog</a></p>
</div>
</li>
</ul>
</div>
</aside>
</div>
<div class="dt-sc-two-third column">
On the other hand, we denounce with righteous indignation and men who are so demoralized by the charms of pleasure of the moment, which is the same as saying through shrinking from toil and pain. </p>
<P>Ut ac faucibus justo. Integer vel nisl sed sem egestas facilisis sollicitudin vitae metus. Nunc euismod ex tortor.</P>
</div>
</div>
<div class="dt-sc-tabs-frame-content">
<p><img src="http://placehold.it/180x160&text=Tab+Image" alt="" title="" class="alignleft"> Tab 2 Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi hendrerit elit turpis, a porttitor tellus sollicitudin at. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Suspendisse potenti. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p>
<p>Proin euismod urna vel libero tempor maximus.</p>
</div>
<div class="dt-sc-tabs-frame-content">
<p><img src="http://placehold.it/180x160&text=Tab+Image" alt="" title="" class="alignright"> Tab 3 Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi hendrerit elit turpis, a porttitor tellus sollicitudin at. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Quisque at suscipit erat. Pellentesque ullamcorper diam elementum erat.</p>
</div>
</div><!--** dt-sc-tabs-container Ends Here**-->
</div>
<p>It was popularised in the 1947 with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including text are in so Ipsum. Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation quis nostrud exercitation quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt iest laborum.</p>
</div>
<blockquote>
<span class="fa fa-quote-left"></span>
<q> Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do consectetur adipiscing elit, eiusmod tempor incididunt ut labore et dolore magnat labore et dolo aliqua. Ut enim ad minim veniam,</q>
<h6>Jennifer Jones</h6>
<a href="#">www.redart.com</a>
</blockquote>
<div class="dt-sc-hr-invisible-toosmall"></div>
<p>It was popularised in the 1980s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including text are in so Ipsum. Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation quis nostrud exercitation quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt iest laborum.</p>
</div><!-- entry-details Ends Here -->
</article><!-- **Blog-post Ends Here** -->
<div class="post-author-details"><!-- **post-author-details starts Here** -->
<div class="author-desc">
<p><span class="fa fa-bullhorn"></span> Duis aute irure dolor, In reprehenderit in, Voluptate velit, Eesse cillum, <br>Dolore eu fugiat nulla pariatur.</p>
</div>
<div class="author-metadata">
<p><span class="fa fa-eye"></span><a href="#"> 48 </a></p>
<p><span class="fa fa-folder-open"> </span><a href="#"> Blog</a></p>
</div>
</div><!-- **post-author-details Ends Here** -->
<div class="commententries">
<h4> Comments ( 3 ) </h4>
<ul class="commentlist">
<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 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 class="reply">
<a class="type1 dt-sc-button" href="#">Read More</a>
</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 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 class="reply">
<a class="type1 dt-sc-button" href="#">Read More</a>
</div>
</div>
</div>
</li>
</ul>
</li>
<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="#">James Dean</a>
</div>
<div class="commentmetadata"><span>/</span> Oil Painting</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="#"> 02 </a></p>
<p><span class="fa fa-folder-open"> </span><a href="#"> Trendy</a></p>
<p><span class="fa fa-calendar"></span><a href="#"> 09 Nov 2015 </a></p>
</div>
</div>
</div>
<div class="reply">
<a class="type1 dt-sc-button" href="#">Read More</a>
</div>
</div>
</div>
</li>
</ul>
</div>
<!-- **respond - Starts** -->
<div id="respond">
<h3> Post a Reply </h3>
<form id="commentform" action="php/send.php" method="post" novalidate="novalidate" name="enqform" >
<div class="column dt-sc-one-third first">
<p class="input-text">
<input class="input-field" type="text" required="" name="txtname" title="Please enter your name" placeholder="Name *"/>
</p>
</div>
<div class="column dt-sc-one-third">
<p class="input-text">
<input class="input-field" type="email" required="" autocomplete="off" name="txtemail" title="Please enter your valid email_id" placeholder="Email *"/>
</p>
</div>
<div class="column dt-sc-one-third">
<p class="input-text">
<input class="input-field" type="text" autocomplete="off" placeholder="Website"/>
</p>
</div>
<p class="input-text">
<textarea class="input-field" required="" rows="3" cols="5" name="txtmessage" title=" Please enter your message" placeholder="Message *"></textarea>
</p>
<p class="submit"> <input type="submit" value="Add comments" name="submit" class="button" /> </p>
</form>
<div id="ajax_contactform_msg"></div>
</div> <!-- **respond- Ends** -->
</div>
</div><!-- Full-width section Ends Here -->
</section>
<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 src="js/jquery.tabs.min.js"></script>
<script type="text/javascript" src="js/jquery-migrate.min.js"></script>
<script src="js/jquery.validate.min.js" type="text/javascript"></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>