<!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"> <!-- 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> a.news { font-size: 18pt; } h2 { margin-top: 24pt; } p.footer { margin-top: 36pt; } 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 justify-content-center"> <p class="lead"> Celebrating the newspapers & magazines who’ve made their Coronavirus and COVID-19 reporting openly available to the public.<br> If you have the means, please consider supporting these publications. </p> </div> <h2>Open Access</h2> (Free for anyone to read, no login required.) <div class="row justify-content-center"> <div class="col-4"> <a class="news" href="https://www.theatlantic.com/category/what-you-need-know-coronavirus/">The Atlantic</a> [<small><a href="https://accounts.theatlantic.com/products/">subscribe</a></small>] </div> <div class="col-4"> <a class="news" href="https://www.washingtonpost.com/coronavirus/">The Washington Post</a> [<small><a href="https://subscribe.washingtonpost.com/">subscribe</a></small>] </div> </div> <div class="row justify-content-center"> <div class="col-4"> <a class="news" href="https://www.npr.org/series/812054919/the-coronavirus-crisis">NPR</a> </div> <div class="col-4"> <a class="news" href="https://www.bbc.com/news/topics/cyz0z8w0ydwt/coronavirus-pandemic">BBC News</a> </div> </div> <div class="row justify-content-center"> <div class="col-4"> <a class="news" href="https://www.theguardian.com/world/coronavirus-outbreak">The Guardian</a> </div> <div class="col-4"> <a class="news" href="https://www.propublica.org/series/coronavirus">ProPublica</a> </div> </div> <h2>Login Required</h2> (Paid subscription not needed.) <div class="row justify-content-center"> <div class="col-4"> <a class="news" href="https://www.nytimes.com/news-event/coronavirus">The New York Times</a> </div> <div class="col-4"> <!-- This space intentionally left blank. --> </div> </div> <div class="row justify-content-center"> <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>.<br> No companies paid for placement on this page, and we make no money from ads or subscription links.<br> Last updated 2020-03-17. </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> <a href="mailto:covid@semicolin.games"><img src="https://icon.now.sh/email/24/000000" alt="Email" title="Email"></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>