negros-fruit-dove/negros-fruit-dove.html

94 lines
3.6 KiB
HTML
Raw Permalink Normal View History

2026-08-18 12:33:03 +02:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Negros Fruit Dove Conservation</title>
<meta property="og:type" content="website">
<meta property="og:title" content="Negros Fruit Dove Conservation">
<meta property="og:description" content="The Negros Fruit Dove (Ptilinopus neglectus) is a critically endangered bird species found on the island of Negros in the Philippines. This small, plump…">
<meta property="og:url" content="https://alvin-jones.4ort.net/negros-fruit-dove.html">
<meta name="twitter:card" content="summary">
<meta name="description" content="The Negros Fruit Dove (Ptilinopus neglectus) is a critically endangered bird species found on the island of Negros in the Philippines. This small, plump…">
<style>
body {
font-family: 'Courier New', monospace;
background-color: #f5f5dc;
color: #333;
margin: 0;
padding: 0;
}
header {
background-color: #8b4513;
color: #fff;
padding: 1em;
text-align: center;
}
nav {
background-color: #a0522d;
padding: 0.5em;
text-align: center;
}
nav a {
color: #fff;
margin: 0 1em;
text-decoration: none;
}
main {
padding: 1em;
}
section {
margin-bottom: 2em;
}
h1, h2 {
color: #8b4513;
}
footer {
background-color: #8b4513;
color: #fff;
text-align: center;
padding: 1em;
position: fixed;
bottom: 0;
width: 100%;
}
</style>
<script defer src="https://analytics.4ort.xyz/script.js" data-website-id="d3ed927c-888a-4a6c-ae5f-0b1c613ddf5b"></script>
</head>
<body>
<header>
<h1>Negros Fruit Dove Conservation</h1>
</header>
<nav>
<a href="#introduction">Introduction</a>
<a href="#habitat">Habitat</a>
<a href="#conservation">Conservation</a>
<a href="#references">References</a>
</nav>
<main>
<section id="introduction">
<h2>Introduction</h2>
<p>The Negros Fruit Dove (Ptilinopus neglectus) is a critically endangered bird species found on the island of Negros in the Philippines. This small, plump bird is known for its distinctive appearance and unique diet.</p>
</section>
<section id="habitat">
<h2>Habitat</h2>
<p>The Negros Fruit Dove inhabits the forests of Negros, where it feeds on a variety of fruits. Its habitat is under threat due to deforestation and habitat loss.</p>
</section>
<section id="conservation">
<h2>Conservation</h2>
<p>Conservation efforts for the Negros Fruit Dove include habitat restoration, anti-poaching measures, and public education campaigns. These efforts are crucial for the survival of this unique bird species.</p>
</section>
<section id="references">
<h2>References</h2>
<p>For more information, you can refer to the following sources:</p>
<ul>
<li><a href="https://www.iucnredlist.org/species/22690954/21258144">IUCN Red List</a></li>
<li><a href="https://www.birdlife.org/species/negros-fruit-dove">BirdLife International</a></li>
</ul>
</section>
</main>
<footer>
<p>&copy; 2023 Alvin Jones</p>
</footer>
</body>
</html>