From a7a0bad40df51797f4c0e25aef1c18f2b77ef3f7 Mon Sep 17 00:00:00 2001 From: Kathy <65121394+kfahn22@users.noreply.github.com> Date: Wed, 3 Sep 2025 14:00:25 -0400 Subject: [PATCH 1/2] Update index.json update showcases --- content/pages/homepage/index.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/content/pages/homepage/index.json b/content/pages/homepage/index.json index f36d5e68c..03fbd4096 100644 --- a/content/pages/homepage/index.json +++ b/content/pages/homepage/index.json @@ -47,14 +47,14 @@ "passengerShowcase": { "title": "Passenger showcase highlights", "featured": [ - "code/3-conditionals/2-bouncing/showcase/contribution-1752260811.json", - "noc/2-forces/5-gravitational-attraction/showcase/contribution-1746447155.json", - "code/4-loops/2-nested/showcase/contribution-1746843124.json", - "challenges/129-koch-fractal-snowflake/showcase/contribution-1747493673.json", - "challenges/181-image-stippling/showcase/contribution-1752998310.json", - "code/2-variables/4-random/showcase/contribution-1743291900.json", - "challenges/85-the-game-of-life/showcase/contribution-1743285345.json", - "code/2-variables/5-map/showcase/contribution-1752360760.json" + "robot-controllers/robot-controller-2/showcase/contribution-1756392056.json", + "code/5-functions/2-arguments/showcase/contribution-1755856636.json", + "code/6-objects/2-classes/showcase/contribution-1755503836.json", + "code/3-conditionals/4-boolean/showcase/contribution-1753738275.json", + "webgl/2-3d-geometries/showcase/contribution-1752482723.json", + "challenges/52-random-walker/showcase/contribution-1755284675.json", + "challenges/15-object-oriented-fractal-trees/showcase/contribution-1752683789.json", + "code/2-variables/4-random/showcase/contribution-1754907099.json" ], "showcaseCta": { "text": "Want to see more?", From 86745e0acbd8c82578b7cca73ce90f9e3de27458 Mon Sep 17 00:00:00 2001 From: Kathy <65121394+kfahn22@users.noreply.github.com> Date: Wed, 3 Sep 2025 14:08:32 -0400 Subject: [PATCH 2/2] update featured challenges --- content/pages/challenges/index.json | 2 +- content/pages/homepage/index.json | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/content/pages/challenges/index.json b/content/pages/challenges/index.json index b8a9abe31..52ad3e004 100644 --- a/content/pages/challenges/index.json +++ b/content/pages/challenges/index.json @@ -2,5 +2,5 @@ "title": "Challenges", "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).", "featuredText": "Featured Challenge:", - "featuredChallenge": "52-random-walker" + "featuredChallenge": "159-simple-pendulum" } diff --git a/content/pages/homepage/index.json b/content/pages/homepage/index.json index 03fbd4096..64acff981 100644 --- a/content/pages/homepage/index.json +++ b/content/pages/homepage/index.json @@ -31,12 +31,12 @@ "title": "Challenges", "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.", "featured": [ - "19-superellipse", - "91-snakes-and-ladders", - "52-random-walker", - "119-binary-to-decimal-conversion", - "c2-collatz-conjecture", - "174-graphics-applesoft-basic" + "164-slitscan", + "159-simple-pendulum", + "149-tic-tac-toe", + "120-bit-shifting", + "111-animated-sprites", + "69-evolutionary-steering-behaviors" ], "challengesCta": { "text": "ready to explore? try a challenge!",