diff options
| author | Frederick Muriuki Muriithi | 2026-03-17 14:06:24 -0500 |
|---|---|---|
| committer | Frederick Muriuki Muriithi | 2026-03-17 14:06:24 -0500 |
| commit | a7f07047dcae815bf0af8ad487f3f4e67851b508 (patch) | |
| tree | c4fc1127204aa587f2d92fdfb4347dd00bf22a6b /uploader | |
| parent | c4c2ed8ba205be09c6040a07444b0d892cae8a31 (diff) | |
| download | gn-uploader-a7f07047dcae815bf0af8ad487f3f4e67851b508.tar.gz | |
Add a frontpage banner image.
Diffstat (limited to 'uploader')
| -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 |
