Skip to content

Commit 9c05966

Browse files
authored
Merge branch 'CodingTrain:main' into update-homepage-8-15-24
2 parents 074e0cf + 86e0dfe commit 9c05966

File tree

3 files changed

+53
-0
lines changed

3 files changed

+53
-0
lines changed

content/tracks/side-tracks/livestreams/index.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"title": "Coding Train Live!",
33
"description": "This side track is a collection of select livestreams.",
44
"videos": [
5+
"livestreams/page-not-found",
56
"livestreams/creative_coding_ai_agent",
67
"livestreams/shiffbot",
78
"livestreams/decade-of-code",
Loading
Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
{
2+
"title": "\"404\" Page Not Found",
3+
"description": "Let's build a \"404 Page Not Found\" page for The Nature of Code website!",
4+
"videoId": "vfeUb7w8Hr8",
5+
"date": "2024-08-15",
6+
"languages": ["Javascript"],
7+
"topics": ["The Nature of Code", "steering behaviors"],
8+
"canContribute": true,
9+
"relatedChallenges": ["59-steering-behaviors"],
10+
"timestamps": [
11+
{ "time": "0:00:00", "title": "Count down starts" },
12+
{ "time": "0:08:00", "title": "Livestream starts" },
13+
{ "time": "0:19:50", "title": "Annual mailing" },
14+
{ "time": "0:20:45", "title": "NOC website" },
15+
{ "time": "0:21:38", "title": "Discount" },
16+
{ "time": "0:22:52", "title": "Purchase options" },
17+
{ "time": "1:09:54", "title": "404 Error page" },
18+
{ "time": "1:17:28", "title": "Start coding" },
19+
{ "time": "1:27:14", "title": "Add mouse interaction" },
20+
{ "time": "2:23:17", "title": "Outro" }
21+
],
22+
"codeExamples": [
23+
{
24+
"title": "404 NOC Page",
25+
"description": "404 page using steering behavior",
26+
"image": "img.jpg",
27+
"urls": {
28+
"p5": "https://editor.p5js.org/codingtrain/sketches/ZcZjrgQHr"
29+
}
30+
}
31+
],
32+
"groupLinks": [
33+
{
34+
"title": "References",
35+
"links": [
36+
{
37+
"icon": "📕",
38+
"title": "The Nature of Code",
39+
"url": "https://natureofcode.com/",
40+
"description": "The Nature of Code book (2024 p5.js edition)"
41+
},
42+
{
43+
"icon": "🛒",
44+
"title": "Nature of Code shop",
45+
"url": "https://store.natureofcode.com/products/the-nature-of-code",
46+
"description": "The Nature of Code book (2024 p5.js edition) is now available for purchase!"
47+
}
48+
]
49+
}
50+
],
51+
"credits": []
52+
}

0 commit comments

Comments
 (0)