-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.php
155 lines (143 loc) · 7.31 KB
/
about.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
<?php
include_once 'template/head.php';
include_once 'template/header.php'; // <!-- Top Header_Area -->
include_once 'template/nav-bar.php'; // <!-- Header_Area -->
?>
<!-- call Area -->
<section class="call_min_area" style="background-image: url('images/111.jpg'); ">
<div class="container">
<h2>+880 142 555 4747</h2>
<p>Contact Us and Donate to Help us Reduce Air Pollution.</p>
<div class="call_btn">
<a href="contact.php" class="button_all">GET IN TOUCH</a>
</div>
</div>
</section>
<!-- End call Area -->
<!-- Our Features Area -->
<section class="our_feature_area">
<div class="container">
<div class="tittle wow fadeInUp">
<h2>
<font size="+3">What We Do</font>
</h2>
<h4>
<font size="+1">Sometimes, this involves speaking uncomfortable truths to power and demanding more than
people think is
possible. It’s hard work. But the pressures facing our planet and its people are too important for
us to
compromise.
Friends of the Earth strives for a more healthy and just world. We understand that the challenges
facing
our planet call for more than half measures, so we push for the reforms that are needed, not merely
the
ones that are politically easy.</font>
</h4>
</div>
<div class="feature_row row">
<div class="col-md-6 feature_img">
<img src="images/feature-man-2.jpg" alt="">
</div>
<div class="col-md-6 feature_content">
<div class="subtittle">
<h2>Three Principles Guide Our Work</h2>
<h5>We fight for a more healthy and just world.</h5>
</div>
<div class="media">
<div class="media-left">
<a href="#">
<i class="fa fa-wrench" aria-hidden="true"></i>
</a>
</div>
<div class="media-body">
<a href="#">Being a bold and fearless voice</a>
<p>Friends of the Earth, as an outspoken leader in the environmental and progressive
communities, seeks to change the perception of the public, media, and policymakers — and
effect policy change — with hard-hitting, well-reasoned policy analysis and advocacy
campaigns that describe what needs to be done, rather than what is seen as politically
feasible or politically correct. This hard-hitting advocacy has been the key to our
successful campaigns over our 47-year history.</p>
</div>
</div>
<div class="media">
<div class="media-left">
<a href="#">
<i class="fa fa-rocket" aria-hidden="true"></i>
</a>
</div>
<div class="media-body">
<a href="#">Fighting for systemic transformation</a>
<p>The world’s problems are too big for tiny fixes around the edges. We are working to transform
our economic and political systems through strategic reforms that lead to systemic, radical
changes. The corporate pesticide industry douses our environment with billions of pounds of
toxic pesticides every year and uses their outsized influence to block fundamental
protections for people and the planet. But, using the power of our grassroots membership, we
convinced the world’s largest garden retailers, Home Depot and Lowe’s, along with Walmart,
Costco and more than 135 others, to phase out bee-killing neonicotinoid pesticides.</p>
</div>
</div>
<div class="media">
<div class="media-left">
<a href="#">
<i class="fa fa-users" aria-hidden="true"></i>
</a>
</div>
<div class="media-body">
<a href="#">Organizing and building long-term power</a>
<p>We are committed to growing and strengthening our activist base to fight for change.
In order to build long-term political power, we collaborate with broader movements, because
the fight to protect our planet is intrinsically tied to the global struggle for justice.
When a political appointee or a threatening piece of legislation looms, we work together to
stop it. Trump’s corrupt EPA Administrator Scott Pruitt was attacking our clean air and
water while cozying up to corporate polluters. We worked with our members and our partners
across the broader movement to get him out of office.</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- End Our Features Area -->
<!-- Our Featured Works Area -->
<section class="featured_works row" data-stellar-background-ratio="0.3">
<div class="tittle wow fadeInUp">
<h2>Our Featured Works</h2>
<h4>Together we speak truth to power and expose those who endanger the health of people and the planet for
corporate profit. We organize to build long-term political power and campaign to change the rules of our
economic and political systems that create injustice and destroy nature.</h4>
</div>
<div class="featured_gallery">
<div class="col-md-3 col-sm-4 col-xs-6 gallery_iner p0">
<img src="images/gallery/1.jpg" alt="">
<div class="gallery_hover">
<h4>TELL CONGRESS TO SUPPORT A GREEN NEW DEAL</h4>
<a href="#">VIEW DETAILS</a>
</div>
</div>
<div class="col-md-3 col-sm-4 col-xs-6 gallery_iner p0">
<img src="images/gallery/2.jpg" alt="">
<div class="gallery_hover">
<h4>FIGHT RAINFOREST DESTRUCTION!</h4>
<a href="#">VIEW DETAILS</a>
</div>
</div>
<div class="col-md-3 col-sm-4 col-xs-6 gallery_iner p0">
<img src="images/gallery/3.jpg" alt="">
<div class="gallery_hover">
<h4>TELL STANDARD CHARTERED TO STOP FINANCING CLIMATE DESTRUCTION</h4>
<a href="#">VIEW DETAILS</a>
</div>
</div>
<div class="col-md-3 col-sm-4 col-xs-6 gallery_iner p0">
<img src="images/gallery/4.jpg" alt="">
<div class="gallery_hover">
<h4>TELL CONGRESS TO SAVE THE BIRDS!</h4>
<a href="#">VIEW DETAILS</a>
</div>
</div>
</div>
</section>
<!-- End Our Featured Works Area -->
<?php
include_once 'template/footer.php'; // <!-- Footer Area -->
?>