-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
415 lines (369 loc) · 23.4 KB
/
index.html
File metadata and controls
415 lines (369 loc) · 23.4 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<title>Snow Leopards! - Learn and Explore about how snow leopards have adapted to the changing world!</title>
<meta content="" name="description">
<meta content="" name="keywords">
<link rel="apple-touch-icon" sizes="180x180" href="assets/favicon/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="assets/favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="assets/favicon/favicon-16x16.png">
<link rel="manifest" href="assets/favicon/site.webmanifest">
<link
href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i|Raleway:300,300i,400,400i,600,600i,700,700i"
rel="stylesheet">
<link href="assets/vendor/aos/aos.css" rel="stylesheet">
<link href="assets/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="assets/vendor/bootstrap-icons/bootstrap-icons.css" rel="stylesheet">
<link href="https://unpkg.com/boxicons@2.1.4/css/boxicons.min.css" rel='stylesheet'>
<link href="assets/vendor/swiper/swiper-bundle.min.css" rel="stylesheet">
<link href="assets/css/style.css" rel="stylesheet">
</head>
<body>
<!-- ======= Header ======= -->
<header id="header" class="fixed-top d-flex align-items-center">
<div class="container d-flex align-items-center justify-content-between">
<div class="logo">
<h1 class="text-light"><a href="index.html"><span>Snow Leopards<span style="font-size: 20px;"> by Aarav
Sharma</span></span></a></h1>
</div>
<nav id="navbar" class="navbar">
<ul>
<li><a class="nav-link scrollto active" href="#hero">Home</a></li>
<li><a class="nav-link scrollto" href="#about">About</a></li>
<li><a class="nav-link scrollto" href="#generalInfo">More Information</a></li>
<li><a class="nav-link scrollto" href="#humanImpacts">Human Impact</a></li>
<li><a class="nav-link scrollto" href="#adaptations">Adaptations</a></li>
<li><a class="nav-link scrollto" href="#references">References</a></li>
</ul>
<i class="bi bi-list mobile-nav-toggle"></i>
</nav><!-- .navbar -->
</div>
</header><!-- End Header -->
<!-- ======= Hero Section ======= -->
<section id="hero" class="d-flex align-items-center">
<div class="container">
<div class="row gy-4">
<div class="col-lg-6 order-2 order-lg-1 d-flex flex-column justify-content-center">
<h1>Snow Leopards</h1>
<h2>Learn about how snow leopards are adapting to a changing world!</h2>
<div>
<a href="#about" class="btn-get-started scrollto">Get Started</a>
</div>
</div>
<div class="col-lg-6 order-1 order-lg-2 hero-img">
<img src="assets/img/hero-img.png" class="img-fluid animated" alt="">
</div>
</div>
</div>
</section><!-- End Hero -->
<main id="main">
<!-- ======= About Section ======= -->
<section id="about" class="about">
<div class="container">
<div class="row justify-content-between">
<div class="col-lg-5 d-flex align-items-center justify-content-center about-img">
<img src="assets/img/snowleopard.jpg" style="border-radius: 20px;" class="img-fluid img-big"
alt="" data-aos="zoom-in">
</div>
<div class="col-lg-6 pt-5 pt-lg-0">
<h3 data-aos="fade-up">About Snow Leopards</h3>
<p data-aos="fade-up" data-aos-delay="100">
Snow leopards are a type of large cat. They live in the mountains in the Himalayas, and can
camouflage in the snow!
</p>
<div class="row">
<div class="col-md-6" data-aos="fade-up" data-aos-delay="100">
<i class="bx bxs-binoculars"></i>
<h4>Looks</h4>
<p>Snow Leopards have white and gray fur. This helps them camouflage, and gives them the
name "The Gray Ghost"</p>
</div>
<div class="col-md-6" data-aos="fade-up" data-aos-delay="200">
<i class="bx bx-location-plus"></i>
<h4>Where They Live</h4>
<p>Snow leopards live in mountain ranges of Central and South Asia. They live anywhere
from southern Russia to the Tibetan plateau!</p>
</div>
</div>
</div>
</div>
</div>
</section><!-- End About Section -->
<!-- ======= F.A.Q Section ======= -->
<section id="generalInfo" class="faq section-bg">
<div class="container" data-aos="fade-up">
<div class="section-title">
<h2>Info</h2>
<p>General Information About Snow Leopards</p>
</div>
<ul class="faq-list" id="info" data-aos="fade-up" data-aos-delay="100">
<li>
<div data-bs-toggle="collapse" class="collapsed question" href="#faq1">About Snow Leopards<i
class="bi bi-chevron-down icon-show"></i><i class="bi bi-chevron-up icon-close"></i>
</div>
<div id="faq1" class="collapse" data-bs-parent="#info">
<p>
Snow leopards are a type of carnivorous cat. Their scientific name is Panthera Uncia.
They weigh about 22 to 55 kilograms! They are the only type of large cat that can't
roar, but they also purr louder and more forcefully than a domestic cat.
</p>
</div>
</li>
<li>
<div data-bs-toggle="collapse" href="#faq2" class="collapsed question">Habitat<i
class="bi bi-chevron-down icon-show"></i><i class="bi bi-chevron-up icon-close"></i>
</div>
<div id="faq2" class="collapse" data-bs-parent="#info">
<p>
Snow leopards are found in the mountain ranges of Central and South Asia. They live
anywhere from southern Russia to the Tibetian plateau! That's such a big area that 70%
of their habitat still remains unexplored! They usually live in high alpine regions,
mostly above the treeline and under 18,000 feet in elevation. However, they are always
on the move, and never stay in one place for too long.
</p>
</div>
</li>
<li>
<div data-bs-toggle="collapse" href="#faq3" class="collapsed question">Fun Facts<i
class="bi bi-chevron-down icon-show"></i><i class="bi bi-chevron-up icon-close"></i>
</div>
<div id="faq3" class="collapse" data-bs-parent="#info">
<p>
Snow leopards have a white-grey coat to help camouflage in the snowy mountains. They can
sneak up on their prey. This has given them the name, “The Ghost of the Mountain”. They
can also jump up to six times their body length thanks to their powerful hind legs!
</p>
</div>
</li>
<li>
<div data-bs-toggle="collapse" href="#faq7" class="collapsed question">Symbiotic Relationship <i
class="bi bi-chevron-down icon-show"></i><i class="bi bi-chevron-up icon-close"></i>
</div>
<div id="faq7" class="collapse" data-bs-parent="#info">
<p>
The snow leopard has a symbiotic relationship with the Himalayan Griffon Vultures. The
vultures eat the dead carcass that the snow leopard has hunted. Therefore, this is
commensalism as the vultures benefit from the snow leopard, and the snow leopard isn’t
harmed. Snow leopards also have a symbiotic relationship with the tibetan Blue Sheep.
The snow leopard eats the weakest of the flock. This is useful for the snow leopard
because he gets food, and it's useful for the tibetan Blue Sheep because the weak sheep
only slow the flock down. Therefore, this is mutualism.
</p>
</div>
</li>
</ul>
</div>
</section><!-- End F.A.Q Section -->
<!-- ======= Services Section ======= -->
<section id="humanImpacts" class="services">
<div class="container" data-aos="fade-up">
<div class="section-title">
<h2>Human Impact</h2>
<p>How Humans Have Impacted Snow Leopards</p>
</div>
<div class="row">
<div class="col-md-6 col-lg-3 d-flex align-items-stretch" data-aos="zoom-in" data-aos-delay="100">
<div class="icon-box">
<div class="icon"><i class="bx bx-world"></i></div>
<h4 class="title"><a href="">Land Encroachment</a></h4>
<p class="description">Humans have stolen land from snow leopards for their houses, shops,
and other needs.
</p>
</div>
</div>
<div class="col-md-6 col-lg-3 d-flex align-items-stretch" data-aos="zoom-in" data-aos-delay="200">
<div class="icon-box">
<div class="icon"><i class="bx bx-trophy"></i></div>
<h4 class="title"><a href="">Hunting And Poaching</a></h4>
<p class="description">Snow leopards have been hunted and poached for money, and for
trophies.</p>
</div>
</div>
<div class="col-md-6 col-lg-3 d-flex align-items-stretch" data-aos="zoom-in" data-aos-delay="300">
<div class="icon-box">
<div class="icon"><i class="bx bx-baguette"></i></div>
<h4 class="title"><a href="">Loss of Prey</a></h4>
<p class="description">Humans have also killed snow leopard's prey, causing them to
starve!</p>
</div>
</div>
<div class="col-md-6 col-lg-3 d-flex align-items-stretch" data-aos="zoom-in" data-aos-delay="400">
<div class="icon-box">
<div class="icon"><i class="bx bxs-thermometer"></i></div>
<h4 class="title"><a href="">Climate Change</a></h4>
<p class="description">Climate Change is causing the snow leopard's land to dwindle. The
higher tempratures are causing the snow to melt.</p>
</div>
</div>
</div>
</div>
</section><!-- End Services Section -->
<section class="iframe-cont section-bg">
<iframe width="560" height="315" src="https://www.youtube.com/embed/jMmtdFeGLww?si=2bRBGhsbfhzDmPQh"
title="YouTube video player" frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
allowfullscreen></iframe>
</section>
<!-- ======= F.A.Q Section ======= -->
<section id="adaptations" class="faq">
<div class="container" data-aos="fade-up">
<div class="section-title">
<h2>Adaptations</h2>
<p>How Snow Leopards Adapted</p>
</div>
<ul class="faq-list" id="adapt" data-aos="fade-up" data-aos-delay="100">
<li>
<div data-bs-toggle="collapse" class="collapsed question" href="#faq4">Physical<i
class="bi bi-chevron-down icon-show"></i><i class="bi bi-chevron-up icon-close"></i>
</div>
<div id="faq4" class="collapse" data-bs-parent="#adapt">
<p>
Snow leopards have a well-developed chest that helps them draw oxygen from the thin air
at high altitudes. They also have short forelimbs with sizable paws, long hind legs, and
a thick, long tail which helps them balance on rocks, even when there are strong winds.
Snow leopards also have smokey-grey fur, which helps them camouflage in the snow around
them! Its round, short ears reduce heat loss, and the wide, short nasal cavity warms the
air before it reaches the cat's lungs. Its extra large paws keep the cat from sinking
into the snow, like a pair of natural snow shoes.
</p>
<div class="img-cont">
<img
src="https://i.natgeofe.com/k/e196909e-a9f9-4437-95db-7cd9a039254f/snow-leopard-fullbody_3x2.jpg">
</div>
</div>
</li>
<li>
<div data-bs-toggle="collapse" href="#faq5" class="collapsed question">Behavioral<i
class="bi bi-chevron-down icon-show"></i><i class="bi bi-chevron-up icon-close"></i>
</div>
<div id="faq5" class="collapse" data-bs-parent="#adapt">
<p>
Snow leopards have learned to be elusive to avoid capture. They even avoid other snow
leopards. They have never attacked humans, but rather have run away and hid, taking
advantage of their knowledge of their homeland. They also have adopted a crepuscular
activity pattern, which means that they are most active at dusk and dawn. In order to
communicate snow leopards leave markings on the landscape that other cats will find.
They scrape the ground with their hind legs and spray urine against rocks to mark their
territory or locate mates.
</p>
<div class="img-cont">
<img
src="https://www.atlanticcouncil.org/wp-content/uploads/2022/12/snow-leopard-2023-scaled.jpg">
<img
src="https://cdn-0.rangerplanet.com/wp-content/uploads/2021/06/when-animals-are-active-2.jpg">
</div>
</div>
</li>
<li>
<div data-bs-toggle="collapse" href="#faq6" class="collapsed question">Climate Change<i
class="bi bi-chevron-down icon-show"></i><i class="bi bi-chevron-up icon-close"></i>
</div>
<div id="faq6" class="collapse" data-bs-parent="#adapt">
<p>
Snow leopards are estimated to lose more than 30% of their land because of climate
change. As the weather gets warmer, more of their snow is melting and the tree lines are
moving up. This is forcing them to move to higher elevations where snow is more
plentiful and there are less trees. The only way to reverse this is to stop climate
change by reducing emissions of greenhouse gases, and using renewable energy sources.
Climate change also affects other animals, and at this rate, lots of animals are or soon
will be endangered.
</p>
<div class="img-cont">
<img
src="https://www.newsecuritybeat.org/wp-content/uploads/2021/02/shutterstock_324590741-645x430.jpg">
</div>
</div>
</li>
<li>
<div data-bs-toggle="collapse" href="#faq8" class="collapsed question">Human Impacts<i
class="bi bi-chevron-down icon-show"></i><i class="bi bi-chevron-up icon-close"></i>
</div>
<div id="faq8" class="collapse" data-bs-parent="#adapt">
<p>
Snow leopards are currently an endangered species. This is because of land encroachment
by humans, them being hunted and poached, being hunted for trophies, and from humans
killing their prey. We must protect snow leopards by reducing development in their
habitat, ban the killing of snow leopards in all the countries where snow leopards live,
and stop black markets for snow leopard fur.
</p>
</div>
</li>
</ul>
</div>
</section><!-- End F.A.Q Section -->
<section class="iframe-cont section-bg">
<iframe width="560" height="315" src="https://www.youtube.com/embed/JTlveCrymV8?si=M8Zm0qhiRySZ-cnb"
title="YouTube video player" frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
allowfullscreen></iframe>
</section>
<!-- ======= Services Section ======= -->
<section id="references" class="services">
<div class="container" data-aos="fade-up">
<div class="section-title">
<h2>References</h2>
<p>My Sources For This Project</p>
</div>
<div class="row">
<div class="col-md-6 col-lg-3 d-flex align-items-stretch" data-aos="zoom-in" data-aos-delay="100">
<div class="icon-box">
<div class="icon link-icon"><a href="https://www.worldwildlife.org/species/snow-leopard"><i
class="bx bx-link"></i></a></div>
<h4 class="title"><a href="https://www.worldwildlife.org/species/snow-leopard"
style="color: #eb5d1e">WorldWildLife</a></h4>
<p class="description">
World Wild Life want to protect endangered animals and increase awareness about them!
</p>
</div>
</div>
<div class="col-md-6 col-lg-3 d-flex align-items-stretch" data-aos="zoom-in" data-aos-delay="200">
<div class="icon-box">
<div class="icon link-icon"><a href="https://snowleopard.org/snow-leopard-facts/"><i
class="bx bx-link"></i></a></div>
<h4 class="title"><a href="https://snowleopard.org/snow-leopard-facts/"
style="color: #eb5d1e">Snow Leopard Trust</a></h4>
<p class="description">
The Snow Leopard Trust aims to protect this snow leopards through community-based
conservation projects!
</p>
</div>
</div>
<div class="col-md-6 col-lg-3 d-flex align-items-stretch" data-aos="zoom-in" data-aos-delay="300">
<div class="icon-box">
<div class="icon link-icon"><a href="https://www.britannica.com/animal/snow-leopard"><i
class="bx bx-link"></i></a></div>
<h4 class="title"><a href="https://www.britannica.com/animal/snow-leopard"
style="color: #eb5d1e">Britannica</a></h4>
<p class="description">
Britannica was the longest-running in-print encyclopedia in the English language. This
is their website.
</p>
</div>
</div>
<div class="col-md-6 col-lg-3 d-flex align-items-stretch" data-aos="zoom-in" data-aos-delay="400">
<div class="icon-box">
<div class="icon link-icon"><a href="https://kids.nationalgeographic.com/animals/mammals/facts/snow-leopard"><i
class="bx bx-link"></i></a></div>
<h4 class="title"><a
href="https://kids.nationalgeographic.com/animals/mammals/facts/snow-leopard"
style="color: #eb5d1e">National Geographic Kids</a></h4>
<p class="description">
National Geographic uses the power of science, exploration, and storytelling to
illuminate and protect the wonder of our world.
</p>
</div>
</div>
</div>
</div>
</section><!-- End Services Section -->
</main>
<a href="#" class="back-to-top d-flex align-items-center justify-content-center"><i
class="bi bi-arrow-up-short"></i></a>
<script src="assets/vendor/aos/aos.js"></script>
<script src="assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="assets/vendor/swiper/swiper-bundle.min.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>