-
Notifications
You must be signed in to change notification settings - Fork 0
/
conservation.html
384 lines (306 loc) · 16.9 KB
/
conservation.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
<!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">
<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/mediaelement@4.2.7/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">EP <a href="index.html" ><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="">
<a href="index.html">Home</a>
</li>
<li class="has-children active">
<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">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>
</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="site-blocks-cover overlay" style="background-image: url(images/habitat.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">Most Trafficked mammal on the planet</h2>
<h1 class="">CONSERVATION</h1>
</div>
</div>
</div>
</div>
<div class="site-section">
<div class="container">
<div class="row">
<div class="col-md-12 mx-auto text-center mb-5 section-heading">
<h2 class="mb-5">The World's only Scaly Mammal</h2>
<h3>Pangolins are uniquely covered in tough, overlapping scales. These mammals eat ants and termites using an extraordinarily long, sticky tongue, and are able to quickly roll themselves up into a tight ball when they feel threatened. Eight different pangolin species can be found across Asia and Africa. Poaching for illegal wildlife trade and habitat loss have made these incredible creatures one of the most threatened groups of mammals in the world.</h3>
</div>
</div>
</div>
<!-------------------- ---------------------->
<div class="site-section bg-light">
<div class="container">
<div class="row">
<div class="col-md-8 mx-auto text-center mb-5 section-heading">
<h2 class="mb-5">Meet The 6 Pangolin Species</h2>
</div>
</div>
<div class="row">
<div class="col-md-6 col-lg-4 mb-5">
<div class="program">
<a class="d-block mb-0 thumbnail"><img src="images/africanPangolin.jpg" alt="Image" class="img-fluid"></a>
<div class="program-body">
<h3 class="heading mb-2"><a>GROUND PANGOLIN</a></h3>
<p>Smutsia temminckii | Asian Pangolin</a></p>
<div class="span"><span class="mr-4"></span> <span>VULNERABLE</span></div>
</div>
</div>
</div>
<div class="col-md-8 col-lg-4 mb-5">
<div class="program">
<a class="d-block mb-0 thumbnail"><img src="images/chinesePangolin.jpg" alt="Image" class="img-fluid"></a>
<div class="program-body">
<h3 class="heading mb-2"><a>CHINESE PANGOLIN</a></h3>
<p>Manis Pentadactyla | Asian Pangolin</a></p>
<div class="span"><span class="mr-4"></span> <span>CRITICALLY ENDANGERED</span></div>
</div>
</div>
</div>
<div class="col-md-8 col-lg-4 mb-5">
<div class="program">
<a class="d-block mb-0 thumbnail"><img src="images/temPangolin.jpg" alt="Image" class="img-fluid"></a>
<div class="program-body">
<h3 class="heading mb-2"><a>BLACK-BELLIED PANGOLIN</a></h3>
<p>P. tetradactyla | Asian Pangolin</a></p>
<div class="span"><span class="mr-4"></span> <span>VULNERABLE</span></div>
</div>
</div>
</div>
<div class="col-md-8 col-lg-4 mb-5">
<div class="program">
<a class="d-block mb-0 thumbnail"><img src="images/indianPangolin.jpg" alt="Image" class="img-fluid"></a>
<div class="program-body">
<h3 class="heading mb-2"><a>WHITE-BELLIED PANGOLIN</a></h3>
<p>Manis crassicaudata | Asian Pangolin</a></p>
<div class="span"><span class="mr-4"></span> <span>ENDANGERED</span></div>
</div>
</div>
</div>
<div class="col-md-8 col-lg-4 mb-5">
<div class="program">
<a class="d-block mb-0 thumbnail"><img src="images/giantPangolin.png" alt="Image" class="img-fluid"></a>
<div class="program-body">
<h3 class="heading mb-2"><a>GIANT PANGOLIN</a></h3>
<p>S. gigantea | Asian Pangolin</a></p>
<div class="span"><span class="mr-4"></span> <span> VULNERABLE</span></div>
</div>
</div>
</div>
<div class="col-md-8 col-lg-4 mb-5">
<div class="program">
<a class="d-block mb-0 thumbnail"><img src="images/sundaPangolin.jpg" alt="Image" class="img-fluid"></a>
<div class="program-body">
<h3 class="heading mb-2"><a>SUNDA PANGOLIN</a></h3>
<p>Manis javanica | Asian Pangolin</a></p>
<div class="span"><span class="mr-4"></span> <span> VULNERABLE</span></div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-md-6 mx-auto text-center mb-5 section-heading">
<br></br>
<h2 class="mb-5">OVERVIEW</h2>
</div>
</div>
<div class="row">
<div class="col-12">
<div class="site-block-half d-flex">
<div class="image bg-image" style="background-image: url('images/physical.jpg');"></div>
<div class="text py-5">
<h2 class="font-family-serif h4 mb-3">PHYSICAL CHARACTERISTICS</h2>
<p>Pangolin species vary in size from about 1.6kg (~3.5 lbs) to a maximum of about 33kg (~73 lbs). They vary in color from light to yellowish brown through olive to dark brown. Protective, overlapping scales cover most of their bodies. These scales are made from keratin — the same protein that forms human hair and fingernails. Overlapping like artichoke leaves, the scales grow throughout the life of a pangolin just like hair.
With small conical heads and jaws lacking teeth, pangolins have amazingly long, muscular, and sticky tongues that are perfect for reaching and lapping up ants and termites in deep cavities..</p>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-12">
<div class="site-block-half d-flex">
<div class="image bg-image order-md-2" style="background-image: url('images/tax.jpg');"></div>
<div class="text py-5 order-md-1">
<h2 class="font-family-serif h4 mb-3">TAXONOMY & STATUS</h2>
<p>There are six species of pangolins. All pangolins belong to the genus Manis in the family Manidae, which is the only family within the order Pholidota. Although pangolins share similar characteristics with Xenarthrans (anteaters, armadillos, and sloths), they are in fact more closely related to the order Carnivora (cats, dogs, bears, etc.). </p>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-12">
<div class="site-block-half d-flex">
<div class="image bg-image" style="background-image: url('images/habitat.jpg');"></div>
<div class="text py-5">
<h2 class="font-family-serif h4 mb-3">DISTRIBUTION & HABITAT</h2>
<p>Pangolins are found in a variety of habitats including tropical and flooded forests, thick brush, cleared and cultivated areas, and savannah grassland; in general they occur where large numbers of food (ants and termites) are found. Asian pangolins in particular are threatened by loss of habitat due to expanding agriculture and other human uses. Pangolins dig deep burrows for sleeping and nesting that contain circular chambers.</p>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-12">
<div class="site-block-half d-flex">
<div class="image bg-image order-md-2" style="background-image: url('images/diet.jpg');"></div>
<div class="text py-5 order-md-1">
<h2 class="font-family-serif h4 mb-3">DIET</h2>
<p>Pangolins live predominantly on a diet of ants and termites, which they may supplement with various other invertebrates including bee larvae, flies, worms, earthworms, and crickets. This specialist diet makes them extremely difficult to maintain in captivity—they often reject unfamiliar insect species or become ill when fed foreign food. Wild pangolins locate insect nests using a well developed sense of smell. Voraciously digging ants and termites from mounds, stumps, and fallen logs with their claws, they use their extremely long sticky tongues to capture and eat them.</p>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-12">
<div class="site-block-half d-flex">
<div class="image bg-image" style="background-image: url('images/behaviour.jpg');"></div>
<div class="text py-5">
<h2 class="font-family-serif h4 mb-3">BEHAVIOUR</h2>
<p>Pangolins are solitary, most are nocturnal and highly secretive; thus it is difficult for scientists to study them in the wild, and many mysteries remain about their behavior and habits. Some pangolin species such as the Chinese pangolin sleep in underground burrows during the day, and others including black-bellied pangolins and Sunda pangolins are known to sleep in trees. They emerge in the evening to forage for insects. Pangolins are well adapted for digging: they dig burrows with their strong front legs and claws, using their tails and rear legs for support and balance. </p>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-12">
<div class="site-block-half d-flex">
<div class="image bg-image order-md-2" style="background-image: url('images/baby.jpg');"></div>
<div class="text py-5 order-md-1">
<h2 class="font-family-serif h4 mb-3">REPRODUCTION & LIFESPAN</h2>
<p>Male and female pangolins differ in weight; in most species, males are 10-50 percent heavier than females. Pangolins reach sexual maturity at two years, and most pangolins give birth to a single offspring, though two and three young have been reported in the Asian species. When born, pangolins are about six inches long and weigh about 12 ounces (0.75 lbs). Their scales are soft and pale, and begin to harden by the second day. Pangolin mothers nurture their young in nesting burrows.</p>
</div>
</div>
</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>
</body>
</html>