negros-fruit-dove/negros-fruit-dove.html
2026-08-18 11:30:17 +00:00

92 lines
4.1 KiB
HTML

<!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</title>
<meta property="og:type" content="website">
<meta property="og:title" content="Negros Fruit Dove">
<meta property="og:description" content="The Negros Fruit Dove, scientifically known as Ptilinopus arcanus , is a species of bird endemic to the island of Negros in the Philippines. This bird is…">
<meta property="og:image" content="https://images.pexels.com/photos/13205080/pexels-photo-13205080.jpeg?auto=compress&amp;cs=tinysrgb&amp;dpr=2&amp;h=650&amp;w=940">
<meta property="og:url" content="https://alan-destin.4ort.net/negros-fruit-dove.html">
<meta name="twitter:card" content="summary_large_image">
<meta name="description" content="The Negros Fruit Dove, scientifically known as Ptilinopus arcanus , is a species of bird endemic to the island of Negros in the Philippines. This bird is…">
<style>
body {
font-family: Georgia, serif;
line-height: 1.6;
margin: 0;
padding: 0;
background-color: #f4f4f4;
color: #333;
}
header {
background-color: #35424a;
color: white;
padding: 1rem 0;
text-align: center;
}
nav {
display: flex;
justify-content: center;
background-color: #333;
}
nav a {
color: white;
padding: 14px 20px;
text-decoration: none;
text-align: center;
}
nav a:hover {
background-color: #ddd;
color: black;
}
.container {
width: 80%;
margin: auto;
overflow: hidden;
padding: 20px;
background: #fff;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.image-container {
text-align: center;
margin: 20px 0;
}
.image-container img {
max-width: 100%;
height: auto;
}
footer {
text-align: center;
padding: 1rem 0;
background-color: #35424a;
color: white;
}
</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</h1>
</header>
<nav>
<a href="index.html">Home</a>
<a href="reading-the-iron.html">Reading the Iron</a>
<a href="fall-home-maintenance-guide.html">Fall Home Maintenance Guide</a>
</nav>
<div class="container">
<div class="image-container">
<img src="https://images.pexels.com/photos/13205080/pexels-photo-13205080.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940" alt="Negros Fruit Dove">
</div>
<p>The Negros Fruit Dove, scientifically known as <em>Ptilinopus arcanus</em>, is a species of bird endemic to the island of Negros in the Philippines. This bird is critically endangered, with only a few hundred individuals remaining in the wild.</p>
<p>Negros Fruit Dove is a medium-sized bird with a distinctive appearance. It has a glossy black plumage with a greenish sheen, and a white patch on its throat. The bird's eyes are a striking red, which is a common feature among fruit doves.</p>
<p>The diet of the Negros Fruit Dove primarily consists of fruits. They are known to feed on a variety of fruits found in the forests of Negros, contributing to the dispersal of seeds and the ecosystem's health.</p>
<p>Due to habitat loss and hunting, the population of the Negros Fruit Dove has significantly declined. Conservation efforts are underway to protect the remaining habitats and to raise awareness about the plight of this critically endangered bird.</p>
<p>For more information, you can visit the <a href="https://www.iucnredlist.org/species/22691568/22494394">IUCN Red List</a>.</p>
</div>
<footer>
<p>&copy; 2023 Alan Destin</p>
</footer>
</body>
</html>