diff options
author | Pjotr Prins | 2020-07-16 09:48:31 +0100 |
---|---|---|
committer | Pjotr Prins | 2020-07-16 09:48:31 +0100 |
commit | 73be46fd1db58f132fa60ff30d33d67927a341a7 (patch) | |
tree | a979702195e66958ac059705c95b48c7004d3714 /bh20simplewebuploader/templates | |
parent | 01b192417f858d4389226b5130a430bd3b6d4416 (diff) | |
download | bh20-seq-resource-73be46fd1db58f132fa60ff30d33d67927a341a7.tar.gz bh20-seq-resource-73be46fd1db58f132fa60ff30d33d67927a341a7.tar.lz bh20-seq-resource-73be46fd1db58f132fa60ff30d33d67927a341a7.zip |
Addes ESR logo and cropped CWL logo
Diffstat (limited to 'bh20simplewebuploader/templates')
-rw-r--r-- | bh20simplewebuploader/templates/footer.html | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/bh20simplewebuploader/templates/footer.html b/bh20simplewebuploader/templates/footer.html index a1dd4fd..37a6b64 100644 --- a/bh20simplewebuploader/templates/footer.html +++ b/bh20simplewebuploader/templates/footer.html @@ -21,7 +21,7 @@ <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> + <a href="https://www.commonwl.org/"><img src="static/image/CWL.png"></a> </div> <div class="sponsorimg"> <a href="https://arvados.org/"><img src="static/image/arvados-logo.png"></a> @@ -29,6 +29,10 @@ <div class="sponsorimg"> <a href="https://uthsc.edu/"><img src="static/image/UTHSC-primary-stacked-logo-4c.png"></a> </div> + <div class="sponsorimg"> + <a href="https://www.esr.cri.nz/"><img src="static/image/ESR.png"></a> + </div> + </div> </div> <div class="footer"> |