diff options
author | Matthew Lemon <y@yulqen.org> | 2024-09-01 17:00:09 +0100 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2024-09-01 17:00:09 +0100 |
commit | 511786f9ad75bd20157f3cbff1b17e48ac9734f5 (patch) | |
tree | 00521a0b13410a37632e4d8b0e1e51097f4b2a3a /pyblackbird_cc/templates/pages/home.html | |
parent | b8cb50d3983e4087fa54c2295cf8066c8d27b4a5 (diff) |
Logo and new navbar and new detail design
- logo in place
- new navbar - removed Joanna Lemon, etc
- tidying up the detail page, using cards and nicer titles
- better detail panel at the top of the page with a table in it
Diffstat (limited to 'pyblackbird_cc/templates/pages/home.html')
-rw-r--r-- | pyblackbird_cc/templates/pages/home.html | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/pyblackbird_cc/templates/pages/home.html b/pyblackbird_cc/templates/pages/home.html index 2d60d83..1b557f4 100644 --- a/pyblackbird_cc/templates/pages/home.html +++ b/pyblackbird_cc/templates/pages/home.html @@ -90,6 +90,24 @@ </div> </div> + + {# Image section#} + <div class="container my-5"> + <div class="row"> + <div class="col-lg-6 mx-auto"> + <h2 class="display-5 fw-bold text-center mb-4">Sample Resources</h2> + <div class="ratio ratio-16x9 mb-4"> + <img src="{% static 'images/placeholder-image.jpg' %}" class="img-fluid rounded" + alt="Sample Resource"> + </div> + <p class="lead text-center">This is a sample of the high-quality educational resources you can + access with our membership plans. Our resources are carefully crafted by experienced educators + to engage and inspire young learners.</p> + </div> + </div> + </div> + + <div class="feature-divider"></div> <div class="row"> |