about summary refs log tree commit diff
diff options
context:
space:
mode:
authorFrederick Muriuki Muriithi2026-03-17 14:13:35 -0500
committerFrederick Muriuki Muriithi2026-03-17 14:13:35 -0500
commit19b6e7fbd221d7106983f486f40ac356688aa944 (patch)
tree634c99a404650f853fdd767d095a03fc0879f3a6
parent6b8dec794c3a6f60f06647b951cb431d8917b694 (diff)
downloadgn-uploader-19b6e7fbd221d7106983f486f40ac356688aa944.tar.gz
Change frontpage text
Update the text to the suggestion made by @acenteno.
Move the sign-in button to the right.
-rw-r--r--uploader/templates/index.html19
1 files changed, 11 insertions, 8 deletions
diff --git a/uploader/templates/index.html b/uploader/templates/index.html
index 543fc2b..3bd7bb1 100644
--- a/uploader/templates/index.html
+++ b/uploader/templates/index.html
@@ -124,14 +124,17 @@
 </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
-    guidance in case you data does not meet the standards for acceptance.</p>
-  <p>
-    <a href="{{authserver_authorise_uri()}}"
-       title="Sign in to the system"
-       class="btn btn-primary">Sign in</a>
-    to get started.</p>
+  <p>The GeneNetwork Uploader (gn-uploader) lets you easily add new data to the
+    GeneNetwork System. It automatically checks your data for quality and walks
+    you through fixing any issues before submission.</p>
+</div>
+
+<div class="row" style="text-align: right;">
+  <div class="col">
+      <a href="{{authserver_authorise_uri()}}"
+         title="Sign in to the system"
+         class="btn btn-primary">Sign in</a>
+  </div>
 </div>
 {%endif%}