From 41a2b8d6f1b01333c95ec3871f31942c5ab6d39b Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Sun, 1 Dec 2024 21:38:16 +0000 Subject: wip: working --- alphabetlearning/static/css/custom.css | 7 --- alphabetlearning/static/css/project.css | 10 +++-- alphabetlearning/static/images/funnel1.png | Bin 0 -> 243667 bytes .../static/images/funnel1_initial_sounds.png | Bin 217215 -> 0 bytes alphabetlearning/static/images/funnel2.png | Bin 0 -> 188909 bytes .../static/images/funnel2_handwriting.png | Bin 165697 -> 0 bytes .../static/images/funnel2_picture_match_words.png | Bin 183819 -> 0 bytes alphabetlearning/static/images/funnel3.png | Bin 0 -> 167318 bytes .../static/images/funnel3_handwriting.png | Bin 165698 -> 0 bytes .../static/images/funnel3_ug_words.png | Bin 88850 -> 0 bytes alphabetlearning/static/images/funnel4.png | Bin 0 -> 125044 bytes .../static/images/funnel4_order_numbers.png | Bin 113791 -> 0 bytes alphabetlearning/static/images/funnel5.png | Bin 0 -> 193029 bytes .../static/images/funnel5_ug_words.png | Bin 88849 -> 0 bytes alphabetlearning/static/images/funnel6.png | Bin 0 -> 92626 bytes .../static/images/funnel6_2D_shape_match.png | Bin 172823 -> 0 bytes alphabetlearning/templates/pages/home.html | 48 ++++++++++----------- 17 files changed, 31 insertions(+), 34 deletions(-) create mode 100644 alphabetlearning/static/images/funnel1.png delete mode 100644 alphabetlearning/static/images/funnel1_initial_sounds.png create mode 100644 alphabetlearning/static/images/funnel2.png delete mode 100644 alphabetlearning/static/images/funnel2_handwriting.png delete mode 100644 alphabetlearning/static/images/funnel2_picture_match_words.png create mode 100644 alphabetlearning/static/images/funnel3.png delete mode 100644 alphabetlearning/static/images/funnel3_handwriting.png delete mode 100644 alphabetlearning/static/images/funnel3_ug_words.png create mode 100644 alphabetlearning/static/images/funnel4.png delete mode 100644 alphabetlearning/static/images/funnel4_order_numbers.png create mode 100644 alphabetlearning/static/images/funnel5.png delete mode 100644 alphabetlearning/static/images/funnel5_ug_words.png create mode 100644 alphabetlearning/static/images/funnel6.png delete mode 100644 alphabetlearning/static/images/funnel6_2D_shape_match.png diff --git a/alphabetlearning/static/css/custom.css b/alphabetlearning/static/css/custom.css index d5c43ab..4ff491e 100644 --- a/alphabetlearning/static/css/custom.css +++ b/alphabetlearning/static/css/custom.css @@ -201,13 +201,6 @@ body { -webkit-tap-highlight-color: rgba(0, 0, 0, 0); } -hr { - margin: 1rem 0; - color: inherit; - border: 0; - border-top: var(--bs-border-width) solid; - opacity: 0.25; -} h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 { margin-top: 0; diff --git a/alphabetlearning/static/css/project.css b/alphabetlearning/static/css/project.css index be6532f..cdff2b3 100644 --- a/alphabetlearning/static/css/project.css +++ b/alphabetlearning/static/css/project.css @@ -85,6 +85,10 @@ h6 { font-weight: 700; /* Bold for headings */ } +hr { + opacity: 1 !important; /* Forcefully set opacity to 1 */ + } + p, label, button { @@ -100,18 +104,18 @@ button { } .email-submit-button { - background-color: #ac94eb; padding: 12px; font-size: 1.1rem; font-weight: 600; + background-color: #ff9d3e; + border: 2px solid #ff9d3e; color: white; - border: none; border-radius: 5px; transition: background-color 0.3s; } .email-submit-button:hover { - background-color: #c0b0eb; + background-color: #fa8713; } .alert-debug { diff --git a/alphabetlearning/static/images/funnel1.png b/alphabetlearning/static/images/funnel1.png new file mode 100644 index 0000000..cc844df Binary files /dev/null and b/alphabetlearning/static/images/funnel1.png differ diff --git a/alphabetlearning/static/images/funnel1_initial_sounds.png b/alphabetlearning/static/images/funnel1_initial_sounds.png deleted file mode 100644 index 7942396..0000000 Binary files a/alphabetlearning/static/images/funnel1_initial_sounds.png and /dev/null differ diff --git a/alphabetlearning/static/images/funnel2.png b/alphabetlearning/static/images/funnel2.png new file mode 100644 index 0000000..8e976c0 Binary files /dev/null and b/alphabetlearning/static/images/funnel2.png differ diff --git a/alphabetlearning/static/images/funnel2_handwriting.png b/alphabetlearning/static/images/funnel2_handwriting.png deleted file mode 100644 index d6be0ec..0000000 Binary files a/alphabetlearning/static/images/funnel2_handwriting.png and /dev/null differ diff --git a/alphabetlearning/static/images/funnel2_picture_match_words.png b/alphabetlearning/static/images/funnel2_picture_match_words.png deleted file mode 100644 index 807dbfb..0000000 Binary files a/alphabetlearning/static/images/funnel2_picture_match_words.png and /dev/null differ diff --git a/alphabetlearning/static/images/funnel3.png b/alphabetlearning/static/images/funnel3.png new file mode 100644 index 0000000..50baecb Binary files /dev/null and b/alphabetlearning/static/images/funnel3.png differ diff --git a/alphabetlearning/static/images/funnel3_handwriting.png b/alphabetlearning/static/images/funnel3_handwriting.png deleted file mode 100644 index d063b47..0000000 Binary files a/alphabetlearning/static/images/funnel3_handwriting.png and /dev/null differ diff --git a/alphabetlearning/static/images/funnel3_ug_words.png b/alphabetlearning/static/images/funnel3_ug_words.png deleted file mode 100644 index e922ea4..0000000 Binary files a/alphabetlearning/static/images/funnel3_ug_words.png and /dev/null differ diff --git a/alphabetlearning/static/images/funnel4.png b/alphabetlearning/static/images/funnel4.png new file mode 100644 index 0000000..49dcdc1 Binary files /dev/null and b/alphabetlearning/static/images/funnel4.png differ diff --git a/alphabetlearning/static/images/funnel4_order_numbers.png b/alphabetlearning/static/images/funnel4_order_numbers.png deleted file mode 100644 index 817cbe6..0000000 Binary files a/alphabetlearning/static/images/funnel4_order_numbers.png and /dev/null differ diff --git a/alphabetlearning/static/images/funnel5.png b/alphabetlearning/static/images/funnel5.png new file mode 100644 index 0000000..77baa9d Binary files /dev/null and b/alphabetlearning/static/images/funnel5.png differ diff --git a/alphabetlearning/static/images/funnel5_ug_words.png b/alphabetlearning/static/images/funnel5_ug_words.png deleted file mode 100644 index 2dcb508..0000000 Binary files a/alphabetlearning/static/images/funnel5_ug_words.png and /dev/null differ diff --git a/alphabetlearning/static/images/funnel6.png b/alphabetlearning/static/images/funnel6.png new file mode 100644 index 0000000..da8bde2 Binary files /dev/null and b/alphabetlearning/static/images/funnel6.png differ diff --git a/alphabetlearning/static/images/funnel6_2D_shape_match.png b/alphabetlearning/static/images/funnel6_2D_shape_match.png deleted file mode 100644 index 53f2de1..0000000 Binary files a/alphabetlearning/static/images/funnel6_2D_shape_match.png and /dev/null differ diff --git a/alphabetlearning/templates/pages/home.html b/alphabetlearning/templates/pages/home.html index 8f74836..e06f65d 100644 --- a/alphabetlearning/templates/pages/home.html +++ b/alphabetlearning/templates/pages/home.html @@ -3,11 +3,11 @@
-

Welcome, friend!

-

- 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. +

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.

@@ -18,13 +18,13 @@ height: 10px; background: linear-gradient( to right, - red, - orange, - yellow, - green, - blue, - indigo, - violet + #FF0000, + #FF8C00, + #FFFF00, + #32CD32, + #0000FF, + #4B0082, + #8A2BE2 ); width: 100%; margin: 20px 0; @@ -34,21 +34,21 @@
Funnel 1
Funnel 2
Funnel 3 @@ -139,21 +139,21 @@
Funnel 1
Funnel 2
Funnel 3 @@ -163,7 +163,7 @@
Your story starts here...1, 2, 3... -

...easy as A, B, C!

-
-- cgit v1.2.3