|
| 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