aboutsummaryrefslogtreecommitdiffstats
path: root/pyblackbird_cc/templates/base.html
diff options
context:
space:
mode:
authorMatthew Lemon <y@yulqen.org>2024-05-14 12:53:28 +0100
committerMatthew Lemon <y@yulqen.org>2024-05-14 12:53:28 +0100
commit46f11648d902b22a177b878e35d6049a7a127ce7 (patch)
treef59f6630717bc9097c988a6d8d3eebe4ad548f1d /pyblackbird_cc/templates/base.html
parentb5e2c4b9a7aab20db6dd6072a01abd114e8e55de (diff)
Can now upload to Spaces
Diffstat (limited to 'pyblackbird_cc/templates/base.html')
-rw-r--r--pyblackbird_cc/templates/base.html70
1 files changed, 35 insertions, 35 deletions
diff --git a/pyblackbird_cc/templates/base.html b/pyblackbird_cc/templates/base.html
index 1eb9966..ce0a4ca 100644
--- a/pyblackbird_cc/templates/base.html
+++ b/pyblackbird_cc/templates/base.html
@@ -18,27 +18,27 @@
{% block extra_css %}
{% endblock extra_css %}
{% block css %}
- <!-- Latest compiled and minified Bootstrap CSS -->
- {# <link rel="stylesheet"#}
- {# href="https://cdnjs.cloudflare.com/ajax/libs/bootstrap/5.2.3/css/bootstrap.min.css"#}
- {# integrity="sha512-SbiR/eusphKoMVVXysTKG/7VseWii+Y3FdHrt0EpKgpToZeemhqHeZeLWLhJutz/2ut2Vw1uQEj2MbRF+TVBUA=="#}
- {# crossorigin="anonymous"#}
- {# referrerpolicy="no-referrer" />#}
+ <!--Latest compiled and minified Bootstrap CSS -->
+ <link rel="stylesheet"
+ href="https://cdnjs.cloudflare.com/ajax/libs/bootstrap/5.2.3/css/bootstrap.min.css"
+ integrity="sha512-SbiR/eusphKoMVVXysTKG/7VseWii+Y3FdHrt0EpKgpToZeemhqHeZeLWLhJutz/2ut2Vw1uQEj2MbRF+TVBUA=="
+ crossorigin="anonymous"
+ referrerpolicy="no-referrer" />
<!-- Your stuff: Third-party CSS libraries go here -->
<!-- This file stores project-specific CSS -->
- <!-- <link href="{% static 'css/project.css' %}" rel="stylesheet" /> -->
- <link rel="stylesheet" href="{% static "css/wrapper.css" %}" type="text/css" media="screen" charset="utf-8" />
+ <link href="{% static 'css/project.css' %}" rel="stylesheet" />
+ {# <link rel="stylesheet" href="{% static "css/wrapper.css" %}" type="text/css" media="screen" charset="utf-8" />#}
{% endblock css %}
<!-- Le javascript
- ================================================== -->
+ ================================================== -->
{# Placed at the top of the document so pages load faster with defer #}
{% block javascript %}
<!-- Bootstrap JS -->
- {#<script defer#}
- {# src="https://cdnjs.cloudflare.com/ajax/libs/bootstrap/5.2.3/js/bootstrap.min.js"#}
- {# integrity="sha512-1/RvZTcCDEUjY/CypiMz+iqqtaoQfAITmNSJY17Myp4Ms5mdxPS5UV7iOfdZoxcGhzFbOm6sntTKJppjvuhg4g=="#}
- {# crossorigin="anonymous"#}
- {# referrerpolicy="no-referrer"></script>#}
+ <script defer
+ src="https://cdnjs.cloudflare.com/ajax/libs/bootstrap/5.2.3/js/bootstrap.min.js"
+ integrity="sha512-1/RvZTcCDEUjY/CypiMz+iqqtaoQfAITmNSJY17Myp4Ms5mdxPS5UV7iOfdZoxcGhzFbOm6sntTKJppjvuhg4g=="
+ crossorigin="anonymous"
+ referrerpolicy="no-referrer"></script>
<!-- Your stuff: Third-party javascript libraries go here -->
<!-- place project specific Javascript in this file -->
<script defer src="{% static 'js/project.js' %}"></script>
@@ -47,32 +47,32 @@
</head>
<body>
<header>
- <div class="inner-header">
+ <div class="container text-center">
<div>&nbsp;</div>
- <div class="info">
- <h1>Joanna Lemon Learning</h1>
- <p>
- Experienced primary school teacher, dedicated to creating colourful and
- clear educational learning resources.
- </p>
+ <div class="row">
+ <div class="col">
+ <h1>Joanna Lemon Learning</h1>
+ <p>
+ Experienced primary school teacher, dedicated to creating colourful and
+ clear educational learning resources.
+ </p>
+ </div>
</div>
- <div>&nbsp;</div>
- <div>&nbsp;</div>
- <div class="info">
+ <div class="row">
<p>
For information: please contact <a href="mailto:joanna@joannalemon.com">joanna@joannalemon.com</a>
</p>
- <div class="jumplist">
- <div align="center">
- <a href="https://www.tes.com/teaching-resources/shop/joannalemon"
- target="_blank">TES Shop</a>
- </div>
- <div align="center">
- <a href="https://joannalemon.etsy.com/" target="_blank">Etsy</a>
- </div>
- <div align="center">
- <a href="https://blog.joannalemon.com" target="_blank">Blog</a>
- </div>
+ </div>
+ <div class="row">
+ <div class="col">
+ <a href="https://www.tes.com/teaching-resources/shop/joannalemon"
+ target="_blank">TES Shop</a>
+ </div>
+ <div class="col">
+ <a href="https://joannalemon.etsy.com/" target="_blank">Etsy</a>
+ </div>
+ <div class="col">
+ <a href="https://blog.joannalemon.com" target="_blank">Blog</a>
</div>
</div>
</div>