

Recent Posts:
Codes:

codes:
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>About Us | Yarnell Hill Fire Revelations</title>
<style>
body {
font-family: 'Garamond', serif;
margin: 0;
padding: 20px;
color: #333;
line-height: 1.6;
}
.header, .footer {
text-align: center;
padding: 20px;
background-color: #1a1a1a; /* Dark gray for formality */
color: #fff;
border-bottom: 2px solid #d4a017; /* Gold border */
}
.bios {
display: flex;
flex-wrap: wrap;
gap: 20px;
justify-content: center;
margin-top: 20px;
}
.bio {
background-color: #fff;
border: 2px solid #d4a017; /* Gold border for elegance */
padding: 20px;
border-radius: 8px;
width: 45%;
min-width: 300px;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Subtle shadow for official look */
}
.bio h2 {
color: #d4a017; /* Gold for headings */
border-bottom: 2px solid #d4a017;
padding-bottom: 10px;
font-size: 24px;
text-transform: uppercase; /* Formal, official appearance */
}
.bio p {
font-size: 16px;
margin: 10px 0;
}
.footer p {
font-size: 12px;
color: #ccc;
}
@media (max-width: 768px) {
.bios { flex-direction: column; }
.bio { width: 100%; }
}
</style>
</head>
<body>
<header class="header">
<h1>Yarnell Hill Fire Revelations</h1>
<p>Advocating for Wildfire Safety, Integrity, and Accountability</p>
</header>
<section class="bios">
<div class="bio">
<h2>Joy A. Collura</h2>
<p>Joy A. Collura is a resolute advocate for wildfire prevention, unwavering in her commitment to integrity, accountability, and transparency in protecting communities from wildfire devastation. Having been with the Granite Mountain Hotshots during the Yarnell Hill Fire of 2013 and surviving its tragic outcome, Joy directs her extensive FOIA and public record investigations to uncover truths and expose negligence, ensuring critical lessons are learned to safeguard lives. Her health challenges fuel her mission to demand systemic change, holding leaders and institutions accountable for their actions or inactions, and she envisions a future where the fire industry infrastructure is soon half AI and half human to enhance safety, efficiency, and responsiveness. Joy stands as a principled voice for Firewise communities, defensible spaces, and citizen-led wildfire resilience, prioritizing safety above all, with an unyielding resolve to prevent further loss until her last breath.</p>
<!-- Placeholder for image: <img src="joy-official-photo.jpg" alt="Joy A. Collura" style="width: 200px; border: 2px solid #d4a017;" /> -->
</div>
<div class="bio">
<h2>Fred John Schoeffler</h2>
<p>Fred John Schoeffler is a distinguished wildland firefighting authority with a rigorous commitment to the 10 Standard Firefighting Orders and 18 Situations That Shout Watch Out, as mandated by the National Interagency Fire Center (NIFC). With over five decades of experience in wildland fire management, spanning 1972 to the present, Fred applies his extensive training and disciplined adherence to these critical safety protocols to prevent firefighter injuries and fatalities during wildfire operations. His expertise in fire behavior, risk assessment, and operational discipline ensures the protection of communities and resources in high-risk regions, including Idaho, Arizona, and beyond. Fred’s contributions to this blog are rooted in the precise execution of these foundational principles, offering authoritative guidance to enhance wildfire prevention and response strategies, with an unassailable focus on safety and situational awareness.</p>
<!-- Placeholder for image: <img src="fred-official-photo.jpg" alt="Fred John Schoeffler" style="width: 200px; border: 2px solid #d4a017;" /> -->
</div>
</section>
<footer class="footer">
<p>© 2025 Yarnell Hill Fire Revelations. All rights reserved. This material may not be published, broadcast, rewritten, or redistributed without written permission. Views expressed are of public concern. For disclaimers and privacy policy, visit [link to your Privacy Policy page].</p>
</footer>
</body>
</html>
Comments