<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>R123 News - Awards</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@picocss/pico@1/css/pico.min.css">
<link rel="stylesheet" href="style.css">
</head>
<body>
<!-- Navigation -->
<nav class="container-fluid">
<ul><li><strong>R123News</strong></li></ul>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="breaking-news.html">Breaking News</a></li>
<li><a href="podcasts.html">Podcasts</a></li>
<li><a href="speak-out.html">Speak Out</a></li>
<li><a href="patient-education.html">Patient Education</a></li>
<li><a href="memorial.html">Memorial</a></li>
<li><a href="legal-rights.html">Legal Rights</a></li>
<li><a href="good-care.html">Good Care</a></li>
<li><a href="accountability-directory.html">Accountability</a></li>
<li><a href="open-letters.html">Letters</a></li>
<li><a href="awards.html">Awards</a></li>
<li><a href="team-bios.html">Team Bios</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</nav>
<!-- Main Content -->
<main class="container">
<h2>R123News Awards</h2>
<p>Recognizing individuals, practices, and advocates who demonstrate courage, integrity, and commitment to restoring health and care in our healthcare system.</p>
<!-- Year Section -->
<h3>2025 Awards</h3>
<!-- Unsung Hero Award -->
<section class="news-card">
<h4>Unsung Hero Award</h4>
<p><strong>Winner:</strong> <em>To be announced — anticipation is building! Stay tuned for the reveal.</em></p>
<iframe src="https://strawpoll.com/embed/placeholder1"
width="100%" height="400" frameborder="0"></iframe>
</section>
<!-- Patient Approved Award -->
<section class="news-card">
<h4>Patient Approved Award</h4>
<p><strong>Winner:</strong> <em>To be announced — your votes will decide who earns this recognition.</em></p>
<iframe src="https://strawpoll.com/embed/placeholder2"
width="100%" height="400" frameborder="0"></iframe>
</section>
<!-- Visionary Advocate Award -->
<section class="news-card">
<h4>Visionary Advocate Award</h4>
<p><strong>Winner:</strong> <em>To be announced — which advocate will rise to the Pyramid’s Peak?</em></p>
<iframe src="https://strawpoll.com/embed/placeholder3"
width="100%" height="400" frameborder="0"></iframe>
</section>
<!-- Integrity in Practice Award -->
<section class="news-card">
<h4>Integrity in Practice Award</h4>
<p><strong>Winner:</strong> <em>To be announced — soon we’ll honor the medical practice that puts patients first.</em></p>
<iframe src="https://strawpoll.com/embed/placeholder4"
width="100%" height="400" frameborder="0"></iframe>
</section>
</main>
<!-- Footer -->
<footer class="container">
<p><em>“Pulling Patients Back to Their Rightful Place — the <strong>Pyramid's Peak</strong>.”</em></p>
<small>© 2025 R123News</small>
</footer>
</body>
</html>