diff --git a/src/templates/learn.pug b/src/templates/learn.pug index 2fe5dff..1cd5c4a 100644 --- a/src/templates/learn.pug +++ b/src/templates/learn.pug @@ -33,8 +33,10 @@ include mixins/components ul.list-unstyled.mt-3.mb-0.column-count-2.list-first-new - var projects = { + 'Procedural Shading': '/p/procedural-shading', + 'Weight Painting':'/p/weight-painting', 'Animation Fundamentals':'/p/animation-fundamentals', - 'Grease Pencil':'/p/grease-pencil-fundamentals', + 'Stylized Character Workflow':'/p/stylized-character-workflow', 'Scripting for Artists':'/p/scripting-for-artists' }; @@ -56,7 +58,7 @@ include mixins/components "{{ 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 + ul.list-unstyled.mt-3.mb-0.column-count-2 - var projects = { 'Anglerfish':'/p/anglerfish',