diff options
author | Pjotr Prins | 2020-04-12 17:15:10 -0500 |
---|---|---|
committer | Pjotr Prins | 2020-04-12 17:15:10 -0500 |
commit | ced73e87d16344777b15904b3913c15dae373c9c (patch) | |
tree | cbeb1a48ea43af574a6823109e6255f366702dbe /bh20simplewebuploader/templates | |
parent | 5ab7fcfe91959e2191d0bafdefdc5775d16fae67 (diff) | |
download | bh20-seq-resource-ced73e87d16344777b15904b3913c15dae373c9c.tar.gz bh20-seq-resource-ced73e87d16344777b15904b3913c15dae373c9c.tar.lz bh20-seq-resource-ced73e87d16344777b15904b3913c15dae373c9c.zip |
Web: added Arvados logo - need to change CSS
Diffstat (limited to 'bh20simplewebuploader/templates')
-rw-r--r-- | bh20simplewebuploader/templates/form.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/bh20simplewebuploader/templates/form.html b/bh20simplewebuploader/templates/form.html index 644ac4d..d98c701 100644 --- a/bh20simplewebuploader/templates/form.html +++ b/bh20simplewebuploader/templates/form.html @@ -238,8 +238,12 @@ span.dropt:hover {text-decoration: none; background: #ffffff; z-index: 6; } <br> <hr> + <a href="https://arvados.org/"><img src="static/image/arvados-logo.png"></a> + <small><a href="https://github.com/arvados/bh20-seq-resource">Source</a> · Made for <a href="https://github.com/virtual-biohackathons/covid-19-bh20">COVID-19-BH20</a> | For more information E-mail pjotr.public444 at thebird.nl </small> + + <a href="https://github.com/virtual-biohackathons/covid-19-bh20"> <img src="static/image/covid19biohackathon.png" align="right" width="300"></a> |