-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathblog0.html
83 lines (82 loc) · 5.45 KB
/
blog0.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Indian Hog Deer: Slowly Vanishing?</title>
<link rel="stylesheet" href="./static/css/blog.css">
<link rel="stylesheet" href="./static/css/all.min.css">
<link rel="stylesheet" href="./static/css/progress_bar.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Teko:wght@700&display=swap" rel="stylesheet">
<link
href="https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Open+Sans+Condensed:wght@300&family=Poppins:wght@400;700&display=swap"
rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Source+Sans+Pro&display=swap" rel="stylesheet">
</head>
<div class="main">
<section class="header">
<div class="top">
<div class="logo"><img src="./static/images/trans-logo.png" alt=""></div>
<ul class="social-links">
<li><a href="#"><i class="fab fa-facebook"></i></a></li>
<li><a href="#"><i class="fab fa-instagram"></i></a></li>
<li><a href="#"><i class="fab fa-twitter"></i></a></li>
<li><a href="#"><i class="far fa-envelope"></i></a></li>
</ul>
</div>
<div class="bottom" style="background-image: url('./static/images/blog0-header.jpg');">
<div class="title">Indian Hog Deer:<br>Slowly Vanishing?</div>
</div>
</section>
<section class="content-area">
<div class="left-img"><img src="./static/images/blog0-body.jpg" alt=""></div>
<div class="right-text">
<p> The hog deer population in India is threatened by habitat alteration, fragmentation, and poaching, all of which have led to a drastic decline in its population. The western sub-species of hog deer is listed in Appendix III of the Convention on International Trade in Endangered Species of Wild Fauna and Flora (CITES), a treaty signed by 21 countries to protect endangered plants and animals. The eastern hog deer sub-species population from southeast Asia is listed in Appendix I. The population found in Manipur however, is still under Appendix III.
</p>
<p>“Appendix I of the CITES lists the eastern sub-species of hog deer, present only in southeast Asia. Now that our study has established that the KLNP population is the same as the one present in southeast Asia, the KLNP population should also get included in Appendix I, keeping in mind the low genetic diversity and population size of this sub-species. Moreover, since the eastern hog deer population will soon make it into the Critically Endangered Category of the IUCN Red List, the KLNP population should get included too. There are hardly 100 deer of this sub-species in India and the number is dwindling further due to poaching,” said Gupta, adding that the WII study advocates more robust conservation practices for both Indian sub-species of hog deer.
</p>
<p>
Meanwhile, according to a population estimate by the forest department at the KLNP, the population of hog deer in 2018 was 288.
</p>
<p>
Though there is some variation in the population estimates by the forest department and researchers, the importance of conservation of the animal is highlighted by both. The status of the Indian hog deer was upgraded under the Indian Wildlife (Protection) Act, 1972, from Schedule III to Schedule I, which forbids hunting by more stringent rules.
</p>
<p class="source"><a href="https://india.mongabay.com/2019/02/eastern-hog-deer-believed-to-be-confined-to-southeast-asia-found-in-manipur/" target="_blank">Source: https://bit.ly/3fxnCtf</a>
</p>
</div>
</section>
<footer class="footer">
<div class="inner-footer">
<div class="socials">
<ul>
<li><a href="#"><i class="fab fa-facebook"></i></a></li>
<li><a href="#"><i class="fab fa-instagram"></i></a></li>
<li><a href="#"><i class="fab fa-twitter"></i></a></li>
<li><a href="#"><i class="far fa-envelope"></i></a></li>
</ul>
</div>
<div class="home-links">
<ul>
<li class="home-items"><a href="/index.html#about">About Us</a></li>
<li class="home-items"><a href="/index.html#animals">Endangered Animals</a></li>
<li class="home-items"><a href="/index.html#projects">Our Projects</a></li>
<li class="home-items"><a href="/index.html#blog">Blog</a></li>
<li class="home-items"><a href="/index.html#donate">Help Us</a></li>
</ul>
</div>
<div class="newsletter">
Get Weekly Updates From Us
<form action="#">
<input type="text" placeholder="Enter Your Email Address" class="email-input">
<input type="submit" value="Subscribe" class="subscribe-btn">
</form>
</div>
</div>
<div class="copyrights">
Indian Wildlife Preservers © 2021 | All Rights Reserved
</div>
</footer>
</div>