From 0aa87eee91afdc5345c04cf478b81c3911760b36 Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Thu, 22 Aug 2024 17:00:25 +0100 Subject: Adds a basic hero and feature section to the homepage --- pyblackbird_cc/templates/base.html | 175 +++++++++++++++++++------------------ 1 file changed, 88 insertions(+), 87 deletions(-) (limited to 'pyblackbird_cc/templates/base.html') diff --git a/pyblackbird_cc/templates/base.html b/pyblackbird_cc/templates/base.html index 6de8fef..b06e313 100644 --- a/pyblackbird_cc/templates/base.html +++ b/pyblackbird_cc/templates/base.html @@ -3,113 +3,114 @@ {% get_current_language as LANGUAGE_CODE %} - - - + + + - {% block title %} - Joanna Lemon Learning - Resources - {% endblock title %} + {% block title %} + Joanna Lemon Learning - Resources + {% endblock title %} - - - - + + + + {% block extra_css %} {% endblock extra_css %} {% block css %} - - {# #} - - - - - - {# #} + + {# #} + + + + + + + {# #} {% endblock css %} {# Placed at the top of the document so pages load faster with defer #} {% block javascript %} - - {# #} - - - - - + + {# #} + + + + + {% endblock javascript %} - - -
-
+ + +
+
 
-
-

Joanna Lemon Learning

-

- Experienced primary school teacher, dedicated to creating colourful and - clear educational learning resources. -

-
+
+

Joanna Lemon Learning

+

+ Experienced primary school teacher, dedicated to creating colourful and + clear educational learning resources. +

+
-

- For information: please contact joanna@joannalemon.com -

+

+ For information: please contact joanna@joannalemon.com +

-
- TES Shop -
-
- Etsy -
-
- Resources -
-
- Blog -
+
+ TES Shop +
+
+ Etsy +
+
+ Resources +
+
+ Blog +
-
-
-
-
- {% block body %} +
+
+
+
+ {% block body %} {% if messages %} - {% for message in messages %} -
- {{ message }} - -
- {% endfor %} + {% for message in messages %} +
+ {{ message }} + +
+ {% endfor %} {% endif %} {% block main %} -
- {% block content %} - {% endblock content %} -
+
+ {% block content %} + {% endblock content %} +
{% endblock main %} - {% endblock body %} -
- - {% block modal %} - {% endblock modal %} - {% block inline_javascript %} - {% comment %} + {% endblock body %} + + +{% block modal %} +{% endblock modal %} +{% block inline_javascript %} + {% comment %} Script tags with only code, no src (defer by default). To run with a "defer" so that you run inline code: {% endcomment %} - {% endblock inline_javascript %} - +{% endblock inline_javascript %} + -- cgit v1.2.3