diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2019-03-01 11:53:02 -0800 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2019-03-01 11:53:02 -0800 |
commit | aefa1a76d7e9d4f914e3e9cc4f2ce7520fa70f1b (patch) | |
tree | e174a91cd630a6e54e155273865572ddf924be81 | |
parent | 4dcda9c925f54a3a08d40a18dea3d7fd9829084b (diff) | |
download | fatcat-aefa1a76d7e9d4f914e3e9cc4f2ce7520fa70f1b.tar.gz fatcat-aefa1a76d7e9d4f914e3e9cc4f2ce7520fa70f1b.zip |
tweak home page
-rw-r--r-- | python/fatcat_web/templates/home.html | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/python/fatcat_web/templates/home.html b/python/fatcat_web/templates/home.html index c4bf6cb2..4416d812 100644 --- a/python/fatcat_web/templates/home.html +++ b/python/fatcat_web/templates/home.html @@ -2,20 +2,22 @@ {% block body %} <div class="ui container text"> -<!-- <h1 class="ui header centered" style="font-size: 2.5rem;">Welcome to Fatcat!</h1><br> --> +<!-- <h1 class="ui header centered" style="font-size: 2.5rem;">Fatcat: The Universal Research Catalog</h1><br> --> <img class="ui fluid bordered image" src="/static/fatcat.jpg" title="CC0 photo of an oversized feline" alt=""> <br> +<h2 class="ui header centered">Search millions of research publications and datasets</h2> <form class="" role="search" action="/release/search" method="get"> <div class="ui form"> <div class="ui action input huge fluid"> - <input type="text" placeholder="Search Articles..." name="q" aria-label="search release metadata"> + <input type="text" placeholder="Query..." name="q" aria-label="search release metadata"> <button class="ui button">Search</button> </div> </div> </form> +<br> <div class="ui warning message"> <div class="header">Current Status: Beta</div> <ul class="list"> |