diff options
| -rw-r--r-- | uploader/static/images/frontpage_banner.png | bin | 0 -> 122236 bytes | |||
| -rw-r--r-- | uploader/templates/index.html | 5 |
2 files changed, 5 insertions, 0 deletions
diff --git a/uploader/static/images/frontpage_banner.png b/uploader/static/images/frontpage_banner.png new file mode 100644 index 0000000..d25e1c9 --- /dev/null +++ b/uploader/static/images/frontpage_banner.png Binary files differdiff --git a/uploader/templates/index.html b/uploader/templates/index.html index e426732..0d098f0 100644 --- a/uploader/templates/index.html +++ b/uploader/templates/index.html @@ -118,6 +118,11 @@ {%else%} +<div class="row"> + <img src="/static/images/frontpage_banner.png" + alt="Banner image showing the process flow a user would follow." /> +</div> + <div class="row"> <p>The Genenetwork Uploader (<em>gn-uploader</em>) enables upload of new data into the Genenetwork System. It provides Quality Control over data, and |
