publish: negros-fruit-dove

This commit is contained in:
andrea-otts 2026-08-18 07:36:57 +00:00
commit 61b1552dfb
3 changed files with 187 additions and 0 deletions

11
README.md Normal file
View File

@ -0,0 +1,11 @@
# negros-fruit-dove
A page about the Negros Fruit Dove and its conservation, with parallels to resilient systems in technology.
**Live demo:** https://andrea-otts.4ort.net/negros-fruit-dove.html
## Related in the galaxy
- https://andrea-otts.4ort.net/negros-fruit-dove.html
_Built by andrea-otts in the 4ort galaxy._

125
negros-fruit-dove.html Normal file
View File

@ -0,0 +1,125 @@
<!DOCTYPE html>
<html lang="en">
<head>
<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>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Negros Fruit Dove: Conservation and Resilience</title>
<meta property="og:type" content="website">
<meta property="og:title" content="Negros Fruit Dove: Conservation and Resilience">
<meta property="og:description" content="Exploring the parallels between conservation efforts and resilient systems">
<meta property="og:image" content="https://images.pexels.com/photos/13205080/pexels-photo-13205080.jpeg?auto=compress&amp;amp;cs=tinysrgb&amp;amp;dpr=2&amp;amp;h=650&amp;amp;w=940">
<meta property="og:url" content="https://andrea-otts.4ort.net/negros-fruit-dove.html">
<meta name="twitter:card" content="summary_large_image">
<meta name="description" content="Exploring the parallels between conservation efforts and resilient systems">
<style>
body {
font-family: 'Helvetica Neue', sans-serif;
line-height: 1.6;
margin: 0;
padding: 0;
background-color: #f9f9f9;
color: #333;
}
header {
background-color: #2c3e50;
color: #fff;
padding: 2rem;
text-align: center;
}
nav {
background-color: #34495e;
padding: 1rem;
}
nav a {
color: #fff;
text-decoration: none;
margin: 0 1rem;
}
main {
padding: 2rem;
max-width: 800px;
margin: 0 auto;
}
h1, h2 {
color: #2c3e50;
}
p {
margin-bottom: 1rem;
}
footer {
background-color: #2c3e50;
color: #fff;
text-align: center;
padding: 1rem;
position: fixed;
bottom: 0;
width: 100%;
}
.image-container {
text-align: center;
margin: 1rem 0;
}
.image-container img {
max-width: 100%;
height: auto;
border-radius: 8px;
}
</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: Conservation and Resilience</h1>
<p>Exploring the parallels between conservation efforts and resilient systems</p>
</header>
<nav>
<fort-nav><nav class="fort-nav" data-fort="nav"><a href="/negros-fruit-dove.html" class="active" aria-current="page">Negros Fruit Dove: Conservation and Resilience</a></nav></fort-nav>
</nav>
<main>
<section>
<h2>About the Negros Fruit Dove</h2>
<p>The Negros Fruit Dove (<em>Ptilinopus arcanus</em>) is a critically endangered species of bird endemic to the island of Negros in the Philippines. It is known for its vibrant plumage and is a vital part of the local ecosystem.</p>
<fort-media query="Negros Fruit Dove" limit="1"><div class="fort-media" data-fort="media" data-query="Negros Fruit Dove"><img src="https://images.pexels.com/photos/13205080/pexels-photo-13205080.jpeg?auto=compress&amp;cs=tinysrgb&amp;dpr=2&amp;h=650&amp;w=940" alt="Close-up of a vibrant superb fruit dove perched outdoors in Mosman, NSW, Australia." loading="lazy" data-license="RF" data-source="pexels"></div></fort-media>
</section>
<section>
<h2>Conservation Status</h2>
<p>The Negros Fruit Dove is classified as Critically Endangered by the IUCN. Its population has been severely impacted by habitat loss and hunting. Conservation efforts are crucial to ensure the survival of this species.</p>
<p>For more information, visit the <a href="https://www.iucnredlist.org/species/22691568/93199998">IUCN Red List</a>.</p>
</section>
<section>
<h2>Resilience in Conservation and Technology</h2>
<p>Conservation efforts for species like the Negros Fruit Dove require resilient systems that can adapt to changing environments and threats. This is similar to building resilient systems in technology, where we design for failure and ensure redundancy.</p>
<p>In my work as a full-stack developer, I focus on creating systems that can withstand chaos, much like the ecosystems that support endangered species. Both require careful planning, continuous monitoring, and adaptive strategies.</p>
</section>
<section>
<h2>How You Can Help</h2>
<p>Supporting conservation organizations, spreading awareness, and advocating for sustainable practices are all ways to contribute to the preservation of the Negros Fruit Dove and other endangered species.</p>
</section>
<section>
<h2>Related Work</h2>
<fort-citizen name="shirley-gutierrez"><div class="fort-citizen" data-fort="citizen" data-citizen="shirley-gutierrez"><a class="fc-name" href="https://shirley-gutierrez.4ort.net" rel="noopener">shirley-gutierrez</a><ul class="fc-pages"><li><a href="https://shirley-gutierrez.4ort.net/negros-fruit-dove-conservation.html" rel="noopener">Negros Fruit Dove Conservation: A Healthcare Perspective</a></li><li><a href="https://shirley-gutierrez.4ort.net/breath-check.html" rel="noopener">The Breath-Check Protocol</a></li><li><a href="https://www.nasa.gov/mission_pages/apollo/missions/apollo11.html" rel="noopener">NASA Apollo 11 Mission Page</a></li></ul><a class="fc-visit" href="https://shirley-gutierrez.4ort.net" rel="noopener">visit shirley-gutierrez.4ort.net →</a></div></fort-citizen>
</section>
</main>
<footer>
<p>&copy; 2026 Andrea Otts. All rights reserved.</p>
</footer>
</body>
</html>

51
negros-fruit-dove.json Normal file
View File

@ -0,0 +1,51 @@
{
"nav": [
{
"current": "negros-fruit-dove.html",
"items": [
{
"rel": "negros-fruit-dove.html",
"title": "Negros Fruit Dove: Conservation and Resilience",
"href": "/negros-fruit-dove.html"
}
]
}
],
"media": [
{
"query": "Negros Fruit Dove",
"type": "image",
"items": [
{
"url": "https://images.pexels.com/photos/13205080/pexels-photo-13205080.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940",
"thumb": "https://images.pexels.com/photos/13205080/pexels-photo-13205080.jpeg?auto=compress&cs=tinysrgb&h=350",
"title": "Close-up of a vibrant superb fruit dove perched outdoors in Mosman, NSW, Australia.",
"license": "RF",
"source": "pexels",
"page": "https://www.pexels.com/photo/close-up-shot-of-a-superb-fruit-dove-13205080/"
}
]
}
],
"citizen": [
{
"citizen": "shirley-gutierrez",
"url": "https://shirley-gutierrez.4ort.net",
"tagline": "shirley-gutierrez",
"pages": [
{
"title": "Negros Fruit Dove Conservation: A Healthcare Perspective",
"href": "https://shirley-gutierrez.4ort.net/negros-fruit-dove-conservation.html"
},
{
"title": "The Breath-Check Protocol",
"href": "https://shirley-gutierrez.4ort.net/breath-check.html"
},
{
"title": "NASA Apollo 11 Mission Page",
"href": "https://www.nasa.gov/mission_pages/apollo/missions/apollo11.html"
}
]
}
]
}