diff options
author | Bryan Newbold <bnewbold@archive.org> | 2021-01-21 17:31:42 -0800 |
---|---|---|
committer | Bryan Newbold <bnewbold@archive.org> | 2021-01-21 17:31:42 -0800 |
commit | f0cf8d3391bd4b2282630f5b926ec9de2c8e038d (patch) | |
tree | b3a0d25ac4ec7e257deea405fb878772dbe49df5 /fatcat_scholar/templates/home.html | |
parent | 9f6a271165dae9df37876e896f88d19f8125ebdb (diff) | |
download | fatcat-scholar-f0cf8d3391bd4b2282630f5b926ec9de2c8e038d.tar.gz fatcat-scholar-f0cf8d3391bd4b2282630f5b926ec9de2c8e038d.zip |
html: more UI tweaks and fixes
Diffstat (limited to 'fatcat_scholar/templates/home.html')
-rw-r--r-- | fatcat_scholar/templates/home.html | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/fatcat_scholar/templates/home.html b/fatcat_scholar/templates/home.html index 3840841..9d7b59b 100644 --- a/fatcat_scholar/templates/home.html +++ b/fatcat_scholar/templates/home.html @@ -21,7 +21,7 @@ <br> <br> <b>{% trans %}Search Millions of Research Papers{% endtrans %}</b> - <p style="margin-top: 0.5em;">{% trans %}This fulltext search index includes over 25 million research articles and other scholarly documents preserved in the Internet Archive.{% endtrans %} {% trans %}The collection spans from digitized copies of eighteenth century journals though the latest Open Access conference proceedings and pre-prints crawled from the World Wide Web.{% endtrans %} + <p style="margin-top: 0.5em;">{% trans %}This fulltext search index includes over 25 million research articles and other scholarly documents preserved in the Internet Archive.{% endtrans %} {% trans %}The collection spans from digitized copies of eighteenth century journals though the latest Open Access conference proceedings and pre-prints crawled from the World Wide Web.{% endtrans %} <a href="http://localhost:9819/about">{% trans %}More »{% endtrans %}</a> </div> </div> </div> @@ -32,9 +32,10 @@ <div class="ui container" style=""> <div class="ui centered grid"> <div class="ui sixteen wide mobile twelve wide computer column" style="text-align: center; font-weight: bold;"> - <a name="alphanotice"></a> - {% trans %}This service is in "alpha". It has several bugs, experiences - downtime, and has not been officially announced.{% endtrans %} + <a name="alphanotice" href="{{ lang_prefix }}/help#bugs" style="color: black;"> + {% trans %}This service is in "alpha". It has several bugs, experiences + downtime, and has not been officially announced.{% endtrans %} + </a> </div> </div> </div> |