mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-02-17 08:50:58 -05:00
Update teacher copy
This commit is contained in:
parent
d7d7e8db9c
commit
9041646ecc
6 changed files with 12 additions and 2 deletions
|
@ -410,6 +410,7 @@
|
|||
feature7: "Private <strong>Clans</strong>"
|
||||
free: "Free"
|
||||
month: "month"
|
||||
must_be_logged: "You must be logged in first. Please create an account or log in from the menu above."
|
||||
subscribe_title: "Subscribe"
|
||||
unsubscribe: "Unsubscribe"
|
||||
confirm_unsubscribe: "Confirm Unsubscribe"
|
||||
|
@ -613,6 +614,7 @@
|
|||
free_1: "There are 110+ FREE levels which cover every concept."
|
||||
free_2: "A monthly subscription provides access to video tutorials and extra practice levels."
|
||||
teacher_subs_title: "Teachers get free subscriptions!"
|
||||
teacher_subs_0: "We offer free subscriptions to teachers for evaluation purposes."
|
||||
teacher_subs_1: "Please fill out our"
|
||||
teacher_subs_2: "Teacher Survey"
|
||||
teacher_subs_3: "to set up your subscription."
|
||||
|
|
|
@ -1,4 +1,8 @@
|
|||
#subscription-view
|
||||
|
||||
.logged-out-blurb
|
||||
font-size: 18px
|
||||
|
||||
.start-subscription-button, .end-subscription-button
|
||||
margin-bottom: 20px
|
||||
float: left
|
||||
|
|
|
@ -12,6 +12,9 @@
|
|||
.input-heard-about
|
||||
width: 100%
|
||||
|
||||
.logged-out-blurb
|
||||
font-size: 18px
|
||||
|
||||
.thanks-submit
|
||||
display: none
|
||||
|
||||
|
|
|
@ -11,7 +11,7 @@ block content
|
|||
li.active(data-i18n="account.subscription")
|
||||
|
||||
if me.get('anonymous')
|
||||
p(data-i18n="account_settings.not_logged_in")
|
||||
p.logged-out-blurb(data-i18n="subscribe.must_be_logged")
|
||||
else
|
||||
|
||||
//- Personal Subscriptions
|
||||
|
|
|
@ -5,7 +5,7 @@ block content
|
|||
h2(data-i18n="teachers_survey.title")
|
||||
|
||||
if me.isAnonymous()
|
||||
p(data-i18n="teachers_survey.must_be_logged")
|
||||
p.logged-out-blurb(data-i18n="teachers_survey.must_be_logged")
|
||||
else if fetchingData
|
||||
h4(data-i18n="teachers_survey.retrieving")
|
||||
else if existingRequests.length > 0
|
||||
|
|
|
@ -18,6 +18,7 @@ block content
|
|||
p(data-i18n="teachers.free_2")
|
||||
|
||||
h3.teachers-title(data-i18n="teachers.teacher_subs_title")
|
||||
p(data-i18n="teachers.teacher_subs_0")
|
||||
p
|
||||
span.spr(data-i18n="teachers.teacher_subs_1")
|
||||
a(href='/teachers/freetrial', data-i18n="teachers.teacher_subs_2")
|
||||
|
|
Loading…
Reference in a new issue