-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathblog.html
430 lines (407 loc) · 19.9 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
<!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">
<link rel="icon" href="img/fav-icon.png" type="image/x-icon" />
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<title>Drimo - App Landing Page Template</title>
<!-- Icon css link -->
<link href="css/font-awesome.min.css" rel="stylesheet">
<link href="css/icofont.css" rel="stylesheet">
<link href="vendors/linear-icon/style.css" rel="stylesheet">
<!-- Bootstrap -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<!-- Rev slider css -->
<link href="vendors/revolution/css/settings.css" rel="stylesheet">
<link href="vendors/revolution/css/layers.css" rel="stylesheet">
<link href="vendors/revolution/css/navigation.css" rel="stylesheet">
<link href="vendors/animate-css/animate.css" rel="stylesheet">
<!-- Extra plugin css -->
<link href="vendors/magnific-popup/magnific-popup.css" rel="stylesheet">
<link href="vendors/owl-carousel/assets/owl.carousel.min.css" rel="stylesheet">
<link href="vendors/swiper/css/swiper.min.css" rel="stylesheet">
<link href="vendors/flipster-slider/jquery.flipster.min.css" rel="stylesheet">
<link href="css/style.css" rel="stylesheet">
<link href="css/responsive.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.3/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div id="preloader">
<div id="preloader_spinner">
<div class="pre_inner">
<div class="dot dot-1"></div>
<div class="dot dot-2"></div>
<div class="dot dot-3"></div>
</div>
</div>
</div>
<!--================Header Area =================-->
<header class="main_header_area middle_menu">
<div class="main_menu_area">
<div class="container">
<nav class="navbar navbar-default">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1" aria-expanded="false">
<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="#"><img src="img/eleven-logo.png" alt=""></a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav">
<li class="active"><a href="index.html">Home</a></li>
<li><a href="#feature">FETURES</a></li>
<li><a href="#about">About</a></li>
<li><a href="#screenshot">SCREENSHOT</a></li>
<li><a href="#price">Price</a></li>
<li><a href="#team">Team</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
<ul class="nav navbar-nav navbar-right">
<li><a href="#"><i class="fa fa-shopping-cart"></i></a></li>
</ul>
</div><!-- /.navbar-collapse -->
</nav>
</div>
</div>
</header>
<!--================End Header Area =================-->
<!--================Blog Banner Area =================-->
<section class="blog_banner_area">
<div class="container">
<div class="blog_banner_inner">
<h4>Blog Post <span>(Masonry Style)</span></h4>
<ul>
<li><a href="#">Home</a></li>
<li><a href="#">Blog</a></li>
<li><a href="#">masonry style</a></li>
</ul>
</div>
</div>
</section>
<!--================End Blog Banner Area =================-->
<!--================Blog Masonry Area =================-->
<section class="blog_ms_area p_100">
<div class="container">
<div class="row blog_ms_inner">
<div class="col-md-4 col-sm-6">
<div class="blog_ms_item">
<div class="blog_ms_img">
<img src="img/blog/blog-ms/blog-ms-1.jpg" alt="">
</div>
<div class="blog_ms_text">
<h3>We Develop A New Features For Newcomers</h3>
<ul>
<li><a href="#"><i class="fa fa-user"></i>By : Shabuj Khan</a></li>
<li><a href="#"><i class="fa fa-clock-o"></i>Post :10 Janu, 2017</a></li>
<li><a href="#"><i class="fa fa-heart"></i>10</a></li>
</ul>
<p>It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. Many desktop publishing packages and web page editors now use Lorem Ipsum..</p>
<a class="order_btn" href="#">Read More</a>
</div>
</div>
</div>
<div class="col-md-4 col-sm-6">
<div class="blog_ms_item">
<div class="blog_ms_img">
<img src="img/blog/blog-ms/blog-ms-2.jpg" alt="">
</div>
<div class="blog_ms_text">
<h3>We Develop A New Features For Newcomers</h3>
<ul>
<li><a href="#">By : Shabuj Khan</a></li>
<li><a href="#">Post :10 Janu, 2017</a></li>
<li><a href="#">10</a></li>
</ul>
<p>There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don't look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn't anything embarrassing hidden in the middle of text..</p>
<a class="order_btn" href="#">Read More</a>
</div>
</div>
</div>
<div class="col-md-4 col-sm-6">
<div class="blog_ms_item">
<div class="blog_ms_img">
<img src="img/blog/blog-ms/blog-ms-3.jpg" alt="">
</div>
<div class="blog_ms_text">
<h3>We Develop A New Features For Newcomers</h3>
<ul>
<li><a href="#">By : Shabuj Khan</a></li>
<li><a href="#">Post :10 Janu, 2017</a></li>
<li><a href="#">10</a></li>
</ul>
<p>It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. Many desktop publishing packages and web page editors now use Lorem Ipsum..</p>
<a class="order_btn" href="#">Read More</a>
</div>
</div>
</div>
<div class="col-md-4 col-sm-6">
<div class="blog_ms_item">
<div class="blog_ms_img">
<img src="img/blog/blog-ms/blog-ms-4.jpg" alt="">
</div>
<div class="blog_ms_text">
<h3>We Develop A New Features For Newcomers</h3>
<ul>
<li><a href="#">By : Shabuj Khan</a></li>
<li><a href="#">Post :10 Janu, 2017</a></li>
<li><a href="#">10</a></li>
</ul>
<p>It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. Many desktop publishing packages and web page editors now use Lorem Ipsum..</p>
<a class="order_btn" href="#">Read More</a>
</div>
</div>
</div>
<div class="col-md-4 col-sm-6">
<div class="blog_ms_item">
<div class="blog_ms_img">
<img src="img/blog/blog-ms/blog-ms-5.jpg" alt="">
</div>
<div class="blog_ms_text">
<h3>We Develop A New Features For Newcomers</h3>
<ul>
<li><a href="#">By : Shabuj Khan</a></li>
<li><a href="#">Post :10 Janu, 2017</a></li>
<li><a href="#">10</a></li>
</ul>
<p>There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don't look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn't anything embarrassing hidden in the middle of text..</p>
<a class="order_btn" href="#">Read More</a>
</div>
</div>
</div>
<div class="col-md-4 col-sm-6">
<div class="blog_ms_item">
<div class="blog_ms_img">
<img src="img/blog/blog-ms/blog-ms-6.jpg" alt="">
</div>
<div class="blog_ms_text">
<h3>We Develop A New Features For Newcomers</h3>
<ul>
<li><a href="#">By : Shabuj Khan</a></li>
<li><a href="#">Post :10 Janu, 2017</a></li>
<li><a href="#">10</a></li>
</ul>
<p>It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. Many desktop publishing packages and web page editors now use Lorem Ipsum..</p>
<a class="order_btn" href="#">Read More</a>
</div>
</div>
</div>
<div class="col-md-4 col-sm-6">
<div class="blog_ms_item">
<div class="blog_ms_img">
<img src="img/blog/blog-ms/blog-ms-7.jpg" alt="">
</div>
<div class="blog_ms_text">
<h3>We Develop A New Features For Newcomers</h3>
<ul>
<li><a href="#">By : Shabuj Khan</a></li>
<li><a href="#">Post :10 Janu, 2017</a></li>
<li><a href="#">10</a></li>
</ul>
<p>It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. Many desktop publishing packages and web page editors now use Lorem Ipsum..</p>
<a class="order_btn" href="#">Read More</a>
</div>
</div>
</div>
<div class="col-md-4 col-sm-6">
<div class="blog_ms_item">
<div class="blog_ms_img">
<img src="img/blog/blog-ms/blog-ms-8.jpg" alt="">
</div>
<div class="blog_ms_text">
<h3>We Develop A New Features For Newcomers</h3>
<ul>
<li><a href="#">By : Shabuj Khan</a></li>
<li><a href="#">Post :10 Janu, 2017</a></li>
<li><a href="#">10</a></li>
</ul>
<p>It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. Many desktop publishing packages and web page editors now use Lorem Ipsum..</p>
<a class="order_btn" href="#">Read More</a>
</div>
</div>
</div>
<div class="col-md-4 col-sm-6">
<div class="blog_ms_item">
<div class="blog_ms_img">
<iframe src="https://w.soundcloud.com/player/?url=https%3A//api.soundcloud.com/tracks/136960030&color=%23ff5500&auto_play=false&hide_related=false&show_comments=true&show_user=true&show_reposts=false&show_teaser=true&visual=true"></iframe>
</div>
<div class="blog_ms_text">
<h3>We Develop A New Features For Newcomers</h3>
<ul>
<li><a href="#">By : Shabuj Khan</a></li>
<li><a href="#">Post :10 Janu, 2017</a></li>
<li><a href="#">10</a></li>
</ul>
<p>It is a long established fact that a reader will be distracted..</p>
<a class="order_btn" href="#">Read More</a>
</div>
</div>
</div>
<div class="col-md-4 col-sm-6">
<div class="blog_ms_item">
<div class="blog_ms_text">
<h3>We Develop A New Features For Newcomers</h3>
<ul>
<li><a href="#">By : Shabuj Khan</a></li>
<li><a href="#">Post :10 Janu, 2017</a></li>
<li><a href="#">10</a></li>
</ul>
<p>It is a long established fact that a reader will be distracted..</p>
<a class="order_btn" href="#">Read More</a>
</div>
</div>
</div>
</div>
<div class="blog_pagination">
<nav aria-label="Page navigation" class="pagi_inner">
<ul class="pagination">
<li>
<a href="#" aria-label="Previous">
<i class="fa fa-angle-left"></i>Pre
</a>
</li>
<li class="active"><a href="#">1</a></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="#">6</a></li>
<li>
<a href="#" aria-label="Next">
Next<i class="fa fa-angle-right"></i>
</a>
</li>
</ul>
</nav>
</div>
</div>
</section>
<!--================End Blog Masonry Area =================-->
<!--================Gadget Newsletter Area =================-->
<section class="gd_newsleter_area">
<div class="container">
<div class="row">
<div class="col-md-6">
<div class="media">
<div class="media-left">
<img src="img/gadget/inbox-gd.png" alt="">
</div>
<div class="media-body">
<h4><span>Our</span> Newsletter</h4>
</div>
</div>
</div>
<div class="col-md-6">
<div class="gd_news_inner">
<div class="input-group">
<input type="text" class="form-control" placeholder="[email protected]">
<span class="input-group-btn">
<button class="btn btn-default pre_or_btn" type="button">Subscribe</button>
</span>
</div>
</div>
</div>
</div>
</div>
</section>
<!--================End Gadget Newsletter Area =================-->
<!--================Gadget Footer Area =================-->
<footer class="gd_footer_area">
<div class="gd_footer_widgets">
<div class="container">
<div class="row">
<div class="col-md-4 col-xs-6">
<aside class="gd_f_widget gd_ab_widget">
<img src="img/gd-f-logo.png" alt="">
<p>The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters</p>
</aside>
</div>
<div class="col-md-3 col-xs-6">
<aside class="gd_f_widget gd_link_widget">
<ul>
<li><a href="#">Site Map</a></li>
<li><a href="#">24 Hour Help</a></li>
<li><a href="#">Privacy Policy</a></li>
<li><a href="#">Contact</a></li>
<li><a href="#">Affiliate</a></li>
</ul>
</aside>
</div>
<div class="col-md-2 col-xs-6">
<aside class="gd_f_widget gd_link_widget">
<ul>
<li><a href="#">Home</a></li>
<li><a href="#">About Us</a></li>
<li><a href="#">Services</a></li>
<li><a href="#">Gallery</a></li>
</ul>
</aside>
</div>
<div class="col-md-3 col-xs-6">
<aside class="gd_f_widget gd_contact_widget">
<div class="gd_f_title">
<h3>Got Questions?</h3>
</div>
<h5><i class="fa fa-envelope"></i> [email protected]</h5>
<h5><i class="fa fa-phone"></i> +00 89 04 031039</h5>
<ul>
<li><a href="#"><i class="fa fa-facebook-square"></i></a></li>
<li><a href="#"><i class="fa fa-vimeo-square"></i></a></li>
<li><a href="#"><i class="fa fa-twitter-square"></i></a></li>
<li><a href="#"><i class="fa fa-youtube-square"></i></a></li>
</ul>
</aside>
</div>
</div>
</div>
</div>
<div class="gd_copyright">
<p class="copyright">
<!-- 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>
</footer>
<!--================End Gadget Footer Area =================-->
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="js/jquery-2.2.4.js"></script>
<!-- Include all compiled plugins (below), or include individual files as needed -->
<script src="js/bootstrap.min.js"></script>
<!-- Rev slider js -->
<script src="vendors/revolution/js/jquery.themepunch.tools.min.js"></script>
<script src="vendors/revolution/js/jquery.themepunch.revolution.min.js"></script>
<script src="vendors/revolution/js/extensions/revolution.extension.video.min.js"></script>
<script src="vendors/revolution/js/extensions/revolution.extension.slideanims.min.js"></script>
<script src="vendors/revolution/js/extensions/revolution.extension.layeranimation.min.js"></script>
<script src="vendors/revolution/js/extensions/revolution.extension.navigation.min.js"></script>
<!-- Extra Plugin -->
<script src="vendors/parallax/jquery.parallax-scroll.js"></script>
<script src="vendors/magnific-popup/jquery.magnific-popup.min.js"></script>
<script src="vendors/owl-carousel/owl.carousel.min.js"></script>
<script src="vendors/counterup/waypoints.min.js"></script>
<script src="vendors/counterup/jquery.counterup.min.js"></script>
<script src="vendors/isotope/imagesloaded.pkgd.min.js"></script>
<script src="vendors/isotope/isotope.pkgd.min.js"></script>
<script src="vendors/flexslider/flex-slider.js"></script>
<script src="vendors/flexslider/mixitup.js"></script>
<script src="vendors/nice-selector/jquery.nice-select.min.js"></script>
<script src="vendors/swiper/js/swiper.min.js"></script>
<script src="vendors/flipster-slider/jquery.flipster.min.js"></script>
<!--gmaps Js-->
<script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyCjCGmQ0Uq4exrzdcL6rvxywDDOvfAu6eE"></script>
<script src="js/gmaps.min.js"></script>
<script src="js/theme.js"></script>
</body>
</html>