From 074e0cf64cd43634dd395731bdbdd313fd722f08 Mon Sep 17 00:00:00 2001 From: Kathy <65121394+kfahn22@users.noreply.github.com> Date: Thu, 15 Aug 2024 07:57:12 -0400 Subject: [PATCH 1/2] Update featured challenges and showcases --- content/pages/homepage/index.json | 21 ++++++--------------- 1 file changed, 6 insertions(+), 15 deletions(-) diff --git a/content/pages/homepage/index.json b/content/pages/homepage/index.json index 8b7769c47..ab74be4ce 100644 --- a/content/pages/homepage/index.json +++ b/content/pages/homepage/index.json @@ -32,11 +32,11 @@ "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": [ "184-elastic-collisions", - "64-kinematics", - "125-fourier-series", - "28-metaballs", - "116-lissajous-curve-table", - "170-monty-hall-problem" + "175-3D-cube-applesoft-basic", + "160-spring-forces", + "113-4d-hypercube-aka-tesseract", + "99-neural-network-color-predictor", + "85-the-game-of-life" ], "challengesCta": { "text": "ready to explore? try a challenge!", @@ -46,16 +46,7 @@ }, "passengerShowcase": { "title": "Passenger showcase highlights", - "featured": [ - "challenges/160-spring-forces/showcase/contribution-1717812105.json", - "noc/4-particles/1-particle-system/showcase/contribution-1716063723.json", - "challenges/183-mathematical-marbling/showcase/contribution-5.json", - "challenges/183-mathematical-marbling/showcase/contribution-1719747682.json", - "challenges/93-double-pendulum/showcase/contribution-1717095241.json", - "code/2-variables/5-map/showcase/contribution-1719881442.json", - "noc/3-angles/7-additive-waves/showcase/contribution-1719068587.json", - "challenges/10-dfs-maze-generator/showcase/contribution-1719932734.json" - ], + "featured": ["challenges/184-elastic-collisions/showcase/contribution-1720963615.json", "challenges/184-elastic-collisions/showcase/contribution-1720958474.json", "noc/4-particles/4-particle-textures/showcase/contribution-1721161051.json", "physics-libraries/box2d/12-collision-events/showcase/contribution-1722000424.json", "challenges/14-fractal-trees-recursive/showcase/contribution-1723666252.json", "challenges/10-dfs-maze-generator/showcase/contribution-1720952091.json", "challenges/184-elastic-collisions/showcase/contribution-1721016798.json", "challenges/100-neuroevolution-flappy-bird/showcase/contribution-1720945862.json"], "showcaseCta": { "text": "Want to see more?", "buttonText": "Browse the full showcase", From b6a505dd3ea07d6fce2e1ed0816d3df3e8d717ae Mon Sep 17 00:00:00 2001 From: Kathy <65121394+kfahn22@users.noreply.github.com> Date: Sun, 18 Aug 2024 10:32:27 -0400 Subject: [PATCH 2/2] Update index.json add dragon curve to featured challenges --- content/pages/homepage/index.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/content/pages/homepage/index.json b/content/pages/homepage/index.json index 027f1db7d..514d9d648 100644 --- a/content/pages/homepage/index.json +++ b/content/pages/homepage/index.json @@ -32,11 +32,11 @@ "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": [ "185-dragon-curve", - "64-kinematics", - "125-fourier-series", - "28-metaballs", - "116-lissajous-curve-table", - "170-monty-hall-problem" + "175-3D-cube-applesoft-basic", + "160-spring-forces", + "113-4d-hypercube-aka-tesseract", + "99-neural-network-color-predictor", + "85-the-game-of-life" ], "challengesCta": { "text": "ready to explore? try a challenge!",