diff options
author | Peter Amstutz | 2020-07-16 14:21:40 -0400 |
---|---|---|
committer | Peter Amstutz | 2020-07-16 14:21:40 -0400 |
commit | 15624e038e0f368d2be4c9a76ace77da4d673fdd (patch) | |
tree | f5fd312597205af763a44432890ffdfbe8ff46d9 /bh20simplewebuploader/templates/footer.html | |
parent | 6bfefe984a84fb215d61e045c49a4ab123bb7339 (diff) | |
download | bh20-seq-resource-15624e038e0f368d2be4c9a76ace77da4d673fdd.tar.gz bh20-seq-resource-15624e038e0f368d2be4c9a76ace77da4d673fdd.tar.lz bh20-seq-resource-15624e038e0f368d2be4c9a76ace77da4d673fdd.zip |
Improve upload form layout.
Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <peter.amstutz@curii.com>
Diffstat (limited to 'bh20simplewebuploader/templates/footer.html')
-rw-r--r-- | bh20simplewebuploader/templates/footer.html | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/bh20simplewebuploader/templates/footer.html b/bh20simplewebuploader/templates/footer.html index 37a6b64..5a1f3c9 100644 --- a/bh20simplewebuploader/templates/footer.html +++ b/bh20simplewebuploader/templates/footer.html @@ -21,12 +21,15 @@ <img src="static/image/covid19biohackathon.png"></a> </div> <div class="sponsorimg"> - <a href="https://www.commonwl.org/"><img src="static/image/CWL.png"></a> + <a href="https://www.curii.com/"><img src="static/image/curii.logo.ai.svg"></a> </div> <div class="sponsorimg"> <a href="https://arvados.org/"><img src="static/image/arvados-logo.png"></a> </div> <div class="sponsorimg"> + <a href="https://www.commonwl.org/"><img src="static/image/CWL.png"></a> + </div> + <div class="sponsorimg"> <a href="https://uthsc.edu/"><img src="static/image/UTHSC-primary-stacked-logo-4c.png"></a> </div> <div class="sponsorimg"> |