<!DOCTYPE html>

<html lang="en">

<head>

  <meta charset="UTF-8">

  <title>R123 News - Support Us</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="support.html">Support Us</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>Support R123News</h2>

    <p>We are committed to giving patients a voice, demanding accountability, and restoring dignity in healthcare. To continue this work, we will soon accept donations and grant support.</p>

 

    <section class="news-card">

      <h3>Donations</h3>

      <p>Our nonprofit status application is currently in progress. Once finalized, all contributions will be tax-deductible. Please check back soon for donation options.</p>

    </section>

 

    <section class="news-card">

      <h3>Grants</h3>

      <p>We are building partnerships to expand our reach and impact. Grant opportunities will be listed here once our nonprofit designation is complete.</p>

    </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>