aboutsummaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorGravatar Gareth Coles <[email protected]>2018-02-21 10:10:48 +0000
committerGravatar Gareth Coles <[email protected]>2018-02-21 10:10:48 +0000
commit43f2a64d279f6ee216f6fef8d9c49b5534eb5297 (patch)
tree2f68a8b881014a8c5888efe99fe75887aeaaa6c4 /templates
parentBasic main page hero (diff)
Better pre-release warning on index
Diffstat (limited to 'templates')
-rw-r--r--templates/main/index.html15
1 files changed, 6 insertions, 9 deletions
diff --git a/templates/main/index.html b/templates/main/index.html
index 646f2eab..6c0f8e95 100644
--- a/templates/main/index.html
+++ b/templates/main/index.html
@@ -4,6 +4,12 @@
<div class="uk-section uk-section-primary">
<div class="uk-container uk-text-center">
<img src="/static/logos/logo_banner.png" style="height: 150px; margin: auto;" />
+ <div class="uk-container uk-container-small uk-text-meta">
+ <p>
+ Please note: this site is under construction. What you see now may be vastly different
+ from the final project state. Feel free to chat to us on Discord if you're curious!
+ </p>
+ </div>
<hr class="uk-divider-icon" />
<p>
Spicy jalapeno bacon ipsum dolor amet flank elit tri-tip swine reprehenderit tail
@@ -16,13 +22,4 @@
</p>
</div>
</div>
-
-<div class="uk-container uk-section">
- <div class="uk-alert-danger" uk-alert>
- <p>
- Please note: this site is under construction. What you see now may be vastly different
- from the final project state. Feel free to chat to us on Discord if you're curious!
- </p>
- </div>
-</div>
{% endblock %} \ No newline at end of file