-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbeluga.html
73 lines (66 loc) · 2.9 KB
/
beluga.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Beluga Whale</title>
<link rel="stylesheet" href="beluga.css">
</head>
<body>
<div class="banner">
<div class="content">
<div class="title">BELUGA WHALE</div>
</div>
</div>
<section class="gridab">
<h2 class="autoShow">ABOUT</h2>
</section>
<section class="grid grid-2">
<div class="autoShow">
<figure>
<img src="beluga1.jpeg" alt="Beluga Whale Swimming">
</figure>
<p>
The Beluga Whale (*Delphinapterus leucas*) is a small-to-medium-sized whale found in Arctic and sub-Arctic waters.
Known for their distinctive white color and prominent melon (the rounded forehead), these whales are often referred to as
"canaries of the sea" due to their wide range of vocal sounds. Belugas are social creatures and are frequently seen in
groups, or pods, making them one of the most vocal marine mammals.
</p>
</div>
<div class="autoShow">
<p>
Belugas are highly adaptable and are capable of living in some of the coldest waters of any cetacean. They primarily
feed on fish, crustaceans, and other invertebrates, and are known to dive to depths of over 800 meters (2,600 feet)
in search of food. Their ability to communicate with each other through clicks, whistles, and chirps makes them
unique in the world of marine mammals. Unfortunately, the Beluga whale is facing increasing threats from climate change,
habitat destruction, and human activities like shipping and oil exploration.
</p>
</div>
<div class="autoShow">
<figure>
<img src="beluga2.jpeg" alt="Beluga Whale Group">
</figure>
<p>
As an important part of the Arctic ecosystem, Belugas are facing challenges due to the effects of global warming.
Melting ice is reducing their habitat, and as Arctic waters warm, the availability of their prey is also threatened.
Conservation efforts are critical to ensuring that Beluga whales continue to thrive in the wild, especially as they are
protected under various environmental regulations in Canada, the U.S., and Russia.
</p>
</div>
<div class="autoShow">
<figure>
<img src="beluga3.webp" alt="Beluga Whale Pod">
</figure>
</div>
</section>
<section class="grid grid-3">
<div class="autoBLur">THE</div>
<div class="autoBLur">BELUGA</div>
<div class="autoBLur">WHALE</div>
<div class><a href="feed.html">FEED THEM ↗</a></div>
<div class="autoBLur">
<a>HOME ↗</a>
</div>
</section>
</body>
</html>