angeline-pantry/community.html

83 lines
3.6 KiB
HTML
Raw 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>Community Involvement</title>
<meta property="og:type" content="website">
<meta property="og:title" content="Community Involvement">
<meta property="og:description" content="Community involvement is crucial in the conservation of the Negros Fruit Dove. Local communities play a vital role in protecting 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/community.html">
<meta name="twitter:card" content="summary_large_image">
<meta name="description" content="Community involvement is crucial in the conservation of the Negros Fruit Dove. Local communities play a vital role in protecting the species' habitat and…">
<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>Community Involvement</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>Community Involvement in the 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>Community involvement is crucial in the conservation of the Negros Fruit Dove. Local communities play a vital role in protecting the species' habitat and raising awareness about the importance of conservation.</p>
<p>Community education programs are being implemented to teach local residents about the Negros Fruit Dove and the threats it faces. These programs include workshops, school visits, and community events. The goal is to empower local communities to take an active role in conservation efforts.</p>
<p>Additionally, community-based conservation projects are being established. These projects involve local residents in the protection and management of the Negros Fruit Dove's habitat. By involving the community, these projects ensure that conservation efforts are sustainable and effective.</p>
</div>
<footer>
<p>&copy; 2026 Angeline Thomas. All rights reserved.</p>
</footer>
</body>
</html>