diff options
author | Bryan Newbold <bnewbold@archive.org> | 2021-09-21 10:46:14 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@archive.org> | 2021-09-21 10:46:16 -0700 |
commit | aeaf1366bc2ee863f47234b9444ecd5d03382007 (patch) | |
tree | 9369f8ac1c3782b46f6b141ead3a2dfd816e7530 /fatcat_scholar/templates | |
parent | 538ca35c24176fc7837a85c28ffb406c8050b013 (diff) | |
download | fatcat-scholar-aeaf1366bc2ee863f47234b9444ecd5d03382007.tar.gz fatcat-scholar-aeaf1366bc2ee863f47234b9444ecd5d03382007.zip |
html: homepage example card titles as links
Thanks to Jefferson B for noticing
Diffstat (limited to 'fatcat_scholar/templates')
-rw-r--r-- | fatcat_scholar/templates/home.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/fatcat_scholar/templates/home.html b/fatcat_scholar/templates/home.html index e7b629d..71cd746 100644 --- a/fatcat_scholar/templates/home.html +++ b/fatcat_scholar/templates/home.html @@ -52,7 +52,7 @@ <img src="/static/thumbnail-c9e87f84.jpg" alt="{{ _("PDF thumbnail") }}"> </a> <div class="content"> - <a class="header" style="font-size: 1.1em;">Children are not little adults: blood transfusion in children with burn injury</a> + <a class="header" href="https://web.archive.org/web/20171006225602/https://burnstrauma.biomedcentral.com/track/pdf/10.1186/s41038-017-0090-z?site=burnstrauma.biomedcentral.com" target="_blank" rel="noopener" style="font-size: 1.1em;">Children are not little adults: blood transfusion in children with burn injury</a> Tina L. Palmieri <div class="meta"> <span>2017</span> @@ -66,7 +66,7 @@ <img src="/static/thumbnail-1e13eaf1.jpg" alt="{{ _("PDF thumbnail") }}"> </a> <div class="content"> - <a class="header" style="font-size: 1.1em;">Epidemic Influenza in and around the City of Calcutta</a> + <a class="header" href="https://web.archive.org/web/20200328205104/http://europepmc.org/backend/ptpmcrender.fcgi?accid=PMC5180799&blobtype=pdf" target="_blank" rel="noopener" style="font-size: 1.1em;">Epidemic Influenza in and around the City of Calcutta</a> Koilas Chandra Bose <div class="meta"> <span>1920</span> @@ -80,7 +80,7 @@ <img src="/static/thumbnail-60cd26da.jpg" alt="{{ _("PDF thumbnail") }}"> </a> <div class="content"> - <a class="header" style="font-size: 1.1em;">BioTorrents: A File Sharing Service for Scientific Data</a> + <a class="header" href="https://web.archive.org/web/2017/http://journals.plos.org/plosone/article/file?id=10.1371/journal.pone.0010071&type=printable" target="_blank" rel="noopener" style="font-size: 1.1em;">BioTorrents: A File Sharing Service for Scientific Data</a> Morgan Langille, et al <div class="meta"> <span>2012</span> @@ -94,7 +94,7 @@ <img src="/static/thumbnail-7a56065b.jpg" alt="{{ _("PDF thumbnail") }}"> </a> <div class="content"> - <a class="header" style="font-size: 1.1em;">ブドウサンショウ抽出物の抗SARS-CoV活性</a> + <a class="header" href="https://web.archive.org/web/20180730094628/https://www.jstage.jst.go.jp/article/hrj/10/2/10_2_267/_pdf" target="_blank" rel="noopener" style="font-size: 1.1em;">ブドウサンショウ抽出物の抗SARS-CoV活性</a> Takaaki Maeda, et al <div class="meta"> <span>2011</span> |