Browse Source

more content and some reformatting

main
Colin McMillen 4 years ago
parent
commit
bcd541ec13
  1. 50
      index.html

50
index.html

@ -8,8 +8,17 @@
<!-- 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 {
padding: 6pt;
}
a.news {
font-size: 18pt;
font-size: 120%;
}
a.subscribe {
font-size: 80%;
color: #ff7b00;
}
h2 {
@ -36,48 +45,52 @@
<div class="row justify-content-center">
<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.
If you have the means, please consider supporting these publications.<br><br>
Each link brings you directly to their Coronavirus reporting.
</p>
</div>
<h2>Open Access</h2> (Free for anyone to read, no login required.)
<h2>Open Access</h2>
<div class="row justify-content-center">
<div class="col">
<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>]
<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">
<a class="news" href="https://www.washingtonpost.com/coronavirus/">The Washington Post</a>
[<small><a href="https://subscribe.washingtonpost.com/">subscribe</a></small>]
<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>
<div class="row justify-content-center">
<div class="col">
<a class="news" href="https://www.npr.org/series/812054919/the-coronavirus-crisis">NPR</a>
<a class="news" href="https://www.theguardian.com/world/coronavirus-outbreak">The&nbsp;Guardian</a>
<a class="subscribe" href="https://support.theguardian.com/">subscribe</a>
</div>
<div class="col">
<a class="news" href="https://www.bbc.com/news/topics/cyz0z8w0ydwt/coronavirus-pandemic">BBC News</a>
<a class="news" href="https://www.washingtonpost.com/coronavirus/">Washington&nbsp;Post</a>
<a class="subscribe" href="https://subscribe.washingtonpost.com/">subscribe</a>
</div>
</div>
<div class="row justify-content-center">
<div class="col">
<a class="news" href="https://www.theguardian.com/world/coronavirus-outbreak">The Guardian</a>
<a class="news" href="https://www.theatlantic.com/category/what-you-need-know-coronavirus/">The&nbsp;Atlantic</a>
<a class="subscribe" href="https://accounts.theatlantic.com/products/">subscribe</a>
</div>
<div class="col">
<a class="news" href="https://www.propublica.org/series/coronavirus">ProPublica</a>
<a class="news" href="https://www.bbc.com/news/topics/cyz0z8w0ydwt/coronavirus-pandemic">BBC&nbsp;News</a>
</div>
</div>
<h2>Login Required</h2> (Paid subscription not needed.)
<h2>Login Required</h2>
<small>(Paid subscription not needed.)</small>
<div class="row justify-content-center">
<div class="col">
<a class="news" href="https://www.nytimes.com/news-event/coronavirus">The New York Times</a>
<a class="news" href="https://www.nytimes.com/news-event/coronavirus">New&nbsp;York&nbsp;Times</a>
<a class="subscribe" href="https://www.nytimes.com/subscription">subscribe</a>
</div>
<div class="col">
<!-- This space intentionally left blank. -->
@ -85,12 +98,13 @@
</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>
<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.
Send feedback &amp; suggestions to <a href="https://twitter.com/mcmillen">@mcmillen</a> on Twitter.
</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>
<!-- <a href="mailto:covid@semicolin.games"><img src="https://icon.now.sh/email/24/000000" alt="Email" title="Email"></a> -->
</div>
</div>

Loading…
Cancel
Save