opencovid.news source (no longer operational)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

175 lines
7.1 KiB

4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
  1. <!doctype html>
  2. <html lang="en">
  3. <head>
  4. <!-- Required meta tags -->
  5. <meta charset="utf-8">
  6. <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
  7. <link rel="icon" href="data:,">
  8. <!-- Bootstrap CSS -->
  9. <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css" integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous">
  10. <style>
  11. body {
  12. font-weight: 300;
  13. padding-bottom: 16pt;
  14. }
  15. a.news {
  16. font-size: 1.25rem;
  17. font-weight: normal;
  18. }
  19. a.subscribe {
  20. font-size: 80%;
  21. color: #ff7b00;
  22. }
  23. div.shame {
  24. font-size: 1.25rem;
  25. color: #007b7b;
  26. }
  27. h2 {
  28. margin-top: 24pt;
  29. }
  30. span.note {
  31. font-size: 1rem;
  32. font-weight: 300;
  33. }
  34. img {
  35. padding-left: 8pt;
  36. padding-right: 8pt;
  37. }
  38. </style>
  39. <title>Open COVID News</title>
  40. </head>
  41. <body>
  42. <div class="container">
  43. <div class="row justify-content-center">
  44. <h1>Open COVID News</h1>
  45. </div>
  46. <div class="row">
  47. <div class="col">
  48. <p class="lead">
  49. Celebrating the newspapers &amp; magazines who&rsquo;ve made their Coronavirus and COVID-19 reporting openly available to the public.
  50. If you have the means, please consider supporting these publications.<br><br>
  51. Each link brings you directly to that publication's Coronavirus reporting.
  52. </p>
  53. </div>
  54. </div>
  55. <h2>Open Access</h2>
  56. <div class="row">
  57. <div class="col-lg-4 col-md-6">
  58. <a class="news" href="https://www.propublica.org/series/coronavirus">ProPublica</a>
  59. <a class="subscribe" href="https://go.propublica.org/donate">donate</a>
  60. </div>
  61. <div class="col-lg-4 col-md-6">
  62. <a class="news" href="https://www.npr.org/series/812054919/the-coronavirus-crisis">NPR</a>
  63. <a class="subscribe" href="https://www.npr.org/donations/support">donate</a>
  64. </div>
  65. <div class="col-lg-4 col-md-6">
  66. <a class="news" href="https://www.bbc.com/news/topics/cyz0z8w0ydwt/coronavirus-pandemic">BBC News</a>
  67. </div>
  68. <div class="col-lg-4 col-md-6">
  69. <a class="news" href="https://www.theguardian.com/world/coronavirus-outbreak">The Guardian</a>
  70. <a class="subscribe" href="https://support.theguardian.com/">subscribe</a>
  71. </div>
  72. <div class="col-lg-4 col-md-6">
  73. <a class="news" href="https://www.washingtonpost.com/coronavirus/">The Washington Post</a>
  74. <a class="subscribe" href="https://subscribe.washingtonpost.com/">subscribe</a>
  75. </div>
  76. <div class="col-lg-4 col-md-6">
  77. <a class="news" href="https://www.wsj.com/livecoverage/coronavirus">The Wall Street Journal</a>
  78. <a class="subscribe" href="https://subscribe.wsj.com/">subscribe</a>
  79. </div>
  80. <div class="col-lg-4 col-md-6">
  81. <a class="news" href="https://www.theatlantic.com/category/what-you-need-know-coronavirus/">The Atlantic</a>
  82. <a class="subscribe" href="https://accounts.theatlantic.com/products/">subscribe</a>
  83. </div>
  84. <div class="col-lg-4 col-md-6">
  85. <a class="news" href="https://www.sfchronicle.com/coronavirus/">San Francisco Chronicle</a>
  86. <a class="subscribe" href="https://offers.sfchronicle.com/subscribe">subscribe</a>
  87. </div>
  88. <div class="col-lg-4 col-md-6">
  89. <a class="news" href="https://www.startribune.com/local/coronavirus/">Star Tribune</a>
  90. <a class="subscribe" href="http://startribune.com/subscribe">subscribe</a>
  91. </div>
  92. <div class="col-lg-4 col-md-6">
  93. <a class="news" href="https://www.azcentral.com/local/coronavirus/">Arizona Republic</a>
  94. <a class="subscribe" href="https://subscribe.azcentral.com/">subscribe</a>
  95. </div>
  96. <div class="col-lg-4 col-md-6">
  97. <a class="news" href="https://www.chron.com/coronavirus/">Houston Chronicle</a>
  98. <a class="subscribe" href="https://offers.houstonchronicle.com/">subscribe</a>
  99. </div>
  100. <div class="col-lg-4 col-md-6">
  101. <a class="news" href="https://www.dallasnews.com/topic/coronavirus/">Dallas Morning News</a>
  102. <a class="subscribe" href="https://join.dallasnews.com/">subscribe</a>
  103. </div>
  104. </div>
  105. <!-- Template for a new entry:
  106. <div class="col-lg-4 col-md-6">
  107. <a class="news" href=""></a>
  108. <a class="subscribe" href="">subscribe</a>
  109. </div>
  110. -->
  111. <h2>Login Required <span class="note">(Paid subscription not needed.)</span></h2>
  112. <div class="row">
  113. <div class="col-lg-4 col-md-6">
  114. <a class="news" href="https://www.nytimes.com/news-event/coronavirus">The New York Times</a>
  115. <a class="subscribe" href="https://www.nytimes.com/subscription">subscribe</a>
  116. </div>
  117. </div>
  118. <h2>Wall of Shame</h2>
  119. <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>
  120. <div class="row">
  121. <div class="col-lg-4 col-md-6 shame">Boston Globe</div>
  122. <div class="col-lg-4 col-md-6 shame">Chicago Tribune</div>
  123. <div class="col-lg-4 col-md-6 shame">Los Angeles Times</div>
  124. </div>
  125. <h2>About</h2>
  126. <div class="row">
  127. <div class="col">
  128. <p class="lead footer">
  129. 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>.
  130. No companies paid for placement on this page, and we make no money from ads or subscription links.
  131. <br><br>
  132. To suggest another publication, <a href="https://forms.gle/CiCSsqT7shVCgVUm9">fill out this form</a>.
  133. Other feedback &amp; suggestions to <a href="https://twitter.com/mcmillen">@mcmillen</a> on Twitter.
  134. </p>
  135. </div>
  136. </div>
  137. <div class="row justify-content-center">
  138. <a href="https://twitter.com/mcmillen"><img src="https://icon.now.sh/twitter/24/000000" alt="Twitter" title="Twitter"></a>
  139. </div>
  140. </div>
  141. <!-- Optional JavaScript -->
  142. <!-- jQuery first, then Popper.js, then Bootstrap JS -->
  143. <script src="https://code.jquery.com/jquery-3.4.1.slim.min.js" integrity="sha384-J6qa4849blE2+poT4WnyKhv5vZF5SrPo0iEjwBvKU7imGFAV0wwj1yYfoRSJoZ+n" crossorigin="anonymous"></script>
  144. <script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.0/dist/umd/popper.min.js" integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo" crossorigin="anonymous"></script>
  145. <script src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js" integrity="sha384-wfSDF2E50Y2D1uUdj0O3uMBJnjuUD4Ih7YwaYd1iqfktj0Uod8GCExl3Og8ifwB6" crossorigin="anonymous"></script>
  146. </body>
  147. </html>