<!doctype html>
<html lang="en">
  <head>
    <!-- Required meta tags -->
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">

    <link rel="icon" href="data:,">

    <!-- Bootstrap CSS -->
    <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css" integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous">
    <style>
      body {
        font-weight: 300;
        padding-bottom: 16pt;
      }

      a.news {
        font-size: 1.25rem;
        font-weight: normal;
      }

      a.subscribe {
        font-size: 80%;
        color: #ff7b00;
      }

      div.shame {
        font-size: 1.25rem;
        color: #007b7b;
      }

      h2 {
        margin-top: 24pt;
      }

      span.note {
        font-size: 1rem;
        font-weight: 300;
      }

      img {
        padding-left: 8pt;
        padding-right: 8pt;
      }
    </style>
    <title>Open COVID News</title>
  </head>
  <body>
    <div class="container">
      <div class="row justify-content-center">
        <h1>Open COVID News</h1>
      </div>

      <div class="row">
        <div class="col">
          <p class="lead">
            Celebrating the newspapers &amp; magazines who&rsquo;ve made their Coronavirus and COVID-19 reporting openly available to the public.
            If you have the means, please consider supporting these publications.<br><br>
            Each link brings you directly to that publication's Coronavirus reporting.
          </p>
        </div>
      </div>

      <h2>Open Access</h2>

      <div class="row">
        <div class="col-lg-4 col-md-6">
          <a class="news" href="https://www.propublica.org/series/coronavirus">ProPublica</a>
          <a class="subscribe" href="https://go.propublica.org/donate">donate</a>
        </div>

        <div class="col-lg-4 col-md-6">
          <a class="news" href="https://www.npr.org/series/812054919/the-coronavirus-crisis">NPR</a>
          <a class="subscribe" href="https://www.npr.org/donations/support">donate</a>
        </div>

        <div class="col-lg-4 col-md-6">
          <a class="news" href="https://www.bbc.com/news/topics/cyz0z8w0ydwt/coronavirus-pandemic">BBC News</a>
        </div>

        <div class="col-lg-4 col-md-6">
          <a class="news" href="https://www.theguardian.com/world/coronavirus-outbreak">The Guardian</a>
          <a class="subscribe" href="https://support.theguardian.com/">subscribe</a>
        </div>

        <div class="col-lg-4 col-md-6">
          <a class="news" href="https://www.washingtonpost.com/coronavirus/">The Washington Post</a>
          <a class="subscribe" href="https://subscribe.washingtonpost.com/">subscribe</a>
        </div>

        <div class="col-lg-4 col-md-6">
          <a class="news" href="https://www.wsj.com/livecoverage/coronavirus">The Wall Street Journal</a>
          <a class="subscribe" href="https://subscribe.wsj.com/">subscribe</a>
        </div>

        <div class="col-lg-4 col-md-6">
          <a class="news" href="https://www.theatlantic.com/category/what-you-need-know-coronavirus/">The Atlantic</a>
          <a class="subscribe" href="https://accounts.theatlantic.com/products/">subscribe</a>
        </div>

        <div class="col-lg-4 col-md-6">
          <a class="news" href="https://www.sfchronicle.com/coronavirus/">San Francisco Chronicle</a>
          <a class="subscribe" href="https://offers.sfchronicle.com/subscribe">subscribe</a>
        </div>

        <div class="col-lg-4 col-md-6">
          <a class="news" href="https://www.startribune.com/local/coronavirus/">Star Tribune</a>
          <a class="subscribe" href="http://startribune.com/subscribe">subscribe</a>
        </div>

        <div class="col-lg-4 col-md-6">
          <a class="news" href="https://www.azcentral.com/local/coronavirus/">Arizona Republic</a>
          <a class="subscribe" href="https://subscribe.azcentral.com/">subscribe</a>
        </div>

        <div class="col-lg-4 col-md-6">
          <a class="news" href="https://www.chron.com/coronavirus/">Houston Chronicle</a>
          <a class="subscribe" href="https://offers.houstonchronicle.com/">subscribe</a>
        </div>

        <div class="col-lg-4 col-md-6">
          <a class="news" href="https://www.dallasnews.com/topic/coronavirus/">Dallas Morning News</a>
          <a class="subscribe" href="https://join.dallasnews.com/">subscribe</a>
        </div>
      </div>

<!-- Template for a new entry:
        <div class="col-lg-4 col-md-6">
          <a class="news" href=""></a>
          <a class="subscribe" href="">subscribe</a>
        </div>
-->

      <h2>Login Required <span class="note">(Paid subscription not needed.)</span></h2>

      <div class="row">
        <div class="col-lg-4 col-md-6">
          <a class="news" href="https://www.nytimes.com/news-event/coronavirus">The New York Times</a>
          <a class="subscribe" href="https://www.nytimes.com/subscription">subscribe</a>
        </div>
      </div>

      <h2>Wall of Shame</h2>
      <p class="lead">The following major newspapers have elected to keep their Coronavirus coverage behind a paywall &amp; will be excluded from this page unless they change their policies. Subscribers, please encourage them to make their coverage openly available!</p>
      <div class="row">
        <div class="col-lg-4 col-md-6 shame">Boston Globe</div>
        <div class="col-lg-4 col-md-6 shame">Chicago Tribune</div>
      </div>

      <h2>About</h2>
      <div class="row">
        <div class="col">
          <p class="lead footer">
            Brought to you as a public service by <a href="https://famicol.in">Colin McMillen</a> at <a href="https://semicolin.games">SemiColin Games LLC</a>.
            No companies paid for placement on this page, and we make no money from ads or subscription links.
            <br><br>
            To suggest another publication, <a href="https://forms.gle/CiCSsqT7shVCgVUm9">fill out this form</a>.
            Other feedback &amp; suggestions to <a href="https://twitter.com/mcmillen">@mcmillen</a> on Twitter.
          </p>
        </div>
      </div>
      <div class="row justify-content-center">
        <a href="https://twitter.com/mcmillen"><img src="https://icon.now.sh/twitter/24/000000" alt="Twitter" title="Twitter"></a>
      </div>
    </div>

    <!-- Optional JavaScript -->
    <!-- jQuery first, then Popper.js, then Bootstrap JS -->
    <script src="https://code.jquery.com/jquery-3.4.1.slim.min.js" integrity="sha384-J6qa4849blE2+poT4WnyKhv5vZF5SrPo0iEjwBvKU7imGFAV0wwj1yYfoRSJoZ+n" crossorigin="anonymous"></script>
    <script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.0/dist/umd/popper.min.js" integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo" crossorigin="anonymous"></script>
    <script src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js" integrity="sha384-wfSDF2E50Y2D1uUdj0O3uMBJnjuUD4Ih7YwaYd1iqfktj0Uod8GCExl3Og8ifwB6" crossorigin="anonymous"></script>
  </body>
</html>