-
Notifications
You must be signed in to change notification settings - Fork 0
/
blog.html
470 lines (427 loc) · 27.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
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
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!-->
<html class="no-js"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>GARO ESTATE | Full blog page</title>
<meta name="description" content="company is a real-estate template">
<meta name="author" content="Kimarotec">
<meta name="keyword" content="html5, css, bootstrap, property, real-estate theme , bootstrap template">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href='http://fonts.googleapis.com/css?family=Open+Sans:400,300,700,800' rel='stylesheet' type='text/css'>
<!-- Place favicon.ico and apple-touch-icon.png in the root directory -->
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
<link rel="icon" href="favicon.ico" type="image/x-icon">
<link rel="stylesheet" href="assets/css/normalize.css">
<link rel="stylesheet" href="assets/css/font-awesome.min.css">
<link rel="stylesheet" href="assets/css/fontello.css">
<link href="assets/fonts/icon-7-stroke/css/pe-icon-7-stroke.css" rel="stylesheet">
<link href="assets/fonts/icon-7-stroke/css/helper.css" rel="stylesheet">
<link href="assets/css/animate.css" rel="stylesheet" media="screen">
<link rel="stylesheet" href="assets/css/bootstrap-select.min.css">
<link rel="stylesheet" href="bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" href="assets/css/icheck.min_all.css">
<link rel="stylesheet" href="assets/css/price-range.css">
<link rel="stylesheet" href="assets/css/owl.carousel.css">
<link rel="stylesheet" href="assets/css/owl.theme.css">
<link rel="stylesheet" href="assets/css/owl.transitions.css">
<link rel="stylesheet" href="assets/css/style.css">
<link rel="stylesheet" href="assets/css/responsive.css">
</head>
<body>
<div id="preloader">
<div id="status"> </div>
</div>
<!-- Body content -->
<div class="header-connect">
<div class="container">
<div class="row">
<div class="col-md-5 col-sm-8 col-xs-12">
<div class="header-half header-call">
<p>
<span><i class="pe-7s-call"></i> +1 234 567 7890</span>
<span><i class="pe-7s-mail"></i> your@company.com</span>
</p>
</div>
</div>
<div class="col-md-2 col-md-offset-5 col-sm-3 col-sm-offset-1 col-xs-12">
<div class="header-half header-social">
<ul class="list-inline">
<li><a href="#"><i class="fa fa-facebook"></i></a></li>
<li><a href="#"><i class="fa fa-twitter"></i></a></li>
<li><a href="#"><i class="fa fa-vine"></i></a></li>
<li><a href="#"><i class="fa fa-linkedin"></i></a></li>
<li><a href="#"><i class="fa fa-dribbble"></i></a></li>
<li><a href="#"><i class="fa fa-instagram"></i></a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
<!--End top header -->
<nav class="navbar navbar-default ">
<div class="container">
<!-- 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="#navigation">
<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/img/logo.png" alt=""></a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse yamm" id="navigation">
<div class="button navbar-right">
<button class="navbar-btn nav-button wow bounceInRight login" onclick=" window.open('register.html')" data-wow-delay="0.4s">Login</button>
<button class="navbar-btn nav-button wow fadeInRight" onclick=" window.open('submit-property.html')" data-wow-delay="0.5s">Submit</button>
</div>
<ul class="main-nav nav navbar-nav navbar-right">
<li class="dropdown ymm-sw " data-wow-delay="0.1s">
<a href="index.html" class="dropdown-toggle active" data-toggle="dropdown" data-hover="dropdown" data-delay="200">Home <b class="caret"></b></a>
<ul class="dropdown-menu navbar-nav">
<li>
<a href="index-2.html">Home Style 2</a>
</li>
<li>
<a href="index-3.html">Home Style 3</a>
</li>
<li>
<a href="index-4.html">Home Style 4</a>
</li>
<li>
<a href="index-5.html">Home Style 5</a>
</li>
</ul>
</li>
<li class="wow fadeInDown" data-wow-delay="0.1s"><a class="" href="properties.html">Properties</a></li>
<li class="wow fadeInDown" data-wow-delay="0.1s"><a class="" href="property.html">Property</a></li>
<li class="dropdown yamm-fw" data-wow-delay="0.1s">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" data-hover="dropdown" data-delay="200">Template <b class="caret"></b></a>
<ul class="dropdown-menu">
<li>
<div class="yamm-content">
<div class="row">
<div class="col-sm-3">
<h5>Home pages</h5>
<ul>
<li>
<a href="index.html">Home Style 1</a>
</li>
<li>
<a href="index-2.html">Home Style 2</a>
</li>
<li>
<a href="index-3.html">Home Style 3</a>
</li>
<li>
<a href="index-4.html">Home Style 4</a>
</li>
<li>
<a href="index-5.html">Home Style 5</a>
</li>
</ul>
</div>
<div class="col-sm-3">
<h5>Pages and blog</h5>
<ul>
<li><a href="blog.html">Blog listing</a> </li>
<li><a href="single.html">Blog Post (full)</a> </li>
<li><a href="single-right.html">Blog Post (Right)</a> </li>
<li><a href="single-left.html">Blog Post (left)</a> </li>
<li><a href="contact.html">Contact style (1)</a> </li>
<li><a href="contact-3.html">Contact style (2)</a> </li>
<li><a href="contact_3.html">Contact style (3)</a> </li>
<li><a href="faq.html">FAQ page</a> </li>
<li><a href="404.html">404 page</a> </li>
</ul>
</div>
<div class="col-sm-3">
<h5>Property</h5>
<ul>
<li><a href="property-1.html">Property pages style (1)</a> </li>
<li><a href="property-2.html">Property pages style (2)</a> </li>
<li><a href="property-3.html">Property pages style (3)</a> </li>
</ul>
<h5>Properties list</h5>
<ul>
<li><a href="properties.html">Properties list style (1)</a> </li>
<li><a href="properties-2.html">Properties list style (2)</a> </li>
<li><a href="properties-3.html">Properties list style (3)</a> </li>
</ul>
</div>
<div class="col-sm-3">
<h5>Property process</h5>
<ul>
<li><a href="submit-property.html">Submit - step 1</a> </li>
<li><a href="submit-property.html">Submit - step 2</a> </li>
<li><a href="submit-property.html">Submit - step 3</a> </li>
</ul>
<h5>User account</h5>
<ul>
<li><a href="register.html">Register / login</a> </li>
<li><a href="user-properties.html">Your properties</a> </li>
<li><a href="submit-property.html">Submit property</a> </li>
<li><a href="change-password.html">Change password</a> </li>
<li><a href="user-profile.html">Your profile</a> </li>
</ul>
</div>
</div>
</div>
<!-- /.yamm-content -->
</li>
</ul>
</li>
<li class="wow fadeInDown" data-wow-delay="0.4s"><a href="contact.html">Contact</a></li>
</ul>
</div><!-- /.navbar-collapse -->
</div><!-- /.container-fluid -->
</nav>
<!-- End of nav bar -->
<div class="page-head">
<div class="container">
<div class="row">
<div class="page-head-content">
<h1 class="page-title">FAQ PAge</h1>
</div>
</div>
</div>
</div>
<!-- End page header -->
<div class="content-area blog-page padding-top-40" style="background-color: #FCFCFC; padding-bottom: 55px;">
<div class="container">
<div class="row">
<div class="blog-lst col-md-12 pl0">
<section class="post">
<div class="text-center padding-b-50">
<h2 class="wow fadeInLeft animated">FASHIN NOW 2015</h2>
<div class="title-line wow fadeInRight animated"></div>
</div>
<div class="row">
<div class="col-sm-6">
<p class="author-category">
By <a href="#">John Snow</a>
in <a href="blog.html">Webdesign</a>
</p>
</div>
<div class="col-sm-6 right" >
<p class="date-comments">
<a href="single.html"><i class="fa fa-calendar-o"></i> June 20, 2013</a>
<a href="single.html"><i class="fa fa-comment-o"></i> 8 Comments</a>
</p>
</div>
</div>
<div class="image wow fadeInLeft animated">
<a href="single.html">
<img src="assets/img/blog2.jpg" class="img-responsive" alt="Example blog post alt">
</a>
</div>
<p class="intro">Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.</p>
<p class="read-more">
<a href="single.html" class="btn btn-default btn-border">Continue reading</a>
</p>
</section>
<section class="post">
<div class="text-center padding-b-50">
<h2 class="wow fadeInLeft animated">FASHIN NOW 2015</h2>
<div class="title-line wow fadeInRight animated"></div>
</div>
<div class="row">
<div class="col-sm-6">
<p class="author-category">
By <a href="#">John Snow</a>
in <a href="blog.html">Webdesign</a>
</p>
</div>
<div class="col-sm-6 right" >
<p class="date-comments">
<a href="single.html"><i class="fa fa-calendar-o"></i> June 20, 2013</a>
<a href="single.html"><i class="fa fa-comment-o"></i> 8 Comments</a>
</p>
</div>
</div>
<div class="image wow fadeInLeft animated">
<a href="single.html">
<img src="assets/img/blog2.jpg" class="img-responsive" alt="Example blog post alt">
</a>
</div>
<p class="intro">Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.</p>
<p class="read-more">
<a href="single.html" class="btn btn-default btn-border">Continue reading</a>
</p>
</section>
<section class="post">
<div class="text-center padding-b-50">
<h2 class="wow fadeInLeft animated">FASHIN NOW 2015</h2>
<div class="title-line wow fadeInRight animated"></div>
</div>
<div class="row">
<div class="col-sm-6">
<p class="author-category">
By <a href="#">John Snow</a>
in <a href="blog.html">Webdesign</a>
</p>
</div>
<div class="col-sm-6 right" >
<p class="date-comments">
<a href="single.html"><i class="fa fa-calendar-o"></i> June 20, 2013</a>
<a href="single.html"><i class="fa fa-comment-o"></i> 8 Comments</a>
</p>
</div>
</div>
<div class="image wow fadeInLeft animated">
<a href="single.html">
<img src="assets/img/blog1.jpg" class="img-responsive" alt="Example blog post alt">
</a>
</div>
<p class="intro">Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.</p>
<p class="read-more">
<a href="single.html" class="btn btn-default btn-border">Continue reading</a>
</p>
</section>
</div>
</div>
</div>
</div>
<!-- Footer area-->
<div class="footer-area">
<div class=" footer">
<div class="container">
<div class="row">
<div class="col-md-3 col-sm-6 wow fadeInRight animated">
<div class="single-footer">
<h4>About us </h4>
<div class="footer-title-line"></div>
<img src="assets/img/footer-logo.png" alt="" class="wow pulse" data-wow-delay="1s">
<p>Lorem ipsum dolor cum necessitatibus su quisquam molestias. Vel unde, blanditiis.</p>
<ul class="footer-adress">
<li><i class="pe-7s-map-marker strong"> </i> 9089 your adress her</li>
<li><i class="pe-7s-mail strong"> </i> email@yourcompany.com</li>
<li><i class="pe-7s-call strong"> </i> +1 908 967 5906</li>
</ul>
</div>
</div>
<div class="col-md-3 col-sm-6 wow fadeInRight animated">
<div class="single-footer">
<h4>Quick links </h4>
<div class="footer-title-line"></div>
<ul class="footer-menu">
<li><a href="properties.html">Properties</a> </li>
<li><a href="#">Services</a> </li>
<li><a href="submit-property.html">Submit property </a></li>
<li><a href="contact.html">Contact us</a></li>
<li><a href="faq.html">fqa</a> </li>
<li><a href="faq.html">Terms </a> </li>
</ul>
</div>
</div>
<div class="col-md-3 col-sm-6 wow fadeInRight animated">
<div class="single-footer">
<h4>Last News</h4>
<div class="footer-title-line"></div>
<ul class="footer-blog">
<li>
<div class="col-md-3 col-sm-4 col-xs-4 blg-thumb p0">
<a href="single.html">
<img src="assets/img/demo/small-proerty-2.jpg">
</a>
<span class="blg-date">12-12-2016</span>
</div>
<div class="col-md-8 col-sm-8 col-xs-8 blg-entry">
<h6> <a href="single.html">Add news functions </a></h6>
<p style="line-height: 17px; padding: 8px 2px;">Lorem ipsum dolor sit amet, nulla ...</p>
</div>
</li>
<li>
<div class="col-md-3 col-sm-4 col-xs-4 blg-thumb p0">
<a href="single.html">
<img src="assets/img/demo/small-proerty-2.jpg">
</a>
<span class="blg-date">12-12-2016</span>
</div>
<div class="col-md-8 col-sm-8 col-xs-8 blg-entry">
<h6> <a href="single.html">Add news functions </a></h6>
<p style="line-height: 17px; padding: 8px 2px;">Lorem ipsum dolor sit amet, nulla ...</p>
</div>
</li>
<li>
<div class="col-md-3 col-sm-4 col-xs-4 blg-thumb p0">
<a href="single.html">
<img src="assets/img/demo/small-proerty-2.jpg">
</a>
<span class="blg-date">12-12-2016</span>
</div>
<div class="col-md-8 col-sm-8 col-xs-8 blg-entry">
<h6> <a href="single.html">Add news functions </a></h6>
<p style="line-height: 17px; padding: 8px 2px;">Lorem ipsum dolor sit amet, nulla ...</p>
</div>
</li>
</ul>
</div>
</div>
<div class="col-md-3 col-sm-6 wow fadeInRight animated">
<div class="single-footer news-letter">
<h4>Stay in touch</h4>
<div class="footer-title-line"></div>
<p>Lorem ipsum dolor sit amet, nulla suscipit similique quisquam molestias. Vel unde, blanditiis.</p>
<form>
<div class="input-group">
<input class="form-control" type="text" placeholder="E-mail ... ">
<span class="input-group-btn">
<button class="btn btn-primary subscribe" type="button"><i class="pe-7s-paper-plane pe-2x"></i></button>
</span>
</div>
<!-- /input-group -->
</form>
<div class="social pull-right">
<ul>
<li><a class="wow fadeInUp animated" href="https://twitter.com/kimarotec"><i class="fa fa-twitter"></i></a></li>
<li><a class="wow fadeInUp animated" href="https://www.facebook.com/kimarotec" data-wow-delay="0.2s"><i class="fa fa-facebook"></i></a></li>
<li><a class="wow fadeInUp animated" href="https://plus.google.com/kimarotec" data-wow-delay="0.3s"><i class="fa fa-google-plus"></i></a></li>
<li><a class="wow fadeInUp animated" href="https://instagram.com/kimarotec" data-wow-delay="0.4s"><i class="fa fa-instagram"></i></a></li>
<li><a class="wow fadeInUp animated" href="https://instagram.com/kimarotec" data-wow-delay="0.6s"><i class="fa fa-dribbble"></i></a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="footer-copy text-center">
<div class="container">
<div class="row">
<div class="pull-left">
<span> (C) <a href="http://www.KimaroTec.com">KimaroTheme</a> , All rights reserved 2016 </span>
</div>
<div class="bottom-menu pull-right">
<ul>
<li><a class="wow fadeInUp animated" href="#" data-wow-delay="0.2s">Home</a></li>
<li><a class="wow fadeInUp animated" href="#" data-wow-delay="0.3s">Property</a></li>
<li><a class="wow fadeInUp animated" href="#" data-wow-delay="0.4s">Faq</a></li>
<li><a class="wow fadeInUp animated" href="#" data-wow-delay="0.6s">Contact</a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
<script src="assets/js/modernizr-2.6.2.min.js"></script>
<script src="assets/js/jquery-1.10.2.min.js"></script>
<script src="bootstrap/js/bootstrap.min.js"></script>
<script src="assets/js/bootstrap-select.min.js"></script>
<script src="assets/js/bootstrap-hover-dropdown.js"></script>
<script src="assets/js/easypiechart.min.js"></script>
<script src="assets/js/jquery.easypiechart.min.js"></script>
<script src="assets/js/owl.carousel.min.js"></script>
<script src="assets/js/wow.js"></script>
<script src="assets/js/icheck.min.js"></script>
<script src="assets/js/price-range.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>