Skip to content

Commit

Permalink
Add February meetup and Panz as an organizer
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewiggins committed Jan 11, 2024
1 parent 14f1d2c commit 0d540d8
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 23 deletions.
11 changes: 11 additions & 0 deletions app/data/events.json
Original file line number Diff line number Diff line change
Expand Up @@ -233,5 +233,16 @@
"sponsors": [],
"talks": [],
"description": "Join your fellow web devs for an evening of networking and fun!\n\n📅 Wednesday, January 10\n\n🕠 5:30pm - 8pm\n\n📍 [The Collective Seattle, 400 Dexter Ave N, Seattle, WA 98109](https://maps.app.goo.gl/iFCSeqBsv7gFKEQ78)"
},
{
"id": "february-2024",
"title": "SeattleJS February 2024",
"date": "2024-02-14",
"sponsors": [],
"talks": [
"dm-liao-february-2024",
"fx-wood-february-2024"
],
"description": "Join your fellow web devs for an evening of talks, networking and fun! Tickets are only $5 but go up to $10 the day of, so don't delay!\n\n📍 [The Collective Seattle, 400 Dexter Ave N, Seattle, WA 98109](https://maps.app.goo.gl/iFCSeqBsv7gFKEQ78)"
}
]
7 changes: 7 additions & 0 deletions app/data/organizers.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,12 @@
"links": {
"github": "fx-wood"
}
},
{
"id": "lucas-steinmacher",
"full_name": "Lucas Steinmacher",
"links": {
"twitter": "Panziewanz"
}
}
]
32 changes: 9 additions & 23 deletions app/data/talks.json
Original file line number Diff line number Diff line change
Expand Up @@ -327,9 +327,9 @@
"type": "regular"
},
{
"id": "fx-wood-january-2024",
"id": "fx-wood-february-2024",
"speaker_id": "fx-wood",
"event_id": "january-2024",
"event_id": "february-2024",
"title": "Why You Should Use A DateTime Library (Maybe)",
"abstract": "There are some interesting complexities when it comes to working with time. Also some fun stuff about timestamps.",
"topics": [
Expand All @@ -340,30 +340,16 @@
"type": "lightning"
},
{
"id": "dm-liao-feburary-2024",
"id": "dm-liao-february-2024",
"speaker_id": "dm-liao",
"event_id": "feburary-2024",
"title": "Making a static site generator for fun and absolutely no profit",
"abstract": "There are lots of static site generators out there to help simplify making a website, but I decided that wasn't complicated enough so I decided to write my own. From as close to scratch as I could, with as few dependencies as possible. This talk will go through the generator I made, its goals and design decisions, and maybe even how you can make one that is not nearly so complicated (...maybe.)",
"event_id": "february-2024",
"title": "Using ReactJS with the Godot game engine",
"abstract": "(coming soon..)",
"topics": [
"static site generators",
"image processing",
"JS templating",
"plugin architecture"
"ReactJS",
"Godot",
"game engine"
],
"type": "regular"
},
{
"id": "fx-wood-feburary-2024",
"speaker_id": "fx-wood",
"event_id": "feburary-2024",
"title": "Why You Should Use A DateTime Library (Maybe)",
"abstract": "There are some interesting complexities when it comes to working with time. Also some fun stuff about timestamps.",
"topics": [
"luxon",
"datetime",
"DateTimeFormat"
],
"type": "lightning"
}
]
Binary file added public/images/organizers/lucas-steinmacher.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 0d540d8

Please sign in to comment.