Welcome page: Update prices
This commit is contained in:
@@ -758,7 +758,6 @@ section.pricing
|
||||
padding: 20px 20px 60px 20px
|
||||
border: 1px solid $color-text-dark-hint
|
||||
background-color: white
|
||||
min-height: 340px
|
||||
position: relative
|
||||
text-align: center
|
||||
border-top: 3px solid rgba($color-text-dark-secondary, .5)
|
||||
@@ -778,22 +777,6 @@ section.pricing
|
||||
a.sign-up-now
|
||||
+button($color-primary, 3px, true)
|
||||
|
||||
&:hover
|
||||
+button($color-success, 3px, true)
|
||||
|
||||
&.education
|
||||
.pricing-caption
|
||||
padding: 25px
|
||||
font-size: 1.1em
|
||||
transition: color 100ms ease-in-out
|
||||
|
||||
&:hover
|
||||
.pricing-caption
|
||||
color: $color-text-dark-primary
|
||||
|
||||
a.sign-up-now
|
||||
width: 70%
|
||||
|
||||
h3
|
||||
font:
|
||||
size: 1.8em
|
||||
@@ -801,7 +784,6 @@ section.pricing
|
||||
padding-bottom: 0
|
||||
margin: 25px 0 0 10px
|
||||
|
||||
|
||||
.pricing-display
|
||||
position: relative
|
||||
color: $color-info
|
||||
@@ -819,9 +801,9 @@ section.pricing
|
||||
font-weight: 100
|
||||
|
||||
.pricing-caption
|
||||
color: $color-text-dark
|
||||
color: $color-text-dark-hint
|
||||
text-align: center
|
||||
padding-bottom: 0
|
||||
padding-bottom: 25px
|
||||
|
||||
ul
|
||||
text-align: left
|
||||
@@ -849,10 +831,18 @@ section.pricing
|
||||
white-space: nowrap
|
||||
text-align: center
|
||||
|
||||
&:hover
|
||||
.sign-up-now
|
||||
+button($color-success, 3px, true)
|
||||
.education
|
||||
color: $color-text-dark-primary
|
||||
font-size: 1.1em
|
||||
padding: 25px 15px 0
|
||||
text-align: center
|
||||
|
||||
h3
|
||||
color: $color-primary-dark
|
||||
|
||||
.btn
|
||||
margin-top: 15px
|
||||
min-width: 200px
|
||||
|
||||
body.homepage
|
||||
.dashboard-container
|
||||
|
@@ -3,7 +3,7 @@
|
||||
|
||||
| {% set title = 'join' %}
|
||||
|
||||
| {% set price = 'US$ 9.90/mo' %}
|
||||
| {% set price = '€ 9.90/mo' %}
|
||||
|
||||
| {% block og %}
|
||||
meta(property="og:title", content="Blender Cloud - Open Content Production Platform")
|
||||
@@ -334,20 +334,12 @@ li.nav-item-sign-in
|
||||
.box.monthly
|
||||
h3 Monthly
|
||||
.pricing-display
|
||||
span.currency-sign $
|
||||
span.currency-sign €
|
||||
span.digit-int 9
|
||||
span.digit-dec .90 / month*
|
||||
span.digit-dec ,90 / month
|
||||
|
||||
.pricing-caption
|
||||
p * with a 3-months minimum period
|
||||
|
||||
ul
|
||||
li 100+ hours of high-quality training
|
||||
li All the open movies files and tutorials
|
||||
li Exclusive production insight & walk-throughs
|
||||
li #[strong Sync] your Blender settings across devices
|
||||
li #[strong Share] images & screenshots from within Blender
|
||||
li #[strong Download] 1500+ textures & HDRIs from Blender
|
||||
p $11.50 USD
|
||||
|
||||
a.sign-up-now(href="https://store.blender.org/product/membership/")
|
||||
| Subscribe Now
|
||||
@@ -355,36 +347,43 @@ li.nav-item-sign-in
|
||||
.box.yearly
|
||||
h3 Yearly
|
||||
.pricing-display
|
||||
span.currency-sign $
|
||||
span.currency-sign €
|
||||
span.digit-int 109
|
||||
span.digit-dec .00 / year
|
||||
span.digit-dec ,00 / year
|
||||
|
||||
.pricing-caption
|
||||
ul
|
||||
li 100+ hours of high-quality training
|
||||
li All the open movies files and tutorials
|
||||
li Exclusive production insight & walk-throughs
|
||||
li #[strong Sync] your Blender settings across devices
|
||||
li #[strong Share] images & screenshots from within Blender
|
||||
li #[strong Download] 1500+ textures & HDRIs from Blender
|
||||
li.special 1 month free!
|
||||
p $119 USD
|
||||
|
||||
a.sign-up-now(href="https://store.blender.org/product/membership/")
|
||||
| Subscribe Now
|
||||
|
||||
.box.education
|
||||
h3 Education
|
||||
.box.monthly
|
||||
h3 Quaterly
|
||||
.pricing-display
|
||||
span.currency-sign €
|
||||
span.digit-int 28
|
||||
span.digit-dec ,50 / year
|
||||
|
||||
.pricing-caption
|
||||
p.
|
||||
We also provide flexible options for group subscription
|
||||
ideal for schools or teams.
|
||||
p.
|
||||
Get in touch to discuss direct support, custom solutions,
|
||||
team management tools and Single Sign-on.
|
||||
p $32 USD
|
||||
|
||||
a.sign-up-now(href="mailto:cloudsupport@blender.org")
|
||||
i.pi-email
|
||||
| Get in Touch
|
||||
a.sign-up-now(href="https://store.blender.org/product/membership/")
|
||||
| Subscribe Now
|
||||
|
||||
.education
|
||||
h3 Special Group Subscription
|
||||
|
||||
.pricing-caption
|
||||
p.
|
||||
We also provide flexible options for group subscription
|
||||
ideal for schools or teams.
|
||||
p.
|
||||
Get in touch to discuss direct support, custom solutions,
|
||||
team management tools, Single Sign-on and more.
|
||||
|
||||
a.btn.btn-info(href="mailto:cloudsupport@blender.org")
|
||||
i.pi-email
|
||||
| Get in Touch
|
||||
|
||||
|
||||
section.supported-by
|
||||
|
Reference in New Issue
Block a user