diff options
author | Pjotr Prins | 2020-08-22 10:04:57 +0100 |
---|---|---|
committer | Pjotr Prins | 2020-08-22 10:04:57 +0100 |
commit | ed0bef1505c50c49479d794bbac6ad2fd2a99db1 (patch) | |
tree | 450c3f0e5447f406412e5574ff70a2452a3d528d /bh20simplewebuploader/templates/footer.html | |
parent | fb7a72fa4e1d3b5fc9574d0b8b6c4c2b2474604f (diff) | |
download | bh20-seq-resource-ed0bef1505c50c49479d794bbac6ad2fd2a99db1.tar.gz bh20-seq-resource-ed0bef1505c50c49479d794bbac6ad2fd2a99db1.tar.lz bh20-seq-resource-ed0bef1505c50c49479d794bbac6ad2fd2a99db1.zip |
Reorganize footer
Diffstat (limited to 'bh20simplewebuploader/templates/footer.html')
-rw-r--r-- | bh20simplewebuploader/templates/footer.html | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/bh20simplewebuploader/templates/footer.html b/bh20simplewebuploader/templates/footer.html index abf46c3..3a405de 100644 --- a/bh20simplewebuploader/templates/footer.html +++ b/bh20simplewebuploader/templates/footer.html @@ -15,12 +15,11 @@ </p> </div> - <div> + <div class="sponsors"> <a href="static/image/BCC2020_AndreaGuarracino_COVID19PubSeq_Poster.pdf"> - <img src=static/image/BCC2020_AndreaGuarracino_COVID19PubSeq_Poster.png" alt="BCC2020 Andrea Guarracino COVID19 PubSeq Poster"/> + <img src="static/image/BCC2020_AndreaGuarracino_COVID19PubSeq_Poster.png" alt="BCC2020 COVID19 PubSeq Poster"/> </a> - </div> - <div class="sponsors"> + <h3>SPONSORS</h3> <div class="sponsorimg"> <a href="https://github.com/virtual-biohackathons/covid-19-bh20"> <img src="static/image/covid19biohackathon.png"></a> |