From 0c185c292d0d2f3adeaef565e520eb1ede329d72 Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Mon, 2 Dec 2024 15:08:54 +0000 Subject: wip: site is better --- alphabetlearning/static/css/project.css | 21 ++ alphabetlearning/static/images/funnel1.png | Bin 243667 -> 241905 bytes alphabetlearning/static/images/funnel2.png | Bin 188909 -> 189100 bytes alphabetlearning/static/images/funnel3.png | Bin 167318 -> 164544 bytes alphabetlearning/static/images/funnel4.png | Bin 125044 -> 130984 bytes alphabetlearning/static/images/funnel5.png | Bin 193029 -> 193652 bytes alphabetlearning/static/images/funnel6.png | Bin 92626 -> 93993 bytes alphabetlearning/templates/pages/home.html | 277 ++++++++------------- .../templates/payments/success_email_signup.html | 16 +- 9 files changed, 138 insertions(+), 176 deletions(-) diff --git a/alphabetlearning/static/css/project.css b/alphabetlearning/static/css/project.css index cdff2b3..08d743c 100644 --- a/alphabetlearning/static/css/project.css +++ b/alphabetlearning/static/css/project.css @@ -95,6 +95,27 @@ button { font-weight: 400; /* Regular for body text */ } +input { + border: 6px solid rgb(253, 119, 119); + border-radius: 4px; + font-size: 2.0rem; + display: block; + padding: 10px; + width: 100%; + height: 100px; +} + +input:focus { + border-color: darkgray; +} + +input::placeholder { + color: darkgray; + font-size: 2.0rem; +} + + + .custom-text { font-family: "Roboto", sans-serif; font-size: 1.1rem; diff --git a/alphabetlearning/static/images/funnel1.png b/alphabetlearning/static/images/funnel1.png index cc844df..970a784 100644 Binary files a/alphabetlearning/static/images/funnel1.png and b/alphabetlearning/static/images/funnel1.png differ diff --git a/alphabetlearning/static/images/funnel2.png b/alphabetlearning/static/images/funnel2.png index 8e976c0..70f151c 100644 Binary files a/alphabetlearning/static/images/funnel2.png and b/alphabetlearning/static/images/funnel2.png differ diff --git a/alphabetlearning/static/images/funnel3.png b/alphabetlearning/static/images/funnel3.png index 50baecb..b4c80e3 100644 Binary files a/alphabetlearning/static/images/funnel3.png and b/alphabetlearning/static/images/funnel3.png differ diff --git a/alphabetlearning/static/images/funnel4.png b/alphabetlearning/static/images/funnel4.png index 49dcdc1..cc2b0a0 100644 Binary files a/alphabetlearning/static/images/funnel4.png and b/alphabetlearning/static/images/funnel4.png differ diff --git a/alphabetlearning/static/images/funnel5.png b/alphabetlearning/static/images/funnel5.png index 77baa9d..ca332e1 100644 Binary files a/alphabetlearning/static/images/funnel5.png and b/alphabetlearning/static/images/funnel5.png differ diff --git a/alphabetlearning/static/images/funnel6.png b/alphabetlearning/static/images/funnel6.png index da8bde2..2609d38 100644 Binary files a/alphabetlearning/static/images/funnel6.png and b/alphabetlearning/static/images/funnel6.png differ diff --git a/alphabetlearning/templates/pages/home.html b/alphabetlearning/templates/pages/home.html index e06f65d..40f7861 100644 --- a/alphabetlearning/templates/pages/home.html +++ b/alphabetlearning/templates/pages/home.html @@ -3,58 +3,14 @@
-

hello!

-

- Alphabet Learning is a brand new platform selling high quality - educational resources. As of December 2024, the site is - currently in active development and will be launched soon. +

Alphabet Learning

+

+ High quality educational resources focused on simple concepts and the first steps in learning.

-
-
-
- -
-
- Funnel 1 -
-
- Funnel 2 -
-
- Funnel 3
- +
- -
-
-
-

- What is Alphabet Learning? -

-

- Our teaching resources are created by experienced educators - with 30 years of combined experience in mainstream and - special education, American camps, Australian nurseries, - childminding, and online teaching. -

-

- All resources will be available to purchase individually for - a very competitive price without needing a - subscription. We believe this will make our resources more - accessible to more people. + + +

+
+

+ Sign up +

+
+

+ To be informed of the site launch and receive FREE resource credits, + join our new customer mailing list...

-
-
-
-

Our philosophy

-

- Our resources have been designed with individual learners in - mind: those who need clarity, detail and to be stimulated - and engaged. -

-

- Not all learners are the same and one way doesn’t fit all. - Sometimes learners need to revisit concepts, explore them - further and look at them in a different way - Alphabet - Learning resources are designed with this in mind, focused - on getting to the nub of a concept to make learning clear. -

-
+ {% csrf_token %} +
+
+ +
+ +
+

+ By joining our list, you agree to our + Privacy and Legal Notice. +

+ +
+
+

+ Bonus offer! +

+

+ Additionally, we will give a 50% discount to the first fifty customers who join our mailing list, issued once the site is live. +

@@ -127,7 +96,7 @@ orange, yellow, green, - blue, + #1a87ee, indigo, violet ); @@ -137,7 +106,7 @@ />
-
+
-
-
-
-

- To be kept informed about the site launch and to receive - 50% off your first purchase, please submit your email address to join our new-customer - mailing list. + + +

+
+
+

+ Learning from A to Z +

+

+ Focused on early concepts, + these resources are designed to be accessible to all learners.

-
- {% csrf_token %} -
-
- - -
-
-

easy as a, b, c...

- -
-
-
-

- By joining our list, you agree to our - Privacy and Legal Notice. -

+
+
+

+ No commitment required +

+

+ Resources will be available to purchase individually + without a subscription. +

+
+
+ + +
+
+ Funnel 1 +
+
+ Funnel 2 +
+
+ Funnel 3
+

+ Alphabet Learning is currently in active
development and will be launched in Spring 2025. +

{% endblock content %} diff --git a/alphabetlearning/templates/payments/success_email_signup.html b/alphabetlearning/templates/payments/success_email_signup.html index 8c7d618..0988995 100644 --- a/alphabetlearning/templates/payments/success_email_signup.html +++ b/alphabetlearning/templates/payments/success_email_signup.html @@ -3,10 +3,16 @@ {% load static %} {% block content %} -
-
-

Success! Thank you for signing up.

-

A confirmation email has been sent to your inbox. We'll be in touch before our go-live - date with full details on how to register for an Alphabet Learning account and receive your discount.

+
+
+

+ Success! +

+
+

+ Just wait will you. You'll here from us next year. +

+
+
{% endblock content %} \ No newline at end of file -- cgit v1.2.3