diff options
author | Pjotr Prins | 2020-05-20 09:39:59 -0500 |
---|---|---|
committer | Pjotr Prins | 2020-05-20 09:39:59 -0500 |
commit | 82c64075d7656e8c8f38fb887b86e4e98c81a5a9 (patch) | |
tree | 132edb078efcfd3287021df0992c293688ce8d80 /bh20simplewebuploader/templates | |
parent | 700fb33d0e9d1d73d184dcee30ea294ba5f021e2 (diff) | |
parent | 785830938bb816e9ae66a03e5821f20c3f2b194a (diff) | |
download | bh20-seq-resource-82c64075d7656e8c8f38fb887b86e4e98c81a5a9.tar.gz bh20-seq-resource-82c64075d7656e8c8f38fb887b86e4e98c81a5a9.tar.lz bh20-seq-resource-82c64075d7656e8c8f38fb887b86e4e98c81a5a9.zip |
Merge branch 'master' of github.com:pjotrp/bh20-seq-resource
Diffstat (limited to 'bh20simplewebuploader/templates')
-rw-r--r-- | bh20simplewebuploader/templates/form.html | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/bh20simplewebuploader/templates/form.html b/bh20simplewebuploader/templates/form.html index 1227ca2..50e1442 100644 --- a/bh20simplewebuploader/templates/form.html +++ b/bh20simplewebuploader/templates/form.html @@ -189,12 +189,17 @@ </p> </div> - <div class="sponsors"> - <a href="https://arvados.org/"><img src="static/image/arvados-logo.png"></a> - <a href="https://www.commonwl.org/"><img src="static/image/CWL-Logo-Header.png"></a> - - <a href="https://github.com/virtual-biohackathons/covid-19-bh20"> + <div class="sponsors"> + <div class="sponsorimg"> + <a href="https://github.com/virtual-biohackathons/covid-19-bh20"> <img src="static/image/covid19biohackathon.png"></a> + </div> + <div class="sponsorimg"> + <a href="https://www.commonwl.org/"><img src="static/image/CWL-Logo-Header.png"></a> + </div> + <div class="sponsorimg"> + <a href="https://arvados.org/"><img src="static/image/arvados-logo.png"></a> + </div> </div> </div> <div class="footer"> |