rename: Playground → HTML & CSS Editor, Hello! → Getting started!
This commit is contained in:
@@ -9,7 +9,7 @@
|
|||||||
"lessons": [
|
"lessons": [
|
||||||
{
|
{
|
||||||
"id": "hello",
|
"id": "hello",
|
||||||
"title": "Hello!",
|
"title": "Getting started!",
|
||||||
"description": "<strong>Welcome to Code Crispies!</strong> Learn CSS and HTML through hands-on exercises.<br><br><strong>How it works:</strong><br>1. Read the task on the left<br>2. Write code in the editor<br>3. See live results in the preview<br><br><strong>Tips:</strong> Use <kbd>Ctrl+Z</kbd> to undo. Open the menu (☰) to browse all modules.",
|
"description": "<strong>Welcome to Code Crispies!</strong> Learn CSS and HTML through hands-on exercises.<br><br><strong>How it works:</strong><br>1. Read the task on the left<br>2. Write code in the editor<br>3. See live results in the preview<br><br><strong>Tips:</strong> Use <kbd>Ctrl+Z</kbd> to undo. Open the menu (☰) to browse all modules.",
|
||||||
"task": "Write <code>Hello World</code> to get started",
|
"task": "Write <code>Hello World</code> to get started",
|
||||||
"previewHTML": "",
|
"previewHTML": "",
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"$schema": "../schemas/code-crispies-module-schema.json",
|
"$schema": "../schemas/code-crispies-module-schema.json",
|
||||||
"id": "playground",
|
"id": "playground",
|
||||||
"title": "Playground",
|
"title": "HTML & CSS Editor",
|
||||||
"description": "Experiment freely with HTML and CSS",
|
"description": "Experiment freely with HTML and CSS",
|
||||||
"mode": "playground",
|
"mode": "playground",
|
||||||
"difficulty": "beginner",
|
"difficulty": "beginner",
|
||||||
@@ -9,7 +9,7 @@
|
|||||||
"lessons": [
|
"lessons": [
|
||||||
{
|
{
|
||||||
"id": "sandbox",
|
"id": "sandbox",
|
||||||
"title": "Free Coding",
|
"title": "Editor",
|
||||||
"mode": "playground",
|
"mode": "playground",
|
||||||
"description": "",
|
"description": "",
|
||||||
"task": "",
|
"task": "",
|
||||||
|
|||||||
Reference in New Issue
Block a user