Skip to content

Commit f8a210b

Browse files
authored
update featured challenges and homepage (CodingTrain#1923)
1 parent 2384a60 commit f8a210b

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
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": "159-simple-pendulum"
5+
"featuredChallenge": "c5-marching-squares"
66
}

content/pages/homepage/index.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,12 @@
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-
"164-slitscan",
35-
"159-simple-pendulum",
36-
"149-tic-tac-toe",
37-
"120-bit-shifting",
38-
"111-animated-sprites",
39-
"69-evolutionary-steering-behaviors"
34+
"11-3d-terrain-generation-with-perlin-noise",
35+
"27-fireworks",
36+
"49-photo-mosaic-with-white-house-social-media-images",
37+
"109-visualizing-500000-subscribers",
38+
"c5-marching-squares",
39+
"146-rendering-ray-casting"
4040
],
4141
"challengesCta": {
4242
"text": "ready to explore? try a challenge!",
@@ -47,14 +47,14 @@
4747
"passengerShowcase": {
4848
"title": "Passenger showcase highlights",
4949
"featured": [
50-
"robot-controllers/robot-controller-2/showcase/contribution-1756392056.json",
51-
"code/5-functions/2-arguments/showcase/contribution-1755856636.json",
52-
"code/6-objects/2-classes/showcase/contribution-1755503836.json",
53-
"code/3-conditionals/4-boolean/showcase/contribution-1753738275.json",
54-
"webgl/2-3d-geometries/showcase/contribution-1752482723.json",
55-
"challenges/52-random-walker/showcase/contribution-1755284675.json",
56-
"challenges/15-object-oriented-fractal-trees/showcase/contribution-1752683789.json",
57-
"code/2-variables/4-random/showcase/contribution-1754907099.json"
50+
"challenges/182-apollonian-gasket/showcase/contribution-1759437109.json",
51+
"code/7-arrays/6-object-communication-1/showcase/contribution-1759856331.json",
52+
"challenges/145-ray-casting-2d/showcase/contribution-1759839401.json",
53+
"code/7-arrays/5-removing-elements/showcase/contribution-1756652444.json",
54+
"challenges/119-binary-to-decimal-conversion/showcase/contribution-1756678732.json",
55+
"challenges/180-falling-sand/showcase/contribution-1756678486.json",
56+
"code/3-conditionals/4-boolean/showcase/contribution-1758653305.json",
57+
"challenges/171-wave-function-collapse/showcase/contribution-1743446782.json"
5858
],
5959
"showcaseCta": {
6060
"text": "Want to see more?",

0 commit comments

Comments
 (0)