Welcome: Replace all store URLs with variable

Also link Hjalti's video to actual video asset
This commit is contained in:
2017-11-28 15:10:40 +01:00
parent c6407b4f7a
commit e27d8a3f08

View File

@@ -4,6 +4,7 @@
| {% set title = 'join' %} | {% set title = 'join' %}
| {% set price = '€ 9.90/mo' %} | {% set price = '€ 9.90/mo' %}
| {% set subscribe_url = 'https://store.blender.org/product/membership/' %}
| {% block og %} | {% block og %}
meta(property="og:title", content="Blender Cloud - Open Content Production Platform") meta(property="og:title", content="Blender Cloud - Open Content Production Platform")
@@ -66,13 +67,13 @@ li.nav-item-sign-in
improve it for everyone's benefit. improve it for everyone's benefit.
.page-card-side .page-card-side
.page-card-image a.page-card-image(href="https://cloud.blender.org/p/caminandes-3/56bdacccc379cf00797160b0", target="_blank")
video(autoplay, loop) video(autoplay, loop)
source(src="{{ url_for('static', filename='assets/img/features/animation_review_01.mp4')}}") source(src="{{ url_for('static', filename='assets/img/features/animation_review_01.mp4')}}")
section.page-card-header section.page-card-header
a(href="https://store.blender.org/product/membership/") a(href="{{ subscribe_url }}")
h2 Subscribe to Get h2 Subscribe to Get
@@ -98,7 +99,7 @@ li.nav-item-sign-in
p.summary-action p.summary-action
a.page-card-cta( a.page-card-cta(
href="https://store.blender.org/product/membership/") href="{{ subscribe_url }}")
| Subscribe for {{ price }} | Subscribe for {{ price }}
| See #[a.learn(href="{{ url_for('cloud.courses') }}") Courses] & #[a.learn(href="{{ url_for('cloud.courses') }}") Workshops] | See #[a.learn(href="{{ url_for('cloud.courses') }}") Courses] & #[a.learn(href="{{ url_for('cloud.courses') }}") Workshops]
@@ -191,7 +192,7 @@ li.nav-item-sign-in
p.summary-action p.summary-action
a.page-card-cta( a.page-card-cta(
href="https://store.blender.org/product/membership/") href="{{ subscribe_url }}")
| Subscribe for {{ price }} | Subscribe for {{ price }}
a.learn(href="{{ url_for('cloud.open_projects') }}") Browse the Open Movies a.learn(href="{{ url_for('cloud.open_projects') }}") Browse the Open Movies
@@ -273,7 +274,7 @@ li.nav-item-sign-in
p.summary-action p.summary-action
a.page-card-cta( a.page-card-cta(
href="https://store.blender.org/product/membership/") href="{{ subscribe_url }}")
| Subscribe for {{ price }} | Subscribe for {{ price }}
a.learn(href="{{ url_for('cloud.services') }}") Learn More a.learn(href="{{ url_for('cloud.services') }}") Learn More
@@ -337,7 +338,7 @@ li.nav-item-sign-in
.flex .flex
.box.monthly .box.monthly
a(href="https://store.blender.org/product/membership/") a(href="{{ subscribe_url }}")
h3 Monthly h3 Monthly
.pricing-display .pricing-display
@@ -348,11 +349,11 @@ li.nav-item-sign-in
.pricing-caption .pricing-caption
p $11.50 USD p $11.50 USD
a.sign-up-now(href="https://store.blender.org/product/membership/") a.sign-up-now(href="{{ subscribe_url }}")
| Subscribe Now | Subscribe Now
.box.yearly .box.yearly
a(href="https://store.blender.org/product/membership/") a(href="{{ subscribe_url }}")
h3 Yearly h3 Yearly
.pricing-display .pricing-display
@@ -363,11 +364,11 @@ li.nav-item-sign-in
.pricing-caption .pricing-caption
p $119 USD p $119 USD
a.sign-up-now(href="https://store.blender.org/product/membership/") a.sign-up-now(href="{{ subscribe_url }}")
| Subscribe Now | Subscribe Now
.box.monthly .box.monthly
a(href="https://store.blender.org/product/membership/") a(href="{{ subscribe_url }}")
h3 Quaterly h3 Quaterly
.pricing-display .pricing-display
@@ -378,7 +379,7 @@ li.nav-item-sign-in
.pricing-caption .pricing-caption
p $32 USD p $32 USD
a.sign-up-now(href="https://store.blender.org/product/membership/") a.sign-up-now(href="{{ subscribe_url }}")
| Subscribe Now | Subscribe Now
.education .education
@@ -410,7 +411,7 @@ li.nav-item-sign-in
| Support Blender, get inspiration, knowledge and tools in one place. | Support Blender, get inspiration, knowledge and tools in one place.
a.page-card-cta( a.page-card-cta(
href="https://store.blender.org/product/membership/") href="{{ subscribe_url }}")
i.pi-heart-filled i.pi-heart-filled
| Subscribe for {{ price }} | Subscribe for {{ price }}