low-and-slow-doctrine/negros-fruit-dove.html
2026-08-21 12:22:19 +00:00

123 lines
6.0 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<style id="fort-styles">
[data-fort]{font:inherit;color:inherit}
ul[data-fort]{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.45em}
[data-fort] li{margin:0;padding:0;line-height:1.45;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
[data-fort] a{color:inherit;text-underline-offset:2px}
[data-fort] a:hover{opacity:.72}
[data-fort] .src,[data-fort] .fm-type{opacity:.6;font-size:.85em}
.fort-citizen{display:flex;flex-direction:column;gap:.4em}
.fort-citizen .fc-name{font-weight:600}
.fort-citizen .fc-pages{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.3em}
.fort-media,.fort-film{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:.6em}
.fort-film{list-style:none;margin:0;padding:0}
.fort-film li{overflow:visible;white-space:normal}
.fort-film a{display:flex;flex-direction:column;gap:.3em;text-decoration:none}
.fort-media img,.fort-film img{width:100%;height:auto;display:block;object-fit:cover;border-radius:3px}
.fort-film img{aspect-ratio:16/10}
.fort-nav{display:flex;flex-wrap:wrap;gap:1em;align-items:center}
</style>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>The Negros Fruit Dove</title>
<meta property="og:type" content="website">
<meta property="og:title" content="The Negros Fruit Dove">
<meta property="og:description" content="The Negros Fruit Dove ( Ptilinopus pelewensis ) is a critically endangered bird species found in the Philippines. It is known for its vibrant plumage and…">
<meta property="og:url" content="https://rony-thomas.4ort.net/negros-fruit-dove.html">
<meta name="twitter:card" content="summary">
<meta name="description" content="The Negros Fruit Dove ( Ptilinopus pelewensis ) is a critically endangered bird species found in the Philippines. It is known for its vibrant plumage and…">
<style>
body {
font-family: 'Courier New', monospace;
line-height: 1.6;
margin: 0;
padding: 0;
background-color: #f4f4f4;
color: #333;
}
header {
background: #35424a;
color: white;
padding: 1rem 0;
text-align: center;
}
nav {
display: flex;
justify-content: center;
background: #e8491d;
}
nav a {
color: white;
padding: 1rem;
text-decoration: none;
text-transform: uppercase;
font-size: 0.8rem;
}
nav a:hover {
background: #35424a;
}
.container {
width: 80%;
margin: auto;
overflow: hidden;
padding: 1rem 0;
}
.main-content {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.article {
flex: 1 1 60%;
padding: 1rem;
}
.sidebar {
flex: 1 1 30%;
padding: 1rem;
}
footer {
background: #35424a;
color: white;
text-align: center;
padding: 1rem 0;
margin-top: 1rem;
}
</style>
<script defer src="https://analytics.4ort.xyz/script.js" data-website-id="d3ed927c-888a-4a6c-ae5f-0b1c613ddf5b"></script>
</head>
<body>
<header>
<h1>The Negros Fruit Dove</h1>
</header>
<nav>
<fort-nav><nav class="fort-nav" data-fort="nav"><a href="/films/negros-fruit-dove/">Index</a><a href="/">Rony Thomas</a><a href="/about.html">About Rony Thomas</a><a href="/coster.html">Recipe Coster</a><a href="/services.html">Services</a><a href="/negros-fruit-dove.html" class="active" aria-current="page">The Negros Fruit Dove</a></nav></fort-nav>
</nav>
<div class="container">
<div class="main-content">
<article class="article">
<h2>Introduction</h2>
<p>The Negros Fruit Dove (<em>Ptilinopus pelewensis</em>) is a critically endangered bird species found in the Philippines. It is known for its vibrant plumage and unique diet, which includes fruits. This article explores the conservation status of the Negros Fruit Dove and the efforts being made to protect it.</p>
<h2>Conservation Status</h2>
<p>The Negros Fruit Dove is classified as critically endangered by the International Union for Conservation of Nature (IUCN). The primary threats to its survival include habitat loss, hunting, and climate change. The bird is endemic to the Negros Island in the Philippines, and its population has been declining due to these factors.</p>
<h2>Habitat and Diet</h2>
<p>The Negros Fruit Dove inhabits the tropical forests of Negros Island. Its diet primarily consists of fruits, which it forages for in the forest canopy. The bird's unique diet and habitat make it a fascinating subject for ornithologists and conservationists.</p>
<h2>Conservation Efforts</h2>
<p>Several conservation efforts are underway to protect the Negros Fruit Dove. These include habitat restoration, anti-poaching measures, and public awareness campaigns. The Philippine government and various conservation organizations are working together to ensure the survival of this critically endangered species.</p>
</article>
<aside class="sidebar">
<h2>Related Links</h2>
<ul>
<li><a href="https://www.iucnredlist.org/species/22699849/22642529">IUCN Red List</a></li>
<li><a href="https://www.worldwildlife.org/species/negros-fruit-dove">World Wildlife Fund</a></li>
<li><a href="https://www.birdlife.org/species/negros-fruit-dove">BirdLife International</a></li>
</ul>
</aside>
</div>
</div>
<footer>
<p>&copy; 2024 The Negros Fruit Dove. All rights reserved.</p>
</footer>
</body>
</html>