Add sample training courses and update page description.

This commit is contained in:
Sam Lu
2018-07-18 23:12:00 -05:00
parent 1f9b0eda42
commit 94b6ee3020
2 changed files with 11 additions and 6 deletions

View File

@@ -52,12 +52,12 @@ html(lang="en")
| {% block head %}{% endblock %}
| {% block css %}
//- link(href="{{ url_for('static_pillar', filename='assets/css/font-pillar.css') }}", rel="stylesheet")
//- link(href="{{ url_for('static_pillar', filename='assets/css/base.css') }}", rel="stylesheet")
link(href="{{ url_for('static_pillar', filename='assets/css/font-pillar.css') }}", rel="stylesheet")
link(href="{{ url_for('static_pillar', filename='assets/css/base.css') }}", rel="stylesheet")
| {% if title == 'blog' %}
//- link(href="{{ url_for('static_pillar', filename='assets/css/blog.css') }}", rel="stylesheet")
link(href="{{ url_for('static_pillar', filename='assets/css/blog.css') }}", rel="stylesheet")
| {% else %}
//- link(href="{{ url_for('static_cloud', filename='assets/css/main.css') }}", rel="stylesheet")
link(href="{{ url_for('static_cloud', filename='assets/css/main.css') }}", rel="stylesheet")
| {% endif %}
| {% endblock css %}

View File

@@ -7,10 +7,10 @@
| {% set page_header_text = 'See how each film came to be. Explore our production files, assets, artwork and more. Get full access to behind the scenes at the Blender Animation Studio. Follow along as we share our process and techniques for each movie.' %}
| {% if title == 'courses' %}
| {% set page_title = 'Courses' %}
| {% set page_title = 'Training' %}
| {% set page_description = 'Production quality training by 3D professionals' %}
| {% set page_header_image = url_for('static', filename='assets/img/backgrounds/background_caminandes_3_03.jpg') %}
| {% set page_header_text = 'Character modeling, 3D printing, VFX, rigging and more.' %}
| {% set page_header_text = 'Browse through our structured courses. Choose a workshop where top Blender Artists walk you through professional techniques to build a specific project. Visit the Art Gallery where you can download and study source files from your favorite artists.' %}
| {% elif title == 'workshops' %}
| {% set page_title = 'Workshops' %}
@@ -50,7 +50,12 @@ link(href="{{ url_for('static_cloud', filename='assets/css/projects-index-collec
.container
h1.display-4.node_index-collection-name {{ page_title }}
p.lead.node_index-collection-description {{ page_header_text }}
| {% if title == 'courses' %}
p test
| {% elif title == 'workshops' %}
p workshops
| {% endif %}
//- Project Cards
.container.card-container
.row