Update pages with assets featuring latest content

This commit is contained in:
2019-11-14 12:12:50 +01:00
parent b76be2a7ba
commit b6b097483a
5 changed files with 20 additions and 19 deletions

View File

@@ -27,15 +27,15 @@ include mixins/components
'COURSES',
'In-depth training for mastering every corner in Blender.',
"{{ url_for('cloud.courses') }}",
"{{ url_for('static', filename='assets/img/features/training_grease_pencil_02.jpg')}}",
'/p/grease-pencil-fundamentals')
"{{ url_for('static', filename='assets/img/features/training_animation_fundamentals_01.jpg')}}",
'/p/animation-fundamentals')
ul.list-unstyled.mt-3.mb-0.column-count-2.list-first-new
-
var projects = {
'Animation Fundamentals':'/p/animation-fundamentals',
'Grease Pencil':'/p/grease-pencil-fundamentals',
'Scripting for Artists':'/p/scripting-for-artists',
'Motion Graphics':'/p/motion-graphics'
'Scripting for Artists':'/p/scripting-for-artists'
};
each url, title in projects
@@ -53,15 +53,15 @@ include mixins/components
'WORKSHOPS',
'Enter the artist workshop and learn by example.',
"{{ url_for('cloud.workshops') }}",
"{{ url_for('static', filename='assets/img/features/training_speed_sculpting_03.jpg')}}",
'/p/speed-sculpting/5ca2371a001f6b38e8c0a3af')
"{{ url_for('static', filename='assets/img/features/training_anglerfish_01.jpg')}}",
'/p/anglerfish')
ul.list-unstyled.mt-3.mb-0.column-count-2.list-first-new
-
var projects = {
'Anglerfish':'/p/anglerfish',
'Speed Sculpting':'/p/speed-sculpting',
'Minecraft Animation':'/p/minecraft-animation-workshop',
'Low Poly Character Creation':'/p/low-poly-character-creation',
};
each url, title in projects