diff options
author | Bryan Newbold <bnewbold@archive.org> | 2020-04-02 16:14:22 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@archive.org> | 2020-04-02 16:14:22 -0700 |
commit | cbfa0d9e1ed1dca6fa34f134cf81d4dd8a0a99f8 (patch) | |
tree | 79da5f6715b1f3b2bdf46ffe7fe3b7cff74b84ca /fatcat_covid19/templates/home.html | |
parent | d87b5392ede1e191448cf053ca27ad7cac5c2297 (diff) | |
download | fatcat-covid19-cbfa0d9e1ed1dca6fa34f134cf81d4dd8a0a99f8.tar.gz fatcat-covid19-cbfa0d9e1ed1dca6fa34f134cf81d4dd8a0a99f8.zip |
webface: refactoring of style
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;"> |