diff options
author | Pjotr Prins | 2020-05-16 12:27:54 -0500 |
---|---|---|
committer | Pjotr Prins | 2020-05-16 12:27:54 -0500 |
commit | 785830938bb816e9ae66a03e5821f20c3f2b194a (patch) | |
tree | 290e066ac226c7910198adfa4961c925c321481d /bh20simplewebuploader/templates/form.html | |
parent | f1d0f4faa2cc4496f5e0df679db0e716ceeac5b2 (diff) | |
download | bh20-seq-resource-785830938bb816e9ae66a03e5821f20c3f2b194a.tar.gz bh20-seq-resource-785830938bb816e9ae66a03e5821f20c3f2b194a.tar.lz bh20-seq-resource-785830938bb816e9ae66a03e5821f20c3f2b194a.zip |
Change the ugly table of sponsors in a (slightly less) annoying image to size ;)
Diffstat (limited to 'bh20simplewebuploader/templates/form.html')
-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"> |