Skip to content

Commit

Permalink
feat: add October event (#344)
Browse files Browse the repository at this point in the history
<!-- 👋 Hi, thanks for sending a PR to boston-ts-website! 💖.
Please fill out all fields below and make sure each item is true and [x]
checked.
Otherwise we may not be able to review your PR. -->

## PR Checklist

- [ ] Addresses an existing open issue: fixes #000
- [ ] That issue was marked as [`status: accepting
prs`](https://github.com/JoshuaKGoldberg/boston-ts-website/issues?q=is%3Aopen+is%3Aissue+label%3A%22status%3A+accepting+prs%22)
- [x] Steps in
[CONTRIBUTING.md](https://github.com/JoshuaKGoldberg/boston-ts-website/blob/main/.github/CONTRIBUTING.md)
were taken

## Overview

<!-- Description of what is changed and how the code change does that.
-->
  • Loading branch information
astorije authored Oct 3, 2024
1 parent d7c062d commit bb1e25a
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
15 changes: 15 additions & 0 deletions app/data/events.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,19 @@
[
{
"date": "2024-10-23T18:00:00.000-04:00",
"link": "https://www.eventbrite.com/e/boston-ts-club-vii-the-spooky-scary-edition-tickets-1029102492257",
"location": "Microsoft NERD Center",
"time": "5:30pm - 8:30pm",
"topics": [
{
"author": {
"name": "Hadley Garrett"
},
"title": "Design Isn't Scary"
},
{ "title": "Spooky Scary Storytime" }
]
},
{
"date": "2024-09-26T18:00:00.000-04:00",
"link": "https://www.eventbrite.com/e/boston-ts-club-vi-return-of-the-squiggle-tickets-1014606444187",
Expand Down
1 change: 1 addition & 0 deletions cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
"knip",
"packagejson",
"Sanker",
"Storytime",
"Supabase"
]
}

0 comments on commit bb1e25a

Please sign in to comment.