diff options
Diffstat (limited to 'fatcat_covid19/templates/home.html')
-rw-r--r-- | fatcat_covid19/templates/home.html | 18 |
1 files changed, 2 insertions, 16 deletions
diff --git a/fatcat_covid19/templates/home.html b/fatcat_covid19/templates/home.html index dbfb833..b78cb1c 100644 --- a/fatcat_covid19/templates/home.html +++ b/fatcat_covid19/templates/home.html @@ -9,10 +9,10 @@ {% block fullmain %} -<div class ="ui vertical inverted masthead center aligned segment" style="padding-top: 12em; padding-bottom: 10em;"> +<div class ="ui vertical inverted violet masthead center aligned segment" style="padding-top: 7em; padding-bottom: 10em;"> <div class="ui text container"> <h1 class="ui header inverted huge centered"> - {{ _("Search tens of thousands of COVID-19 research papers and documents") }} + {{ _("Search Tens of Thousands of COVID-19 Research Papers and Reports") }} </h1> <br> <form class="" action="{{ url_for("search.fulltext_search") }}" method="get" role="search" aria-label="papers" itemprop="potentialAction" itemscope itemtype="https://schema.org/SearchAction"> @@ -27,20 +27,6 @@ </div> </div> -<div class="ui vertical stripe segment" style="background-color: #fffaf3; color: #573a08;"> - <div class="ui text container"> - <div class="ui centered grid"> - <div class="row"> - <div class="fourteen wide column" style="font-size: 1.1rem;"> - <b>{{ _("Project Status") }}: {{ _("Prototype") }}</b> - - {{ _("These resources are not qualified medical advice!") }} - </div> - </div> - </div> - </div> -</div> - {# <div class="ui vertical stripe segment" style="padding-top: 2em; padding-bottom: 2em;"> <div class="ui text container" style="max-width: 800px!important;"> |