From b408d8f7b5e894d17ea97e6b673c91a95b89ef94 Mon Sep 17 00:00:00 2001 From: Michael Czechowski Date: Tue, 20 May 2025 01:43:44 +0200 Subject: [PATCH] feat: mark modules as work in progress for better clarity --- lessons/01-box-model.json | 2 +- lessons/02-selectors.json | 2 +- lessons/03-colors.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lessons/01-box-model.json b/lessons/01-box-model.json index 87ce236..1e21dcd 100644 --- a/lessons/01-box-model.json +++ b/lessons/01-box-model.json @@ -1,7 +1,7 @@ { "$schema": "../schemas/code-crispies-module-schema.json", "id": "box-model", - "title": "Padding, Borders, and Margins", + "title": "WIP: Padding, Borders, and Margins", "description": "Master the fundamental principles of space management in web design through the CSS box model. This module explores how content, padding, borders, and margins combine to create layout structures that are both visually appealing and structurally sound.", "difficulty": "beginner", "lessons": [ diff --git a/lessons/02-selectors.json b/lessons/02-selectors.json index 0cefd14..a0fbe2e 100644 --- a/lessons/02-selectors.json +++ b/lessons/02-selectors.json @@ -1,7 +1,7 @@ { "$schema": "../schemas/code-crispies-module-schema.json", "id": "selectors", - "title": "Specificity", + "title": "WIP: Specificity", "description": "Master the art of targeting HTML elements using various CSS selectors, from basics to specificity rules.", "difficulty": "beginner", "lessons": [ diff --git a/lessons/03-colors.json b/lessons/03-colors.json index 39e107a..a11508b 100644 --- a/lessons/03-colors.json +++ b/lessons/03-colors.json @@ -1,7 +1,7 @@ { "$schema": "../schemas/code-crispies-module-schema.json", "id": "colors-backgrounds", - "title": "Colors & Backgrounds", + "title": "WIP: Colors & Backgrounds", "description": "Learn how to apply and manipulate colors, backgrounds, and graphical fills using CSS properties.", "difficulty": "beginner", "lessons": [