september-planner/negros-fruit-dove.html

81 lines
3.5 KiB
HTML
Raw Normal View History

2026-08-21 17:43:41 +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</title>
<meta property="og:type" content="website">
<meta property="og:title" content="Negros Fruit Dove">
<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. It is known for its…">
<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">
<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. It is known for its…">
<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;
}
</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="negros-fruit-dove.html">Negros Fruit Dove</a>
<a href="community-gardening.html">Community Gardening</a>
</nav>
<div class="container">
<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>
</div>
</body>
</html>