Skip to content

Commit 4957cd4

Browse files
Dario-DCmoT01Sembauke
authored
feat(curriculum): add availability table lab (freeCodeCamp#55802)
Co-authored-by: moT01 <[email protected]> Co-authored-by: Sem Bauke <[email protected]>
1 parent c35dc47 commit 4957cd4

File tree

4 files changed

+627
-1
lines changed

4 files changed

+627
-1
lines changed

client/i18n/locales/english/intro.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1857,7 +1857,10 @@
18571857
"scec": { "title": "107", "intro": [] },
18581858
"mtbl": { "title": "108", "intro": [] },
18591859
"vlov": { "title": "109", "intro": [] },
1860-
"njkq": { "title": "110", "intro": [] },
1860+
"lab-availability-table": {
1861+
"title": "Build an Availability Table",
1862+
"intro": ["For this lab, you will create an availability table."]
1863+
},
18611864
"sget": { "title": "111", "intro": [] },
18621865
"huge": { "title": "112", "intro": [] },
18631866
"agbl": { "title": "113", "intro": [] },
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
title: Introduction to the Build an Availability Table
3+
block: lab-availability-table
4+
superBlock: front-end-development
5+
---
6+
7+
## Introduction to the Build an Availability Table
8+
9+
For this lab, you will create an availability table.
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"name": "Build an Availability Table",
3+
"blockType": "lab",
4+
"isUpcomingChange": true,
5+
"usesMultifileEditor": true,
6+
"dashedName": "lab-availability-table",
7+
"order": 110,
8+
"superBlock": "front-end-development",
9+
"challengeOrder": [{ "id": "66b36358ed4f261d64840c24", "title": "Build an Availability Table" }],
10+
"helpCategory": "HTML-CSS"
11+
}

0 commit comments

Comments
 (0)