diff options
author | bnewbold <bnewbold@robocracy.org> | 2019-06-05 21:37:28 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2019-06-13 14:28:39 -0700 |
commit | 564424cb222c295e7d868b0f60b80078aa62584d (patch) | |
tree | 1ae97dc54ac575b241d548891fec75c568a25fb9 /python/fatcat_web/templates/about.html | |
parent | 3516341584cd6375f9b24765127cd74f1a7bd8db (diff) | |
download | fatcat-564424cb222c295e7d868b0f60b80078aa62584d.tar.gz fatcat-564424cb222c295e7d868b0f60b80078aa62584d.zip |
big rewrite of front page; needs polish and testing
Diffstat (limited to 'python/fatcat_web/templates/about.html')
-rw-r--r-- | python/fatcat_web/templates/about.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/python/fatcat_web/templates/about.html b/python/fatcat_web/templates/about.html index 5c398bbe..a760ff0c 100644 --- a/python/fatcat_web/templates/about.html +++ b/python/fatcat_web/templates/about.html @@ -1,7 +1,9 @@ {% extends "base.html" %} {% block body %} -<h1>About Fatcat</h1> +<img class="ui fluid bordered image" src="/static/fatcat.jpg" title="CC0 photo of an oversized feline" alt=""> + +<h1></h1> <p>Fatcat is versioned, publicly-editable catalog of research publications: journal articles, conference proceedings, pre-prints, blog posts, and so forth. |