Files
pillar/src/templates/join_agent.jade

45 lines
1.4 KiB
Plaintext
Raw Normal View History

2016-11-30 23:32:46 +01:00
| {% set title = 'join' %}
| {% block body %}
2016-12-02 16:18:17 +01:00
.join-project(
style="background-image: url({{ url_for('static', filename='assets/img/backgrounds/background_agent327_03.jpg')}})")
2016-11-30 23:32:46 +01:00
2016-12-02 16:18:17 +01:00
.join-project__title
span.icon
i.pi-lock-open
span.text Get Your Backstage Pass
2016-11-30 23:32:46 +01:00
2016-12-02 16:18:17 +01:00
.join-project__lead.
Subscribe, be part of the action and join us<br/> as we make the Agent 327 "Barbershop" scene.
2016-11-30 23:32:46 +01:00
2016-12-02 16:18:17 +01:00
.join-project__summary
p By becoming a Blender Cloud member, you will gain access to:
ul
li All the artwork being developed for the short
li Animation tests and reviews
li New versions of the film every week
li Follow us closely via Attract, our project management software
2016-11-30 23:32:46 +01:00
2016-12-02 16:18:17 +01:00
.join-project__summary-cta-container
a.cta(href="https://store.blender.org/product/membership/")
| Join Now
a.cta-learn-more(href="https://cloud.blender.org/p/agent-327/about")
| Learn more
.join-project__summary
p On top of that, you will get full Blender Cloud access to:
ul
li Exclusive production insight & walk-throughs
li High-quality assets ready to use
li All the open movies files & tutorials
li 100+ hours of training
li Blender Cloud add-on with texture browsing & Blender Sync
li All of this and more for only USD 9.90/month!
.join-project__summary-cta-container
a.cta-learn-more(href="https://cloud.blender.org/services")
| Blender Cloud Services
2016-11-30 23:32:46 +01:00
| {% endblock %}