Skip to content

Add Page Not Found livestream #1685

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Aug 15, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions content/tracks/side-tracks/livestreams/index.json
Original file line number Diff line number Diff line change
@@ -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",
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": []
}