diff options
author | Bryan Newbold <bnewbold@archive.org> | 2020-10-14 02:22:57 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@archive.org> | 2020-10-14 02:22:57 -0700 |
commit | 26e5245b9fe387ea82c07d9723a5313ccbd945b1 (patch) | |
tree | c3383bf1f675bc7de13ebb9fb619269c9c943ef0 /fatcat_scholar/templates/home.html | |
parent | 7f9c2bd6b3ce685a2a8751fb392d1a0c2f674a6b (diff) | |
download | fatcat-scholar-26e5245b9fe387ea82c07d9723a5313ccbd945b1.tar.gz fatcat-scholar-26e5245b9fe387ea82c07d9723a5313ccbd945b1.zip |
web: add some img alt tags
Diffstat (limited to 'fatcat_scholar/templates/home.html')
-rw-r--r-- | fatcat_scholar/templates/home.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/fatcat_scholar/templates/home.html b/fatcat_scholar/templates/home.html index 7c430fe..ac69edf 100644 --- a/fatcat_scholar/templates/home.html +++ b/fatcat_scholar/templates/home.html @@ -7,7 +7,7 @@ <div class="ui centered grid"> <div class="ui sixteen wide mobile twelve wide computer column"> <div style="width: 100%; text-align: center;"> - <img src="/static/scholar-vaporwave-logo.png" style="max-width: 100%; margin-bottom: 1.5em;"> + <img src="/static/scholar-vaporwave-logo.png" alt="{{ _("Internet Archive Scholar logo (vaporwave)") }}" style="max-width: 100%; margin-bottom: 1.5em;"> <form class="" id="search_form" action="{{ lang_prefix }}/search") }}" method="get" role="search" aria-label="papers" itemprop="potentialAction" itemscope itemtype="https://schema.org/SearchAction"> <meta itemprop="target" content="https://{{ settings.SCHOLAR_DOMAIN }}/fulltext/search?q={q}"/> <div class="ui form"> @@ -46,7 +46,7 @@ <div class="ui card" style="max-width: 250px;"> <a class="image" 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"> - <img src="/static/thumbnail-c9e87f84.jpg" alt="PDF thumbnail"> + <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> @@ -60,7 +60,7 @@ <div class="ui card" style="max-width: 250px;"> <a class="image" href="https://web.archive.org/web/20200328205104/http://europepmc.org/backend/ptpmcrender.fcgi?accid=PMC5180799&blobtype=pdf" target="_blank" rel="noopener"> - <img src="/static/thumbnail-1e13eaf1.jpg" alt="PDF thumbnail"> + <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> @@ -74,7 +74,7 @@ <div class="ui card tablet-hide" style="max-width: 250px;"> <a class="image" 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"> - <img src="/static/thumbnail-60cd26da.jpg" alt="PDF thumbnail"> + <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> @@ -88,7 +88,7 @@ <div class="ui card mobile-hide" style="max-width: 250px;"> <a class="image" 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"> - <img src="/static/thumbnail-7a56065b.jpg" alt="PDF thumbnail"> + <img src="/static/thumbnail-7a56065b.jpg" alt="{{ _("PDF thumbnail") }}"> </a> <div class="content"> <a class="header" style="font-size: 1.1em;">ブドウサンショウ抽出物の抗SARS-CoV活性</a> |