publish: negros-fruit-dove
This commit is contained in:
parent
cbcb5b9e24
commit
7cf3a099da
92
negros-fruit-dove.html
Normal file
92
negros-fruit-dove.html
Normal file
@ -0,0 +1,92 @@
|
||||
<!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, scientifically known as Ptilinopus arcanus, is a species of bird in the family Columbidae. It is endemic to the island of Negros in…">
|
||||
<meta property="og:image" content="https://images.pexels.com/photos/13205080/pexels-photo-13205080.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940">
|
||||
<meta property="og:url" content="https://anthony-navarrete.4ort.net/negros-fruit-dove.html">
|
||||
<meta name="twitter:card" content="summary_large_image">
|
||||
<meta name="description" content="The Negros Fruit Dove, scientifically known as Ptilinopus arcanus, is a species of bird in the family Columbidae. It is endemic to the island of Negros in…">
|
||||
<style>
|
||||
body {
|
||||
font-family: 'Arial', sans-serif;
|
||||
line-height: 1.6;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
background-color: #f4f4f4;
|
||||
color: #333;
|
||||
}
|
||||
header {
|
||||
background: #50b3a2;
|
||||
color: white;
|
||||
padding: 1rem 0;
|
||||
text-align: center;
|
||||
}
|
||||
nav {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
background: #333;
|
||||
}
|
||||
nav a {
|
||||
color: white;
|
||||
padding: 1rem;
|
||||
text-decoration: none;
|
||||
text-transform: uppercase;
|
||||
font-size: 0.8rem;
|
||||
}
|
||||
nav a:hover {
|
||||
background: #50b3a2;
|
||||
}
|
||||
.container {
|
||||
width: 80%;
|
||||
margin: auto;
|
||||
overflow: hidden;
|
||||
padding: 2rem 0;
|
||||
}
|
||||
.content {
|
||||
background: white;
|
||||
padding: 2rem;
|
||||
margin-bottom: 2rem;
|
||||
}
|
||||
footer {
|
||||
background: #333;
|
||||
color: white;
|
||||
text-align: center;
|
||||
padding: 1rem 0;
|
||||
position: fixed;
|
||||
width: 100%;
|
||||
bottom: 0;
|
||||
}
|
||||
</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>
|
||||
</nav>
|
||||
<div class="container">
|
||||
<div class="content">
|
||||
<h2>Overview</h2>
|
||||
<p>The Negros Fruit Dove, scientifically known as Ptilinopus arcanus, is a species of bird in the family Columbidae. It is endemic to the island of Negros in the Philippines.</p>
|
||||
<h2>Conservation Status</h2>
|
||||
<p>The Negros Fruit Dove is classified as Critically Endangered by the IUCN. The primary threats to this species include habitat loss, hunting, and the pet trade.</p>
|
||||
<h2>Habitat</h2>
|
||||
<p>The Negros Fruit Dove inhabits the montane forests of Negros. It is known to frequent areas with dense vegetation and a variety of fruit trees.</p>
|
||||
<h2>Behavior</h2>
|
||||
<p>The Negros Fruit Dove is a social bird that often forages in pairs or small groups. It is known for its distinctive call, which is a series of soft, musical notes.</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">
|
||||
</div>
|
||||
</div>
|
||||
<footer>
|
||||
<p>Negros Fruit Dove Conservation Guide © 2023</p>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Reference in New Issue
Block a user