Browse Source

formatting everything to be consistent width

main
Colin McMillen 4 years ago
parent
commit
ad6b1692e4
  1. 44
      index.html

44
index.html

@ -9,11 +9,12 @@
<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: 4pt;
font-weight: 300;
}
a.news {
font-size: 1.25rem;
font-weight: normal;
}
a.subscribe {
@ -30,8 +31,9 @@
margin-top: 24pt;
}
p.footer {
margin-top: 36pt;
span.note {
font-size: 1rem;
font-weight: 300;
}
img {
@ -47,12 +49,14 @@
<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.
If you have the means, please consider supporting these publications.<br><br>
Each link brings you directly to that publication's Coronavirus reporting.
</p>
<div class="row">
<div class="col">
<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.<br><br>
Each link brings you directly to that publication's Coronavirus reporting.
</p>
</div>
</div>
<h2>Open Access</h2>
@ -125,9 +129,8 @@
</div>
-->
<h2>Login Required <span class="note">(Paid subscription not needed.)</span></h2>
<h2>Login Required</h2>
<small>(Paid subscription not needed.)</small>
<div class="row">
<div class="col-lg-4 col-md-6">
<a class="news" href="https://www.nytimes.com/news-event/coronavirus">The New York Times</a>
@ -136,20 +139,23 @@
</div>
<h2>Wall of Shame</h2>
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 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>
<div class="row">
<div class="col-lg-4 col-md-6 shame">Boston Globe</div>
<div class="col-lg-4 col-md-6 shame">Chicago Tribune</div>
</div>
<h2>About</h2>
<div class="row">
<p class="lead footer">
To suggest another publication, <a href="https://forms.gle/CiCSsqT7shVCgVUm9">fill out this form</a>.
Other feedback &amp; suggestions to <a href="https://twitter.com/mcmillen">@mcmillen</a> on Twitter.
<br><br>
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.
</p>
<div class="col">
<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.
<br><br>
To suggest another publication, <a href="https://forms.gle/CiCSsqT7shVCgVUm9">fill out this form</a>.
Other feedback &amp; suggestions to <a href="https://twitter.com/mcmillen">@mcmillen</a> on Twitter.
</p>
</div>
</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>

Loading…
Cancel
Save