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.

105 lines
4.2 KiB

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. <!-- Bootstrap CSS -->
  8. <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css" integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous">
  9. <style>
  10. a.news {
  11. font-size: 18pt;
  12. }
  13. h2 {
  14. margin-top: 24pt;
  15. }
  16. p.footer {
  17. margin-top: 36pt;
  18. }
  19. img {
  20. padding-left: 8pt;
  21. padding-right: 8pt;
  22. }
  23. </style>
  24. <title>Open COVID News</title>
  25. </head>
  26. <body>
  27. <div class="container">
  28. <div class="row justify-content-center">
  29. <h1>Open COVID News</h1>
  30. </div>
  31. <div class="row justify-content-center">
  32. <p class="lead">
  33. Celebrating the newspapers &amp; magazines who&rsquo;ve made their Coronavirus and COVID-19 reporting openly available to the public.<br>
  34. If you have the means, please consider supporting these publications.
  35. </p>
  36. </div>
  37. <h2>Open Access</h2> (Free for anyone to read, no login required.)
  38. <div class="row justify-content-center">
  39. <div class="col-4">
  40. <a class="news" href="https://www.theatlantic.com/category/what-you-need-know-coronavirus/">The Atlantic</a>
  41. [<small><a href="https://accounts.theatlantic.com/products/">subscribe</a></small>]
  42. </div>
  43. <div class="col-4">
  44. <a class="news" href="https://www.washingtonpost.com/coronavirus/">The Washington Post</a>
  45. [<small><a href="https://subscribe.washingtonpost.com/">subscribe</a></small>]
  46. </div>
  47. </div>
  48. <div class="row justify-content-center">
  49. <div class="col-4">
  50. <a class="news" href="https://www.npr.org/series/812054919/the-coronavirus-crisis">NPR</a>
  51. </div>
  52. <div class="col-4">
  53. <a class="news" href="https://www.bbc.com/news/topics/cyz0z8w0ydwt/coronavirus-pandemic">BBC News</a>
  54. </div>
  55. </div>
  56. <div class="row justify-content-center">
  57. <div class="col-4">
  58. <a class="news" href="https://www.theguardian.com/world/coronavirus-outbreak">The Guardian</a>
  59. </div>
  60. <div class="col-4">
  61. <a class="news" href="https://www.propublica.org/series/coronavirus">ProPublica</a>
  62. </div>
  63. </div>
  64. <h2>Login Required</h2> (Paid subscription not needed.)
  65. <div class="row justify-content-center">
  66. <div class="col-4">
  67. <a class="news" href="https://www.nytimes.com/news-event/coronavirus">The New York Times</a>
  68. </div>
  69. <div class="col-4">
  70. <!-- This space intentionally left blank. -->
  71. </div>
  72. </div>
  73. <div class="row justify-content-center">
  74. <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>
  75. No companies paid for placement on this page, and we make no money from ads or subscription links.<br>
  76. Last updated 2020-03-17.
  77. </div>
  78. <div class="row justify-content-center">
  79. <a href="https://twitter.com/mcmillen"><img src="https://icon.now.sh/twitter/24/000000" alt="Twitter" title="Twitter"></a>
  80. <a href="mailto:covid@semicolin.games"><img src="https://icon.now.sh/email/24/000000" alt="Email" title="Email"></a>
  81. </div>
  82. </div>
  83. <!-- Optional JavaScript -->
  84. <!-- jQuery first, then Popper.js, then Bootstrap JS -->
  85. <script src="https://code.jquery.com/jquery-3.4.1.slim.min.js" integrity="sha384-J6qa4849blE2+poT4WnyKhv5vZF5SrPo0iEjwBvKU7imGFAV0wwj1yYfoRSJoZ+n" crossorigin="anonymous"></script>
  86. <script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.0/dist/umd/popper.min.js" integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo" crossorigin="anonymous"></script>
  87. <script src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js" integrity="sha384-wfSDF2E50Y2D1uUdj0O3uMBJnjuUD4Ih7YwaYd1iqfktj0Uod8GCExl3Og8ifwB6" crossorigin="anonymous"></script>
  88. </body>
  89. </html>