diff options
author | Bryan Newbold <bnewbold@archive.org> | 2020-09-15 18:17:57 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@archive.org> | 2020-09-15 18:17:57 -0700 |
commit | 757a15e3cd0838df67bed4b5f2a80bc394ebd8dc (patch) | |
tree | e6d4557aa2b6037ee706cad31d52d15b2c30b708 | |
parent | 7b80bfe54783bd662d0e71b3eee09c5ecf304355 (diff) | |
download | fatcat-scholar-757a15e3cd0838df67bed4b5f2a80bc394ebd8dc.tar.gz fatcat-scholar-757a15e3cd0838df67bed4b5f2a80bc394ebd8dc.zip |
various alpha disclaimers/labels
-rw-r--r-- | fatcat_scholar/templates/base.html | 3 | ||||
-rw-r--r-- | fatcat_scholar/templates/home.html | 18 |
2 files changed, 19 insertions, 2 deletions
diff --git a/fatcat_scholar/templates/base.html b/fatcat_scholar/templates/base.html index fc58f2c..e3d03ca 100644 --- a/fatcat_scholar/templates/base.html +++ b/fatcat_scholar/templates/base.html @@ -132,6 +132,9 @@ <img class="logo" src="{{ url_for('static', path='/ia-logo.svg') }}" style="width: 20px;"> <img class="mobile-hide" src="{{ url_for('static', path='/ia-wordmark.svg') }}" style="margin-left: 10px; width: 180px;"> </a> + <span style="margin-top: 0.5em;"> + <a class="ui grey label" style="background-color: #fbbd08a6;" href="/#alphanotice"><i>alpha</i></a> + </span> <div class="right menu"> <div class="ui simple dropdown item"> diff --git a/fatcat_scholar/templates/home.html b/fatcat_scholar/templates/home.html index 08f76a7..ebe1530 100644 --- a/fatcat_scholar/templates/home.html +++ b/fatcat_scholar/templates/home.html @@ -3,7 +3,7 @@ {% block fullbody %} <div class="ui vertical stripe segment" style="background-color: #dedede;"> - <div class="ui container" style="padding-top: 2em; padding-bottom: 3em;"> + <div class="ui container" style="padding-top: 2em; padding-bottom: 3em; font-size: 1.2em;"> <div class="ui centered grid"> <div class="ui sixteen wide mobile twelve wide computer column"> <div style="width: 100%; text-align: center;"> @@ -21,12 +21,26 @@ <br> <br> <b>{% trans %}Search Millions of Research Papers{% endtrans %}</b> - <p style="font-size: 1.1rem;">{% 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 %} </div> </div> </div> </div> +<!-- alpha banner --> +<div class="ui vertical stripe segment" style="background-color: #fbbd08a6;"> + <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 %} + </div> + </div> + </div> +</div> +<!-- end alpha banner --> + <div class="ui container" style="padding: 1em; margin-top: 2em;"> <div class="ui four doubling cards"> |