-
Notifications
You must be signed in to change notification settings - Fork 1
/
wild.html
48 lines (43 loc) · 2.32 KB
/
wild.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="css/about2.min.css">
<link href="https://fonts.googleapis.com/css?family=Poppins&display=swap" rel="stylesheet">
<title>WILD</title>
</head>
<body>
<div class="photos">
<!-- Slideshow container -->
<div class="slideShow">
<div id="slide1" class="slideShow-items fade">
<img class="slide" src="res/wild/photo5.jpg" >
</div>
<div id="slide2" class="slideShow-items fade">
<img class="slide" src="res/wild/photo2.jpg" style="width:100%">
</div>
<div id="slide3" class="slideShow-items fade">
<img class="slide" src="res/wild/photo3.jpg" style="width:100%">
</div>
<div id="slide4" class="slideShow-items fade">
<img class="slide" src="res/wild/photo4.jpg" style="width:100%">
</div>
<!-- Next and previous buttons -->
<a class="prev" onclick="prevSlide(-1)">❮</a>
<a class="next" onclick="nextSlide(1)">❯</a>
</div>
</div>
<div class="content">
<div class="photos slideShow-items fade">
<img class="slide" src="res/wild/photo4.jpg" style="width:100%;opacity: 0;pointer-events: none;">
</div>
<h1>WILD</h1>
Despite its small size Sri Lanka boasts of one of the highest rates of biological endemism in the world whether in plants or animals and is included among the top five biodiversity hotspots in the world. Of the ninety-one species of mammals found in Sri Lanka Asian elephants, sloth bear, leopards, sambar and wild buffaloes engages the majority of the attention of wildlife enthusiast. Yet the rarest mammals of Sri Lanka are the red slender Loris, Toque Macaque, and Purple-faced Langur, who according to IUCN clarifications are endangered due to habitat loss.
<br><br>
Meanwhile the ocean around Sri Lanka is home to large families of cetaceans including the mighty blue whales, sperm whales and lively dolphins. Altogether 26 species of cetaceans rule the waters surrounding the country, making it one of the best locations for whale and dolphin watching.
<br><br>
</div>
</body>
<script src="js/App2.min.js"></script>
</html>