-
Notifications
You must be signed in to change notification settings - Fork 0
/
blog_index_fullwidth.html
394 lines (330 loc) · 20.3 KB
/
blog_index_fullwidth.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>N. Agenecy</title>
<meta name="description" content="N.Agency - Responisve Landing Page for Agency">
<meta name="keywords" content="">
<meta name="author" content="tabthemes">
<!-- Favicons -->
<link rel="shortcut icon" href="img/favicon.png">
<link rel="apple-touch-icon" sizes="57x57" href="img/apple-touch-icon-57x57.png">
<link rel="apple-touch-icon" sizes="72x72" href="img/apple-touch-icon-72x72.png">
<link rel="apple-touch-icon" sizes="114x114" href="img/apple-touch-icon-114x114.png">
<!-- Google Web Fonts -->
<link href="https://fonts.googleapis.com/css?family=Montserrat" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Lato:300,400,700" rel="stylesheet">
<!-- Bootstrap CSS -->
<link href="bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- CSS Files For Plugin -->
<link href="css/animate.css" rel="stylesheet">
<link href="css/font-awesome/font-awesome.min.css" rel="stylesheet">
<link href="css/magnific-popup.css" rel="stylesheet" />
<link href="css/YTPlayer.css" rel="stylesheet" />
<link rel="stylesheet" href="inc/owlcarousel/css/owl.carousel.min.css">
<link rel="stylesheet" href="inc/owlcarousel/css/owl.theme.default.min.css">
<link rel="stylesheet" href="inc/revolution/css/settings.css" />
<link rel="stylesheet" href="inc/revolution/css/layrs.css" />
<link rel="stylesheet" href="inc/revolution/css/navigation.css" />
<!-- Custom CSS -->
<link href="css/style.css" rel="stylesheet">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body class="blog_index" data-spy="scroll" data-target=".navbar-fixed-top" data-offset="100">
<!-- Preloader -->
<div id="preloader">
<div id="spinner"></div>
</div>
<!-- End Preloader-->
<!-- Start Navigation -->
<header class="nav-solid" id="home">
<nav class="navbar navbar-fixed-top">
<div class="navigation">
<div class="container-fluid">
<div class="row">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<!-- Logo -->
<div class="logo-container">
<div class="logo-wrap local-scroll">
<a href="index.html">
<img class="logo" src="img/logo.png" alt="logo" data-rjs="2">
</a>
</div>
</div>
</div> <!-- end navbar-header -->
<div class="col-md-8 col-xs-12 nav-wrap">
<div class="collapse navbar-collapse" id="navbar-collapse">
<ul class="nav navbar-nav navbar-right">
<li><a href="index.html#home">Home</a></li>
<li><a href="index.html#service">Service</a></li>
<li><a href="index.html#portfolio">Portfolio</a></li>
<li><a href="index.html#team">Team</a></li>
<li><a href="index.html#testimonials">Testimonials</a></li>
<li><a href="index.html#blog">blog</a></li>
<li><a href="index.html#contact">Contact</a></li>
</ul>
</div>
</div> <!-- /.col -->
</div> <!-- /.row -->
</div> <!--/.container -->
</div> <!-- /.navigation-overlay -->
</nav> <!-- /.navbar -->
</header>
<!-- End Navigation -->
<!-- Section Title Blog -->
<div class="section-title-bg text-center m-bottom-40">
<h2 class="wow fadeInDown no-margin" data-wow-duration="1s" data-wow-delay="0.6s"><strong>Our Blog</strong></h2>
<div class="divider-center-small wow zoomIn" data-wow-duration="1s" data-wow-delay="0.6s"></div>
<p class="section-subtitle wow fadeInUp" data-wow-duration="1s" data-wow-delay="0.6s">We write quality content regularly. check them out!</p>
</div>
<!--BLog single section-->
<section class="blog-index">
<!--Container-->
<div class="container clearfix">
<div class="row m-bottom-40">
<!-- === Blog item 1 === -->
<div class="col-xs-12 m-bottom-40">
<div class="blog wow zoomIn" data-wow-duration="1s" data-wow-delay="0.7s">
<div class="blog-media">
<a href="blog_single_post.html"><img src="img/blog/b1.jpg" alt=""></a>
</div><!--post media-->
<div class="blog-post-info clearfix">
<span class="time"><i class="fa fa-calendar"></i> 12 January 2017</span>
<span class="comments"><a href="#"><i class="fa fa-comments"></i> 4 Comments</a></span>
</div><!--post info-->
<div class="blog-post-body">
<h4><a class="title" href="blog_single_post.html">Working in Cool Head</a></h4>
<p class="p-bottom-20">Impossible alteration devonshire to is interested stimulated dissimilar. To matter esteem polite do if. Those an equal point no years do. Depend warmth fat but her but played.</p>
<a href="blog_single_post.html" class="read-more">Read More >></a>
</div><!--post body-->
</div> <!-- /.blog -->
</div> <!-- /.inner-col -->
<!-- === Blog item 2 === -->
<div class="col-xs-12 m-bottom-40">
<div class="blog wow zoomIn" data-wow-duration="1s" data-wow-delay="0.7s">
<div class="blog-media">
<a href="blog_single_post.html"><img src="img/blog/b2.jpg" alt=""></a>
</div><!--post media-->
<div class="blog-post-info clearfix">
<span class="time"><i class="fa fa-calendar"></i> 06 January 2017</span>
<span class="comments"><a href="#"><i class="fa fa-comments"></i> 2 Comments</a></span>
</div><!--post info-->
<div class="blog-post-body">
<h4><a class="title" href="blog_single_post.html">Sing me to sleep</a></h4>
<p class="p-bottom-20">Impossible alteration devonshire to is interested stimulated dissimilar. To matter esteem polite do if. Those an equal point no years do. Depend warmth fat but her but played.</p>
<a href="blog_single_post.html" class="read-more">Read More >></a>
</div><!--post body-->
</div> <!-- /.blog -->
</div> <!-- /.inner-col -->
<!-- === Blog item 3 === -->
<div class="col-xs-12 m-bottom-40">
<div class="blog wow zoomIn" data-wow-duration="1s" data-wow-delay="0.7s">
<div class="blog-media">
<a href="blog_single_post.html"><img src="img/blog/b3.jpg" alt=""></a>
</div><!--post media-->
<div class="blog-post-info clearfix">
<span class="time"><i class="fa fa-calendar"></i> 02 January 2017</span>
<span class="comments"><a href="#"><i class="fa fa-comments"></i> 4 Comments</a></span>
</div><!--post info-->
<div class="blog-post-body">
<h4><a class="title" href="blog_single_post.html">Hold Me Tight</a></h4>
<p class="p-bottom-20">Impossible alteration devonshire to is interested stimulated dissimilar. To matter esteem polite do if. Those an equal point no years do. Depend warmth fat but her but played.</p>
<a href="blog_single_post.html" class="read-more">Read More >></a>
</div><!--post body-->
</div> <!-- /.blog -->
</div> <!-- /.inner-col -->
<!-- === Blog item 4 === -->
<div class="col-xs-12 m-bottom-40">
<div class="blog wow zoomIn" data-wow-duration="1s" data-wow-delay="0.7s">
<div class="blog-media">
<a href="blog_single_post.html"><img src="img/blog/b4.jpg" alt=""></a>
</div><!--post media-->
<div class="blog-post-info clearfix">
<span class="time"><i class="fa fa-calendar"></i> 01 January 2017</span>
<span class="comments"><a href="#"><i class="fa fa-comments"></i> 7 Comments</a></span>
</div><!--post info-->
<div class="blog-post-body">
<h4><a class="title" href="blog_single_post.html">Only I can do it</a></h4>
<p class="p-bottom-20">Impossible alteration devonshire to is interested stimulated dissimilar. To matter esteem polite do if. Those an equal point no years do. Depend warmth fat but her but played.</p>
<a href="blog_single_post.html" class="read-more">Read More >></a>
</div><!--post body-->
</div> <!-- /.blog -->
</div> <!-- /.inner-col -->
<!-- === Blog item 5 === -->
<div class="col-xs-12 m-bottom-40">
<div class="blog wow zoomIn" data-wow-duration="1s" data-wow-delay="0.7s">
<div class="blog-media">
<a href="blog_single_post.html"><img src="img/blog/b5.jpg" alt=""></a>
</div><!--post media-->
<div class="blog-post-info clearfix">
<span class="time"><i class="fa fa-calendar"></i> 01 January 2017</span>
<span class="comments"><a href="#"><i class="fa fa-comments"></i> 8 Comments</a></span>
</div><!--post info-->
<div class="blog-post-body">
<h4><a class="title" href="blog_single_post.html">That Extraordinary One</a></h4>
<p class="p-bottom-20">Impossible alteration devonshire to is interested stimulated dissimilar. To matter esteem polite do if. Those an equal point no years do. Depend warmth fat but her but played.</p>
<a href="blog_single_post.html" class="read-more">Read More >></a>
</div><!--post body-->
</div> <!-- /.blog -->
</div> <!-- /.inner-col -->
<!-- === Blog item 6 === -->
<div class="col-xs-12 m-bottom-40">
<div class="blog wow zoomIn" data-wow-duration="1s" data-wow-delay="0.7s">
<div class="blog-media">
<a href="blog_single_post.html"><img src="img/blog/b6.jpg" alt=""></a>
</div><!--post media-->
<div class="blog-post-info clearfix">
<span class="time"><i class="fa fa-calendar"></i> 01 January 2017</span>
<span class="comments"><a href="#"><i class="fa fa-comments"></i> 8 Comments</a></span>
</div><!--post info-->
<div class="blog-post-body">
<h4><a class="title" href="blog_single_post.html">Alone, But Strong</a></h4>
<p class="p-bottom-20">Impossible alteration devonshire to is interested stimulated dissimilar. To matter esteem polite do if. Those an equal point no years do. Depend warmth fat but her but played.</p>
<a href="blog_single_post.html" class="read-more">Read More >></a>
</div><!--post body-->
</div> <!-- /.blog -->
</div> <!-- /.inner-col -->
<div class="col-xs-12 blog-pagination">
<nav aria-label="Page navigation">
<ul class="pagination">
<li class="disabled">
<span>
<span aria-hidden="true"><i class="fa fa-arrow-left"></i></span>
</span>
</li>
<li class="active">
<span>1 <span class="sr-only">(current)</span></span>
</li>
<li><a href="#">2</a></li>
<li><a href="#">3</a></li>
<li><a href="#">4</a></li>
<li><a href="#">5</a></li>
<li>
<a href="#" aria-label="Next">
<span aria-hidden="true"><i class="fa fa-arrow-right"></i></span>
</a>
</li>
</ul>
</nav>
</div> <!-- /.blog-pagination -->
</div> <!-- /.row -->
<div class="row multi-columns-row">
<div class="col-md-3 col-sm-6">
<!-- Widget 1 -->
<div class="widget widget-search">
<form action="#" class="search-form">
<input type="text" onfocus="if(this.value == 'Search') { this.value = ''; }" onblur="if(this.value == '') { this.value = 'Search'; }" value="Search">
<input type="submit" class="submit-search" value="Ok">
</form>
</div> <!--End widget-->
<!-- Widget 2 -->
<div class="widget">
<h4>Categories</h4>
<ul class="cat-list">
<li><a href="#">Research <span class="countCat">(12)</span></a></li>
<li><a href="#">Wordpress <span class="countCat">(22)</span></a></li>
<li><a href="#">Html/Css <span class="countCat">(16)</span></a></li>
<li><a href="#">Branding <span class="countCat">(2)</span></a></li>
<li><a href="#">Animation <span class="countCat">(7)</span></a></li>
</ul>
</div> <!--End widget-->
</div>
<div class="col-md-3 col-sm-6">
<!-- Widget 3 -->
<div class="widget">
<h4>Popular tags</h4>
<ul class="tag-list">
<li><a href="#">Research</a></li>
<li><a href="#">Wordpress</a></li>
<li><a href="#">Html/Css</a></li>
<li><a href="#">Branding</a></li>
<li><a href="#">Animation</a></li>
<li><a href="#">Photoshop</a></li>
<li><a href="#">Marketing</a></li>
<li><a href="#">Socials media</a></li>
<li><a href="#">Photography</a></li>
</ul>
</div> <!--End widget-->
</div>
<div class="col-md-3 col-sm-6">
<!--Widget 4-->
<div class="widget">
<h4>Archives</h4>
<ul class="cat-archives">
<li><a href="#">Juin 2016</a></li>
<li><a href="#">July 2016</a></li>
<li><a href="#">October 2016</a></li>
<li><a href="#">November 2016</a></li>
<li><a href="#">December 2016</a></li>
</ul>
</div> <!--End widget-->
</div>
<div class="col-md-3 col-sm-6">
<!--Widget 5-->
<div class="widget">
<h4>Meta</h4>
<ul class="meta">
<li><a href="#">Log in</a></li>
<li><a href="#">Entries <abbr title="">RSS</abbr></a></li>
<li><a title="#">Comments <abbr title="Really Simple Syndication">RSS</abbr></a></li>
<li><a href="#">WordPress.org</a></li>
</ul>
</div> <!--End widget-->
</div> <!-- /.col -->
</div> <!-- /.row -->
</div> <!-- /.container -->
</section><!--End blog single section-->
<!-- Start Footer -->
<footer class="site-footer">
<div class="container">
<small class="copyright pull-left">Copyrights © 2019 All Rights Reserved By <a href="http://www.tabthemes.com/">tabthemes</a>.</small>
<div class="social-icon pull-right">
<a href="#"><i class="fa fa-facebook"></i></a>
<a href="#"><i class="fa fa-twitter"></i></a>
<a href="#"><i class="fa fa-pinterest"></i></a>
<a href="#"><i class="fa fa-google"></i></a>
<a href="#"><i class="fa fa-rss"></i></a>
<a href="#"><i class="fa fa-globe"></i></a>
</div>
<!-- /social-icon -->
</div>
<!-- /container -->
</footer>
<!-- End Footer -->
<!-- Back to top -->
<a href="#" id="back-to-top" title="Back to top"><i class="fa fa-angle-up"></i></a>
<!-- /Back to top -->
<!-- jQuery -->
<script src="js/jquery.min.js"></script>
<!-- Bootstrap -->
<script src="bootstrap/js/bootstrap.min.js"></script>
<!-- Components Plugin -->
<script src="js/jquery.easing.1.3.js"></script>
<script src="js/smooth-scroll.js"></script>
<script src="js/jquery.appear.js"></script>
<script src="js/jquery.countTo.js"></script>
<script src="js/jquery.stellar.min.js"></script>
<script src="js/jquery.magnific-popup.min.js"></script>
<script src="js/imagesloaded.pkgd.min.js"></script>
<script src="js/isotope.pkgd.min.js"></script>
<script src="js/jquery.mb.YTPlayer.js"></script>
<script src="js/retina.min.js"></script>
<script src="js/wow.min.js"></script>
<script src="inc/owlcarousel/js/owl.carousel.min.js"></script>
<!-- Custom Plugin -->
<script src="js/custom.js"></script>
</body>
</html>