Skip to content

The Nature of Code Book Party! #1706

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Sep 2, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 21 additions & 2 deletions content/pages/homepage/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,16 @@
},
"passengerShowcase": {
"title": "Passenger showcase highlights",
"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"],
"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",
Expand All @@ -57,7 +66,17 @@
"title": "Events",
"comingEventsDescription": "Next Coding Train event!",
"noEventsDescription": "Keep your eye out for events in the future!",
"upcoming": []
"upcoming": [
{
"title": "Nature of Code Book Party",
"description": "Join us to celebrate the release Nature of Code! This event features a “live” coding challenge + audio and visual live coding performances. Come get your signed copy of the book!",
"date": "2024-09-07",
"time": "7:30pm",
"host": "Wonderville and The Coding Train",
"type": "In person! 21+",
"url": "https://www.wonderville.nyc/events/nature-of-code-book-party"
}
]
},
"support": {
"title": "Support",
Expand Down
Loading