Update pages with assets featuring latest content
This commit is contained in:
@@ -46,22 +46,23 @@ mixin featured_projects()
|
|||||||
.px-3
|
.px-3
|
||||||
+card-deck(3)&attributes(attributes)
|
+card-deck(3)&attributes(attributes)
|
||||||
+featured_project_card(
|
+featured_project_card(
|
||||||
"SPRING",
|
"ANIMATION FUNDAMENTALS",
|
||||||
"The latest Open Movie project.",
|
"Learn the fundamentals to get started with character animation.",
|
||||||
"/p/spring",
|
"/p/animation-fundamentals",
|
||||||
"{{ url_for('static', filename='assets/img/features/open_movies_spring_03.jpg')}}")
|
"{{ url_for('static', filename='assets/img/features/training_animation_fundamentals_01.jpg')}}")
|
||||||
|
|
||||||
+featured_project_card(
|
+featured_project_card(
|
||||||
"SPEED SCULPTING",
|
"ANGLERFISH WORKSHOP",
|
||||||
"Learn how to speed up your sculpts in Blender 2.8",
|
"Follow Andy Goralczyk while he creates this amazing scene from scratch.",
|
||||||
"/p/speed-sculpting",
|
"/p/anglerfish",
|
||||||
"{{ url_for('static', filename='assets/img/features/training_speed_sculpting_03.jpg')}}")
|
"{{ url_for('static', filename='assets/img/features/training_anglerfish_01.jpg')}}")
|
||||||
|
|
||||||
+featured_project_card(
|
+featured_project_card(
|
||||||
"GREASE PENCIL",
|
"STYLIZED CHARACTER WORKSHOP",
|
||||||
"Master the new 2D animation worflow.",
|
"A detailed guide on how to create a stylized character for film production.",
|
||||||
"/p/grease-pencil-fundamentals",
|
"/p/stylized-character-workflow",
|
||||||
"{{ url_for('static', filename='assets/img/features/training_grease_pencil_02.jpg')}}")
|
"{{ url_for('static', filename='assets/img/features/training_stylized_character_workshop_01.jpg')}}")
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
| {% block body %}
|
| {% block body %}
|
||||||
|
@@ -27,15 +27,15 @@ include mixins/components
|
|||||||
'COURSES',
|
'COURSES',
|
||||||
'In-depth training for mastering every corner in Blender.',
|
'In-depth training for mastering every corner in Blender.',
|
||||||
"{{ url_for('cloud.courses') }}",
|
"{{ url_for('cloud.courses') }}",
|
||||||
"{{ url_for('static', filename='assets/img/features/training_grease_pencil_02.jpg')}}",
|
"{{ url_for('static', filename='assets/img/features/training_animation_fundamentals_01.jpg')}}",
|
||||||
'/p/grease-pencil-fundamentals')
|
'/p/animation-fundamentals')
|
||||||
|
|
||||||
ul.list-unstyled.mt-3.mb-0.column-count-2.list-first-new
|
ul.list-unstyled.mt-3.mb-0.column-count-2.list-first-new
|
||||||
-
|
-
|
||||||
var projects = {
|
var projects = {
|
||||||
|
'Animation Fundamentals':'/p/animation-fundamentals',
|
||||||
'Grease Pencil':'/p/grease-pencil-fundamentals',
|
'Grease Pencil':'/p/grease-pencil-fundamentals',
|
||||||
'Scripting for Artists':'/p/scripting-for-artists',
|
'Scripting for Artists':'/p/scripting-for-artists'
|
||||||
'Motion Graphics':'/p/motion-graphics'
|
|
||||||
};
|
};
|
||||||
|
|
||||||
each url, title in projects
|
each url, title in projects
|
||||||
@@ -53,15 +53,15 @@ include mixins/components
|
|||||||
'WORKSHOPS',
|
'WORKSHOPS',
|
||||||
'Enter the artist workshop and learn by example.',
|
'Enter the artist workshop and learn by example.',
|
||||||
"{{ url_for('cloud.workshops') }}",
|
"{{ url_for('cloud.workshops') }}",
|
||||||
"{{ url_for('static', filename='assets/img/features/training_speed_sculpting_03.jpg')}}",
|
"{{ url_for('static', filename='assets/img/features/training_anglerfish_01.jpg')}}",
|
||||||
'/p/speed-sculpting/5ca2371a001f6b38e8c0a3af')
|
'/p/anglerfish')
|
||||||
|
|
||||||
ul.list-unstyled.mt-3.mb-0.column-count-2.list-first-new
|
ul.list-unstyled.mt-3.mb-0.column-count-2.list-first-new
|
||||||
-
|
-
|
||||||
var projects = {
|
var projects = {
|
||||||
|
'Anglerfish':'/p/anglerfish',
|
||||||
'Speed Sculpting':'/p/speed-sculpting',
|
'Speed Sculpting':'/p/speed-sculpting',
|
||||||
'Minecraft Animation':'/p/minecraft-animation-workshop',
|
'Minecraft Animation':'/p/minecraft-animation-workshop',
|
||||||
'Low Poly Character Creation':'/p/low-poly-character-creation',
|
|
||||||
};
|
};
|
||||||
|
|
||||||
each url, title in projects
|
each url, title in projects
|
||||||
|
BIN
static/assets/img/features/training_anglerfish_01.jpg
Normal file
BIN
static/assets/img/features/training_anglerfish_01.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 47 KiB |
Binary file not shown.
After Width: | Height: | Size: 24 KiB |
Binary file not shown.
After Width: | Height: | Size: 27 KiB |
Reference in New Issue
Block a user