Homepage: New featured projects
This commit is contained in:
@@ -40,6 +40,11 @@
|
||||
margin-left: 0
|
||||
margin-right: auto
|
||||
|
||||
.featured-projects
|
||||
+media-sm
|
||||
padding-left: $spacer
|
||||
padding-right: $spacer
|
||||
|
||||
.featured-project-card
|
||||
+media-xl
|
||||
.card-thumbnail
|
||||
|
@@ -43,25 +43,25 @@ mixin featured_projects()
|
||||
h6.title-underline
|
||||
| Featured Projects
|
||||
|
||||
.px-3
|
||||
.featured-projects
|
||||
+card-deck(3)&attributes(attributes)
|
||||
+featured_project_card(
|
||||
"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')}}")
|
||||
"MASTER SHADING NODES",
|
||||
"Dive into a sea of nodes with this training by Simon Thommes.",
|
||||
"/p/procedural-shading",
|
||||
"{{ url_for('static', filename='assets/img/features/training_procedural_shading_01.jpg')}}")
|
||||
|
||||
+featured_project_card(
|
||||
"IMPROVE YOUR RIGS",
|
||||
"The ultimate guide to learn about this crucial step while rigging.",
|
||||
"/p/weight-painting",
|
||||
"{{ url_for('static', filename='assets/img/features/training_weight_painting_01.jpg')}}")
|
||||
|
||||
+featured_project_card(
|
||||
"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 WORKFLOW",
|
||||
"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')}}")
|
||||
"{{ url_for('static', filename='assets/img/features/coffee_run_02.jpg')}}")
|
||||
|
||||
|
||||
|
||||
|
BIN
static/assets/img/features/coffee_run_02.jpg
Normal file
BIN
static/assets/img/features/coffee_run_02.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 37 KiB |
BIN
static/assets/img/features/training_procedural_shading_01.jpg
Normal file
BIN
static/assets/img/features/training_procedural_shading_01.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 58 KiB |
BIN
static/assets/img/features/training_weight_painting_01.jpg
Normal file
BIN
static/assets/img/features/training_weight_painting_01.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 38 KiB |
Reference in New Issue
Block a user