From a6e411584d7188d1485bad1895f6cc659ecce8c6 Mon Sep 17 00:00:00 2001 From: Pjotr Prins Date: Sat, 23 May 2020 08:53:17 -0500 Subject: Fixed HTML footer --- bh20simplewebuploader/static/main.css | 1 + bh20simplewebuploader/templates/about.html | 2 ++ bh20simplewebuploader/templates/blog.html | 2 ++ bh20simplewebuploader/templates/demo-run.html | 32 +++++++++-------- bh20simplewebuploader/templates/demo.html | 44 +++++++++++++----------- bh20simplewebuploader/templates/footer.html | 47 +++++++++++++++++++++++++ bh20simplewebuploader/templates/form.html | 49 ++------------------------- 7 files changed, 96 insertions(+), 81 deletions(-) create mode 100644 bh20simplewebuploader/templates/footer.html (limited to 'bh20simplewebuploader') diff --git a/bh20simplewebuploader/static/main.css b/bh20simplewebuploader/static/main.css index e2b999f..e1a06c9 100644 --- a/bh20simplewebuploader/static/main.css +++ b/bh20simplewebuploader/static/main.css @@ -146,6 +146,7 @@ form h4 { .footer { background: #058280;; margin: 0 auto; + float: left; color: #fff; } diff --git a/bh20simplewebuploader/templates/about.html b/bh20simplewebuploader/templates/about.html index 47b68fa..286a211 100644 --- a/bh20simplewebuploader/templates/about.html +++ b/bh20simplewebuploader/templates/about.html @@ -7,6 +7,8 @@ WIP + {% include 'footer.html' %} + - + + diff --git a/bh20simplewebuploader/templates/footer.html b/bh20simplewebuploader/templates/footer.html new file mode 100644 index 0000000..e72d1c5 --- /dev/null +++ b/bh20simplewebuploader/templates/footer.html @@ -0,0 +1,47 @@ +
+

+ -
-
-
-

ABOUT

-

- This a public repository created at the COVID-19 BioHackathon - that has a low barrier to entry for uploading sequence data using - best practices. I.e., data is published with a creative commons - 4.0 (CC-4.0) license with metadata using state-of-the art - standards and, perhaps most importantly, providing standardized - workflows that get triggered on upload, so that results are - immediately available in standardized data formats. The repository - will be maintained and expanded for the duration of the - pandemic. To contribute data simply upload it! To contribute code - and/or workflows see - the project - repository. For more information see the paper (WIP). -

- -
-
-
- - -
-
- -
-
- -
-
- -
-
-
- + +{% include 'footer.html' %}