<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>R123 News - Team Bios</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>
<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">Open Letters</a></li>
<li><a href="team-bios.html">Team Bios</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</nav>
<main class="container">
<h2>Meet the R123 Team</h2>
<section class="news-card">
<h3>Founder: [Your Name Here]</h3>
<p>Bio text goes here. This should tell the story of why R123 was created and highlight the leadership behind the mission. Full text is always visible here — no "Read More".</p>
</section>
<section class="news-card">
<h3>Team Member: [Name Here]</h3>
<p>Bio text placeholder. Describe their role, background, and contributions to the movement.</p>
</section>
</main>
<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>