-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathblog-details.php
More file actions
585 lines (527 loc) · 30.6 KB
/
blog-details.php
File metadata and controls
585 lines (527 loc) · 30.6 KB
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
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<!-- Document Title -->
<title> Adalot </title>
<!-- Favicon -->
<link rel="shortcut icon" type="image/png" href="assets/images/favicon.png">
<!--==== Google Fonts ====-->
<link href="https://fonts.googleapis.com/css?family=Nunito%7CPlayfair+Display:400,700%7CYantramanav:400,700" rel="stylesheet">
<!-- CSS Files -->
<!--==== Bootstrap css file ====-->
<link rel="stylesheet" href="assets/css/bootstrap.min.css">
<!--==== Font-Awesome css file ====-->
<link rel="stylesheet" href="assets/css/font-awesome.min.css">
<!--==== Owl Carousel css file ====-->
<link rel="stylesheet" href="assets/plugins/owl-carousel/owl.carousel.min.css">
<!--==== Nice Select css file ====-->
<link rel="stylesheet" href="assets/plugins/nice-select/nice-select.css">
<!--==== Style css file ====-->
<link rel="stylesheet" href="assets/css/style.css">
<!--==== Responsive css file ====-->
<link rel="stylesheet" href="assets/css/responsive.css">
<!--==== Custom css file ====-->
<link rel="stylesheet" href="assets/css/custom.css">
</head>
<body>
<!-- Preloader -->
<div class="preloader">
<div class="preload-img">
<div class="spinnerWave">
<div class="rect1"></div>
<div class="rect2"></div>
<div class="rect3"></div>
<div class="rect4"></div>
</div>
</div>
</div>
<!-- End of Preloader -->
<!-- Main Header Start -->
<header class="lawFirm--header">
<div class="lawFirm--navbar-cover">
<div class="container">
<!-- Navbar Start -->
<nav class="lawFirm--navbar pt-30 pb-30 p-relative">
<div class="row align-items-center">
<div class="col-lg-4 col-8">
<!-- Logo -->
<div class="lawFirm--logo font-weight-bold">
<a href="index.php" class="playfair">
<img src="assets/images/logo.png" alt="" class="img-fluid" data-rjs="2">
</a>
</div>
<!-- End of Logo -->
</div>
<div class="col-lg-7 col-4 p-relative">
<!-- Nav Menu -->
<div class="lawFirm--nav-menu ul-default">
<ul>
<li><a href="index.php">Home</a></li>
<li><a href="about.php">About</a></li>
<li><a href="practice-area.php">Service</a></li>
<li class="menu-item-has-children"><a href="#">Page</a>
<ul class="sub-menu">
<li class="menu-item-has-children"><a href="#">Lawyers</a>
<ul class="sub-menu">
<li><a href="lawyers.php">Lawyers List</a></li>
<li><a href="lawyer-details.php">Lawyers Details</a></li>
</ul>
</li>
<li><a href="search-result.php"> Search Result</a></li>
<li><a href="404.php">404</a></li>
</ul>
</li>
<li class="menu-item-has-children"><a href="#">Blog</a>
<ul class="sub-menu">
<li><a href="blog-left-sidebar.php">Blog Left Sidebar</a></li>
<li><a href="blog-details.php">Blog Details</a></li>
</ul>
</li>
<li><a href="contact.php">Contact</a></li>
</ul>
</div>
<!-- End of Nav Menu -->
</div>
<!-- Mobile Header Icons -->
<div class="lawFirm--mobile-header-icon">
<div class="lawFirm--search-form-icon">
<i class="fa fa-search"></i>
<!-- Nav Search Form -->
<div class="lawFirm--header-search-form input-group mb-3">
<input type="text" class="form-control lawFirm--input-style" placeholder="Search Your Result......">
<div class="input-group-append">
<button class="btn" type="button"><i class="fa fa-search"></i></button>
</div>
</div>
<!-- End of Nav Search Form -->
</div>
<div class="lawFirm--off-canvas-trigger">
<i class="fa fa-align-right"></i>
</div>
</div>
<!-- End of Mobile Header Icons -->
</div>
</nav>
<!-- End of Navbar -->
</div>
</div>
<!-- Off Canvas -->
<div class="lawFirm--off-canvas">
<div class="lawFirm--off-canvas-cover pt-50 pl-30 pr-30">
<!-- Close Button -->
<i class="lawFirm--off-canvas-close fa fa-close"></i>
<!-- Logo -->
<div class="lawFirm--logo pt-35 pb-20">
<a href="#"><img src="assets/images/logo.png" alt="" class="img-fluid" data-rjs="2"></a>
</div>
<!-- End of Logo -->
<!-- About us -->
<div class="lawFirm--about-in-canvas pt-20 pb-20">
<h3 class="pb-20">About us</h3>
<p class="pb-20">Lorem ipsum sit amet, consectetur ut adipiscing elit, sed do ut eiusmod sed tempor incididunt labore et dolore magna aliqua. Quis ipsum sus ultrices gravida. Risus commodo maecenas accumsan lacus.</p>
<a href="#" class="lawFirm--btn">Contact Us</a>
</div>
<!-- End of About us-->
<!-- Subscribe Form -->
<div class="lawFirm--sub-form-in-canvas pt-40 pb-20">
<h3 class="pb-20">Subscribe Our News Letter</h3>
<form action="https://themelooks.us13.list-manage.com/subscribe/post?u=79f0b132ec25ee223bb41835f&id=f4e0e93d1d" method="post" novalidate class="canvas-search-form input-group mb-3">
<input type="text" class="form-control lawFirm--input-style" placeholder="Type Your Email" required>
<div class="input-group-append">
<button class="btn" type="submit">Subscribe</button>
</div>
</form>
</div>
<!-- End of Subscribe Form -->
<!-- Contact Info -->
<div class="lawFirm--contact-in-canvas ul-default pt-40">
<h3 class="pb-20">Contact Info</h3>
<ul>
<li class="pb-20 pl-30"><i class="fa fa-map-marker"></i> Kirkland 601 Lexington Avenue New York, NY 10022 United States</li>
<li class="pb-20 pl-30"><i class="fa fa-phone"></i> +1212-446-4400 </li>
<li class="pb-20 pl-30"><i class="fa fa-envelope"></i> youremail@mail.com </li>
</ul>
</div>
<!-- End of Contact Info -->
</div>
</div>
<!-- End of Off Canvas -->
</header>
<!-- End of Main Header -->
<!-- Page title -->
<div class="lawFirm--page-title text-center lawFirm--bg-center" data-bg-img="assets/images/page-title-bg.png">
<div class="container">
<h2 class="pb-20">Blog Left Sidebar</h2>
<div class="title-bc"> <a href="#">Home</a> > <span> Blog </span></div>
</div>
</div>
<!-- End of Page title -->
<div class="container pt-120 pb-120">
<div class="row">
<div class="col-lg-3 col-md-4 order-2 order-md-1">
<div class="lawFirm--blog-sidebar">
<!-- Widget Start -->
<div class="lawFirm--widget ul-default mb-50">
<div class="input-group mb-3">
<input type="text" class="form-control" placeholder="Type Here">
<div class="input-group-append">
<button class="btn" type="button"><i class="fa fa-search"></i></button>
</div>
</div>
</div>
<!-- End of Widget -->
<!-- Widget Start -->
<div class="lawFirm--widget ul-default mb-50">
<!-- Widget title -->
<div class="lawFirm--widget-title text-left">
<h2>Categories <span></span></h2>
</div>
<ul>
<li><a href="#">All Blog List</a></li>
<li><a href="#">Best Blog List</a></li>
<li><a href="#">All Service List</a></li>
<li><a href="#">Best Attorney List</a></li>
<li><a href="#">All Attorney List</a></li>
</ul>
</div>
<!-- End of Widget Start -->
<!-- Widget Start -->
<div class="lawFirm--widget ul-default mb-50">
<!-- Widget Title -->
<div class="lawFirm--widget-title text-left">
<h2>Latest Blogs <span></span></h2>
</div>
<!-- Single Sidebar Blog -->
<div class="lawFirm--sidebar-blog">
<div class="row no-gutters">
<div class="col-md-4 col-sm-2 col-3">
<a href="#"><img src="assets/images/blog-images/blog-small-1.jpg" alt="" class="img-fluid" data-rjs="2"></a>
</div>
<div class="col-md-8 col-sm-10 col-7">
<div class="pl-20">
<a href="#">05 February, 2019</a>
<h3><a href="#">Lorem ipsum dolor amet, consectetur</a></h3>
</div>
</div>
</div>
</div>
<!-- End of Single Sidebar Blog -->
<!-- Single Sidebar Blog -->
<div class="lawFirm--sidebar-blog">
<div class="row no-gutters">
<div class="col-md-4 col-sm-2 col-3">
<a href="#"><img src="assets/images/blog-images/blog-small-2.jpg" alt="" class="img-fluid" data-rjs="2"></a>
</div>
<div class="col-md-8 col-sm-10 col-7">
<div class="pl-20">
<a href="#">05 February, 2019</a>
<h3><a href="#">Lorem ipsum dolor amet, consectetur</a></h3>
</div>
</div>
</div>
</div>
<!-- End of Single Sidebar Blog -->
<!-- Single Sidebar Blog -->
<div class="lawFirm--sidebar-blog">
<div class="row no-gutters">
<div class="col-md-4 col-sm-2 col-3">
<a href="#"><img src="assets/images/blog-images/blog-small-3.jpg" alt="" class="img-fluid" data-rjs="2"></a>
</div>
<div class="col-md-8 col-sm-10 col-7">
<div class="pl-20">
<a href="#">05 February, 2019</a>
<h3><a href="#">Lorem ipsum dolor amet, consectetur</a></h3>
</div>
</div>
</div>
</div>
<!-- End of Single Sidebar Blog -->
</div>
<!-- End of Widget Start -->
<!-- Widget Start -->
<div class="lawFirm--widget ul-default mb-50">
<!-- Widget Title -->
<div class="lawFirm--widget-title text-left">
<h2>Tags <span></span></h2>
</div>
<ul>
<li><a href="#">Law Firm</a></li>
<li><a href="#">Attorney</a></li>
<li><a href="#">Legal Service</a></li>
<li><a href="#">Lawyer</a></li>
</ul>
</div>
<!-- End of Widget -->
</div>
</div>
<div class="col-lg-9 col-md-8 order-1 order-md-2">
<div class="lawFirm--blog-details">
<div class="post-details-cover">
<!-- Post Thumbnail -->
<div class="post-thumb-cover">
<div class="post-thumb">
<img src="assets/images/blog-images/blog-big-2.jpg" alt="" class="img-fluid" data-rjs="2">
</div>
<!-- Post Meta Info -->
<div class="post-meta-info">
<!-- Category -->
<p class="cats">
<a href="#">Corporate Law</a>
<a href="#">Family Law</a>
</p>
<!-- Title -->
<div class="title">
<h2>Top Things To Look For When Choosing A Lodge</h2>
</div>
<!-- Meta -->
<ul class="nav meta align-items-center">
<li class="meta-author">
<img src="assets/images/blog-images/author.jpg" alt="" class="img-fluid" data-rjs="2">
<a href="#">Alex Garry</a>
</li>
<li class="meta-date"><a href="#">2 Feb 2019</a></li>
<li> 2 min read </li>
<li class="meta-comments"><a href="#"><i class="fa fa-comment"></i> 2</a></li>
</ul>
</div>
<!-- End of Post Meta Info -->
</div>
<!-- End oF Post Thumbnail -->
<!-- Post Content -->
<div class="post-content-cover my-drop-cap">
<p>
She travelling acceptance men unpleasant her especially to entreaties law. Law forth but end any arise chief arose. Old her say learn these large. Joy fond many in ham high seen this. Few preferred continual led incommode neglected. To discovered insensible collecting your unpleasant but invitation.
</p>
<p>
We diminution preference thoroughly if. Joy deal pain view much too her time. Led young gay would now state. Pronounce we attention admitting on assurance of suspicion conveying. That his west quit had met till. By an outlived insisted procured improved am.
</p>
<div class="post-my-gallery-images">
<h3>The Best Neighborhoods In Nyc: Where To Stay On </h3>
<div class="row">
<div class="col-md-6">
<img src="assets/images/blog-images/blog-big-1.jpg" alt="" class="img-fluid" data-rjs="2">
</div>
<div class="col-md-6">
<img src="assets/images/blog-images/blog-big-2.jpg" alt="" class="img-fluid" data-rjs="2">
</div>
<div class="col-md-12">
<img src="assets/images/blog-images/blog-big-3.jpg" alt="" class="img-fluid" data-rjs="2">
</div>
</div>
</div>
<p>
We diminution preference thoroughly if. Joy deal pain view much her time. Led young gay would now off state. Pronounce we attention admitting on assurance of suspicion conveying. That his west quit had met till. Say out plate you share.
</p>
<blockquote>
<p>For me, running is both exercise and a metaphor. Running day after day, piling up each level I elevate myself.</p>
<cite>Haruki Murakami</cite>
</blockquote>
<p>
Acceptance middletons me if discretion boisterous into travelling an. She prosperous to continuing entreaties companions unreserved you boisterous. Middleton sportsmen sir now cordially asking additions for. You ten occasional saw everything but conviction. Daughter returned quitting few are day advanced branched.
</p>
</div>
<!-- End of Post Content -->
<!-- Tags -->
<div class="post-all-tags">
<a href="#">Fashion</a>
<a href="#">Art</a>
<a href="#">Lifestyle</a>
<a href="#">Love</a>
<a href="#">Travel</a>
<a href="#">Movie</a>
<a href="#">Games</a>
</div>
<!-- End of Tags -->
<!-- Author Box -->
<div class="post-about-author-box">
<div class="author-avatar">
<img src="assets/images/blog-images/author.jpg" alt="" class="img-fluid" data-rjs="2">
</div>
<div class="author-desc">
<h5> <a href="#"> Alex Garry </a> </h5>
<div class="description">
On recommend tolerably my belonging or am. Mutual has cannot beauty indeed now sussex merely you. It possible no husbands jennings ye offended packages pleasant he.
</div>
<div class="social-icons">
<a href="#"><i class="fa fa-facebook"></i></a>
<a href="#"><i class="fa fa-twitter"></i></a>
<a href="#"><i class="fa fa-instagram"></i></a>
<a href="#"><i class="fa fa-pinterest"></i></a>
<a href="#"><i class="fa fa-linkedin"></i></a>
</div>
</div>
</div>
<!-- End of Author Box -->
<!-- Comments -->
<ul class="post-all-comments">
<li class="single-comment-wrapper">
<!-- Single Comment -->
<div class="single-post-comment">
<!-- Author Image -->
<div class="comment-author-image">
<img src="assets/images/blog-images/comment/author-1.jpg" alt="" class="img-fluid" data-rjs="2">
</div>
<!-- Comment Content -->
<div class="comment-content">
<div class="comment-author-name">
<h6>Don Norman</h6> <span> 5 Jan 2019 at 6:40 pm </span>
</div>
<p>On recommend tolerably my belonging or am. Mutual has cannot beauty indeed now back sussex merely you. It possible no husbands jennings offended.</p>
<a href="#" class="reply-btn">Reply</a>
</div>
</div>
<!-- End of Single Comment -->
<ul class="children">
<li class="single-comment-wrapper">
<!-- Single Comment -->
<div class="single-post-comment">
<!-- Author Image -->
<div class="comment-author-image">
<img src="assets/images/blog-images/comment/author-1-1.jpg" alt="" class="img-fluid" data-rjs="2">
</div>
<!-- Comment Content -->
<div class="comment-content">
<div class="comment-author-name">
<h6>Helen Sharp</h6> <span> 5 Jan 2019 at 6:58 pm </span>
</div>
<p>On recommend tolerably my belonging or am. Mutual has cannot back beauty indeed now back sussex merely you. </p>
<a href="#" class="reply-btn">Reply</a>
</div>
</div>
<!-- End of Single Comment -->
</li>
</ul>
</li>
<li class="single-comment-wrapper">
<!-- Single Comment -->
<div class="single-post-comment">
<!-- Author Image -->
<div class="comment-author-image">
<img src="assets/images/blog-images/comment/author-2.jpg" alt="" class="img-fluid" data-rjs="2">
</div>
<!-- Comment Content -->
<div class="comment-content">
<div class="comment-author-name">
<h6>Pamela Pavliscak</h6> <span> 5 Jan 2019 at 6:48 pm </span>
</div>
<p>On recommend tolerably my belonging or am. Mutual has cannot beauty indeed now back sussex merely you. It possible no husbands jennings offended.</p>
<a href="#" class="reply-btn">Reply</a>
</div>
</div>
<!-- End of Single Comment -->
</li>
<li class="single-comment-wrapper">
<!-- Single Comment -->
<div class="single-post-comment">
<!-- Author Image -->
<div class="comment-author-image">
<img src="assets/images/blog-images/comment/author-3.jpg" alt="" class="img-fluid" data-rjs="2">
</div>
<!-- Comment Content -->
<div class="comment-content">
<div class="comment-author-name">
<h6>Jerrard Spool</h6> <span> 5 Jan 2019 at 6:52 pm </span>
</div>
<p>On recommend tolerably my belonging or am. Mutual has cannot beauty indeed now back sussex merely you. It possible no husbands jennings offended.</p>
<a href="#" class="reply-btn">Reply</a>
</div>
</div>
<!-- End of Single Comment -->
</li>
</ul>
<!-- End of Comments -->
<!-- Comment Form -->
<div class="post-comment-form-cover">
<h3>Write your comment</h3>
<form class="comment-form">
<div class="row">
<div class="col-md-6">
<input type="text" class="form-control" placeholder="Name">
</div>
<div class="col-md-6">
<input type="text" class="form-control" placeholder="Email">
</div>
<div class="col-md-12">
<textarea class="form-control" placeholder="Write your comment"></textarea>
</div>
<div class="col-md-12">
<button class="btn lawFirm--btn">Submit </button>
</div>
</div>
</form>
</div>
<!-- End of Comment Form -->
</div>
</div>
</div>
</div>
</div>
<!-- Footer -->
<footer class="lawFirm--footer pt-60 pb-60 dark-bg text-white">
<div class="container">
<div class="row align-items-center">
<div class="col-md-5 order-sm-3 order-md-1">
<!-- Footer Cradit -->
<div class="lawFirm-footer-cradit p-20 text-sm-center text-md-left">
Copyright 2019 © Developed by <a href="#">ThemeLooks.</a>
</div>
<!-- End of Footer Cradit -->
</div>
<div class="col-md-2 d-flex justify-content-center order-sm-1 order-md-2">
<!-- Footer Logo Icon-->
<div class="lawFirm--footer-logo p-20">
<img src="assets/images/logo-icon.png" alt="" class="img-fluid">
</div>
<!-- End of Footer Logo Icon-->
</div>
<div class="col-md-5 text-right order-sm-2 text-sm-center order-md-3 text-md-right">
<!-- Footer Menu -->
<div class="lawFirm--footer-menu ul-default">
<ul>
<li><a href="index.php"> Home </a></li>
<li><a href="about.php"> About </a></li>
<li><a href="practice-area.php"> Service </a></li>
<li><a href="contact.php">Contact</a></li>
</ul>
</div>
<!-- End of Footer Menu -->
</div>
</div>
</div>
</footer>
<!-- End of Footer -->
<!-- Back to Top Button -->
<div class="back-to-top d-flex align-items-center justify-content-center">
<span><i class="fa fa-arrow-up"></i></span>
</div>
<!-- End of Back to Top Button -->
<!-- JS Files -->
<!-- ==== JQuery 3.3.1 js file ==== -->
<script src="assets/js/jquery-3.3.1.min.js"></script>
<!-- ==== Bootstrap js file ==== -->
<script src="assets/js/bootstrap.bundle.min.js"></script>
<!-- === Owl Carousel js file === -->
<script src="assets/plugins/owl-carousel/owl.carousel.min.js"></script>
<!-- === Parollar js file === -->
<script src="assets/plugins/parollar/jquery.paroller.min.js"></script>
<!-- === Waypoints js file === -->
<script src="assets/plugins/waypoints/waypoints.js"></script>
<!-- === Counter Up js file === -->
<script src="assets/plugins/counterup/jquery.counterup.min.js"></script>
<!-- === Ratina JS === -->
<script src="assets/plugins/ratinajs/retina.min.js"></script>
<!-- === Menu js file === -->
<script src="assets/js/menu.js"></script>
<!--==== google map api key ====-->
<script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyCjkssBA3hMeFtClgslO2clWFR6bRraGz0"></script>
<!-- === Nice Select js file === -->
<script src="assets/plugins/nice-select/jquery.nice-select.min.js"></script>
<!-- ==== Script js file ==== -->
<script src="assets/js/scripts.js"></script>
<!-- ==== Custom js file ==== -->
<script src="assets/js/custom.js"></script>
</body>
</html>