Browse Source

formatting everything to be consistent width

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

26
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"> <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css" integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous">
<style> <style>
body { body {
padding: 4pt;
font-weight: 300;
} }
a.news { a.news {
font-size: 1.25rem; font-size: 1.25rem;
font-weight: normal;
} }
a.subscribe { a.subscribe {
@ -30,8 +31,9 @@
margin-top: 24pt; margin-top: 24pt;
} }
p.footer {
margin-top: 36pt;
span.note {
font-size: 1rem;
font-weight: 300;
} }
img { img {
@ -47,13 +49,15 @@
<h1>Open COVID News</h1> <h1>Open COVID News</h1>
</div> </div>
<div class="row justify-content-center">
<div class="row">
<div class="col">
<p class="lead"> <p class="lead">
Celebrating the newspapers &amp; magazines who&rsquo;ve made their Coronavirus and COVID-19 reporting openly available to the public. 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> If you have the means, please consider supporting these publications.<br><br>
Each link brings you directly to that publication's Coronavirus reporting. Each link brings you directly to that publication's Coronavirus reporting.
</p> </p>
</div> </div>
</div>
<h2>Open Access</h2> <h2>Open Access</h2>
@ -125,9 +129,8 @@
</div> </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="row">
<div class="col-lg-4 col-md-6"> <div class="col-lg-4 col-md-6">
<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">The New York Times</a>
@ -136,21 +139,24 @@
</div> </div>
<h2>Wall of Shame</h2> <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="row">
<div class="col-lg-4 col-md-6 shame">Boston Globe</div> <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 class="col-lg-4 col-md-6 shame">Chicago Tribune</div>
</div> </div>
<h2>About</h2>
<div class="row"> <div class="row">
<div class="col">
<p class="lead footer"> <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>. 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. 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> </p>
</div> </div>
</div>
<div class="row justify-content-center"> <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="https://twitter.com/mcmillen"><img src="https://icon.now.sh/twitter/24/000000" alt="Twitter" title="Twitter"></a>
</div> </div>

Loading…
Cancel
Save