september-planner/negros-fruit-dove.html

97 lines
5.1 KiB
HTML
Raw Permalink Normal View History

2026-08-21 17:43:41 +02:00
<!DOCTYPE html>
<html lang="en">
<head>
2026-08-22 01:44:21 +02:00
<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>
2026-08-21 17:43:41 +02:00
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
2026-08-22 01:44:21 +02:00
<title>Negros Fruit Dove — Ann Garrett, Third Ward</title>
2026-08-21 17:43:41 +02:00
<meta property="og:type" content="website">
<meta property="og:title" content="Negros Fruit Dove">
2026-08-22 01:44:21 +02:00
<meta property="og:description" content="The Negros Fruit Dove, also known as the Negros Bleeding Heart, is a critically endangered species of bird found in the Philippines.">
2026-08-21 17:43:41 +02:00
<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://ann-garrett.4ort.net/negros-fruit-dove.html">
<meta name="twitter:card" content="summary_large_image">
2026-08-22 01:44:21 +02:00
<meta name="description" content="The Negros Fruit Dove, also known as the Negros Bleeding Heart, is a critically endangered species of bird found in the Philippines.">
2026-08-21 17:43:41 +02:00
<style>
body {
font-family: 'Times New Roman', Times, serif;
line-height: 1.6;
margin: 0;
padding: 0;
background-color: #f4f4f4;
color: #333;
}
header {
background-color: #6b8e23;
color: white;
padding: 1rem 0;
text-align: center;
}
nav {
display: flex;
justify-content: center;
background-color: #556b2f;
}
nav a {
color: white;
padding: 14px 20px;
text-decoration: none;
text-align: center;
}
nav a:hover {
background-color: #8fbc8f;
}
.container {
padding: 2rem;
max-width: 800px;
margin: 0 auto;
}
h1, h2 {
color: #6b8e23;
}
.bird-image {
max-width: 100%;
height: auto;
display: block;
margin: 0 auto;
}
2026-08-22 01:44:21 +02:00
.fort-nav a{background:none;padding:6px 14px;color:#fff}
2026-08-21 17:43:41 +02:00
</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>
<div class="container">
2026-08-22 01:44:21 +02:00
<fort-nav><nav class="fort-nav" data-fort="nav"><a href="/">Ann Garrett</a><a href="/films/second-sowing/">Index</a><a href="/august-on-a-ruled-plate.html">August on a Ruled Plate</a><a href="/negros-fruit-dove.html" class="active" aria-current="page">Negros Fruit Dove</a><a href="/putting-up-august.html">Putting Up August</a><a href="/september-planner.html">The September Planner</a></nav></fort-nav>
2026-08-21 17:43:41 +02:00
<h2>About the Negros Fruit Dove</h2>
<p>The Negros Fruit Dove, also known as the Negros Bleeding Heart, is a critically endangered species of bird found in the Philippines. It is known for its vibrant plumage and unique behavior.</p>
<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" class="bird-image">
<h2>Conservation Status</h2>
<p>The Negros Fruit Dove is listed as Critically Endangered by the IUCN. It is endemic to the island of Negros in the Philippines and is known for its unique breeding behavior and vibrant plumage.</p>
<h2>Habitat</h2>
<p>The Negros Fruit Dove inhabits the forests of the island of Negros. It is known for its unique breeding behavior, which involves the male feeding the female while she incubates the eggs.</p>
<h2>Threats</h2>
<p>The main threats to the Negros Fruit Dove include habitat loss and hunting. Conservation efforts are underway to protect this critically endangered species.</p>
2026-08-22 01:44:21 +02:00
<p style="margin-top:2rem">Also from the Third Ward &mdash; <a href="/putting-up-august.html">Putting Up August</a>, the canning ledger, and <a href="/">home</a>.</p>
2026-08-21 17:43:41 +02:00
</div>
</body>
</html>