diff --git a/templates/blender_components/card_projects.tmpl b/templates/blender_components/card_projects.tmpl index 7d5daa8..8bbb625 100644 --- a/templates/blender_components/card_projects.tmpl +++ b/templates/blender_components/card_projects.tmpl @@ -1,27 +1,90 @@
-

Ongoing Projects

-

Focused activities to advance Blender.

- -
-
-
- - - See all articles {{svg "octicon-chevron-right" 18}} - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ProjectModulesStatus
+ Brush Assets + + Pipeline, Assets & I/O, + Core, + User Interface + + Under Development +
+ EEVEE Next + + EEVEE & Viewport + + Feedback Wanted +
+ Extensions + + Core, + User Interface + + Feedback Wanted +
+ Grease Pencil v3 + + Grease Pencil + + Under Development +
+ Layered Animation + + Animation & Rigging + + Under Development +
diff --git a/templates/custom/header.tmpl b/templates/custom/header.tmpl index 82c9971..1658704 100644 --- a/templates/custom/header.tmpl +++ b/templates/custom/header.tmpl @@ -231,6 +231,14 @@ top: 2px; } + /* Labels (badges) */ + /* Hardcoded label color to make it look like a module, + * so it can be used in other contexts (e.g. static homepage content). */ + .ui.label.is-module { + background-color: #514b3c !important; + color: #eee !important; + } + /* Footer. */ footer { color: var(--color-footer-text);