diff options
author | Bryan Newbold <bnewbold@archive.org> | 2021-03-04 19:25:02 -0800 |
---|---|---|
committer | Bryan Newbold <bnewbold@archive.org> | 2021-03-04 19:28:26 -0800 |
commit | 532c86d4082e7f4ff1fbe8c970389784096d2bce (patch) | |
tree | a29bf2bc059b671d248da124ac8e74ca9a37f90b /fatcat_scholar/templates/home.html | |
parent | 16dfb652a83c339b088e751d2744289a0db0181b (diff) | |
download | fatcat-scholar-532c86d4082e7f4ff1fbe8c970389784096d2bce.tar.gz fatcat-scholar-532c86d4082e7f4ff1fbe8c970389784096d2bce.zip |
web: re-phrase alpha banner notice; remove header tag
Note entirely removing it yet, and keeping the older verison around in
comment so we can revert easily (and keep translated notice).
Diffstat (limited to 'fatcat_scholar/templates/home.html')
-rw-r--r-- | fatcat_scholar/templates/home.html | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/fatcat_scholar/templates/home.html b/fatcat_scholar/templates/home.html index 8721ece..2c3f864 100644 --- a/fatcat_scholar/templates/home.html +++ b/fatcat_scholar/templates/home.html @@ -27,19 +27,22 @@ </div> </div> -<!-- alpha banner --> +<!-- start notice 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" href="{{ lang_prefix }}/help#bugs" style="color: black;"> + <!-- DEPRECATED: old banner {% trans %}This service is in "alpha". It has several bugs, experiences downtime, and has not been officially announced.{% endtrans %} + --> + {% trans %}This is a new service. Metadata is being improved and features have not been finalized.{% endtrans %} </a> </div> </div> </div> </div> -<!-- end alpha banner --> +<!-- end notice banner --> <div class="ui container" style="padding: 1em; margin-top: 2em;"> <div class="ui four doubling cards"> |