diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2019-06-13 17:48:55 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2019-06-13 17:48:55 -0700 |
commit | 1630922376080efd42469a99e4b4836ea9d00228 (patch) | |
tree | 321cfb9f7dac3807efeb3081243bc640df0afc46 /python/fatcat_web/templates/home.html | |
parent | 16126c5901c435ea6610eff8b7211226c6f125d5 (diff) | |
download | fatcat-1630922376080efd42469a99e4b4836ea9d00228.tar.gz fatcat-1630922376080efd42469a99e4b4836ea9d00228.zip |
more UI tweaking
Diffstat (limited to 'python/fatcat_web/templates/home.html')
-rw-r--r-- | python/fatcat_web/templates/home.html | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/python/fatcat_web/templates/home.html b/python/fatcat_web/templates/home.html index 399b16ce..01349622 100644 --- a/python/fatcat_web/templates/home.html +++ b/python/fatcat_web/templates/home.html @@ -27,7 +27,8 @@ </div> <div class="ui vertical stripe segment"> - <div class="ui centered grid"> + <div class="ui text container" style="max-width: 800px!important;"> + <div class="ui centered equal grid"> <div class="row"> <div class="four wide mobile three wide center aligned column"> <a href="/stats" style="color: black;"> @@ -46,18 +47,18 @@ </div> </div> </div> + </div> </div> <div class="ui vertical stripe segment" style="padding-top: 2em; padding-bottom: 2em;"> - <div class="ui text container"> + <div class="ui text container" style="max-width: 800px!important;"> <div class="ui centered grid"> <div class="row"> <div class="four wide column"> <!-- TODO: don't let it scale down --> - <img src="https://ia800105.us.archive.org/20/items/OA-JOURNAL-TESTCRAWL-TWO-2018/papers.gif" width="130px"> + <img src="/static/paper_man_confused.gif" width="130px"> </div> - <!-- TODO: larger font size --> - <div class="twelve wide column" style="font-size: 1.1rem;"> + <div class="twelve wide column" style="font-size: 1.2rem;"> <p><b>Fatcat is a versioned, user-editable catalog of research publications including journal articles, conference proceedings, and datasets</b> @@ -73,11 +74,10 @@ </div> <div class="ui vertical stripe segment" style="padding-top: 2em; padding-bottom: 2em; background-color: #F5F5F5;"> - <div class="ui text container"> + <div class="ui text container" style="max-width: 800px!important;"> <div class="ui centered grid"> <div class="row"> - <!-- TODO: larger font size --> - <div class="twelve wide column" style="font-size: 1.1rem;"> + <div class="twelve wide column" style="font-size: 1.2rem;"> <p>The fatcat servcie is developed and hosted at <b><a href="https://archive.org">The Internet Archive</a></b>, a US non-profit dedicated to providing Universal Access to All Knowledge. @@ -87,7 +87,7 @@ web which could otherwise be lost. </div> <div class="four wide column"> - <img src="https://upload.wikimedia.org/wikipedia/commons/thumb/8/84/Internet_Archive_logo_and_wordmark.svg/250px-Internet_Archive_logo_and_wordmark.svg.png" width="140px"> + <img src="/static/ia_logo_text.png" width="140px"> </div> </div> </div> @@ -118,7 +118,7 @@ <br> <center> -<table class="ui single line unstackable table centered" style="max-width: 750px;"> +<table class="ui single line unstackable table centered" style="max-width: 800px; font-size: 1.1rem;"> <thead> <tr><th>Entity Type <th>Actions |