-
Notifications
You must be signed in to change notification settings - Fork 0
/
blog.php
693 lines (616 loc) · 37.1 KB
/
blog.php
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
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
<!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 http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Blog | conservo </title>
<meta name="description" content="description">
<!-- Mobile Specific Meta
================================================== -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Favicon -->
<link rel="shortcut icon" type="image/x-icon" href="img/logo-conservo.png" />
<!-- JS -->
<style type="text/css">
.fixedHeight{
height:50px;
overflow: hidden;
position: relative;
transition:all .5s linear;
}
.fixedHeight .expand{
position: absolute;
right:0;
bottom: 0;
}
</style>
<script src="http://ajax.microsoft.com/ajax/jquery/jquery-1.4.2.js" type="text/javascript"></script>
<script type="text/javascript">
$(document).ready(function() {
$(".message").hide();
$("span.readmore").click(function(){
$(".message").show("slow");
$(this).hide();
});
});
</script>
<!-- CSS
================================================== -->
<!-- Fontawesome Icon font -->
<link rel="stylesheet" href="css/font-awesome.min.css">
<!-- bootstrap.min css -->
<link rel="stylesheet" href="css/bootstrap.min.css">
<!-- Animate.css -->
<link rel="stylesheet" href="css/animate.css">
<!-- Owl Carousel -->
<link rel="stylesheet" href="css/owl.carousel.css">
<!-- Main Stylesheet -->
<link rel="stylesheet" href="css/main.css">
<!-- Media Queries -->
<link rel="stylesheet" href="css/responsive.css">
<!--
Google Font
=========================== -->
<!-- Oswald / Title Font -->
<link href='http://fonts.googleapis.com/css?family=Oswald:400,300' rel='stylesheet' type='text/css'>
<!-- Ubuntu / Body Font -->
<link href='http://fonts.googleapis.com/css?family=Ubuntu:400,300' rel='stylesheet' type='text/css'>
<!-- Modernizer Script for old Browsers -->
<script src="js/modernizr-2.6.2.min.js"></script>
</head>
<body class="blog-page">
<!--
Start Preloader
==================================== -->
<div id="loading-mask">
<div class="loading-img">
<img alt="conservo Preloader" src="img/preloader.gif" />
</div>
</div>
<!--
End Preloader
==================================== -->
<!--
Fixed Navigation
==================================== -->
<header class="navbar navbar-inverse navbar-fixed-top" role="navigation">
<div class="container">
<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>
<a class="navbar-brand" href="index.php">
<h1 id="logo">
<img src="img/logo-conservo.png" alt="conservo" />
</h1>
</a>
</div>
<nav class="collapse navbar-collapse navbar-right" >
<ul id="nav" class="nav navbar-nav">
<li><a href="index.php">Home</a></li>
<!-- <li><a href="index.php#about">About Us</a></li>
<li><a href="index.php#services">Services</a></li> -->
<li><a href="index.php#our-team">Team</a></li>
<!-- <li><a href="index.php#pricing">Pricing</a></li>
<li><a href="index.php#showcase">Portfolio</a></li> -->
<li><a href="index.php#blog">Blog</a></li>
<li><a href="index.php#contact-us">Contact</a></li>
</ul>
</nav><!-- /.navbar-collapse -->
</div>
</header>
<!--
End Fixed Navigation
==================================== -->
<!-- Start Blog Banner
==================================== -->
<section id="blog-banner">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<div class="blog-icon">
<i class="fa fa-leaf fa-4x"></i>
</div>
<div class="blog-title">
<h1>Making It Happen!</h1>
</div>
</div> <!-- End col-lg-12 -->
</div> <!-- End row -->
</div> <!-- End container -->
</section> <!-- End Section -->
<!-- Start Blog Post Section
==================================== -->
<section id="blog-page">
<div class="container">
<div class="row">
<div id="blog-posts" class="col-md-8 col-sm-8">
<div class="post-item">
<!-- Single Post -->
<article class="entry wow fadeInDown" data-wow-duration="1000ms" data-wow-delay="300ms">
<div class="post-thumb">
<a href="single-post.php">
<img src="img/blog/cfl.jpg" alt="CFL | conservo" class="img-responsive">
</a>
</div>
<div class="post-excerpt">
<h3><a href="single-post.php">CFL vs BULBS</a></h3>
<div class="fixedHeight">
<p>If you’re still on the fence over which energy-efficient alternative to choose, you’re running out of time. Incandescent bulbs are being phased out and will be a thing of the past by next year. <a href="javascript:" class="expand">Show More</a>Since lighting our homes accounts for about one-quarter of our electric bills, the new energy-efficient bulbs are going to save us money in the long run. But which should we choose?LED lights last longer, so even though you’re paying more at purchase, you buy fewer bulbs over time. These bulbs fit in standard light fixtures with no adaptor necessary. LED makes very nice lighting for effect and decorative purposes.</p>
</div>
</div>
<div class="post-meta">
<span class="post-date">
<i class="fa fa-calendar"></i>30 jun 2014
</span>
<span class="comments">
<i class="fa fa-comments"></i>18 Comments
</span>
<span class="post-view">
<i class="fa fa-eye"></i>265 Views
</span>
<span class="author">
<i class="fa fa-user"></i><a href="#">Admin</a>
</span>
<span class="post-tags">
<i class="fa fa-tags"></i><a href="#">Conservo</a>, <a href="#">Energy Conservation</a>
</span>
</div>
</article>
<!-- End Single Post -->
<!-- Single Post -->
<!-- <article class="entry wow fadeInDown" data-wow-duration="1000ms" data-wow-delay="300ms">
<div id="post-thumb" class="post-thumb">
<div class="item">
<img src="img/blog/bicycle.jpg" alt="Flying bicycle" class="img-responsive">
</div>
<div class="item">
<img src="img/blog/3D-beach-art.jpg" alt="3D Beach Art | conservo" class="img-responsive">
</div>
</div>
<!-- <div class="post-excerpt">
<h3><a href="single-post.php">Post with image slider</a></h3>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Beatae modi quisquam laboriosam, expedita ea natus tempora unde sed sequi velit, quia veniam libero quos sunt praesentium nisi odit architecto fugiat? Lorem ipsum dolor sit amet, consectetur adipisicing elit. Beatae modi quisquam laboriosam, expedita ea natus tempora unde sed sequi velit, quia veniam libero quos sunt praesentium nisi odit architecto fugiat?</p>
<a class="btn btn-transparent" href="single-post.php">Read more</a>
</div>
<div class="post-meta">
<span class="post-date">
<i class="fa fa-calendar"></i>30 jun 2014
</span>
<span class="comments">
<i class="fa fa-comments"></i>18 Comments
</span>
<span class="post-view">
<i class="fa fa-eye"></i>265 Views
</span>
<span class="author">
<i class="fa fa-user"></i><a href="#">Admin</a>
</span>
<span class="post-tags">
<i class="fa fa-tags"></i><a href="#">Conservo</a>, <a href="#">Energy Conservation</a>
</span>
</div>
</article>
<!-- End Single Post -->
<!-- Single Post -->
<article class="entry wow fadeInDown" data-wow-duration="1000ms" data-wow-delay="300ms">
<div class="media-wrapper">
<iframe width="420" height="315" src="https://www.youtube.com/embed/KlG0xk93J-E" frameborder="0" allowfullscreen></iframe>
</div>
<div class="post-excerpt">
<h3>Energy Conservation</h3>
<p>Energy conservation refers to reducing energy consumption through using less of an energy service. Energy conservation differs from efficient energy use, which refers to using less energy for a constant service. For example, driving less is an example of energy conservation. Driving the same amount with a higher mileage vehicle is an example of energy efficiency. Energy conservation and efficiency are both energy reduction techniques.Even though energy conservation reduces energy services, it can result in increased environmental quality, national security, personal financial security and higher savings. It is at the top of the sustainable energy hierarchy.It also lowers energy costs by preventing future resource depletion.</p>
<a class="btn btn-transparent" href="single-post.php">Read more</a>
</div>
<div class="post-meta">
<span class="post-date">
<i class="fa fa-calendar"></i>30 jun 2014
</span>
<span class="comments">
<i class="fa fa-comments"></i>18 Comments
</span>
<span class="post-view">
<i class="fa fa-eye"></i>265 Views
</span>
<span class="author">
<i class="fa fa-user"></i><a href="#">Admin</a>
</span>
<span class="post-tags">
<i class="fa fa-tags"></i><a href="#">Conservo</a>, <a href="#">Energy Conservation</a>
</span>
</div>
</article>
<!-- End Single Post -->
<!-- Single Post -->
<article class="entry wow fadeInDown" data-wow-duration="1000ms" data-wow-delay="300ms">
<div class="media-wrapper">
<iframe width="420" height="315" src="https://www.youtube.com/embed/fsOZ5ycc8Vk" frameborder="0" allowfullscreen></iframe>
</div>
<div class="post-excerpt">
<h3>Renewing India</h3>
<p>Renewables are defining the energy future for India. Wind, sun, biomass and water are fuelling this drive. India is moving ahead step by step. Spanning across the states of Uttaranchal, Maharashtra, Gujarat, West Bengal, Karnataka and Kerala, Renewing India takes you through some of the milestones in India's journey on the path of alternatives.<a href="javascript:" class="expand">Show More</a> This film is divided in five short segments- each highlighting hydropower, solar photovoltaic, solar thermal, wind energy and biomass. The film brings out how renewable energy has been a catalyst of change for many people living in rural India who had no access to modern energy. It also documents how renewables in India have sparkled in every sphere-be it technology, innovations or market</p>
<a class="btn btn-transparent" href="single-post.php">Read more</a>
</div>
<div class="post-meta">
<span class="post-date">
<i class="fa fa-calendar"></i>30 jun 2014
</span>
<span class="comments">
<i class="fa fa-comments"></i>18 Comments
</span>
<span class="post-view">
<i class="fa fa-eye"></i>265 Views
</span>
<span class="author">
<i class="fa fa-user"></i><a href="#">Admin</a>
</span>
<span class="post-tags">
<i class="fa fa-tags"></i><a href="#">Conservo</a>, <a href="#">Energy Conservation</a>
</span>
</div>
</article>
<!-- End Single Post -->
<!-- Single Post -->
<article class="entry wow fadeInDown" data-wow-duration="1000ms" data-wow-delay="300ms">
<div class="media-wrapper">
<iframe width="560" height="315" src="https://www.youtube.com/embed/nw0voFnvXLM" frameborder="0" allowfullscreen></iframe>
</div>
<div class="post-excerpt">
<h3>Success Story #1</h3>
<p>Rajanga and its neighbouring villages had never seen electricity due to their remote locations in the middle of dense forests. In order to electrify such villages in India, an off-grid electricity supply model was developed by TERI. The film highlights a successful model in the heart of a reserve forest in Dhenkanal, managed completely by the community at cluster level and the various livelihood activities generated under the model by the community.</p>
<a class="btn btn-transparent" href="single-post.php">Read more</a>
</div>
<div class="post-meta">
<span class="post-date">
<i class="fa fa-calendar"></i>30 jun 2014
</span>
<span class="comments">
<i class="fa fa-comments"></i>18 Comments
</span>
<span class="post-view">
<i class="fa fa-eye"></i>265 Views
</span>
<span class="author">
<i class="fa fa-user"></i><a href="#">Admin</a>
</span>
<span class="post-tags">
<i class="fa fa-tags"></i><a href="#">Conservo</a>, <a href="#">Energy Conservation</a>
</span>
</div>
</article>
<!-- End Single Post -->
<!-- Single Post -->
<article class="entry wow fadeInDown" data-wow-duration="1000ms" data-wow-delay="300ms">
<div class="media-wrapper">
<iframe width="420" height="315" src="https://www.youtube.com/embed/wnVH5LcVAas" frameborder="0" allowfullscreen></iframe>
</div>
<div class="post-excerpt">
<h3>Success Story #2</h3>
<p>This movie is about the success of TIDE's project 'Energy conservation in small scale tea processing units in South India'. The project was supported by United Nations Development Program -Global Environment Facility (UNDP-GEF) and Tea Board of India.</p>
<a class="btn btn-transparent" href="single-post.php">Read more</a>
</div>
<div class="post-meta">
<span class="post-date">
<i class="fa fa-calendar"></i>30 jun 2014
</span>
<span class="comments">
<i class="fa fa-comments"></i>18 Comments
</span>
<span class="post-view">
<i class="fa fa-eye"></i>265 Views
</span>
<span class="author">
<i class="fa fa-user"></i><a href="#">Admin</a>
</span>
<span class="post-tags">
<i class="fa fa-tags"></i><a href="#">Conservo</a>, <a href="#">Energy Conservation</a>
</span>
</div>
</article>
<!-- End Single Post -->
<!-- Single Post -->
<!-- <article class="entry wow fadeInDown" data-wow-duration="1000ms" data-wow-delay="300ms">
<div class="media-wrapper">
<iframe width="100%" style="height:160px" scrolling="no" src="https://w.soundcloud.com/player/?url=https%3A//api.soundcloud.com/tracks/73596440&auto_play=false&hide_related=false&show_comments=true&show_user=true&show_reposts=false&visual=true"></iframe>
</div>
<div class="post-excerpt">
<h3><a href="single-post.php">Post with Sound clip</a></h3>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Beatae modi quisquam laboriosam, expedita ea natus tempora unde sed sequi velit, quia veniam libero quos sunt praesentium nisi odit architecto fugiat? Lorem ipsum dolor sit amet, consectetur adipisicing elit. Beatae modi quisquam laboriosam, expedita ea natus tempora unde sed sequi velit, quia veniam libero quos sunt praesentium nisi odit architecto fugiat?</p>
<a class="btn btn-transparent" href="single-post.php">Read more</a>
</div>
<div class="post-meta">
<span class="post-date">
<i class="fa fa-calendar"></i>30 jun 2014
</span>
<span class="comments">
<i class="fa fa-comments"></i>18 Comments
</span>
<span class="post-view">
<i class="fa fa-eye"></i>265 Views
</span>
<span class="author">
<i class="fa fa-user"></i><a href="#">Admin</a>
</span>
<span class="post-tags">
<i class="fa fa-tags"></i><a href="#">Conservo</a>, <a href="#">Energy Conservation</a>
</span>
</div>
</article>
<!-- End Single Post -->
<!-- Single Post -->
<!-- <article class="entry wow fadeInDown" data-wow-duration="1000ms" data-wow-delay="300ms">
<div class="post-excerpt">
<h3><a href="single-post.php">Post with out media</a></h3>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Beatae modi quisquam laboriosam, expedita ea natus tempora unde sed sequi velit, quia veniam libero quos sunt praesentium nisi odit architecto fugiat? Lorem ipsum dolor sit amet, consectetur adipisicing elit. Beatae modi quisquam laboriosam, expedita ea natus tempora unde sed sequi velit, quia veniam libero quos sunt praesentium nisi odit architecto fugiat?</p>
<a class="btn btn-transparent" href="single-post.php">Read more</a>
</div>
<div class="post-meta">
<span class="post-date">
<i class="fa fa-calendar"></i>30 jun 2014
</span>
<span class="comments">
<i class="fa fa-comments"></i>18 Comments
</span>
<span class="post-view">
<i class="fa fa-eye"></i>265 Views
</span>
<span class="author">
<i class="fa fa-user"></i><a href="#">Admin</a>
</span>
<span class="post-tags">
<i class="fa fa-tags"></i><a href="#">Conservo</a>, <a href="#">Energy Conservation</a>
</span>
</div>
</article>
<!-- End Single Post -->
<nav class="post-pagination wow fadeInDown" data-wow-duration="1000ms" data-wow-delay="300ms">
<!-- <ul>
<li class="disabled"><a href="#">«</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="#">...</a></li>
<li><a href="#">10</a></li>
<li><a href="#">11</a></li>
<li><a href="#">12</a></li>
<li><a href="#">13</a></li>
<li><a href="#">»</a></li>
</ul> -->
</nav>
</div>
</div>
<!-- Widget Section -->
<div id="right-sidebar" class="col-md-4 col-sm-4">
<!-- Single Widget -->
<aside class="widget wow fadeInUp" data-wow-duration="1000ms">
<div class="widget-title">
<h3>Search</h3>
</div>
<div class="widget-content">
<form action="#" id="search-form" method="get" role="search">
<input type="text" class="form-control" placeholder="Search..." autocomplete="on" name="seach">
<button type="submit" title="Search" id="search-submit">
<i class="fa fa-search"></i>
</button>
</form>
</div>
</aside>
<!-- End Single Widget -->
<!-- Single Widget -->
<aside class="widget wow fadeInDown">
<div class="widget-title">
<h3>Blog For What?</h3>
</div>
<div class="widget-content">
<p>This blog page aims to create awareness among the society so that they could use the resources in the most efficient way and work towards the betterment of the society.<p>
</div>
</aside>
<!-- End Single Widget -->
<!-- Single Widget -->
<!-- <aside class="widget wow fadeInUp">
<div class="widget-title">
<h3>Tab Widget</h3>
</div>
<div class="widget-content">
<!-- tab nav -->
<!-- <ul class="tab-post-nav clearfix">
<li class="active"><a href="#popular" data-toggle="tab">Popular Post</a></li>
<li><a href="#recent" data-toggle="tab">Recent Post</a></li>
<li><a href="#most-viewed" data-toggle="tab">Most Viewed</a></li>
</ul>
<!-- /tab nav -->
<!-- tab content -->
<!-- <div class="tab-content">
<article class="tab-pane active tab-post" id="popular">
<div class="clearfix">
<div class="tab-thumb">
<img src="img/blog/3D-beach-art.jpg" class="img-responsive" alt="3D Beach Art | conservo">
</div>
<div class="tab-excerpt">
<h4><a href="single.html">Post Title Demo</a></h4>
<span>November 15 2014</span>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Inventore, laboriosam molestiae aliquam rem enim earum eos suscipit! Dolore, molestiae, quidem quo quam deleniti ullam dicta. Incidunt, quaerat est deserunt voluptatum.</p>
</div>
</div>
<div class="clearfix">
<div class="tab-thumb">
<img src="img/blog/amazing-caves-coverimage.jpg" class="img-responsive" alt="amazing-caves-coverimage | conservo">
</div>
<div class="tab-excerpt">
<h4><a href="single.html">Post Title Demo</a></h4>
<span>November 15 2014</span>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Inventore, laboriosam molestiae aliquam rem enim earum eos suscipit! Dolore, molestiae, quidem quo quam deleniti ullam dicta. Incidunt, quaerat est deserunt voluptatum.</p>
</div>
</div>
</article>
<article class="tab-pane tab-post" id="recent">
<div class="clearfix">
<div class="tab-thumb">
<img src="img/blog/amazing-caves-coverimage.jpg" class="img-responsive" alt="amazing-caves-coverimage | conservo">
</div>
<div class="tab-excerpt">
<h4><a href="single.html">Post Title Demo</a></h4>
<span>November 15 2014</span>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Inventore, laboriosam molestiae aliquam rem enim earum eos suscipit! Dolore, molestiae, quidem quo quam deleniti ullam dicta. Incidunt, quaerat est deserunt voluptatum.</p>
</div>
</div>
<div class="clearfix">
<div class="tab-thumb">
<img src="img/blog/3D-beach-art.jpg" class="img-responsive" alt="3D Beach Art | conservo">
</div>
<div class="tab-excerpt">
<h4><a href="single.html">Post Title Demo</a></h4>
<span>November 15 2014</span>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Inventore, laboriosam molestiae aliquam rem enim earum eos suscipit! Dolore, molestiae, quidem quo quam deleniti ullam dicta. Incidunt, quaerat est deserunt voluptatum.</p>
</div>
</div>
</article>
<article class="tab-pane tab-post" id="most-viewed">
<div class="clearfix">
<div class="tab-thumb">
<img src="img/blog/bicycle.jpg" class="img-responsive" alt="bicycle | conservo">
</div>
<div class="tab-excerpt">
<h4><a href="single.html">Post Title Demo</a></h4>
<span>November 15 2014</span>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Inventore, laboriosam molestiae aliquam rem enim earum eos suscipit! Dolore, molestiae, quidem quo quam deleniti ullam dicta. Incidunt, quaerat est deserunt voluptatum.</p>
</div>
</div>
<div class="clearfix">
<div class="tab-thumb">
<img src="img/blog/3D-beach-art.jpg" class="img-responsive" alt="3D Beach Art | conservo">
</div>
<div class="tab-excerpt">
<h4><a href="single.html">Post Title Demo</a></h4>
<span>November 15 2014</span>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Inventore, laboriosam molestiae aliquam rem enim earum eos suscipit! Dolore, molestiae, quidem quo quam deleniti ullam dicta. Incidunt, quaerat est deserunt voluptatum.</p>
</div>
</div>
</article>
</div>
<!-- /tab content -->
<!--
</div>
</aside>
<!-- End Single Widget -->
<!-- Single Widget -->
<aside class="widget wow fadeInDown">
<div class="widget-title">
<h3>Newsletter</h3>
<p>Signup to receive email updates and to hear what's going on with my blog!</p>
</div>
<div class="widget-content">
<form action="">
<input type="email" name="email" class="form-control" placeholder="Enter your email" required="">
<input type="submit" value="Subscribe" class="btn btn-transparent">
</form>
</div>
</aside>
<!-- End Single Widget -->
<!-- Single Widget -->
<aside class="widget wow fadeInDown">
<div class="widget-title">
<h3>Categories</h3>
</div>
<div class="widget-content">
<ul class="categories">
<li><i class="fa fa-plus"></i> <a href="#">Green Energy</a></li>
<li><i class="fa fa-plus"></i> <a href="#">Efficient Strategy</a></li>
<li><i class="fa fa-plus"></i> <a href="#">Research</a></li>
<li><i class="fa fa-plus"></i> <a href="#">Energy Conservation</a></li>
<li><i class="fa fa-plus"></i> <a href="#">Better Future</a></li>
</ul>
</div>
</aside>
<!-- End Single Widget -->
<!-- Single Widget -->
<aside class="widget wow fadeInDown">
<div class="widget-title">
<h3>Tag Cloud</h3>
</div>
<div class="widget-content">
<a class="tag" href="#">Energy</a>
<a class="tag" href="#">Web</a>
<a class="tag" href="#">Conservation</a>
<a class="tag" href="#">Nature</a>
<a class="tag" href="#">Clean India</a>
<a class="tag" href="#">Green India</a>
<a class="tag" href="#">Renewing India</a>
</div>
</aside>
<!-- End Single Widget -->
</div>
<!-- End Widget Section -->
</div> <!-- End row -->
</div> <!-- End container -->
</section> <!-- End Section -->
<!-- Start Footer Section
========================================== -->
<footer id="footer" class="bg-one">
<div class="container">
<div class="row wow fadeInUp" data-wow-duration="500ms">
<div class="col-lg-12">
<!-- Footer Social Links -->
<div class="social-icon">
<ul>
<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-google-plus"></i></a></li>
<li><a href="#"><i class="fa fa-youtube"></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-pinterest"></i></a></li>
</ul>
</div>
<!--/. End Footer Social Links -->
<!-- copyright -->
<div class="copyright text-center">
<img src="img/logo-conservo.png" alt="conservo" /> <br />
<p>Copyright © 2014. All Rights Reserved.</p>
</div>
<!-- /copyright -->
</div> <!-- end col lg 12 -->
</div> <!-- end row -->
</div> <!-- end container -->
</footer> <!-- end footer -->
<!-- Back to Top
============================== -->
<a href="#" id="scrollUp"><i class="fa fa-angle-up fa-2x"></i></a>
<!-- end Footer Area
========================================== -->
<!--
Essential Scripts
=====================================-->
<!-- Main jQuery -->
<script src="js/jquery-1.11.0.min.js"></script>
<!-- Bootstrap 3.1 -->
<script src="js/bootstrap.min.js"></script>
<!-- Back to Top -->
<script src="js/jquery.scrollUp.min.js"></script>
<script src="js/classie.js"></script>
<!-- Owl Carousel -->
<script src="js/owl.carousel.min.js"></script>
<!-- Custom Scrollbar -->
<script src="js/jquery.nicescroll.min.js"></script>
<!-- jQuery Easing -->
<script src="js/jquery.easing-1.3.pack.js"></script>
<!-- wow.min Script -->
<script src="js/wow.min.js"></script>
<!-- For video responsive -->
<script src="js/jquery.fitvids.js"></script>
<!-- Custom js -->
<script src="js/custom.js"></script>
<script type="text/javascript">
$(document).on('click','.expand',function(){
$(this).closest('.fixedHeight').css('height','auto');
$(this).hide();
});
</script>
</body>
</html>