Skip to content

Commit fc2e103

Browse files
committed
update homepage, fix typo
fix typo
1 parent 2066226 commit fc2e103

File tree

3 files changed

+12
-4
lines changed

3 files changed

+12
-4
lines changed

content/pages/challenges/index.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
"title": "Challenges",
33
"description": "Ready to apply what you’ve learned in the Tracks? Try a Challenge! These one-off project videos build off concepts introduced in Tracks and may have prerequisites (listed on the challenge page itself).",
44
"featuredText": "Featured Challenge:",
5-
"featuredChallenge": "127-brownian-tree-snowflake"
5+
"featuredChallenge": "179-wolfram-alpha"
66
}

content/pages/homepage/index.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"title": "Challenges",
3232
"description": "Watch Dan take on Coding Challenges in p5.js and Processing. The challenge topics include algorithmic art, machine learning, simulation, generative poetry, and more.",
3333
"featured": [
34-
"127-brownian-tree-snowflake",
34+
"179-wolfram-alpha",
3535
"89-langtons-ant",
3636
"98-quadtree",
3737
"70-nearest-neighbors-recommendation-engine",

content/videos/challenges/179-wolfram-alpha/index.json

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,19 @@
2525
{
2626
"title": "Wolfram CA",
2727
"description": "",
28-
"image": "imgg.jpg",
28+
"image": "img.jpg",
2929
"urls": {
3030
"p5": "https://editor.p5js.org/codingtrain/sketches/IE77UYZ-G"
3131
}
32-
}
32+
},
33+
{
34+
"title": "Wolfram CA - color",
35+
"description": "",
36+
"image": "img.jpg",
37+
"urls": {
38+
"p5": "https://editor.p5js.org/codingtrain/sketches/IE77UYZ-G"
39+
}
40+
}
3341
],
3442
"groupLinks": [
3543
{

0 commit comments

Comments
 (0)