From 8d6faeebfa3324ab77342b8f534779a0d300ae4c Mon Sep 17 00:00:00 2001 From: Gareth Coles Date: Wed, 21 Feb 2018 09:55:25 +0000 Subject: Basic main page hero --- templates/main/base.html | 4 ++-- templates/main/index.html | 24 ++++++++++++++++++++++++ 2 files changed, 26 insertions(+), 2 deletions(-) (limited to 'templates/main') diff --git a/templates/main/base.html b/templates/main/base.html index 66bf7e5f..a1372747 100644 --- a/templates/main/base.html +++ b/templates/main/base.html @@ -13,7 +13,7 @@ {% include "main/navigation.html" %} - +{% if current_page != "index" %}

@@ -22,7 +22,7 @@

- +{% endif %} {% block content %}{% endblock %} diff --git a/templates/main/index.html b/templates/main/index.html index 48ca8f12..646f2eab 100644 --- a/templates/main/index.html +++ b/templates/main/index.html @@ -1,4 +1,28 @@ {% extends "main/base.html" %} {% block title %}Home{% endblock %} {% block content %} +
+
+ +
+

+ Spicy jalapeno bacon ipsum dolor amet flank elit tri-tip swine reprehenderit tail + nostrud biltong officia eu. Irure shankle cupidatat shank filet mignon drumstick + tail dolore jowl flank velit magna. Est hamburger sirloin enim nisi, dolore sint + sed et adipisicing ut laboris bresaola pig cow. Nisi tongue ex fatback. Culpa + elit venison exercitation hamburger dolor do andouille consequat meatloaf. Eu + landjaeger turducken exercitation. Shoulder adipisicing proident cow, short + loin tail bacon sausage strip steak jerky short ribs tri-tip jowl rump. +

+
+
+ +
+
+

+ 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! +

+
+
{% endblock %} \ No newline at end of file -- cgit v1.2.3