-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathproject.html
295 lines (234 loc) · 15.8 KB
/
project.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
<!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>EarthplusAfrica </title>
<!-- Meta -->
<meta name="description" content="Fore is a free, responsive front end template from Papaya, made by Jordan Bowman.">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="author" content="Jordan Bowman">
<meta name="keywords" content="awesome, hott, extremely attractive, sheer brilliance">
<!-- Google Author link -->
<link rel="author" href="Google+URL"/>
<!-- Favicon.ico and apple-touch-icon.png (according to Apple docs). A good tool is http://iconifier.net/ -->
<link rel="icon" href="images/logo.jpg" type="image/x-icon"/>
<link rel="apple-touch-icon" href="touch-icon-iphone.png" />
<link rel="apple-touch-icon" sizes="76x76" href="touch-icon-ipad.png" />
<link rel="apple-touch-icon" sizes="120x120" href="touch-icon-iphone-retina.png" />
<link rel="apple-touch-icon" sizes="152x152" href="touch-icon-ipad-retina.png" />
<!-- CSS, Normalize First, minify for production -->
<link rel="stylesheet" type='text/css' href="less/master.css"/>
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
<!-- Import web fonts using the link tag instead of CSS @import -->
<link href='http://fonts.googleapis.com/css?family=Lato:300,400,900' rel='stylesheet' type='text/css'>
<!-- Icons from http://fontawesome.io/ -->
<link href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet"/>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js"></script>
</head>
<style>
body{
font-family: "Raleway",sans-serif;
font-weight: 100;
line-height: 1.3;
font-weight: 200 !important;
font-size: 1.3em !important;
}
</style>
<body>
<!--[if lt IE 7]>
<p class="browsehappy">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> or <a href="http://www.google.com/chrome/">install Google Chrome</a> to experience this site.</p>
<![endif]-->
<nav class="navbar navbar-expand-lg navbar-light bg-light" style="padding: .1rem 0.9rem">
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarTogglerDemo03" aria-controls="navbarTogglerDemo03" style="font-size:16px;" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<a class="navbar-brand" href="index.html"><img src="images/logo.jpg" alt="logo" /></a>
<div class="collapse navbar-collapse" id="navbarTogglerDemo03">
<ul class="navbar-nav navbar-right mr-auto mt-2 mt-lg-0">
<li class="nav-item">
<a class="nav-link" href="index.html#macbook">ABOUT <span class="sr-only">(current)</span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="index.html#three-images">TEAM</a>
</li>
<li class="nav-item active">
<a class="nav-link" href="#">PROJECTS</a>
</li>
<li class="nav-item">
<a class="nav-link" href="index.html#donate">DONATE</a>
</li>
<li class="nav-item">
<a class="nav-link" href="index.html#contact">CONTACT</a>
</li>
</ul>
</div>
</nav>
<!-- Slider Section -->
<div class="container-fluid background__fill" id="projects" style="padding-top:20px; padding-bottom:20px;">
<h2 class="w3-center" style="margin-top:20px; margin-bottom: 20px;"><span style="color: whitesmoke">Some of our Works</span></h2>
<div class="margin__15" style="margin-top:15px; margin-bottom: 15px;">
<div class="card-deck row margin__15" style="padding: 0px !important">
<div class="card col-md-3" style="padding: 0px !important">
<img class="card-img-top img__effect" src="images/1.jpg" alt="Card image" onclick="onClick(this)" style="width:100%">
<div class="card-body">
<p class="card-text">Clean up exercise by Earthplus</p>
</div>
</div>
<div class="card col-md-3" style="padding: 0px !important">
<img class="card-img-top img__effect" src="images/Earthplus Team and participating schools at YouthCOP 1.jpeg
" alt="Earthplus Team and participating schools at YouthCOP" onclick="onClick(this)" style="width:100%">
<div class="card-body">
<p class="card-text">Earthplus Team and participating schools at YouthCOP</p>
</div>
</div>
<div class="card col-md-3" style="padding: 0px !important">
<img class="card-img-top img__effect" src="images/Poster for Earthplus Save Our Schools Programme.jpg" alt="Poster for Earthplus Save Our Schools Programme" onclick="onClick(this)" style="width:100%">
<div class="card-body">
<p class="card-text">Earthplus Save Our Schools Programme</p>
</div>
</div>
<div class="card col-md-3" style="padding: 0px !important">
<img class="card-img-top img__effect" src="images/EP CLIMATE J TRAINING.jpg" alt="Earthplus Climate J Training" onclick="onClick(this)" style="width:100%">
<div class="card-body">
<p class="card-text">Earthplus Climate J training</p>
</div>
</div>
</div>
<div class="card-deck row margin__15" style="padding: 0px !important">
<div class="card col-md-3" style="padding: 0px !important">
<img class="card-img-top img__effect" src="images/Legislating out plastic pollution.jpeg" alt="Legislating out plastic pollution" onclick="onClick(this)" style="width:100%">
<div class="card-body">
<p class="card-text">Legislating out plastic pollution</p>
</div>
</div>
<div class="card col-md-3" style="padding: 0px !important">
<img class="card-img-top img__effect" src="images/EARTHPLUS DONATES WASTE BINS TO SCHOOL. CALEB PRESENTING IT TO MRS AJAYI (1).jpg" alt="Earthplus Team and participating schools at YouthCOP" onclick="onClick(this)" style="width:100%">
<div class="card-body">
<p class="card-text">Earthplus donates Waste Bin to School</p>
</div>
</div>
<div class="card col-md-3" style="padding: 0px !important">
<img class="card-img-top img__effect" src="images/SolveMakurdi2.jpg" alt="Poster for Earthplus Save Our Schools Programme" onclick="onClick(this)" style="width:100%">
<div class="card-body">
<p class="card-text">Earthplus Save Our Schools Programme</p>
</div>
</div>
<div class="card col-md-3" style="padding: 0px !important">
<img class="card-img-top img__effect" src="images/sensitization.jpg" alt="Earthplus Climate J Training" onclick="onClick(this)" style="width:100%">
<div class="card-body">
<p class="card-text">Earthplus Sensitization</p>
</div>
</div>
</div>
</div>
</div>
<!-- Modal for full size images on click-->
<div id="modal01" class="w3-modal w3-black" onclick="this.style.display='none'">
<span class="w3-button w3-xxlarge w3-black w3-padding-large w3-display-topright" title="Close Modal Image">×</span>
<div class="w3-modal-content w3-animate-zoom w3-center w3-transparent w3-padding-64">
<img id="img01" class="w3-image">
<p id="caption" class="w3-opacity w3-large"></p>
</div>
</div>
<!-- Second call to action -->
<section class="call-to-action cta-2" id="contact">
<div class="cta-container cf">
<p>Get in touch with us.</p>
<a class="btn" target="_blank" href="mailto:[email protected]">Reach out →</a>
<p><i class="fa fa-phone fa-fw w3-xxlarge w3-margin-right"></i> Phone: +2348117894029</p>
<p><i class="fa fa-envelope fa-fw w3-xxlarge w3-margin-right"> </i> Email: [email protected]</p>
</div>
</section>
<!-- Footer -->
<!-- Footer -->
<footer class="background__fill">
<div class="container">
<div class="social-boat">
<div class="gplus">
<!-- Place this tag where you want the +1 button to render. -->
<div class="g-plusone"></div>
<!-- Place this tag after the last +1 button tag. -->
<script type="text/javascript">
(function() {
var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
po.src = 'https://apis.google.com/js/plusone.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
})();
</script>
</div>
<div class="twitter">
<a href="https://twitter.com/share" class="twitter-share-button">Tweet</a>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');</script>
</div>
<div class="facebook">
<div id="fb-root"></div>
<script>(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/en_US/all.js#xfbml=1";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
<div class="fb-like" data-layout="button_count" data-action="like" data-show-faces="false" data-share="false"></div>
</div>
</div>
<div id="footer-text" class="small">
<p>© earthplusafrica | Design by <a href="#" target="_blank">The faceless folks</a></p>
</div>
</div>
</footer>
<!-- Reference jQuery -->
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="js/vendor/jquery-1.10.2.min.js"><\/script>')</script>
<!-- Reference Javascript, minify for production -->
<script type="text/javascript" src="js/jquery.event.move.js"></script>
<script type="text/javascript" src="js/jquery.event.swipe.js"></script>
<script type="text/javascript" src="js/unslider.js"></script>
<!-- Unslider script -->
<script>
$(document).ready(function () {
var unslider = $('.slider').unslider();
$('.unslider-arrow').click(function(event) {
event.preventDefault();
if ($(this).hasClass('next')) {
unslider.data('unslider')['next']();
} else {
unslider.data('unslider')['prev']();
};
});
var unslider = $('.slider').unslider();
unslider.on('movestart', function(e) {
if((e.distX > e.distY && e.distX < -e.distY) || (e.distX < e.distY && e.distX > -e.distY)) {
e.preventDefault();
}
});
});
</script>
<!-- Google Analytics: change UA-XXXXX-X to be your site's ID. -->
<script>
(function(b,o,i,l,e,r){b.GoogleAnalyticsObject=l;b[l]||(b[l]=
function(){(b[l].q=b[l].q||[]).push(arguments)});b[l].l=+new Date;
e=o.createElement(i);r=o.getElementsByTagName(i)[0];
e.src='//www.google-analytics.com/analytics.js';
r.parentNode.insertBefore(e,r)}(window,document,'script','ga'));
ga('create','UA-XXXXX-X');ga('send','pageview');
</script>
<script>
// Modal Image Gallery
function onClick(element) {
document.getElementById("img01").src = element.src;
document.getElementById("modal01").style.display = "block";
var captionText = document.getElementById("caption");
captionText.innerHTML = element.alt;
}</script>
</body>
</html>