diff --git a/src/templates/homepage.pug b/src/templates/homepage.pug index 2b9d902..9e2f820 100644 --- a/src/templates/homepage.pug +++ b/src/templates/homepage.pug @@ -46,16 +46,16 @@ mixin featured_projects() .px-3 +card-deck(3)&attributes(attributes) +featured_project_card( - "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')}}") + "SETTLERS", + "The Blender Studio team creates and shares a set of brand new characters, free for all!", + "/p/settlers", + "{{ url_for('static', filename='assets/img/features/settlers_01.jpg')}}") +featured_project_card( - "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')}}") + "COFFEE RUN", + "This 2d-scroller-inspired short film will take you on the journey of a lifetime.", + "/p/coffee-run", + "{{ url_for('static', filename='assets/img/features/coffee_run_01.jpg')}}") +featured_project_card( "STYLIZED CHARACTER WORKSHOP", diff --git a/static/assets/img/features/coffee_run_01.jpg b/static/assets/img/features/coffee_run_01.jpg new file mode 100644 index 0000000..1e3e3ec Binary files /dev/null and b/static/assets/img/features/coffee_run_01.jpg differ diff --git a/static/assets/img/features/settlers_01.jpg b/static/assets/img/features/settlers_01.jpg new file mode 100644 index 0000000..e774b9b Binary files /dev/null and b/static/assets/img/features/settlers_01.jpg differ