-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
497 lines (393 loc) · 20.4 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Endangered Pets: Pangolin</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link href="https://fonts.googleapis.com/css?family=Playfair+Display:400,700|Work+Sans:300,400,700" rel="stylesheet">
<link rel="stylesheet" href="fonts/icomoon/style.css">
<!-- CSS -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css" integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous">
<!-- JS -->
<script src="https://code.jquery.com/jquery-3.4.1.slim.min.js" integrity="sha384-J6qa4849blE2+poT4WnyKhv5vZF5SrPo0iEjwBvKU7imGFAV0wwj1yYfoRSJoZ+n" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/popper.min.js" integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js" integrity="sha384-wfSDF2E50Y2D1uUdj0O3uMBJnjuUD4Ih7YwaYd1iqfktj0Uod8GCExl3Og8ifwB6" crossorigin="anonymous"></script>
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/magnific-popup.css">
<link rel="stylesheet" href="css/jquery-ui.css">
<link rel="stylesheet" href="css/owl.carousel.min.css">
<link rel="stylesheet" href="css/owl.theme.default.min.css">
<link rel="stylesheet" href="css/bootstrap-datepicker.css">
<link rel="stylesheet" href="css/animate.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/build/mediaelementplayer.min.css">
<link rel="stylesheet" href="fonts/flaticon/font/flaticon.css">
<link rel="stylesheet" href="css/aos.css">
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<div class="site-wrap">
<div class="site-mobile-menu">
<div class="site-mobile-menu-header">
<div class="site-mobile-menu-close mt-3">
<span class="icon-close2 js-menu-toggle"></span>
</div>
</div>
<div class="site-mobile-menu-body"></div>
</div> <!-- .site-mobile-menu -->
<div class="site-navbar-wrap js-site-navbar bg-white">
<div class="container">
<div class="site-navbar bg-light">
<div class="py-1">
<div class="row align-items-center">
<div class="col-2">
<h2 class="mb-0 site-logo"><a href="index.html" >EP<img href="index.html"class='logo' src="images/white1.svg"></img></a></ </h2>
</div>
<div class="col-10">
<nav class="site-navigation text-right" role="navigation">
<div class="container">
<div class="d-inline-block d-lg-none ml-md-0 mr-auto py-3"><a href="#" class="site-menu-toggle js-menu-toggle"><span class="icon-menu h3"></span></a></div>
<ul class="site-menu js-clone-nav d-none d-lg-block">
<li class="has-children">
<a href="pangolin.html">WHAT IS A PANGOLIN</a>
<ul class="dropdown arrow-top">
<li><a href="pangolin.html">ABOUT PANGOLINS</a></li>
<li><a href="threats.html">THREATS</a></li>
<li><a href="conservation.html">CONSERVATION</a></li>
</ul>
</li>
<li class="has-children">
<a href="pangolin.html">HOW TO HELP</a>
<ul class="dropdown arrow-top">
<li><a href="what-you-can-do.html">WHAT YOU CAN DO</a></li>
<li><a href="volunteer.html">VOLUNTEERING</a></li>
<li><a href="news.html">NEWS</a></li>
</ul>
</li>
<li><a href="https://chrome.google.com/webstore/category/extensions">CHROME EXTENSION</a></li>
<li><a href="about.html">ABOUT US</a></li>
<li><a class="btn btn-primary pill px-4 py-3 text-white" href="https://donate.wildnet.org/?fund=Pangolins&Fms=web_wnt_SP_redirect">DONATE</a></li>
</ul>
</div>
</nav>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="slide-one-item home-slider owl-carousel">
<div class="site-blocks-cover overlay" style="background-image: url(images/header-bg.jpg);" data-aos="fade" data-stellar-background-ratio="0.5">
<div class="container">
<div class="row align-items-center justify-content-center">
<div class="col-md-7 text-center" data-aos="fade">
<h2 class="caption mb-2">Save the Pangolin</h2>
<h1 class="">Endangered Pets: Pangolin</h1>
</div>
</div>
</div>
</div>
<div class="site-blocks-cover overlay" style="background-image: url(images/pango3.jpg);" data-aos="fade" data-stellar-background-ratio="0.5">
<div class="container">
<div class="row align-items-center justify-content-center">
<div class="col-md-7 text-center" data-aos="fade">
<h2 class="caption mb-2">Endangered Species</h2>
<h1 class="">Pangolins are the most Illegally Trafficked Mammal on the Planet</h1>
</div>
</div>
</div>
</div>
<div class="site-blocks-cover overlay" style="background-image: url(images/bag.jpg);" data-aos="fade" data-stellar-background-ratio="0.5">
<div class="container">
<div class="row align-items-center justify-content-center">
<div class="col-md-7 text-center" data-aos="fade">
<h2 class="caption mb-2">Illegal Pangolin Trade</h2>
<h1 class="">Pangolins are believed to account for as much as 20% of all illegal wildlife trade.</h1>
</div>
</div>
</div>
</div>
</div>
<div class="site-blocks-cover overlay" style="background-image: url(images/pango2.jpg);" data-aos="fade" data-stellar-background-ratio="0.5">
<div class="container">
<div class="row align-items-center justify-content-center">
<div class="col-md-7 text-center" data-aos="fade">
<h2 class="caption mb-2">Pangolin In Crisis</h2>
<h1 class=""> Their scales are used in traditional Asian medicines and their meat is considered a luxury food throughout Asia... </h1>
</div>
</div>
</div>
</div>
</div>
<div class="site-blocks-cover overlay" style="background-image: url(images/scalebag.jpeg);" data-aos="fade" data-stellar-background-ratio="0.5">
<div class="container">
<div class="row align-items-center justify-content-center">
<div class="col-md-7 text-center" data-aos="fade">
<h2 class="caption mb-2">Hunted at an Alarming Rate</h2>
<h1 class="">Poachers have Killed Over 1,000,000 Million Pangolins in the last 10 years alone...</h1>
</div>
</div>
</div>
</div>
</div>
<div class="site-section">
<div class="container">
<div class="row align-items-center">
<div class="col-md-6 mb-5 mb-md-0">
<div class="img-border">
<a class="img-fluid">
<span class="icon-wrap">
</span>
<img src="images/pango4.jpg" alt="" class="img-fluid rounded">
</a>
</div>
</div>
<div class="col-md-5 ml-auto">
<div class="section-heading text-left">
<h2 class="mb-5">WHAT IS A PANGOLIN?</h2>
</div>
<p class="mb-4">Pangolins are insect-eating mammals that are covered in tough, overlapping scales. There are eight pangolin species living across Asia and Africa.</p>
<p><a href="#" class="btn btn-primary pill px-4 py-3 text-white">Learn More</a></p>
</div>
</div>
</div>
</div>
<div class="site-section">
<div class="container">
<div class="row align-items-center">
<div class="col-md-6 mb-5 mb-md-0">
<div class="section-heading text-left">
<h2 class="mb-5">Conservation</h2>
</div>
<p class="mb-4">All eight species of pangolins are threatened with extinction. More than 1 million pangolins have been trafficked in the last decade. Their scales are used in traditional Asian medicines and their meat is considered a luxury food throughout Asia. Learn about our work to save them.</p>
<p><a href="#" class="btn btn-primary pill px-4 py-3 text-white">Learn More</a></p>
</div>
<div class="col-md-5 ml-auto">
<div class="img-border">
<a class="img-fluid">
<span class="icon-wrap">
</span>
<img src="images/pango-pose.jpg" alt="" class="img-fluid rounded">
</a>
</div>
</div>
</div>
</div>
</div>
<div class="site-section">
<div class="container">
<div class="row align-items-center">
<div class="col-md-6 mb-5 mb-md-0">
<div class="img-border">
<a class="img-fluid">
<span class="icon-wrap">
</span>
<img src="images/pango-donate.jpg" alt="" class="img-fluid rounded">
</a>
</div>
</div>
<div class="col-md-5 ml-auto">
<div class="section-heading text-left">
<h2 class="mb-5">Donate</h2>
</div>
<p class="mb-4">Your donations support the most effective pangolin conservation projects in Africa and Asia. We have partnered with the Wildlife Conservation Network, a top-rated non-profit organization, which sends 100% of donations directly to Save Pangolins.</p>
<p><a href="#" class="btn btn-primary pill px-4 py-3 text-white align-items-center">Donate Now</a></p>
</div>
</div>
</div>
</div>
<div class="site-section">
<div class="container">
<div class="row align-items-center">
<div class="col-md-6 mb-5 mb-md-0">
<div class="img-border">
<a href="https://vimeo.com/178045697" class="popup-vimeo image-play">
<span class="icon-wrap">
<span class="icon icon-play"></span>
</span>
<img src="images/scalebag.jpeg" alt="" class="img-fluid rounded">
</a>
</div>
<img src="images/baby.jpg" alt="Image" class="img-fluid image-absolute">
</div>
<div class="col-md-5 ml-auto">
<div class="section-heading text-left">
<h2 class="mb-5">PANGOLIN: THE STORY OF THE WORLD’S MOST TRAFFICKED MAMMAL</h2>
</div>
<p class="mb-4">An award-winning documentary filmed across three countries with the help of reformed poachers and wildlife enforcement officers.</p>
<p><a href="https://vimeo.com/178045697" class="popup-vimeo text-uppercase">Watch Video <span class="icon-arrow-right small"></span></a></p>
</div>
</div>
</div>
</div>
<div class="site-section">
<div class="">
<div class="row">
<div class="col-md-6 mx-auto text-center mb-5 section-heading">
<h2 class="mb-5">Our Gallery</h2>
</div>
</div>
<div class="row no-gutters">
<div class="col-md-6 col-lg-3">
<a href="images/header-bg.jpg" class="image-popup img-opacity"><img src="images/header-bg.jpg" alt="Image" class="img-fluid"></a>
</div>
<div class="col-md-6 col-lg-3">
<a href="images/pango2.jpg" class="image-popup img-opacity"><img src="images/pango2.jpg" alt="Image" class="img-fluid"></a>
</div>
<div class="col-md-6 col-lg-3">
<a href="images/pango3.jpg" class="image-popup img-opacity"><img src="images/pango3.jpg" alt="Image" class="img-fluid"></a>
</div>
<div class="col-md-6 col-lg-3">
<a href="images/pango4.jpg" class="image-popup img-opacity"><img src="images/pango4.jpg" alt="Image" class="img-fluid"></a>
</div>
<div class="col-md-6 col-lg-3">
<a href="images/pango-baby.jpeg" class="image-popup img-opacity"><img src="images/pango-baby.jpeg" alt="Image" class="img-fluid"></a>
</div>
<div class="col-md-6 col-lg-3">
<a href="images/pango-cute-conserve.jpeg" class="image-popup img-opacity"><img src="images/pango-donate.jpg" alt="Image" class="img-fluid"></a>
</div>
<div class="col-md-6 col-lg-3">
<a href="images/pangopoach.jpeg" class="image-popup img-opacity"><img src="images/pangopoach.jpeg" alt="Image" class="img-fluid"></a>
</div>
<div class="col-md-6 col-lg-3">
<a href="images/pangoscales.jpeg" class="image-popup img-opacity"><img src="images/pangoscales.jpeg" alt="Image" class="img-fluid"></a>
</div>
<div class="col-md-6 col-lg-3">
<a href="images/pango-pose.jpg" class="image-popup img-opacity"><img src="images/pango-pose.jpg" alt="Image" class="img-fluid"></a>
</div>
<div class="col-md-6 col-lg-3">
<a href="images/pango-poacher.jpg" class="image-popup img-opacity"><img src="images/pango-poacher.jpg" alt="Image" class="img-fluid"></a>
</div>
<div class="col-md-6 col-lg-3">
<a href="images/baby.jpg" class="image-popup img-opacity"><img src="images/baby.jpg" alt="Image" class="img-fluid"></a>
</div>
<div class="col-md-6 col-lg-3">
<a href="images/habitat.jpg" class="image-popup img-opacity"><img src="images/habitat.jpg" alt="Image" class="img-fluid"></a>
</div>
</div>
</div>
</div>
<div class="site-section block-15">
<div class="container">
<div class="row">
<div class="col-md-6 mx-auto text-center mb-5 section-heading">
<h2>News</h2>
</div>
</div>
<div class="nonloop-block-15 owl-carousel">
<div class="media-with-text p-md-5">
<div class="img-border-sm mb-4">
<a href="#" class="popup-vimeo image-play">
<img src="images/pango-donate.jpg" alt="" class="img-fluid">
</a>
</div>
<h2 class="heading mb-0"><a href="https://www.nationalgeographic.com/animals/2020/03/pangolins-coronavirus-covid-possibility/">Trafficked pangolins can carry closely related to pandemic strain </a></h2>
<span class="mb-3 d-block post-date">Feb 31st, 2020 • By <a href="#">Cian</a></span>
<p>New research finds evidence that a small proportion of pangolins carry coronaviruses related to the strain responsible for the COVID-19 pandemic, according to a paper published March 26 in the journal Nature...</p>
</div>
<div class="media-with-text p-md-4">
<div class="img-border-sm mb-4">
<a href="#" class="popup-vimeo image-play">
<img src="images/habitat.jpg" alt="" class="img-fluid">
</a>
</div>
<h2 class="heading mb-0"><a href="#">Pangolins are being trafficked at an Alarming Rate</a></h2>
<span class="mb-3 d-block post-date">March 1st, 2020 • By <a href="#">Dominique</a></span>
<p>A recent study indicates that Pangolins are being hunted at a much larger and faster rate that previously thought...</p>
</div>
<div class="media-with-text p-md-4">
<div class="img-border-sm mb-4">
<a href="#" class="popup-vimeo image-play">
<img src="images/physical.jpg" alt="" class="img-fluid">
</a>
</div>
<h2 class="heading mb-0"><a href="#">Endangered Pets Web Browser Coming Soon!</a></h2>
<span class="mb-3 d-block post-date">March 15th, 2020 • By <a href="#">Andrew</a></span>
<p>The Long Awaited Endangered Pets Browser Extension will soon be released on the Google Chrome Store allowing user to adopt their own interactive virtual Pangolin pet!</p>
</div>
</div>
</div>
</div>
<footer class="site-footer">
<div class="container">
<div class="row">
<div class="col-md-4">
<h3 class="footer-heading mb-4 text-white">About</h3>
<p>Endangered Pets was created to raise awareness for criticallly endangered species in a fun, fresh and informative way. The Endangered Pets Browser Extension allows you to adopt your very own endangered species pet without contributing to...</p>
<p><a href="#" class="btn btn-primary pill text-white px-4">Read More</a></p>
</div>
<div class="col-md-6">
<div class="row">
<div class="col-md-6">
<h3 class="footer-heading mb-4 text-white">Quick Menu</h3>
<ul class="list-unstyled">
<li><a href="#">Home</a></li>
<li><a href="#">About Pangolins</a></li>
<li><a href="#">Threats</a></li>
<li><a href="#">Conservation</a></li>
<li><a href="#">What You Can Do</a></li>
<li><a href="#">Volunteering</a></li>
</ul>
</div>
<div class="col-md-6">
<h3 class="footer-heading mb-4 text-white">Endangered Pets</h3>
<ul class="list-unstyled">
<li><a href="#">Chrome Extension</a></li>
<li><a href="#">About Us</a></li>
</ul>
</div>
</div>
</div>
<div class="col-md-2">
<div class="col-md-12"><h3 class="footer-heading mb-4 text-white">Social Media Links</h3></div>
<div class="col-md-12">
<p>
<a href="#" class="pb-2 pr-2 pl-0"><span class="icon-facebook"></span></a>
<a href="#" class="p-2"><span class="icon-twitter"></span></a>
<a href="#" class="p-2"><span class="icon-instagram"></span></a>
<a href="#" class="p-2"><span class="icon-vimeo"></span></a>
</p>
</div>
</div>
</div>
<div class="row pt-5 mt-5 text-center">
<div class="col-md-12">
<p>
Copyright © <script>document.write(new Date().getFullYear());</script> All Rights Reserved | Endangered Pets Browser Extension</a>
</p>
</div>
</div>
</div>
</footer>
</div>
<script src="js/jquery-3.3.1.min.js"></script>
<script src="js/jquery-migrate-3.0.1.min.js"></script>
<script src="js/jquery-ui.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.stellar.min.js"></script>
<script src="js/jquery.countdown.min.js"></script>
<script src="js/jquery.magnific-popup.min.js"></script>
<script src="js/bootstrap-datepicker.min.js"></script>
<script src="js/aos.js"></script>
<script src="js/mediaelement-and-player.min.js"></script>
<script src="js/main.js"></script>
<script>
document.addEventListener('DOMContentLoaded', function() {
var mediaElements = document.querySelectorAll('video, audio'), total = mediaElements.length;
for (var i = 0; i < total; i++) {
new MediaElementPlayer(mediaElements[i], {
pluginPath: 'https://cdn.jsdelivr.net/npm/[email protected]/build/',
shimScriptAccess: 'always',
success: function () {
var target = document.body.querySelectorAll('.player'), targetTotal = target.length;
for (var j = 0; j < targetTotal; j++) {
target[j].style.visibility = 'visible';
}
}
});
}
});
</script>
</body>
</html>