mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-28 01:55:38 -05:00
Add free teacher trial to course purchase page
This commit is contained in:
parent
260d062014
commit
c3430ff3e1
1 changed files with 12 additions and 7 deletions
|
@ -9,11 +9,10 @@ block content
|
||||||
a.spl(href='mailto:team@codecombat.com') team@codecombat.com
|
a.spl(href='mailto:team@codecombat.com') team@codecombat.com
|
||||||
div TODO: figure out correct terminology. Someone should probably purchase a course, and then enroll their students.
|
div TODO: figure out correct terminology. Someone should probably purchase a course, and then enroll their students.
|
||||||
div TODO: move details off button and into clear 'this is what you are purchasing' blurb
|
div TODO: move details off button and into clear 'this is what you are purchasing' blurb
|
||||||
div TODO: individual teacher trial option
|
|
||||||
div(style='border-bottom: 1px solid black')
|
div(style='border-bottom: 1px solid black')
|
||||||
|
|
||||||
.well.well-lg.enroll-container
|
.well.well-lg.enroll-container
|
||||||
h1.center Enroll
|
h1.center Purchase Course
|
||||||
h3 1. Course
|
h3 1. Course
|
||||||
p Select 'All Courses' to recieve up to a 70% discount!
|
p Select 'All Courses' to recieve up to a 70% discount!
|
||||||
.form-group
|
.form-group
|
||||||
|
@ -74,13 +73,19 @@ block content
|
||||||
h3 3. Pick a name for your class
|
h3 3. Pick a name for your class
|
||||||
p Displayed on the course page for you and your students.
|
p Displayed on the course page for you and your students.
|
||||||
input.session-name(type='text', placeholder="Mrs. Smith's 4th Period")
|
input.session-name(type='text', placeholder="Mrs. Smith's 4th Period")
|
||||||
h3 4. Finish Purchase
|
h3 4. Purchase
|
||||||
p After purchase you will be given an course unlock code to distribute to your students.
|
p After purchase you will be given an course unlock code to distribute to your students.
|
||||||
p.center
|
p.center
|
||||||
if price > 0
|
if price > 0
|
||||||
button.btn.btn-info.btn-lg.btn-buy Buy #{selectedCourseTitle} for $#{price}
|
button.btn.btn-success.btn-lg.btn-buy Buy #{selectedCourseTitle} for $#{price}
|
||||||
else
|
else
|
||||||
button.btn.btn-info.btn-lg.btn-buy Get for #{selectedCourseTitle} for FREE
|
button.btn.btn-success.btn-lg.btn-buy Get for #{selectedCourseTitle} for FREE
|
||||||
p.center
|
h3 Free trial for teachers!
|
||||||
span For any questions, please contact
|
p
|
||||||
|
span.spr Please fill out our
|
||||||
|
a(href='/teachers/freetrial', data-i18n="teachers.teacher_subs_2")
|
||||||
|
span.spl to get individual access to all courses for evalutaion purposes.
|
||||||
|
h3 Questions?
|
||||||
|
p
|
||||||
|
span Please contact
|
||||||
a.spl(href='mailto:team@codecombat.com') team@codecombat.com
|
a.spl(href='mailto:team@codecombat.com') team@codecombat.com
|
||||||
|
|
Loading…
Reference in a new issue