aboutsummaryrefslogtreecommitdiffstats
path: root/fatcat_scholar/templates/base.html
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@archive.org>2020-07-21 17:51:10 -0700
committerBryan Newbold <bnewbold@archive.org>2020-07-21 17:51:10 -0700
commita71cd9ea70830af6d9cb9467ad6010f8d3545a26 (patch)
tree5afeb3b43d0bfadc5acf4da6024f8cb89d05a4c9 /fatcat_scholar/templates/base.html
parentd8a714d703623bbdd7f2834349f89547ed9ba91c (diff)
downloadfatcat-scholar-a71cd9ea70830af6d9cb9467ad6010f8d3545a26.tar.gz
fatcat-scholar-a71cd9ea70830af6d9cb9467ad6010f8d3545a26.zip
gaudy placeholder vaporwave logo
Diffstat (limited to 'fatcat_scholar/templates/base.html')
-rw-r--r--fatcat_scholar/templates/base.html17
1 files changed, 8 insertions, 9 deletions
diff --git a/fatcat_scholar/templates/base.html b/fatcat_scholar/templates/base.html
index 26c18e7..6f00a83 100644
--- a/fatcat_scholar/templates/base.html
+++ b/fatcat_scholar/templates/base.html
@@ -147,11 +147,10 @@
<div class="ui vertical stripe segment" style="background-color: #dedede;">
<div class="ui container" style="padding-top: 1em; padding-bottom: 0; padding-left: 0; padding-right: 0;">
<div class="ui equal height stackable grid">
- <div class="ui four wide column">
+ <div class="ui four wide column" style="padding-bottom: 0;">
<div style="display: flex; justify-content: center; align-items: center; height: 100%; width: 100%;">
<a href="{{ lang_prefix }}/">
- <span style="font-size: 1.5rem; font-weight: bold;" title="this is a placeholder until we get a logo or fancy font">[scholar.archive.org]</span>
- {# hack to align vertically with search box #}
+ <img src="/static/scholar-vaporwave-logo-small.png" style="width: 200px; margin-top: -1.5em;">
</a>
</div>
</div>
@@ -165,12 +164,12 @@
</div>
</div>
</form>
- </div>
- </div>
- <div style="display: flex; width: 100%; justify-content: space-between; padding-top: 0.5em;">
- <div></div>
- <div>
- <a href="{{ lang_prefix }}/help" style="order: -1;">{{ _("User Guide") }}</a>
+ <div style="display: flex; width: 100%; justify-content: space-between; padding-top: 0.5em;">
+ <div></div>
+ <div>
+ <a href="{{ lang_prefix }}/help" style="order: -1;">{{ _("User Guide") }}</a>
+ </div>
+ </div>
</div>
</div>
</div>