From ba481815f80d30cff248f06cf71556de9d6434b7 Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Thu, 22 Aug 2024 17:28:49 +0100 Subject: Adds basic pricing section and footer --- pyblackbird_cc/templates/base.html | 38 +++++++ pyblackbird_cc/templates/pages/home.html | 185 ++++++++++++++++++++++++++++++- 2 files changed, 220 insertions(+), 3 deletions(-) (limited to 'pyblackbird_cc/templates') diff --git a/pyblackbird_cc/templates/base.html b/pyblackbird_cc/templates/base.html index b06e313..750fd75 100644 --- a/pyblackbird_cc/templates/base.html +++ b/pyblackbird_cc/templates/base.html @@ -102,6 +102,44 @@
{% block content %} {% endblock content %} + +
{% endblock main %} {% endblock body %} diff --git a/pyblackbird_cc/templates/pages/home.html b/pyblackbird_cc/templates/pages/home.html index c759668..2d60d83 100644 --- a/pyblackbird_cc/templates/pages/home.html +++ b/pyblackbird_cc/templates/pages/home.html @@ -4,6 +4,10 @@ {% block content %} + + Check + + Bootstrap

First benefit

-

{% lorem %}

+

Some nice descriptive text about the feature here. Sell it and make + it really exciting!

Call to action @@ -117,7 +122,8 @@

Featured title

-

{% lorem %}

+

Some nice descriptive text about the feature here. Sell it and make + it really exciting!

Call to action @@ -134,7 +140,8 @@

Featured title

-

{% lorem %}

+

Some nice descriptive text about the feature here. Sell it and make + it really exciting!

Call to action @@ -150,4 +157,176 @@
+ +
+

Pricing

+

Quickly build an effective pricing table for your potential customers with this + Bootstrap example. It’s built with default Bootstrap components and utilities with little customization.

+
+ + +
+
+
+
+

Starter

+
+
+

£0/mo

+
    +
  • 20 resources included
  • +
  • Something else that is basic
  • +
  • Email support
  • +
  • Help center access
  • +
+ +
+
+
+
+
+
+

Learner

+
+
+

£4.99/mo

+
    +
  • 100 resources included
  • +
  • Something else that is pro
  • +
  • Email support
  • +
  • Help center access
  • +
+ +
+
+
+
+
+
+

Member

+
+
+

£8.99/mo

+
    +
  • All resources included
  • +
  • Something else that is really good
  • +
  • Email support
  • +
  • Help center access
  • +
+ +
+
+
+
+ +

Compare plans

+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
StarterLearnerMember
Public + + + + + + + + + + + +
Private + + + + + + + +
Permissions + + + + + + + + + + + +
Sharing + + + + + + + +
Unlimited members + + + + + + + +
Extra security + + + +
+
+ + + {% endblock content %} -- cgit v1.2.3