1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
|
{% extends "base.html" %} {% load static %} {% block content %}
<div class="container text-center">
<div class="row">
<div class="px-4 py-5 mt-5 mb-0">
<h1 class="display-5 fw-bold">Welcome, friend!</h1>
<p class="lead mb-4 mt-4 bg-light p-4 rounded">
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.
</p>
</div>
</div>
<hr
style="
border: none;
height: 10px;
background: linear-gradient(
to right,
red,
orange,
yellow,
green,
blue,
indigo,
violet
);
width: 100%;
margin: 20px 0;
"
/>
<div class="row justify-content-center my-5">
<div class="col-md-4">
<img
src="{% static 'images/funnel1_initial_sounds.png' %}"
class="img-fluid rotated-image"
alt="Funnel 1"
/>
</div>
<div class="col-md-4">
<img
src="{% static 'images/funnel2_picture_match_words.png' %}"
class="img-fluid rotated-image"
alt="Funnel 2"
/>
</div>
<div class="col-md-4">
<img
src="{% static 'images/funnel3_handwriting.png' %}"
class="img-fluid rotated-image"
alt="Funnel 3"
/>
</div>
</div>
<hr
style="
border: none;
height: 10px;
background: linear-gradient(
to right,
red,
orange,
yellow,
green,
blue,
indigo,
violet
);
width: 100%;
margin: 20px 0;
"
/>
<div class="row my-5 d-flex align-items-stretch">
<div class="col-md-6 d-flex">
<div
class="p-4 border border-danger rounded shadow flex-fill custom-box"
>
<h2 class="font-weight-bolder mb-2">
What is Alphabet Learning?
</h2>
<p class="custom-text" style="margin-bottom: 20px">
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.
</p>
<p class="custom-text" style="margin-bottom: 20px">
All resources will be available to purchase individually for
a very competitive price <u>without</u> needing a
subscription. We believe this will make our resources more
accessible to more people.
</p>
</div>
</div>
<div class="col-md-6 d-flex">
<div
class="p-4 border border-primary rounded shadow flex-fill custom-box"
>
<h2 class="font-weight-bolder mb-2">Our philosophy</h2>
<p class="custom-text">
Our resources have been designed with individual learners in
mind: those who need clarity, detail and to be stimulated
and engaged.
</p>
<p class="custom-text">
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.
</p>
</div>
</div>
</div>
<hr
style="
border: none;
height: 10px;
background: linear-gradient(
to right,
red,
orange,
yellow,
green,
blue,
indigo,
violet
);
width: 100%;
margin: 20px 0;
"
/>
<div class="row justify-content-center my-5">
<div class="col-md-4">
<img
src="{% static 'images/funnel4_order_numbers.png' %}"
class="img-fluid rotated-image"
alt="Funnel 1"
/>
</div>
<div class="col-md-4">
<img
src="{% static 'images/funnel5_ug_words.png' %}"
class="img-fluid rotated-image"
alt="Funnel 2"
/>
</div>
<div class="col-md-4">
<img
src="{% static 'images/funnel6_2D_shape_match.png' %}"
class="img-fluid rotated-image"
alt="Funnel 3"
/>
</div>
</div>
<div class="row justify-content-center">
<div class="col-lg-12">
<div
style="
background-color: #edade0;
padding: 20px;
border-radius: 10px;
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
"
>
<p
class="lead mb-4"
style="
font-weight: bold;
font-size: 1.5rem;
text-align: center;
"
>
To be kept informed about the site launch and to receive
<span style="font-weight: bold; color: white"
>50% off your first purchase</span
>, please submit your email address to join our new-customer
mailing list.
</p>
</div>
<form
method="post"
action="{% url 'payments:email_signup' %}"
class="mb-4"
style="padding: 30px 0"
>
{% csrf_token %}
<div
style="
background-color: #91dacd;
padding: 20px;
border-radius: 10px;
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
"
>
<div class="mb-4 text-start">
<label
for="email"
class="form-label"
style="
font-size: 1.5rem;
font-weight: bold;
color: #333;
"
>Your story starts here...</label
>
<input
type="email"
class="form-control"
id="email"
name="email"
required
placeholder="Your email address..."
style="
border: 2px solid #25daba;
height: 60px;
border-radius: 5px;
transition: border-color 0.3s;
"
/>
</div>
<div class="d-flex justify-content-end">
<p class="me-2 my-2" style="font-size: 1.5rem; font-weight: bold;">...easy as A, B, C!</p>
<button type="submit" class="email-submit-button">
Submit
</button>
</div>
</div>
</form>
<p class="text-muted text-center">
<small
>By joining our list, you agree to our
<a
href="{% url 'payments:privacy_policy' %}"
class="text-decoration-none"
>Privacy and Legal Notice</a
>.</small
>
</p>
</div>
</div>
</div>
{% endblock content %}
|