Skip to content

Commit 35df0c5

Browse files
authored
Merge pull request #1102 from kfahn22/update-homepage-6-3
Update homepage 6 3
2 parents 3a0e389 + b639d77 commit 35df0c5

File tree

3 files changed

+10
-5
lines changed

3 files changed

+10
-5
lines changed

content/pages/homepage/index.json

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"challenges": {
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.",
33-
"featured": ["34-diffusion-limited-aggregation", "26-3d-supershapes", "c3-hilbert-curve"],
33+
"featured": ["61-fractal-spirograph", "68-breadth-first-search", "154-tic-tac-toe-minimax", "6-mitosis-simulation", "130-drawing-with-fourier-transform-and-epicycles", "47-pixel-sorting-in-processing"],
3434
"challengesCta": {
3535
"text": "ready to explore? try a challenge!",
3636
"buttonText": "browse challenges",
@@ -40,9 +40,14 @@
4040
"passengerShowcase": {
4141
"title": "Passenger showcase highlights",
4242
"featured": [
43-
"challenges/76-10Print/showcase/contribution18.json",
44-
"challenges/111-animated-sprites/showcase/contribution4.json",
45-
"challenges/c2-collatz-conjecture/showcase/contribution11.json"
43+
"data/3-the-weather-here/5-web-application-deployment/showcase/contribution-1682882920.json",
44+
"challenges/114-bubble-sort-visualization/showcase/contribution-1684979151.json",
45+
"challenges/154-tic-tac-toe-minimax/showcase/contribution19.json",
46+
"challenges/6-mitosis-simulation/showcase/contribution5.json",
47+
"challenges/130-drawing-with-fourier-transform-and-epicycles/showcase/contribution-1685389113.json",
48+
"challenges/154-tic-tac-toe-minimax/showcase/contribution4.json",
49+
"challenges/130-drawing-with-fourier-transform-and-epicycles/showcase/contribution10.json",
50+
"challenges/124-flocking-simulation/showcase/contribution-1684610695.json"
4651
],
4752
"showcaseCta": {
4853
"text": "Want to see more?",

content/videos/challenges/130-drawing-with-fourier-transform-and-epicycles/showcase/contribution7.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"title": "SVG to Fourier Series in vanilla JS",
3-
"url": "https://onesandzer0s.github.io/Fourier/",
3+
"url": "https://github.com/OnesAndZer0s/Fourier",
44
"author": {
55
"name": "Tayler Miller"
66
},

0 commit comments

Comments
 (0)