Skip to content

Commit 69abb33

Browse files
committed
Merge branch 'update-homepage-3-13-24' of https://github.com/kfahn22/thecodingtrain.com into update-homepage-3-13-24
2 parents ee90b84 + 169e1d9 commit 69abb33

24 files changed

+240
-5
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": "181-image-stippling"
5+
"featuredChallenge": "182-apollonian-gasket"
66
}

content/pages/homepage/index.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@
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-
"42-markov-chain-name-generator",
35-
"139-calculating-digits-of-pi-with-collisions",
36-
"14-fractal-trees-recursive",
37-
"124-flocking-simulation",
34+
"182-apollonian-gasket",
35+
"136-polar-noise-loops",
36+
"60-butterfly-generator",
37+
"171-wave-function-collapse",
3838
"181-image-stippling",
3939
"c3-hilbert-curve"
4040
],
469 KB
Loading
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"title": "fractal tree object oriented",
3+
"author": {
4+
"name": "Bart De Meyere"
5+
},
6+
"url": "https://bartdemeyere.github.io/fractaltree/",
7+
"submittedOn": "2024-03-07T19:45:53.033Z"
8+
}
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"title": "Zooming Out Animation of the Ulam Spiral",
3+
"author": {
4+
"name": "Polo Clebicar",
5+
"url": "https://github.com/PoloClebicar"
6+
},
7+
"url": "https://github.com/PoloClebicar/Ulam_Spiral",
8+
"submittedOn": "2024-02-25T21:03:13.238Z"
9+
}
313 KB
Loading
170 KB
Loading
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"title": "Weighted Voronoi Stippling in C#",
3+
"author": {
4+
"name": "Jos Gielen",
5+
"url": "https://github.com/JosGielen"
6+
},
7+
"url": "http://www.josgielen.elementfx.com/CC181/Voronoi_Stippling.html",
8+
"submittedOn": "2024-03-09T12:07:34.412Z",
9+
"socialPermission": true
10+
}
153 KB
Loading
498 KB
Loading

0 commit comments

Comments
 (0)