Update pages with assets featuring latest content
This commit is contained in:
@@ -46,22 +46,23 @@ mixin featured_projects()
|
||||
.px-3
|
||||
+card-deck(3)&attributes(attributes)
|
||||
+featured_project_card(
|
||||
"SPRING",
|
||||
"The latest Open Movie project.",
|
||||
"/p/spring",
|
||||
"{{ url_for('static', filename='assets/img/features/open_movies_spring_03.jpg')}}")
|
||||
"ANIMATION FUNDAMENTALS",
|
||||
"Learn the fundamentals to get started with character animation.",
|
||||
"/p/animation-fundamentals",
|
||||
"{{ url_for('static', filename='assets/img/features/training_animation_fundamentals_01.jpg')}}")
|
||||
|
||||
+featured_project_card(
|
||||
"SPEED SCULPTING",
|
||||
"Learn how to speed up your sculpts in Blender 2.8",
|
||||
"/p/speed-sculpting",
|
||||
"{{ url_for('static', filename='assets/img/features/training_speed_sculpting_03.jpg')}}")
|
||||
"ANGLERFISH WORKSHOP",
|
||||
"Follow Andy Goralczyk while he creates this amazing scene from scratch.",
|
||||
"/p/anglerfish",
|
||||
"{{ url_for('static', filename='assets/img/features/training_anglerfish_01.jpg')}}")
|
||||
|
||||
+featured_project_card(
|
||||
"GREASE PENCIL",
|
||||
"Master the new 2D animation worflow.",
|
||||
"/p/grease-pencil-fundamentals",
|
||||
"{{ url_for('static', filename='assets/img/features/training_grease_pencil_02.jpg')}}")
|
||||
"STYLIZED CHARACTER WORKSHOP",
|
||||
"A detailed guide on how to create a stylized character for film production.",
|
||||
"/p/stylized-character-workflow",
|
||||
"{{ url_for('static', filename='assets/img/features/training_stylized_character_workshop_01.jpg')}}")
|
||||
|
||||
|
||||
|
||||
| {% block body %}
|
||||
|
Reference in New Issue
Block a user