From 6ef5e1a50e29938f5bdb852f20e2f8be6ea2bc95 Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Wed, 15 May 2024 18:25:01 +0100 Subject: Adds an admin bar to resources page and moves some stuff to home --- pyblackbird_cc/templates/pages/home.html | 63 ++++++++++++++++++++++++++++++++ 1 file changed, 63 insertions(+) (limited to 'pyblackbird_cc/templates/pages/home.html') diff --git a/pyblackbird_cc/templates/pages/home.html b/pyblackbird_cc/templates/pages/home.html index 94d9808..deb6278 100644 --- a/pyblackbird_cc/templates/pages/home.html +++ b/pyblackbird_cc/templates/pages/home.html @@ -1 +1,64 @@ {% extends "base.html" %} + +{% load static %} + +{% block content %} +
+
+
+

High quality educational resources

+
+
+

Stuff and intro text

+
+
+
+
+
+
+ PLACEHOLDER + PLACEHOLDER + PLACEHOLDER +
+
+
+
+
+
Welcome!
+

+ I love to make clear and colourful resources and can't resist using rainbow colours + which so often help make learning visually clearer. I'd love to know what you think of + what you download, don't hesitate to let me know if you have any suggestions or requests... + I am also available to tutor younger learners online via Sherpa! +

+
+
+

Subscriptions available now!

+

+ I love to make clear and colourful resources and can't resist using rainbow colours + which so often help make learning visually clearer. I'd love to know what you think of + what you download, don't hesitate to let me know if you have any suggestions or requests... + I am also available to tutor younger learners online via Sherpa! +

+

What is available?

+
    +
  • Full access to all resources (over 250 resources)
  • +
  • Customised resources upon request
  • +
  • New resources coming online all the time
  • +
+ Subscribe now +
+
+
+
+
+

Featured resources

+
+
+
+

These are my latest resources. They are great!

+
+
+
+
+{% endblock content %} -- cgit v1.2.3