diff options
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"> |