-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathblog-details.html
646 lines (642 loc) · 41.8 KB
/
blog-details.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
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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="author" content="">
<link rel="icon" href="images/favicon.png">
<title>ECO HTML</title>
<!-- CSS FILES START -->
<link href="css/custom.css" rel="stylesheet">
<link href="css/color.css" rel="stylesheet">
<link href="css/responsive.css" rel="stylesheet">
<link href="css/owl.carousel.min.css" rel="stylesheet">
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/prettyPhoto.css" rel="stylesheet">
<link href="css/all.min.css" rel="stylesheet">
<!-- CSS FILES End -->
</head>
<body>
<div class="wrapper">
<!--Header Start-->
<header class="header-style-2">
<nav class="navbar navbar-expand-lg">
<a class="navbar-brand" href="index-2.html"><img src="images/h2logo.png" alt=""></a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation"> <i class="fas fa-bars"></i> </button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav mr-auto">
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="index-2.html" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"> Home </a>
<ul class="dropdown-menu" >
<li><a href="index-2.html">Home One</a></li>
<li><a href="home-two.html">Home Two</a></li>
<li><a href="home-three.html">Home Three</a></li>
</ul>
</li>
<li class="nav-item"> <a class="nav-link" href="about.html">About</a> </li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="events-grid.html" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"> Events </a>
<ul class="dropdown-menu" >
<li><a href="events-grid.html">Events Grid</a></li>
<li><a href="events-grid-2.html">Events Grid Two</a></li>
<li><a href="events-grid-3.html">Events Grid Three</a></li>
<li><a href="events-list.html">Events List</a></li>
<li><a href="events-list-two.html">Events List Two</a></li>
<li><a href="event-details.html">Event Details</a></li>
</ul>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="causes.html" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"> Causes </a>
<ul class="dropdown-menu" >
<li><a href="causes.html">Causes Grid</a></li>
<li><a href="causes-list.html">Causes List</a></li>
<li><a href="causes-details.html">Causes Details</a> </li>
</ul>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="blog.html" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"> Blogs </a>
<ul class="dropdown-menu" >
<li><a href="blog.html">Blog Default</a></li>
<li><a href="blog-list.html">Blog List</a> </li>
<li><a href="blog-grid.html">Blog Grid</a></li>
<li><a href="blog-two-col.html">Blog Two Columns</a> </li>
<li><a href="blog-three-col.html">Blog Three Columns</a></li>
<li><a href="blog-details.html">Blog Details</a></li>
</ul>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"> Pages </a>
<ul class="dropdown-menu" >
<li>
<a href="#">Projects</a>
<ul class="dropdown-menu" >
<li><a href="projects.html">Projects</a> </li>
<li><a href="projects-grid.html">Projects Grid</a> </li>
<li><a href="projects-grid-two.html">Projects Grid Two</a> </li>
<li><a href="projects-list.html">Projects List</a> </li>
<li><a href="projects-details.html">Project Details</a> </li>
</ul>
</li>
<li>
<a href="#">Shop</a>
<ul class="dropdown-menu" >
<li><a href="shop.html">Shop</a> </li>
<li><a href="shop-two.html">Shop Two</a> </li>
<li><a href="shop-details.html">Shop Details</a> </li>
</ul>
</li>
<li>
<a href="team.html">Team</a>
<ul class="dropdown-menu" >
<li><a href="team.html">Team One</a> </li>
<li><a href="team-two.html">Team Two</a> </li>
<li><a href="team-details.html">Team Details</a> </li>
</ul>
</li>
<li>
<a href="#">Gallery</a>
<ul class="dropdown-menu" >
<li><a href="gallery-grid.html">Gallery Grid</a> </li>
<li><a href="gallery-full.html">Gallery Full</a> </li>
<li><a href="gallery-masonry.html">Gallery Masonry</a> </li>
</ul>
</li>
<li><a href="testimonials.html">Testimonials</a> </li>
<li><a href="donation.html">Donation</a> </li>
<li><a href="my-account.html">My Account</a> </li>
<li><a href="coming-soon.html">Coming Soon</a> </li>
<li><a href="page-404.html">404 Error</a> </li>
</ul>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="contact.html" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"> Contact </a>
<ul class="dropdown-menu" >
<li><a href="contact-one.html">Contact One</a> </li>
<li><a href="contact-two.html">Contact Two</a> </li>
</ul>
</li>
</ul>
<ul class="topnav-right">
<li> <a class="mdonate" href="donation.html"><span>Make a Donation</span></a> </li>
<li> <a class="search-icon" href="#search"> <i class="fas fa-search"></i> </a> </li>
<li class="dropdown">
<a class="cart-icon" href="#" role="button" id="cartdropdown" data-toggle="dropdown"> <i class="fas fa-shopping-cart"></i></a>
<div class="dropdown-menu cart-box" aria-labelledby="cartdropdown">
Recently added item(s)
<ul class="list">
<li class="item">
<a href="#" class="preview-image"><img class="preview" src="images/pro.jpg" alt=""></a>
<div class="description"> <a href="#">Sample Course</a> <strong class="price">1 x $44.95</strong> </div>
</li>
<li class="item">
<a href="#" class="preview-image"><img class="preview" src="images/pro.jpg" alt=""></a>
<div class="description"> <a href="#">Sample Course</a> <strong class="price">1 x $44.95</strong> </div>
</li>
</ul>
<div class="total">Total: <strong>$44.95</strong></div>
<div class="view-link"><a href="#">Proceed to Checkout</a> <a href="#">View cart </a></div>
</div>
</li>
<li class="login-reg"> <a href="my-account.html">Login</a> | <a href="my-account.html">Signup</a> </li>
</ul>
</div>
</nav>
</header>
<div id="search">
<button type="button" class="close">×</button>
<form class="search-overlay-form">
<input type="search" value="" placeholder="type keyword(s) here" />
<button type="submit" class="btn btn-primary"><i class="fas fa-search"></i></button>
</form>
</div>
<!--Header End-->
<!--Inner Header Start-->
<section class="wf100 p100 inner-header">
<div class="container">
<h1>Awareness Campaign</h1>
<ul>
<li><a href="#">Home</a></li>
<li><a href="#"> Blogs </a></li>
<li><a href="#">Awareness Campaign to Save & Forest Planting</a></li>
</ul>
</div>
</section>
<!--Inner Header End-->
<!--Blog Start-->
<section class="wf100 p80 blog">
<div class="blog-details">
<div class="container">
<div class="row">
<div class="col-lg-9 col-md-8">
<!--Blog Single Content Start-->
<div class="blog-single-content">
<div class="blog-single-thumb"><img src="images/blog/bf4.jpg" alt=""></div>
<h3>Awareness Campaign to Save & Planting Forest</h3>
<ul class="post-meta">
<li><i class="fas fa-user-circle"></i> John Ashley</li>
<li><i class="fas fa-calendar-alt"></i> 29 September, 2018</li>
<li><i class="fas fa-comments"></i> 134 Comments</li>
<li class="tags"><i class="fas fa-tags"></i> <a href="#">Plant</a> <a href="#">Trees</a> <a href="#">Water</a> <a href="#">Recycling</a></li>
</ul>
<p> The environment includes; the surface of the earth, natural resources, land and water, mountains and plains, fertile lands and deserts, oceans, storms and cyclones, weather and climatic factors, seasons, etc. It also includes biological conditions such as plants, animals with all their complexities.</p>
<p>We are going to run a solid educational campaign for the orphan children study. 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.</p>
<p>You need to be sure there isn't anything embarrassing hidden in the middle of text. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage. </p>
<blockquote>
<p> The inner environment is the society itself. It is the social environment & endures only so long as the society endures. It consists of the organisations and regulations, the traditions and institutions. </p>
</blockquote>
<p> Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. </p>
<h5>Elect the Leader who is Peacemaker for the country</h5>
<p> Temporibus autem quibusdam et aut officiis debitis aut rerum necessitatibus saepe eveniet ut et voluptates repudiandae sint et molestiae non recusandae. Itaque earum rerum hic tenetur a sapien delectus, ut aut reiciendis voluptatibus maiores alias consequatur aut perferendis. </p>
<ul class="check-list">
<li>Aliquam eget tellus sed dolor accumsan imperdiet.</li>
<li> Nunc interdum arcu vel massa faucibus imperdiet.</li>
<li> Vestibulum sollicitudin odio nec faucibus venenatis.</li>
<li> Etiam iaculis nunc et iaculis sodales.</li>
</ul>
<ul class="small-gallery">
<li> <img src="images/blog/bsmall1.jpg" alt=""> </li>
<li> <img src="images/blog/bsmall2.jpg" alt=""> </li>
<li> <img src="images/blog/bsmall3.jpg" alt=""> </li>
</ul>
<!--Post Tags Start-->
<div class="single-post-tags wf100"> <a href="#">Solar Energy</a> <a href="#"> Plant Ecology </a> <a href="#"> Wildlife </a> <a href="#"> Eco Ideas </a> <a href="#"> Waste Management </a> <a href="#"> Water </a> <a href="#"> Forest Planting </a> <a href="#"> Donation </a> <a href="#"> Wind Energy </a> <a href="#"> Recycling </a> </div>
<!--Post Tags End-->
<!--Author Box Start-->
<div class="author-box wf100">
<img src="images/auser.jpg" alt="">
<h5>About Post Author</h5>
<p> Temporibus autem quibusdam et aut officiis debitis aut rerum necessitatibe saepe eveniet ut et voluptates repudiandae sint et molestiaerecusanda Itaque earum rerum hic tenetur a sapien delectus, ut aut reiciendis. </p>
</div>
<!--Author Box End-->
<!--Author Comments Start-->
<div class="post-comments wf100">
<h4>Comments on Post</h4>
<ul class="comments">
<!--Comment Start-->
<li class="comment">
<div class="user-thumb"> <img src="images/auser.jpg" alt=""></div>
<div class="comment-txt">
<h6> Mason Gray </h6>
<p> Personally I think a combination of all these methods is most effective, but in today’s post I will be focusing specifically on how to use and style WordPress’ built-in sticky post feature and highlighting it’s best use case based on my own experience. </p>
<ul class="comment-time">
<li>Posted: 09 July, 2018 at 2:37 pm</li>
<li> <a href="#"><i class="fas fa-reply"></i> Reply</a> </li>
</ul>
</div>
<ul class="children">
<!--Comment Start-->
<li class="comment">
<div class="user-thumb"> <img src="images/auser.jpg" alt=""></div>
<div class="comment-txt">
<h6> Johny Elite </h6>
<p> Personally I think a combination of all these methods is most effective, but in today’s post I will be focusing specifically on how to use and style WordPress’ built-in sticky post feature and highlighting it’s best use case based on my own experience. </p>
<ul class="comment-time">
<li>Posted: 09 July, 2018 at 2:37 pm</li>
<li> <a href="#"><i class="fas fa-reply"></i> Reply</a> </li>
</ul>
</div>
</li>
<!--Comment End-->
<!--Comment Start-->
<li class="comment">
<div class="user-thumb"> <img src="images/auser.jpg" alt=""></div>
<div class="comment-txt">
<h6> Rog Kelly </h6>
<p> Personally I think a combination of all these methods is most effective, but in today’s post I will be focusing specifically on how to use and style WordPress’ built-in sticky post feature and highlighting it’s best use case based on my own experience. </p>
<ul class="comment-time">
<li>Posted: 09 July, 2018 at 2:37 pm</li>
<li> <a href="#"><i class="fas fa-reply"></i> Reply</a> </li>
</ul>
</div>
</li>
<!--Comment End-->
</ul>
</li>
<!--Comment End-->
<!--Comment Start-->
<li class="comment">
<div class="user-thumb"> <img src="images/auser.jpg" alt=""></div>
<div class="comment-txt">
<h6> Harry Butler </h6>
<p> Personally I think a combination of all these methods is most effective, but in today’s post I will be focusing specifically on how to use and style WordPress’ built-in sticky post feature and highlighting it’s best use case based on my own experience. </p>
<ul class="comment-time">
<li>Posted: 09 July, 2018 at 2:37 pm</li>
<li> <a href="#"><i class="fas fa-reply"></i> Reply</a> </li>
</ul>
</div>
</li>
<!--Comment End-->
</ul>
</div>
<!--Author Comments End-->
<!--Related Posts Start-->
<div class="wf100 related-posts">
<h4>Related Posts</h4>
<ul>
<li>
<div class="rp-box">
<h6> <a href="#">Social innovation of nonprofit, think tank, outcome to donate</a> </h6>
<ul class="post-meta">
<li> <a href="#"><i class="fas fa-calendar-alt"></i> 29 September, 2018</a> </li>
<li> <a href="#"><i class="fas fa-comments"></i> 134 Comments </a> </li>
<li> <a href="#"><i class="fas fa-share-alt"></i> 206 Share </a> </li>
</ul>
</div>
</li>
<li>
<div class="rp-box">
<h6> <a href="#">Social innovation of nonprofit, think tank, outcome to donate</a> </h6>
<ul class="post-meta">
<li> <a href="#"><i class="fas fa-calendar-alt"></i> 29 September, 2018</a> </li>
<li> <a href="#"><i class="fas fa-comments"></i> 134 Comments </a> </li>
<li> <a href="#"><i class="fas fa-share-alt"></i> 206 Share </a> </li>
</ul>
</div>
</li>
<li>
<div class="rp-box">
<h6> <a href="#">Social innovation of nonprofit, think tank, outcome to donate</a> </h6>
<ul class="post-meta">
<li> <a href="#"><i class="fas fa-calendar-alt"></i> 29 September, 2018</a> </li>
<li> <a href="#"><i class="fas fa-comments"></i> 134 Comments </a> </li>
<li> <a href="#"><i class="fas fa-share-alt"></i> 206 Share </a> </li>
</ul>
</div>
</li>
</ul>
</div>
<!--Related Posts End-->
<!--Leave a Comment Start-->
<div class="wf100 comment-form">
<h4>Leave a Comment</h4>
<ul>
<li class="w3">
<input type="text" class="form-control" placeholder="Full Name">
</li>
<li class="w3">
<input type="text" class="form-control" placeholder="Email">
</li>
<li class="w3 np">
<input type="text" class="form-control" placeholder="Subject">
</li>
<li class="full">
<textarea class="form-control" placeholder="Write Comments"></textarea>
</li>
<li class="full">
<button class="post-btn">Post Your Comment</button>
</li>
</ul>
</div>
<!--Leave a Comment End-->
</div>
<!--Blog Single Content End-->
</div>
<!--Sidebar Start-->
<div class="col-lg-3 col-md-4">
<div class="sidebar">
<!--Widget Start-->
<div class="side-widget">
<h5>Search</h5>
<div class="side-search">
<form>
<input type="search" class="form-control" placeholder="Search">
<button><i class="fas fa-search"></i></button>
</form>
</div>
</div>
<!--Widget End-->
<!--Widget Start-->
<div class="side-widget text-widget">
<h5>Text Widget</h5>
<p> We are Ecova: eco & environmental community. We need your support and help to Stop Globar Warning. Few generations ago it to seemed like world’s resources were infinite, and the people needed only to access them to create business, Lorem ipsum dolor it amet consect adipiscing. </p>
</div>
<!--Widget End-->
<!--Widget Start-->
<div class="side-widget">
<h5>News & Articles</h5>
<ul class="lastest-products">
<li> <img src="images/flp1.jpg" alt=""> <strong><a href="#">How you can keep alive wild animals for...</a></strong> <span class="pdate"><i class="fas fa-calendar-alt"></i> 29 September, 2018</span> </li>
<li> <img src="images/flp2.jpg" alt=""> <strong><a href="#">Eliminate your plastic bottle pollution</a></strong> <span class="pdate"><i class="fas fa-calendar-alt"></i> 29 September, 2018</span> </li>
<li> <img src="images/flp3.jpg" alt=""> <strong><a href="#">How you can keep alive wild animals for...</a></strong> <span class="pdate"><i class="fas fa-calendar-alt"></i> 29 September, 2018</span> </li>
</ul>
</div>
<!--Widget Start-->
<!--Widget Start-->
<div class="side-widget project-list-widget">
<h5>Current Projects</h5>
<ul>
<li><a href="#">Waste Management</a></li>
<li><a href="#">Solar Energy</a></li>
<li><a href="#">Eco Ideas</a></li>
<li><a href="#">Recycling Materials</a></li>
<li><a href="#">Plant Ecology</a></li>
<li><a href="#">Saving Wildlife</a></li>
<li><a href="#">Water Resources</a></li>
<li><a href="#">Forest & Tree Planting</a></li>
<li><a href="#">Wing Energy</a></li>
</ul>
</div>
<!--Widget End-->
<!--Widget Start-->
<div class="side-widget">
<h5>Tags</h5>
<div class="single-post-tags"> <a href="#">Solar Energy</a> <a href="#"> Plant Ecology </a> <a href="#"> Wildlife </a> <a href="#"> Eco Ideas </a> <a href="#"> Waste Management </a> <a href="#"> Water </a> <a href="#"> Forest Planting </a> <a href="#"> Donation </a> <a href="#"> Wind Energy </a> <a href="#"> Recycling </a> </div>
</div>
<!--Widget End-->
<!--Widget Start-->
<div class="side-widget">
<h5>Recent Work</h5>
<div id="side-slider" class="owl-carousel owl-theme">
<!--Item Start-->
<div class="item">
<div class="pro-box">
<img src="images/current-pro5.jpg" alt="">
<h5>Forest & Tree Planting</h5>
<div class="pro-hover">
<h6>Forest & Tree Planting</h6>
<p>We are working over 20 years on Waste Management & Material Recycling Projects.</p>
<a href="#">Read More</a>
</div>
</div>
</div>
<!--Item End-->
<!--Item Start-->
<div class="item">
<div class="pro-box">
<img src="images/current-pro2.jpg" alt="">
<h5>Forest & Tree Planting</h5>
<div class="pro-hover">
<h6>Forest & Tree Planting</h6>
<p>We are working over 20 years on Waste Management & Material Recycling Projects.</p>
<a href="#">Read More</a>
</div>
</div>
</div>
<!--Item End-->
<!--Item Start-->
<div class="item">
<div class="pro-box">
<img src="images/current-pro1.jpg" alt="">
<h5>Forest & Tree Planting</h5>
<div class="pro-hover">
<h6>Forest & Tree Planting</h6>
<p>We are working over 20 years on Waste Management & Material Recycling Projects.</p>
<a href="#">Read More</a>
</div>
</div>
</div>
<!--Item End-->
</div>
</div>
<!--Widget End-->
<!--Widget Start-->
<div class="side-widget archives">
<h5>Archives</h5>
<ul>
<li><a href="#"> November 2018</a></li>
<li><a href="#"> October 2018</a></li>
<li><a href="#"> September 2018</a></li>
<li><a href="#"> August 2018</a></li>
<li><a href="#"> July 2018</a></li>
<li><a href="#"> June 2018</a></li>
<li><a href="#"> May 2018</a></li>
<li><a href="#"> April 2018</a></li>
<li><a href="#"> March 2018</a></li>
<li><a href="#"> February 2018</a></li>
<li><a href="#"> January 2018</a></li>
<li><a href="#"> December 2017</a></li>
</ul>
</div>
<!--Widget End-->
<!--Widget Start-->
<div class="side-widget side-volunteer-form">
<h5>Become a Volunteer</h5>
<ul>
<li>
<input type="text" class="form-control" placeholder="Your Name" aria-label="Your Name">
</li>
<li>
<input type="text" class="form-control" placeholder="Email Address" aria-label="Email Address">
</li>
<li>
<input type="text" class="form-control" placeholder="Contact" aria-label="Contact">
</li>
<li>
<input type="submit" class="fsubmit" value="Signup to Join us Now">
</li>
</ul>
</div>
<!--Widget End-->
<!--Widget Start-->
<div class="side-widget">
<div class="donation-amount">
<h5>Make a Donation</h5>
<form>
<ul class="radio-boxes">
<li>
<div class="radio custom">
<input name="donation" id="d1" type="radio" class="css-radio">
<label for="d1" class="css-label">$5</label>
</div>
</li>
<li>
<div class="radio custom">
<input name="donation" id="d2" type="radio" class="css-radio">
<label for="d2" class="css-label">$20</label>
</div>
</li>
<li>
<div class="radio custom">
<input name="donation" id="d3" type="radio" class="css-radio">
<label for="d3" class="css-label">$50</label>
</div>
</li>
<li>
<div class="radio custom">
<input name="donation" id="d4" type="radio" class="css-radio">
<label for="d4" class="css-label">$100</label>
</div>
</li>
<li>
<div class="radio custom">
<input name="donation" id="d5" type="radio" class="css-radio">
<label for="d5" class="css-label">$250</label>
</div>
</li>
<li>
<div class="radio custom">
<input name="donation" id="d6" type="radio" class="css-radio">
<label for="d6" class="css-label">$500</label>
</div>
</li>
<li class="last-input">
<div class="inputs">
<input class="enter" type="text" placeholder="Enter other amout $ ">
</div>
</li>
<li class="form-submit">
<button type="submit">Continue to Donate</button>
</li>
</ul>
</form>
</div>
</div>
<!--Widget End-->
</div>
</div>
<!--Sidebar End-->
</div>
</div>
</div>
</section>
<!--Blog End-->
<!--Footer Start-->
<footer class="footer">
<div class="footer-top wf100">
<div class="container">
<div class="row">
<div class="col-lg-3 col-md-6 col-sm-6">
<!--Footer Widget Start-->
<div class="footer-widget">
<h4>About Ecova</h4>
<p> If anything’s hot in today’s economy, it’s saving money, including a broad range of green businesses helping people save energy, water, and other resources. Definitely, you can go with this business as it is a nothing but the future. </p>
<a href="#" class="lm">About us</a>
</div>
<!--Footer Widget End-->
</div>
<div class="col-lg-3 col-md-6 col-sm-6">
<!--Footer Widget Start-->
<div class="footer-widget">
<h4>Our Promises</h4>
<ul class="quick-links">
<li><a href="#">Solar Energy</a></li>
<li><a href="#">Waste Management</a></li>
<li><a href="#">Eco Ideas</a></li>
<li><a href="#">Recycling Materials</a></li>
<li><a href="#">Plant Ecology</a></li>
<li><a href="#">Saving Wildlife </a></li>
</ul>
</div>
<!--Footer Widget End-->
</div>
<div class="col-lg-3 col-md-6 col-sm-6">
<!--Footer Widget Start-->
<div class="footer-widget">
<h4>Latest Posts</h4>
<ul class="lastest-products">
<li> <img src="images/flp1.jpg" alt=""> <strong><a href="#">How you can keep alive wild animals for...</a></strong> <span class="pdate"><i>Posted:</i> 29 September, 2018</span> </li>
<li> <img src="images/flp2.jpg" alt=""> <strong><a href="#">Eliminate your plastic bottle pollution & keep...</a></strong> <span class="pdate"><i>Posted:</i> 29 September, 2018</span> </li>
<li> <img src="images/flp3.jpg" alt=""> <strong><a href="#">How you can keep alive wild animals for...</a></strong> <span class="pdate"><i>Posted:</i> 29 September, 2018</span> </li>
</ul>
</div>
<!--Footer Widget End-->
</div>
<div class="col-lg-3 col-md-6 col-sm-6">
<!--Footer Widget Start-->
<div class="footer-widget">
<div id="fpro-slider" class="owl-carousel owl-theme">
<!--Footer Product Start-->
<div class="item">
<div class="f-product">
<img src="images/fpro1.jpg" alt="">
<div class="fp-text">
<h6><a href="#">Buy T-Shirts</a></h6>
<strong>$19.00</strong>
</div>
</div>
</div>
<!--Footer Product End-->
<!--Footer Product Start-->
<div class="item">
<div class="f-product">
<img src="images/fpro1.jpg" alt="">
<div class="fp-text">
<h6><a href="#">Buy T-Shirts</a></h6>
<strong>$19.00</strong>
</div>
</div>
</div>
<!--Footer Product End-->
<!--Footer Product Start-->
<div class="item">
<div class="f-product">
<img src="images/fpro1.jpg" alt="">
<div class="fp-text">
<h6><a href="#">Buy T-Shirts</a></h6>
<strong>$19.00</strong>
</div>
</div>
</div>
<!--Footer Product End-->
</div>
</div>
<!--Footer Widget End-->
</div>
</div>
</div>
</div>
<div class="footer-copyr wf100">
<div class="container">
<div class="row">
<div class="col-md-4 col-sm-4"> <img src="images/logo.png" alt=""> </div>
<div class="col-md-8 col-sm-8">
<p><a href="www.templatespoint.net">Templates Point</a></p>
</div>
</div>
</div>
</div>
</footer>
<!--Footer End-->
</div>
<!-- JS Files Start -->
<script src="js/jquery-3.3.1.min.js"></script>
<script src="js/jquery-migrate-1.4.1.min.js"></script>
<script src="js/popper.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/owl.carousel.min.js"></script>
<script src="js/jquery.prettyPhoto.js"></script>
<script src="js/isotope.min.js"></script>
<script src="js/custom.js"></script>
</body>
</html>