mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-28 01:55:38 -05:00
Add feature list to year sub sale landing page
This commit is contained in:
parent
c08675fc2f
commit
66c864bca5
3 changed files with 19 additions and 3 deletions
|
@ -443,6 +443,8 @@
|
|||
sale_button: "Sale!"
|
||||
sale_button_title: "Save 35% when you purchase a 1 year subscription"
|
||||
sale_click_here: "Click Here"
|
||||
sale_feature_here: "Here's what you'll get:"
|
||||
sale_feature4: "<strong>42,000 bonus gems</strong> awarded immediately!"
|
||||
sale_continue: "Ready to continue adventuring?"
|
||||
sale_title: "Back to School Sale"
|
||||
sale_view_button: "Buy 1 year subscription for"
|
||||
|
|
|
@ -1,6 +1,10 @@
|
|||
#subscription-sale-view
|
||||
.above-blurb
|
||||
margin-left: 18%
|
||||
.center
|
||||
text-align: center
|
||||
.feature-description
|
||||
font-size: 16px
|
||||
.sale-blurb
|
||||
font-size: 22px
|
||||
#pay-button
|
||||
|
|
|
@ -24,9 +24,19 @@ block content
|
|||
p.center
|
||||
img(src="/images/pages/account/subscription/teacher-banner.png")
|
||||
br
|
||||
p.center.sale-blurb
|
||||
strong.spr(data-i18n="subscribe.sale_blurb1")
|
||||
span(data-i18n="subscribe.sale_blurb2")
|
||||
.above-blurb
|
||||
p.sale-blurb
|
||||
strong.spr(data-i18n="subscribe.sale_blurb1")
|
||||
span(data-i18n="subscribe.sale_blurb2")
|
||||
br
|
||||
div
|
||||
.sale-blurb(data-i18n="subscribe.sale_feature_here")
|
||||
ul
|
||||
li.feature-description(data-i18n="[html]subscribe.feature2")
|
||||
li.feature-description(data-i18n="subscribe.feature3")
|
||||
li.feature-description(data-i18n="[html]subscribe.sale_feature4")
|
||||
li.feature-description(data-i18n="subscribe.feature5")
|
||||
li.feature-description(data-i18n="[html]subscribe.feature7")
|
||||
br
|
||||
p.center
|
||||
button.btn.btn-success#pay-button #{payButtonText}
|
||||
|
|
Loading…
Reference in a new issue