aboutsummaryrefslogtreecommitdiffstats
path: root/templates/main/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/main/index.html')
-rw-r--r--templates/main/index.html23
1 files changed, 14 insertions, 9 deletions
diff --git a/templates/main/index.html b/templates/main/index.html
index 6c0f8e95..e498c761 100644
--- a/templates/main/index.html
+++ b/templates/main/index.html
@@ -1,16 +1,14 @@
{% extends "main/base.html" %}
{% block title %}Home{% endblock %}
{% block content %}
-<div class="uk-section uk-section-primary">
+<div class="uk-section uk-section-primary" style="padding-top: 20px;">
+ <div class="uk-container uk-container-expand" style="padding-bottom: 20px;">
+ <a class="uk-button uk-button-default" href="">Page One</a>
+ <a class="uk-button uk-button-default" href="">Page Two</a>
+ <a class="uk-button uk-button-default" href="">Page Three</a>
+ </div>
<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" />
+{# <img src="/static/logos/logo_banner.png" style="height: 150px; margin: auto;" />#}
<p>
Spicy jalapeno bacon ipsum dolor amet flank elit tri-tip swine reprehenderit tail
nostrud biltong officia eu. Irure shankle cupidatat shank filet mignon drumstick
@@ -20,6 +18,13 @@
landjaeger turducken exercitation. Shoulder adipisicing proident cow, short
loin tail bacon sausage strip steak jerky short ribs tri-tip jowl rump.
</p>
+ <hr class="uk-divider-icon" />
+ <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>
</div>
</div>
{% endblock %} \ No newline at end of file