-
Notifications
You must be signed in to change notification settings - Fork 0
/
more.html
126 lines (107 loc) · 5.85 KB
/
more.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Page Title</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" media="screen" href="style.css" />
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<script src="https://code.jquery.com/jquery-3.3.1.js"></script>
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<script>
(adsbygoogle = window.adsbygoogle || []).push({
google_ad_client: "ca-pub-7592261961647639",
enable_page_level_ads: true
});
</script>
</head>
<body>
<div class="wrapper">
<header>
<nav>
<div class="menu-icon">
<i class="fa fa-bars fa-2x"></i>
</div>
<div class="logo">
Roatan Turtles
</div>
<div class="menu">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="#">Supporters</a></li>
<li><a href="map.html">Locate Eggs</a></li>
<li><a href="https://hankjustin.github.io/form/">Contact Us</a></li>
</ul>
</div>
</nav>
</header>
<div class="context"><br><br>
<h1 id="info">Loggerhead</h1><br>
<h2>Scientific Name: Caretta caretta</h2>
<img id="edit1" src="img/tur24.jpg" alt="">
<P>
Description: Head is very large with heavy strong jaws. Carapace is bony without ridges and has large, non-overlapping, rough scutes (scales) present with 5 lateral scute. Carapace is heart shaped. Front flippers are short and thick with 2 claws, while
the rear flippers can have 2 or 3 claws. Carapace is a reddish-brown with a yellowish-brown plastron. Hatchlings have a dark-brown carapace with flippers pale brown on margins.</p><br>
<p>Size: Typically 2.5 to 3.5 feet in carapace length (80 to 110 cm).</p><br>
<p>Weight: Adult weigh between 155 and 375 pounds (70 to 170 kg).</p><br>
<p>Diet: Primarily carnivorous and feed mostly on shellfish that live on the bottom of the ocean. They eat horseshoe crabs, clams, mussels, and other invertebrates. Their powerful jaw muscles help them to easily crush the shellfish.</p><br>
<p>Habitat: Prefer to feed in coastal bays and estuaries, as well as in the shallow water along the continental shelves of the Atlantic, Pacific and Indian Oceans.</p><br>
<p>Nesting: Nest at intervals of 2 to 4 years. They lay 3 to 6 nests per season, approximately 12 to 14 days apart. Lays average of between 100 to 126 eggs in each nest. Eggs incubate for about 60 days.
</p>
<img id="edit1" src="img/tur20.jpg" alt=""> <img id="edit1" src="img/tur13.jpg" alt=""> <br>
<p>Threats to Survival: The greatest threat is loss of nesting habitat due to coastal development, predation of nests, and human disturbances (such as coastal lighting and housing developments) that cause disorientations during the emergence
of hatchlings. Other major threats include incidental capture in longline fishing, shrimp trawling and pollution. Incidental capture in fisheries is thought to have played a significant role in the recent population declines observed for
the loggerhead.</p><br>
<p>Population Estimate*: Between 40,000 and 50,000 nesting females.
</P>
<a id="hj1" href="https://hankjustin.github.io/form/" target="_blank">CLICK Hear</a>
<p>to contact us</p>
</div>
</div>
<script type="text/javascript">
$(document).ready(function() {
$(".menu-icon").on("click", function() {
$("nav ul").toggleClass("showing");
});
});
$(window).on("scroll", function() {
if ($(window).scrollTop()) {
$('nav').addClass('black');
} else {
$('nav').removeClass('black');
}
})
</script>
<footer>
<div class="footer-container">
<div class="footer-main">
<div class="footer-column">
<h3>Contact Developer</h3>
<span class="fa fa-phone"><p>(+504)9430-3195</p></span>
<span class="fa fa-envelope"><a id="hj" href="https://hankjustin.github.io/form/" target="_blank">hjbodden95@gmail.com</a></span>
</div>
<div class="footer-column">
<h3>Location of Eggs</h3>
<span class="fa fa-map-marker"><p>Honduras, Roatan West Bay, Grand Roatan.</p></span>
</div>
<div class="footer-column">
<h3>About Us</h3>
<p>The Marine Park of Roatan is hear to protect the waters and what ever lives it, we are watching over the turte eggs and we are waitng patiently for them to hatch, LET'S PROTECT TURTLES LIVES!</p>
</div>
</div>
</div>
<div class="footer-copy-socialmedia">
<div class="main-copy-socialmedia">
<div class="footer-copy">
© 2018, All Rights Reserved - | Watch Turtles Born |.
</div>
<div class="footer-socialmedia">
<a href="https://www.facebook.com/hank.jackson.9809672" target="_blank" class="fa fa-facebook-f"></a>
<a href="https://www.youtube.com/watch?v=g-hvA-PrUT0" target="_blank" class="fa fa-youtube-square"></a>
</div>
</div>
</div>
</footer>
</body>
</html>