Skip to content

Commit

Permalink
Merge pull request #1685 from kfahn22/page-not-found
Browse files Browse the repository at this point in the history
Add Page Not Found livestream
  • Loading branch information
shiffman authored Aug 15, 2024
2 parents 297a452 + 205036a commit 86e0dfe
Show file tree
Hide file tree
Showing 3 changed files with 53 additions and 0 deletions.
1 change: 1 addition & 0 deletions content/tracks/side-tracks/livestreams/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"title": "Coding Train Live!",
"description": "This side track is a collection of select livestreams.",
"videos": [
"livestreams/page-not-found",
"livestreams/creative_coding_ai_agent",
"livestreams/shiffbot",
"livestreams/decade-of-code",
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
52 changes: 52 additions & 0 deletions content/videos/livestreams/page-not-found/index.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
{
"title": "\"404\" Page Not Found",
"description": "Let's build a \"404 Page Not Found\" page for The Nature of Code website!",
"videoId": "vfeUb7w8Hr8",
"date": "2024-08-15",
"languages": ["Javascript"],
"topics": ["The Nature of Code", "steering behaviors"],
"canContribute": true,
"relatedChallenges": ["59-steering-behaviors"],
"timestamps": [
{ "time": "0:00:00", "title": "Count down starts" },
{ "time": "0:08:00", "title": "Livestream starts" },
{ "time": "0:19:50", "title": "Annual mailing" },
{ "time": "0:20:45", "title": "NOC website" },
{ "time": "0:21:38", "title": "Discount" },
{ "time": "0:22:52", "title": "Purchase options" },
{ "time": "1:09:54", "title": "404 Error page" },
{ "time": "1:17:28", "title": "Start coding" },
{ "time": "1:27:14", "title": "Add mouse interaction" },
{ "time": "2:23:17", "title": "Outro" }
],
"codeExamples": [
{
"title": "404 NOC Page",
"description": "404 page using steering behavior",
"image": "img.jpg",
"urls": {
"p5": "https://editor.p5js.org/codingtrain/sketches/ZcZjrgQHr"
}
}
],
"groupLinks": [
{
"title": "References",
"links": [
{
"icon": "📕",
"title": "The Nature of Code",
"url": "https://natureofcode.com/",
"description": "The Nature of Code book (2024 p5.js edition)"
},
{
"icon": "🛒",
"title": "Nature of Code shop",
"url": "https://store.natureofcode.com/products/the-nature-of-code",
"description": "The Nature of Code book (2024 p5.js edition) is now available for purchase!"
}
]
}
],
"credits": []
}

0 comments on commit 86e0dfe

Please sign in to comment.