-
Notifications
You must be signed in to change notification settings - Fork 0
/
tiger_web.html
134 lines (124 loc) · 7.35 KB
/
tiger_web.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Tiger</title>
<link rel="stylesheet" href="tiger_web.css">
</head>
<body>
<header>
<div class="nav-bar">
<a href="index.html" class="Logo"><img src="img/logo.png" alt="" style="width: 6em; margin-top: 0.5em;"></a>
<div class="navigation">
<div class="nav-items">
<a href="#" style="margin-left: 190px;"><i class="uil uil-times nav-close-btn"></i></a>
<a href="index.html"><i class="uil uil-home"></i>Home</a>
<a href="site1.html"><i class="uil uil-trees"></i>Carbon Footprint</i></a>
<a href="animalcard_glassmorphism.html"><i class="uil uil-pagelines"></i>Animal Database</a>
<a href="indiamap_3.html"><i class="uil uil-envelope"></i>Map 2</a>
<a href="animal-map.html"><i class="uil uil-pagelines"></i>Animal Map</a>
<a href="team.html"><i class="uil uil-info-circle"></i>Our Team</a>
<a href="contact.html"><i class="uil uil-envelope"></i>Contact Us</a>
</div>
</div>
<i style="color: white; margin-top: 30px; margin-right: 25px;" class="uil uil-apps nav-menu-btn"></i>
</div>
</header>
<section>
<div class="Container">
<div class="card">
<div class="imgbx">
<img src="/images/tiger_final.jpg" alt="tiger">
<h2>Bengal Tiger</h2>
<h3>SCIENTIFIC NAME: Panthera tigris tigris</h3>
<h3>STATUS: Endangered</h3>
<h3>CURRENT POPULATION:2000-2500</h3>
</div>
</div>
</div>
</section>
<section>
<div class="Container">
<div class="card1">
<p>
The bengal tiger (Panthera tigris tigris) is the largest living cat species and a member of the genus Panthera. It
is most recognisable for its dark vertical stripes on orange fur with a white underside. An apex
predator, it primarily preys on ungulates, such as deer and wild boar. It is territorial and
generally a solitary but social predator, requiring large contiguous areas of habitat to support its
requirements for prey and rearing of its offspring. Tiger cubs stay with their mother for about two
years and then become independent, leaving their mother's home range to establish their own.
<br>
<br>
The tiger was first scientifically described in 1758. It once ranged widely from the Eastern
Anatolia Region in the west to the Amur River basin in the east, and in the south from the foothills
of the Himalayas to Bali in the Sunda Islands. Since the early 20th century, tiger populations have
lost at least 93% of their historic range and have been extirpated from Western and Central Asia,
the islands of Java and Bali, and in large areas of Southeast and South Asia and China. What remains
of the range where tigers still roam free is fragmented, stretching in spots from Siberian temperate
forests to subtropical and tropical forests on the Indian subcontinent, Indochina and a single
Indonesian island, Sumatra.
<br>
<br>
The tiger is listed as Endangered on the IUCN Red List. As of 2023, the global wild tiger population
is estimated to number 5,574 individuals, with most populations living in small isolated pockets.
India hosts the largest tiger population. Major reasons for population decline are habitat
destruction, habitat fragmentation and poaching. Tigers are also victims of human–wildlife conflict,
due to encroachment in countries with a high human population density.
<br>
<br>
</p>
</div>
</div>
</section>
<section>
<div class="Container">
<div class="card2">
<h2>Protection Scheme</h2>
<p>
Project Tiger is a wildlife conservation movement initiated in India in 1973 to protect bengal
tigers.
<br>
<br>
During the tiger census of 2006, a new methodology was used extrapolating site-specific densities of
tigers, their co-predators and prey derived from camera trap and sign surveys using GIS. Based on
the result of these surveys, the total tiger population was estimated at 1,411 individuals ranging
from 1,165 to 1,657 adult and sub-adult tigers of more than 1.5 years of age.It was claimed that
owing to the project, the number of tigers increased to 2,603–3,346 individuals by 2018.In a
testimony to the success of Project Tiger, in 2023, the 55th tiger reserve in India was declared in
Dholpur-Karauli, Rajasthan, being the State’s fifth tiger reserve.
<ol>
<li>Project Tiger</li>
<li>National Tiger</li>
<li>Wildlife Protection Society of India</li>
<li>Valmiki Tiger Conservation Project</li>
<li>Corbett Foundation</li>
</ol>
</p>
</div>
</div>
</section>
<section>
<div class="Container">
<div class="card3">
<h2>Reason of Endangerment</h2>
<p>
One of the primary reasons that tigers are endangered is poaching and illegal wildlife trade. Tigers
are often hunted for their pelts, bones, teeth, and claws, which are then sold on the black market.
In some cultures, tiger parts are believed to have medicinal properties or are used as status
symbols. This demand for tiger parts has led to a thriving illegal trade, with poachers hunting
tigers even in protected areas.
<br>
<br>
Habitat loss and fragmentation is another significant factor contributing to the endangerment of
tigers. As human populations continue to grow, forests are being cleared to make way for
agricultural land, palm oil plantations, infrastructure development, and timber extraction. This has
led to a rapid decline in the available habitat for tigers, with an estimated 95% of their
historical range lost.
Fragmentation of the remaining habitats also poses a threat, as it leads to smaller, isolated
populations of tigers that are more vulnerable to inbreeding, poaching, and conflicts with humans
</p>
</div>
</div>
</section>
</body>
</html>