Browse Source

add basic site wording

main
Colin McMillen 4 years ago
parent
commit
2e07c55cfe
  1. 85
      index.html

85
index.html

@ -7,11 +7,94 @@
<!-- 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>
<h1>Hello, world!</h1>
<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 &amp; magazines who&rsquo;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 -->

Loading…
Cancel
Save