-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathsingle-blog.html
538 lines (478 loc) · 23.6 KB
/
single-blog.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
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="description" content="Mona - Model Agency HTML5 Template">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Title -->
<title>Mona - Model Agency HTML5 Template</title>
<!-- Favicon -->
<link rel="icon" href="./img/core-img/favicon.ico">
<!-- Core Stylesheet -->
<link rel="stylesheet" href="style.css">
</head>
<body>
<!-- Preloader -->
<div id="preloader">
<div class="wrapper">
<div class="cssload-loader"></div>
</div>
</div>
<!-- ***** Header Area Start ***** -->
<header class="header-area">
<!-- Main Header Start -->
<div class="main-header-area">
<div class="classy-nav-container breakpoint-off">
<!-- Classy Menu -->
<nav class="classy-navbar justify-content-between" id="monaNav">
<!-- Background Curve -->
<div class="bg-curve" style="background-image: url(./img/core-img/curve.png);"></div>
<!-- Logo -->
<a class="nav-brand" href="index.html"><img src="./img/core-img/logo.png" alt=""></a>
<!-- Navbar Toggler -->
<div class="classy-navbar-toggler">
<span class="navbarToggler"><span></span><span></span><span></span></span>
</div>
<!-- Menu -->
<div class="classy-menu">
<!-- Menu Close Button -->
<div class="classycloseIcon">
<div class="cross-wrap"><span class="top"></span><span class="bottom"></span></div>
</div>
<!-- Nav Start -->
<div class="classynav">
<ul id="nav">
<li class="current-item"><a href="./index.html">Home</a></li>
<li><a href="#">Pages</a>
<ul class="dropdown">
<li><a href="./index.html">- Home</a></li>
<li><a href="./about.html">- About Us</a></li>
<li><a href="./projects.html">- Projects</a></li>
<li><a href="./models.html">- Models</a></li>
<li><a href="./casting.html">- Casting</a></li>
<li><a href="./blog.html">- Blog</a></li>
<li><a href="./single-blog.html">- Blog Details</a></li>
<li><a href="./contact.html">- Contact</a></li>
<li><a href="#">- Dropdown</a>
<ul class="dropdown">
<li><a href="#">- Dropdown Item</a></li>
<li><a href="#">- Dropdown Item</a>
<ul class="dropdown">
<li><a href="#">- Even Dropdown</a></li>
<li><a href="#">- Even Dropdown</a></li>
<li><a href="#">- Even Dropdown</a></li>
<li><a href="#">- Even Dropdown</a></li>
</ul>
</li>
<li><a href="#">- Dropdown Item</a></li>
<li><a href="#">- Dropdown Item</a></li>
</ul>
</li>
</ul>
</li>
<li><a href="./projects.html">Project</a></li>
<li><a href="./models.html">Models</a></li>
<li><a href="./casting.html">Casting</a></li>
<li><a href="#">Blog</a>
<ul class="dropdown">
<li><a href="./blog.html">- Blog</a></li>
<li><a href="./single-blog.html">- Blog Details</a></li>
</ul>
</li>
<li><a href="./contact.html">Contact</a></li>
</ul>
<!-- Search Icon -->
<div class="search-icon" data-toggle="modal" data-target="#searchModal">
<i class="icon_search"></i>
</div>
</div>
<!-- Nav End -->
</div>
</nav>
</div>
</div>
</header>
<!-- ***** Header Area End ***** -->
<!-- ***** Top Search Area Start ***** -->
<div class="top-search-area">
<!-- Search Modal -->
<div class="modal fade" id="searchModal" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-dialog modal-dialog-centered" role="document">
<div class="modal-content">
<div class="modal-body">
<!-- Close Button -->
<button type="button" class="btn close-btn" data-dismiss="modal"><i class="fa fa-times"></i></button>
<!-- Form -->
<form action="index.html" method="post">
<input type="search" name="top-search-bar" class="form-control" placeholder="Search and hit enter...">
<button type="submit">Search</button>
</form>
</div>
</div>
</div>
</div>
</div>
<!-- ***** Top Search Area End ***** -->
<!-- ***** Breadcrumb Area Start ***** -->
<div class="breadcumb-area">
<div class="container h-100">
<div class="row h-100 align-items-end">
<div class="col-12">
<div class="breadcumb--con">
<h2 class="title">Blog Single</h2>
<nav aria-label="breadcrumb">
<ol class="breadcrumb">
<li class="breadcrumb-item"><a href="#"><i class="fa fa-home"></i> Home</a></li>
<li class="breadcrumb-item"><a href="#">Blog</a></li>
<li class="breadcrumb-item active" aria-current="page">Blog Single</li>
</ol>
</nav>
</div>
</div>
</div>
</div>
</div>
<!-- ***** Breadcrumb Area End ***** -->
<!-- ***** Blog Details Area Start ***** -->
<section class="blog-details-area">
<div class="container">
<div class="row">
<div class="col-12 col-lg-8">
<div class="blog-details-content mt-5 mb-80">
<!-- Post Details Text -->
<div class="post-details-text">
<img src="./img/bg-img/48.jpg" alt="">
<div class="post-content mt-30 mb-30">
<a href="#" class="post-date">30 Aug 2018</a>
<h2>Dentists Are Smiling Over Painless Veneer Alternative</h2>
<div class="post-meta">
<a href="#" class="post-author">by Sarah Jenks</a>
<a href="#" class="post-view"><i class="fa fa-eye" aria-hidden="true"></i> 192</a>
<a href="#" class="post-comments"><i class="fa fa-comments" aria-hidden="true"></i> 08</a>
</div>
</div>
<p>Projecting surrounded literature yet delightful alteration but bed men. Open are from long why cold. If must snug by upon sang loud left. As me do preference entreaties compliment motionless ye literature. Day behaviour explained
law remainder. Produce can cousins account you pasture. Peculiar delicate an pleasant provided do perceive.</p>
<p>It sportsman earnestly ye preserved an on. Moment led family sooner cannot her window pulled any. Or raillery if improved landlord to speaking hastened differed he. Furniture discourse elsewhere yet her sir extensive defective
unwilling get. Why resolution one motionless you him thoroughly. Noise is round to in it quick timed doors. Written address greatly get attacks inhabit pursuit our but. Lasted hunted enough an up seeing in lively letter. Had judgment
out opinions property the supplied.</p>
<p>Old there any widow law rooms. Agreed but expect repair she nay sir silent person. Direction can dependent one bed situation attempted. His she are man their spite avoid. Her pretended fulfilled extremely education yet. Satisfied
did one admitting incommode tolerably how are. </p>
<!-- Blockquote -->
<blockquote class="mona-blockquote d-flex">
<div class="icon">
<i class="icon_quotations" aria-hidden="true"></i>
</div>
<div class="text">
<h5>That’s not to say you’ll have the exact same thing if you stop by: the restaurant’s menus change constantly, based on seasonal ingredients.</h5>
<h6>Jacob Austin</h6>
</div>
</blockquote>
<h2>You have 4 free articles remaining</h2>
<p>It sportsman earnestly ye preserved an on. Moment led family sooner cannot her window pulled any. Or raillery if improved landlord to speaking hastened differed he. Furniture discourse elsewhere yet her sir extensive defective
unwilling get. Why resolution one motionless you him thoroughly. Noise is round to in it quick timed doors.</p>
<p>Old there any widow law rooms. Agreed but expect repair she nay sir silent person. Direction can dependent one bed situation attempted. His she are man their spite avoid. Her pretended fulfilled extremely education yet. Satisfied
did one admitting incommode tolerably how are.</p>
<!-- Post Catagories & Post Share -->
<div class="d-flex align-items-center justify-content-between">
<!-- Post Catagories -->
<div class="post-catagories">
<ul class="d-flex flex-wrap align-items-center">
<li><a href="#">Tutorials</a></li>
<li><a href="#">Business</a></li>
</ul>
</div>
<!-- Post Share -->
<div class="mona-post-share d-flex align-items-center">
<h6 class="mb-0 mr-3">Share:</h6>
<div class="social-info-">
<a href="#"><i class="fa fa-facebook" aria-hidden="true"></i></a>
<a href="#"><i class="fa fa-twitter" aria-hidden="true"></i></a>
<a href="#"><i class="fa fa-google-plus" aria-hidden="true"></i></a>
<a href="#"><i class="fa fa-linkedin" aria-hidden="true"></i></a>
<a href="#"><i class="fa fa-envelope" aria-hidden="true"></i></a>
</div>
</div>
</div>
<!-- Related News Area -->
<div class="related-news-area">
<h2 class="mb-4">Relatest News</h2>
<div class="row">
<!-- Single Blog Post -->
<div class="col-12 col-md-6">
<div class="single-blog-post mb-30">
<div class="post-thumbnail">
<a href="#"><img src="./img/bg-img/41.jpg" alt=""></a>
</div>
<div class="post-content">
<a href="#" class="post-title">The Different Methods Of Hair Removal</a>
<span class="post-date">30 Aug 2018</span>
</div>
</div>
</div>
<!-- Single Blog Post -->
<div class="col-12 col-md-6">
<div class="single-blog-post mb-30">
<div class="post-thumbnail">
<a href="#"><img src="./img/bg-img/42.jpg" alt=""></a>
</div>
<div class="post-content">
<a href="#" class="post-title">Ready To Wear Bifocal Contact Lenses</a>
<span class="post-date">30 Aug 2018</span>
</div>
</div>
</div>
</div>
</div>
<!-- Comments Area -->
<div class="comment_area mb-50 clearfix">
<h5 class="title">12 Comments</h5>
<ol>
<!-- Single Comment Area -->
<li class="single_comment_area">
<!-- Comment Content -->
<div class="comment-content d-flex">
<!-- Comment Author -->
<div class="comment-author">
<img src="img/bg-img/49.jpg" alt="author">
</div>
<!-- Comment Meta -->
<div class="comment-meta">
<a href="#" class="post-date">27 Aug 2018</a>
<h5>Jerome Leonard</h5>
<p>Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetu adipisci velit, sed quia non numquam eius modi</p>
<a href="#" class="like">Like</a>
<a href="#" class="reply">Reply</a>
</div>
</div>
<ol class="children">
<li class="single_comment_area">
<!-- Comment Content -->
<div class="comment-content d-flex">
<!-- Comment Author -->
<div class="comment-author">
<img src="img/bg-img/50.jpg" alt="author">
</div>
<!-- Comment Meta -->
<div class="comment-meta">
<a href="#" class="post-date">27 Aug 2018</a>
<h5>Theodore Adkins</h5>
<p>Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetu adipisci velit, sed quia non numquam eius modi</p>
<a href="#" class="like">Like</a>
<a href="#" class="reply">Reply</a>
</div>
</div>
</li>
</ol>
</li>
<!-- Single Comment Area -->
<li class="single_comment_area">
<!-- Comment Content -->
<div class="comment-content d-flex">
<!-- Comment Author -->
<div class="comment-author">
<img src="img/bg-img/51.jpg" alt="author">
</div>
<!-- Comment Meta -->
<div class="comment-meta">
<a href="#" class="post-date">27 Aug 2018</a>
<h5>Roger Marshall</h5>
<p>Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetu adipisci velit, sed quia non numquam eius modi</p>
<a href="#" class="like">Like</a>
<a href="#" class="reply">Reply</a>
</div>
</div>
</li>
</ol>
</div>
<!-- Leave A Reply -->
<div class="mona-contact-form">
<h2 class="mb-4">Leave A Comment</h2>
<!-- Form -->
<form action="#" method="post">
<div class="row">
<div class="col-lg-6">
<input type="text" name="message-name" class="form-control mb-15" placeholder="Name">
</div>
<div class="col-lg-6">
<input type="email" name="message-email" class="form-control mb-15" placeholder="Email">
</div>
<div class="col-12">
<textarea name="message" class="form-control mb-15" placeholder="Comment"></textarea>
</div>
<div class="col-12">
<button type="submit" class="btn mona-btn btn-2 mt-15">Post Comment</button>
</div>
</div>
</form>
</div>
</div>
</div>
</div>
<div class="col-12 col-lg-4">
<div class="sidebar-area mt-5">
<!-- Single Widget Area -->
<div class="single-widget-area search-widget-area mb-80">
<form action="#" method="post">
<input type="search" name="search" class="form-control" placeholder="Search ...">
<button type="submit"><i class="fa fa-search"></i></button>
</form>
</div>
<!-- Single Widget Area -->
<div class="single-widget-area catagories-widget mb-80">
<h5 class="widget-title">Categories</h5>
<!-- catagories list -->
<ul class="catagories-list">
<li><a href="#"><i class="fa fa-angle-double-right" aria-hidden="true"></i> Business</a></li>
<li><a href="#"><i class="fa fa-angle-double-right" aria-hidden="true"></i> Design</a></li>
<li><a href="#"><i class="fa fa-angle-double-right" aria-hidden="true"></i> Marketing</a></li>
<li><a href="#"><i class="fa fa-angle-double-right" aria-hidden="true"></i> MBA Courses</a></li>
<li><a href="#"><i class="fa fa-angle-double-right" aria-hidden="true"></i> Technology</a></li>
<li><a href="#"><i class="fa fa-angle-double-right" aria-hidden="true"></i> Web Development</a></li>
</ul>
</div>
<!-- Single Widget Area -->
<div class="single-widget-area news-widget mb-80">
<h5 class="widget-title">Latest Blogs</h5>
<!-- Single News Area -->
<div class="single-news-area d-flex">
<div class="blog-thumbnail">
<img src="./img/bg-img/44.jpg" alt="">
</div>
<div class="blog-content">
<a href="#" class="post-title">Breast Lifts Improvement Without Implants</a>
<span class="post-date">30 Aug 2018</span>
</div>
</div>
<!-- Single News Area -->
<div class="single-news-area d-flex">
<div class="blog-thumbnail">
<img src="./img/bg-img/45.jpg" alt="">
</div>
<div class="blog-content">
<a href="#" class="post-title">Pueraria Mirifica Extract Helps Wrinkled Free Eye Gel</a>
<span class="post-date">30 Aug 2018</span>
</div>
</div>
<!-- Single News Area -->
<div class="single-news-area d-flex">
<div class="blog-thumbnail">
<img src="./img/bg-img/46.jpg" alt="">
</div>
<div class="blog-content">
<a href="#" class="post-title">Having Your Breasts Reduced With Breast Augmentation</a>
<span class="post-date">30 Aug 2018</span>
</div>
</div>
<!-- Single News Area -->
<div class="single-news-area d-flex">
<div class="blog-thumbnail">
<img src="./img/bg-img/47.jpg" alt="">
</div>
<div class="blog-content">
<a href="#" class="post-title">At Home Hair Removal Techniques To Use Part One</a>
<span class="post-date">30 Aug 2018</span>
</div>
</div>
</div>
<!-- Single Widget Area -->
<div class="single-widget-area adds-widget mb-80">
<a href="#"><img class="w-100" src="./img/bg-img/banner.png" alt=""></a>
</div>
<!-- Single Widget Area -->
<div class="single-widget-area tags-widget mb-80">
<h5 class="widget-title">Popular Tags</h5>
<ul class="tags-list">
<li><a href="#">Creative</a></li>
<li><a href="#">Unique</a></li>
<li><a href="#">model</a></li>
<li><a href="#">Photography</a></li>
<li><a href="#">ideas</a></li>
<li><a href="#">Model agency</a></li>
<li><a href="#">Wordpress Template</a></li>
<li><a href="#">startup</a></li>
<li><a href="#">agency</a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- ***** Blog Details Area End ***** -->
<!-- ***** Footer Area Start ***** -->
<footer class="footer-area section-padding-80-0">
<div class="container">
<div class="row justify-content-between">
<!-- Single Footer Widget -->
<div class="col-12 col-sm-6 col-lg-4 col-xl-3">
<div class="single-footer-widget mb-60">
<!-- Logo -->
<a href="#" class="d-block mb-4"><img src="./img/core-img/logo.png" alt=""></a>
<p>Integer vehicula mauris libero, at molestie eros imperdiet sit amet. Suspendisse mattis ante sit amet ante.</p>
<div class="copywrite-text">
<p>©
<!-- Link back to Colorlib can't be removed. Template is licensed under CC BY 3.0. -->
Copyright ©<script>document.write(new Date().getFullYear());</script> All rights reserved | This template is made with <i class="fa fa-heart-o" aria-hidden="true"></i> by <a href="https://colorlib.com" target="_blank">Colorlib</a>
<!-- Link back to Colorlib can't be removed. Template is licensed under CC BY 3.0. --></p>
</div>
</div>
</div>
<!-- Single Footer Widget -->
<div class="col-12 col-sm-6 col-lg-4 col-xl-3">
<div class="single-footer-widget mb-60">
<!-- Widget Title -->
<h4 class="widget-title">Our Link</h4>
<!-- Catagories Nav -->
<nav>
<ul class="our-link">
<li><a href="#">New Faces</a></li>
<li><a href="#">Model Of the Week</a></li>
<li><a href="#">Classic Women</a></li>
<li><a href="#">Privacy Terms</a></li>
<li><a href="#">Classic Men</a></li>
<li><a href="#">Conditions</a></li>
<li><a href="#">Hair & Styles</a></li>
<li><a href="#">Contact</a></li>
</ul>
</nav>
</div>
</div>
<!-- Single Footer Widget -->
<div class="col-12 col-lg-4 col-xl-3">
<div class="single-footer-widget mb-60">
<!-- Widget Title -->
<h4 class="widget-title">Contact</h4>
<!-- Footer Content -->
<div class="footer-content mb-30">
<h4>+01-3-8888-6868</h4>
<h6>40 Baria Sreet 133/2 NewYork City</h6>
</div>
<!-- Social Info -->
<div class="footer-social-info">
<a href="#" class="facebook" data-toggle="tooltip" data-placement="top" title="Facebook"><i class="fa fa-facebook"></i></a>
<a href="#" class="twitter" data-toggle="tooltip" data-placement="top" title="Twitter"><i class="fa fa-twitter"></i></a>
<a href="#" class="pinterest" data-toggle="tooltip" data-placement="top" title="Pinterest"><i class="fa fa-pinterest"></i></a>
<a href="#" class="instagram" data-toggle="tooltip" data-placement="top" title="Instagram"><i class="fa fa-instagram"></i></a>
<a href="#" class="youtube" data-toggle="tooltip" data-placement="top" title="YouTube"><i class="fa fa-youtube-play"></i></a>
</div>
</div>
</div>
</div>
</div>
</footer>
<!-- ***** Footer Area End ***** -->
<!-- ******* All JS ******* -->
<!-- jQuery js -->
<script src="js/jquery.min.js"></script>
<!-- Popper js -->
<script src="js/popper.min.js"></script>
<!-- Bootstrap js -->
<script src="js/bootstrap.min.js"></script>
<!-- All js -->
<script src="js/mona.bundle.js"></script>
<!-- Active js -->
<script src="js/default-assets/active.js"></script>
</body>
</html>