Skip to content

Commit 57ae4be

Browse files
committed
Add August and September events
1 parent 772fb88 commit 57ae4be

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

src/globals/events.js

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,18 @@
1212
* @type {JSMNEvent[]}
1313
*/
1414
module.exports = [
15+
{
16+
title: "September Event: Open Floor Show/Tell and Discussion",
17+
date: new Date("2024-09-25T18:00-05:00"),
18+
link: "https://www.meetup.com/javascriptmn/events/298926938/",
19+
location: "Virtual",
20+
},
21+
{
22+
title: "JavaScriptMN In-Person Co-hosted by Frontend Masters and Datasite",
23+
date: new Date("2024-08-21T18:00-05:00"),
24+
link: "https://www.meetup.com/javascriptmn/events/301694952/",
25+
location: "Datasite, 733 S Marquette Ave Unit 600, Minneapolis, MN",
26+
},
1527
{
1628
title: "July Event: Open Floor Show/Tell and Discussion",
1729
date: new Date("2024-07-31T18:00-05:00"),

0 commit comments

Comments
 (0)