Skip to content

Commit

Permalink
Merge pull request #824 from kfahn22/showcase_submissions
Browse files Browse the repository at this point in the history
Showcase submissions
  • Loading branch information
shiffman authored Dec 9, 2022
2 parents fcdc040 + 937b2b1 commit 639e0e3
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 2 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"title": "Different Equations & Shaders",
"url": "https://github.com/kfahn22/heart_curve",
"author": {
"name": "Kathy McGuiness",
"url": "https://github.com/kfahn22"
}
}
2 changes: 1 addition & 1 deletion content/videos/challenges/77-recursion/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "In this coding challenge, I explore the concept of recursion to create fractal patterns in JavaScript HTML5 canvas with the p5.js library.",
"videoNumber": "77",
"videoId": "jPsZwrV9ld0",
"date": "2017-05-10",
"date": "2017-10-05",
"languages": ["JavaScript", "p5.js"],
"topics": ["recursion", "fractals", "beginners"],
"canContribute": true,
Expand Down
2 changes: 1 addition & 1 deletion content/videos/challenges/87-3d-knots/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"relatedChallenges": [
"25-spherical-geometry",
"12-lorenz-attractor",
"86-cube-wave-by-bees-and-bombs"
"55-mathematical-rose-patterns"
],
"timestamps": [
{ "time": "0:00", "title": "Introduction" },
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"title": "Animated Torus Knot",
"author": {
"name": "Kathy McGuiness",
"url": "https://github.com/kfahn22/torus_knots"
},
"url": "https://kfahn22.github.io/torus_knots/"
}

0 comments on commit 639e0e3

Please sign in to comment.