angeline-pantry/conservation.html

83 lines
3.6 KiB
HTML
Raw Permalink Normal View History

2026-08-21 00:38:57 +02:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Conservation Efforts</title>
<meta property="og:type" content="website">
<meta property="og:title" content="Conservation Efforts">
<meta property="og:description" content="The Negros Fruit Dove is a critically endangered species, with a population estimated to be less than 100 individuals. The main threats to the species…">
<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://angeline-thomas.4ort.net/conservation.html">
<meta name="twitter:card" content="summary_large_image">
<meta name="description" content="The Negros Fruit Dove is a critically endangered species, with a population estimated to be less than 100 individuals. The main threats to the species…">
<style>
body {
font-family: 'Georgia', serif;
line-height: 1.6;
margin: 0;
padding: 0;
background-color: #f4f4f4;
color: #333;
}
header {
background: #666;
color: #fff;
padding: 1rem 0;
text-align: center;
}
nav {
display: flex;
justify-content: center;
background: #333;
padding: 0.5rem 0;
}
nav a {
color: #fff;
margin: 0 1rem;
text-decoration: none;
}
nav a:hover {
text-decoration: underline;
}
.container {
padding: 2rem;
max-width: 800px;
margin: 0 auto;
}
.bird-image {
max-width: 100%;
height: auto;
display: block;
margin: 0 auto;
}
footer {
text-align: center;
padding: 1rem 0;
background: #333;
color: #fff;
}
</style>
<script defer src="https://analytics.4ort.xyz/script.js" data-website-id="d3ed927c-888a-4a6c-ae5f-0b1c613ddf5b"></script>
</head>
<body>
<header>
<h1>Conservation Efforts</h1>
</header>
<nav>
<a href="index.html">Home</a>
<a href="conservation.html">Conservation</a>
<a href="community.html">Community</a>
</nav>
<div class="container">
<h2>Conservation of the Negros Fruit Dove</h2>
<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">
<p>The Negros Fruit Dove is a critically endangered species, with a population estimated to be less than 100 individuals. The main threats to the species include habitat loss, hunting, and climate change.</p>
<p>Conservation efforts for the Negros Fruit Dove include habitat restoration, anti-poaching measures, and community education programs. These efforts are being carried out by local conservation organizations and government agencies.</p>
<p>One of the key conservation projects is the establishment of protected areas and wildlife reserves. These areas provide a safe haven for the Negros Fruit Dove and other endangered species. Additionally, anti-poaching patrols and community education programs are being implemented to raise awareness about the importance of conservation and to encourage responsible behavior.</p>
</div>
<footer>
<p>&copy; 2026 Angeline Thomas. All rights reserved.</p>
</footer>
</body>
</html>