-
Notifications
You must be signed in to change notification settings - Fork 0
/
blog.html
461 lines (424 loc) · 23.1 KB
/
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
<!DOCTYPE html>
<!--[if lt IE 7 ]> <html class="ie6"> <![endif]-->
<!--[if IE 7 ]> <html class="ie7"> <![endif]-->
<!--[if IE 8 ]> <html class="ie8"> <![endif]-->
<!--[if IE 9 ]> <html class="ie9"> <![endif]-->
<!--[if (gt IE 9)|!(IE)]><!--><html lang="en"><!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="">
<title>Blog - Max Law</title>
<!-- Standard Favicon -->
<link rel="icon" type="image/x-icon" href="assets/images//favicon.ico" />
<!-- For iPhone 4 Retina display: -->
<link rel="apple-touch-icon-precomposed" href="assets/images//apple-touch-icon-114x114-precomposed.png">
<!-- For iPad: -->
<link rel="apple-touch-icon-precomposed" href="assets/images//apple-touch-icon-72x72-precomposed.png">
<!-- For iPhone: -->
<link rel="apple-touch-icon-precomposed" href="assets/images//apple-touch-icon-57x57-precomposed.png">
<!-- Library - Google Font Familys -->
<link href="https://fonts.googleapis.com/css?family=Catamaran:100,200,300,400,500,600,700,800,900|Vollkorn:400,400i,700,700i" rel="stylesheet">
<!-- Library -->
<link href="assets/css/lib.css" rel="stylesheet">
<link href="assets/css/flags.css" rel="stylesheet">
<!-- Custom - Common CSS -->
<link href="assets/css/plugins.css" rel="stylesheet">
<link href="assets/css/elements.css" rel="stylesheet">
<link href="assets/css/rtl.css" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="style.css">
<!--[if lt IE 9]>
<script src="js/html5/respond.min.js"></script>
<![endif]-->
</head>
<body data-offset="200" data-spy="scroll" data-target=".ownavigation">
<!-- Loader -->
<div id="site-loader" class="load-complete">
<div class="loader">
<div class="loader-inner ball-clip-rotate">
<div></div>
</div>
</div>
</div><!-- Loader /- -->
<!-- Header Section -->
<header class="header_s header_s1">
<!-- SidePanel -->
<div id="slidepanel">
<!-- Top Header -->
<div class="container-fluid no-right-padding no-left-padding top-header">
<!-- Container -->
<div class="container">
<div class="top-left">
<p><i class="fa fa-map-marker"></i>121 Kingstreet,Melbourne vic 3000 Australia</p>
<p><i class="fa fa-phone"></i> Mobile: <a href="tel:123045670890">123045670890</a></p>
</div>
<div class="top-login">
<p><i class="fa fa-user"></i><a href="#" title="Login">Login</a></p>
<form class="lang-dropdown">
<div class="form-group">
<div id="basic" data-input-name="country"></div>
</div>
</form>
</div>
</div><!-- Container /- -->
</div><!-- Top Header /- -->
</div><!-- SidePanel /- -->
<!-- Ownavigation -->
<nav class="navbar ownavigation">
<!-- Container -->
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="index.html"><img src="assets/images/logo.png" alt="logo"></a>
</div>
<div class="submit-btn">
<a href="#" title="Free Consultation">free consultation</a>
</div>
<div id="navbar" class="navbar-collapse collapse navbar-right">
<ul class="nav navbar-nav navbar-right">
<li class="dropdown">
<a href="index.html" class="dropdown-toggle" role="button" aria-haspopup="true" aria-expanded="false">Home</a>
<i class="ddl-switch fa fa-angle-down"></i>
<ul class="dropdown-menu">
<li><a href="index.html" title="Homepage 01">Homepage 01</a></li>
<li><a href="index-2.html" title="Homepage 02">Homepage 02</a></li>
</ul>
</li>
<li><a href="aboutus.html" title="About">About</a></li>
<li><a href="#" title="Our TEAM">OUR TEAM</a></li>
<li class="dropdown">
<a href="services.html" class="dropdown-toggle" role="button" aria-haspopup="true" aria-expanded="false">Services</a>
<i class="ddl-switch fa fa-angle-down"></i>
<ul class="dropdown-menu">
<li><a href="services.html" title="Services">Services</a></li>
<li><a href="services-list.html" title="Services List">Services List</a></li>
<li><a href="services-single.html" title="Services Single">Services Single</a></li>
</ul>
</li>
<li class="dropdown active">
<a href="blog.html" class="dropdown-toggle" role="button" aria-haspopup="true" aria-expanded="false">News</a>
<i class="ddl-switch fa fa-angle-down"></i>
<ul class="dropdown-menu">
<li><a href="blog.html" title="Blog Single Page">Blog</a></li>
<li><a href="blog-single.html" title="Blog Single Audio">Blog Single</a></li>
</ul>
</li>
<li><a href="contactus.html" title="Contact Us">Contact</a></li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" role="button" aria-haspopup="true" aria-expanded="false">Pages</a>
<i class="ddl-switch fa fa-angle-down"></i>
<ul class="dropdown-menu">
<li><a href="appointment.html" title="Appointment">Appointment</a></li>
<li><a href="404.html" title="404">404</a></li>
</ul>
</li>
</ul>
</div>
<div id="loginpanel" class="desktop-hide">
<div class="right" id="toggle">
<a id="slideit" href="#slidepanel"><i class="fo-icons fa fa-inbox"></i></a>
<a id="closeit" href="#slidepanel"><i class="fo-icons fa fa-close"></i></a>
</div>
</div>
</div><!-- Container /- -->
</nav><!-- Ownavigation /- -->
</header><!-- Header Section /- -->
<div class="main-container">
<!-- Page Banner -->
<div class="container-fluid no-left-padding no-right-padding page-banner">
<!-- Container -->
<div class="container">
<h3>Blog</h3>
<ol class="breadcrumb">
<li><a href="index.html">Home</a></li>
<li class="active">Blog</li>
</ol>
</div><!-- Container /- -->
</div><!-- Page Banner /- -->
<main class="site-main">
<!-- Blog -->
<div class="container-fluid no-left-padding no-right-padding blog-post">
<!-- Container -->
<div class="container">
<!-- Content Area -->
<div class="col-md-9 col-sm-6 content-area">
<!-- Type Post -->
<div class="type-post">
<div class="entry-header">
<a href="blog-single.html"><img src="assets/images/blog-1.jpg" alt="Blog" /></a>
<div class="post-date"><a href="#">14 <span>OCT</span></a></div>
</div>
<h3 class="entry-title"><a href="blog-single.html" title="We won against criminal and weare only the bestin world">We won against criminal and weare only the bestin world</a></h3>
<div class="entry-meta">
<span class="byline"><a href="#">JHONE DOE</a></span>
<span class="post-category"><a href="#">criminal LAW</a></span>
</div>
<div class="entry-content">
<p>Never heard the word impossible. This time there's no stopping us. Doin' it our way. Nothin's gonna turn us back now. Straight ahead and on the track now.Just sit right back and you'll hear a tale a tale of a fateful trip that started from this tropic port aboard this tiny ship. It's a beautiful day in this neighborhood a beautiful day for a neighbor.</p>
<a href="blog-single.html">Read More<i class="fa fa-angle-right"></i></a>
</div>
</div><!-- Type Post /- -->
<!-- Type Post -->
<div class="type-post">
<div class="entry-header">
<a href="blog-single.html"><img src="assets/images/blog-2.jpg" alt="Blog" /></a>
<div class="post-date"><a href="#">27 <span>OCT</span></a></div>
</div>
<h3 class="entry-title"><a href="blog-single.html" title="Legal issues regarding paternity with solution">Legal issues regarding paternity with solution</a></h3>
<div class="entry-meta">
<span class="byline"><a href="#">JHONE DOE</a></span>
<span class="post-category"><a href="#">accident law</a></span>
</div>
<div class="entry-content">
<p>Never heard the word impossible. This time there's no stopping us. Doin' it our way. Nothin's gonna turn us back now. Straight ahead and on the track now.Just sit right back and you'll hear a tale a tale of a fateful trip that started from this tropic port aboard this tiny ship. It's a beautiful day in this neighborhood a beautiful day for a neighbor.</p>
<a href="blog-single.html">Read More<i class="fa fa-angle-right"></i></a>
</div>
</div><!-- Type Post /- -->
<!-- Type Post -->
<div class="type-post">
<div class="entry-header">
<a href="blog-single.html"><img src="assets/images/blog-3.jpg" alt="Blog" /></a>
<div class="post-date"><a href="#">30 <span>OCT</span></a></div>
</div>
<h3 class="entry-title"><a href="blog-single.html" title="Judgement, Unfair business for that all lawyers">Judgement, Unfair business for that all lawyers</a></h3>
<div class="entry-meta">
<span class="byline"><a href="#">JHONE DOE</a></span>
<span class="post-category"><a href="#">realestate LAW</a></span>
</div>
<div class="entry-content">
<p>Never heard the word impossible. This time there's no stopping us. Doin' it our way. Nothin's gonna turn us back now. Straight ahead and on the track now.Just sit right back and you'll hear a tale a tale of a fateful trip that started from this tropic port aboard this tiny ship. It's a beautiful day in this neighborhood a beautiful day for a neighbor.</p>
<a href="blog-single.html">Read More<i class="fa fa-angle-right"></i></a>
</div>
</div><!-- Type Post /- -->
<!-- Type Post -->
<div class="type-post">
<div class="entry-header">
<a href="blog-single.html"><img src="assets/images/blog-3.jpg" alt="Blog" /></a>
<div class="post-date"><a href="#">09 <span>OCT</span></a></div>
</div>
<h3 class="entry-title"><a href="blog-single.html" title="patent litigation law with insurance side excuse">patent litigation law with insurance side excuse</a></h3>
<div class="entry-meta">
<span class="byline"><a href="#">JHONE DOE</a></span>
<span class="post-category"><a href="#">insurance LAW</a></span>
</div>
<div class="entry-content">
<p>Never heard the word impossible. This time there's no stopping us. Doin' it our way. Nothin's gonna turn us back now. Straight ahead and on the track now.Just sit right back and you'll hear a tale a tale of a fateful trip that started from this tropic port aboard this tiny ship. It's a beautiful day in this neighborhood a beautiful day for a neighbor.</p>
<a href="blog-single.html">Read More<i class="fa fa-angle-right"></i></a>
</div>
</div><!-- Type Post /- -->
<nav class="ow-pagination">
<ul class="pagination">
<li><a href="#">1</a></li>
<li><a href="#">2</a></li>
<li><a href="#">3</a></li>
<li class="next"><a href="#">Next <i class="fa fa-angle-double-right"></i></a></li>
</ul>
</nav>
</div><!-- Content Area /- -->
<!-- Widget Area -->
<div class="col-md-3 col-sm-6 widget-area">
<!-- Widget : Search -->
<aside class="widget widget_search">
<h3 class="widget-title">search box</h3>
<form method="get" class="searchform" action="#">
<div class="input-group">
<input placeholder="Search Heare" class="form-control" required="" type="text"/>
<span class="input-group-btn">
<button class="btn btn-default" type="submit"><i class="fa fa-search"></i></button>
</span>
</div>
</form>
</aside><!-- Widget : Search /- -->
<!-- Widget : Categories -->
<aside class="widget widget_categories">
<h3 class="widget-title">catagories</h3>
<ul>
<li><a href="#">Lawyers Justies</a></li>
<li><a href="#">Criminal Law</a></li>
<li><a href="#">Shop Lifting</a></li>
<li><a href="#">Sexuale Affence</a></li>
<li><a href="#">Family Law</a></li>
</ul>
</aside><!-- Widget : Categories -->
<!-- Widget : Latest Post -->
<aside class="widget widget_latestposts">
<h3 class="widget-title">latest news</h3>
<div class="latest-content">
<a href="#" title="Recent Posts"><i><img src="assets/images/ftr-wd-lp-1.jpg" class="wp-post-image" alt="blog-1"></i></a>
<h5><a title="Law picked withouting rules best" href="#">We are concerned lawyers are earned the news</a></h5>
<span><a href="#">september 20,2016</a></span>
</div>
<div class="latest-content">
<a href="#" title="Recent Posts"><i><img src="assets/images/ftr-wd-lp-2.jpg" class="wp-post-image" alt="blog-1"></i></a>
<h5><a title="Providing depart offer law models" href="#">The excute are lawyers are embeded system</a></h5>
<span><a href="#">SEPTEMBER 30,2016</a></span>
</div>
<div class="latest-content">
<a href="#" title="Recent Posts"><i><img src="assets/images/ftr-wd-lp-3.jpg" class="wp-post-image" alt="blog-1"></i></a>
<h5><a title="Serviel the rules arrange become rich" href="#">Definced the shoplifting problems affected</a></h5>
<span><a href="#">OCTOBER 04,2016</a></span>
</div>
</aside><!-- Widget : Latest Post /- -->
<!-- Widget : Text -->
<aside id="text" class="widget widget_text">
<h3 class="widget-title">TEXT WIDGETS</h3>
<div class="textwidget">
<p>Hills that is. Swimmin' pools movie stars. Believe it or not I'm walking on air. I never thought I could feel so free! Didn't need no welfare states.</p>
</div>
</aside><!-- Widget : Text -->
<!-- Widget : Categories -->
<aside class="widget widget_archive">
<h3 class="widget-title">BLOG archives</h3>
<ul>
<li><a href="#">September</a> (20)</li>
<li><a href="#">October</a> (14)</li>
<li><a href="#">OcNovember</a> (24)</li>
<li><a href="#">December</a> (03)</li>
</ul>
</aside><!-- Widget : Categories -->
<!-- Widget : Tags -->
<aside id="tag_cloud" class="widget widget_tag_cloud">
<h3 class="widget-title">Tags</h3>
<div class="tagcloud">
<a href="#" title="Law">Law</a>
<a href="#" title="Lawyers">Lawyers</a>
<a href="#" title="Justicer">Justicer</a>
<a href="#" title="Criminal law">Criminal law</a>
<a href="#" title="Family law">Family law</a>
<a href="#" title="Diverse Law">Diverse Law</a>
</div>
</aside><!-- Widget : Tags /- -->
</div><!-- Widget Area /- -->
</div><!-- Container /- -->
</div><!-- Blog /- -->
</main>
</div>
<!-- Footer Main -->
<footer id="footer-main" class="container-fluid no-left-padding no-right-padding footer-main">
<!-- Top Footer -->
<div class="container-fluid no-left-padding no-right-padding top-footer">
<!-- Container -->
<div class="container">
<!-- Row -->
<div class="row">
<!-- Widget About -->
<div class="col-md-3 col-sm-6 col-xs-6">
<aside class="widget widget_about">
<h3 class="widget-title">ABOUT US</h3>
<img src="assets/images/ftr-abt-img.jpg" alt="Image" />
<p>Then along come two they got nothin but their jeans. Come and play.</p>
</aside>
</div><!-- Widget About /- -->
<!-- Widget Links -->
<div class="col-md-3 col-sm-6 col-xs-6">
<aside class="widget widget_categories">
<h3 class="widget-title">categories</h3>
<ul>
<li><a href="#" title="Homepage">homepage</a></li>
<li><a href="#" title="About Us">about us</a></li>
<li><a href="#" title="Services">Services</a></li>
<li><a href="#" title="Our Team">our team</a></li>
<li><a href="#" title="Law Points">Law Points</a></li>
<li><a href="#" title="Latest News">latest news</a></li>
<li><a href="#" title="Contact">contact</a></li>
</ul>
</aside>
</div><!-- Widget Links /- -->
<!-- Widget Latest Post -->
<div class="col-md-3 col-sm-6 col-xs-6">
<aside class="widget widget_latestposts">
<h3 class="widget-title">recent posts</h3>
<div class="latest-content">
<a href="#" title="Recent Posts"><i><img src="assets/images/ftr-wd-lp-1.jpg" class="wp-post-image" alt="blog-1"></i></a>
<h5><a title="Law picked withouting rules best" href="#">Law picked withouting rules best</a></h5>
<span><a href="#">September 30,2016</a></span>
</div>
<div class="latest-content">
<a href="#" title="Recent Posts"><i><img src="assets/images/ftr-wd-lp-2.jpg" class="wp-post-image" alt="blog-1"></i></a>
<h5><a title="Providing depart offer law models" href="#">Providing depart offer law models</a></h5>
<span><a href="#">October 12,2016</a></span>
</div>
<div class="latest-content">
<a href="#" title="Recent Posts"><i><img src="assets/images/ftr-wd-lp-3.jpg" class="wp-post-image" alt="blog-1"></i></a>
<h5><a title="Serviel the rules arrange become rich" href="#">Serviel the rules arrange become rich</a></h5>
<span><a href="#">November 24,2016</a></span>
</div>
</aside>
</div><!-- Widget Latest Post -->
<!-- Widget Latest Tweets -->
<div class="col-md-3 col-sm-6 col-xs-6">
<aside class="widget widget_latesttweets">
<h3 class="widget-title">LATEST TWEETS</h3>
<div class="latest-tweets-content">
<p>Seeking Farming Word Press Theme Check out Farmvilla on #themeforest <a href="#">https://t.co/CmPny6jrUi #envato</a></p>
<div class="post-meta">
<a href="#" title="Reply">Reply</a>
<a href="#" title="Retweet">Retweet</a>
<a href="#" title="Favorite">Favorite</a>
</div>
</div>
<div class="latest-tweets-content">
<p>Seeking organic food WordPress themeFood WordPress Theme on <span>#themeforest #envato</span> <a href="#">https://t.co/CmPny6jrUi #envato</a></p>
<div class="post-meta">
<a href="#" title="Reply">Reply</a>
<a href="#" title="Retweet">Retweet</a>
<a href="#" title="Favorite">Favorite</a>
</div>
</div>
</aside>
</div><!-- Widget Latest Tweets /- -->
</div><!-- Row /- -->
</div><!-- Container /- -->
</div><!-- Top Footer -->
<!-- Bottom Footer -->
<div class="container-fluid bottom-footer no-left-padding no-right-padding">
<!-- Container -->
<div class="container">
<!-- Row -->
<div class="row">
<div class="col-md-4">
<p>COPYRIGHTS <i class="fa fa-copyright"></i> 2016 ALL RIGHTS RESERVED</p>
</div>
<div class="col-md-8 col-sm-12 col-xs-12">
<!-- Ownavigation -->
<nav class="navbar ownavigation">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar-ftr" aria-expanded="false" aria-controls="navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
</div>
<div id="navbar-ftr" class="navbar-collapse collapse">
<ul class="nav navbar-nav">
<li><a href="#" title="Home">Home</a></li>
<li><a href="#" title="About Us">About Us</a></li>
<li><a href="#" title="Services">services</a></li>
<li><a href="#" title="Gallery">gallery</a></li>
<li><a href="#" title="Latest News">latest news</a></li>
<li><a href="#" title="Contact">Contact</a></li>
</ul>
</div>
</nav><!-- Ownavigation /- -->
</div>
</div><!-- Row -->
</div><!-- Container -->
</div><!-- Bottom Footer /- -->
</footer><!-- Footer Main /- -->
<!-- JQuery v1.12.4 -->
<script src="assets/js/jquery-1.12.4.min.js"></script>
<!-- Library - Js -->
<script src="assets/js/lib.js"></script>
<script src="assets/js/jquery.flagstrap.min.js"></script>
<!-- Library - Theme JS -->
<script src="assets/js/functions.js"></script>
</body>
</html>