Skip to content

Commit

Permalink
Add sponsor and party description
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewiggins committed Dec 4, 2023
1 parent 781bae4 commit 318d7c9
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
6 changes: 4 additions & 2 deletions app/data/events.json
Original file line number Diff line number Diff line change
Expand Up @@ -220,8 +220,10 @@
"id": "holiday-party-2023",
"title": "SeattleJS Holiday Party 2023",
"date": "2023-12-13",
"sponsors": [],
"sponsors": [
"seekout"
],
"talks": [],
"description": ""
"description": "Join us for our annual SeattleJS Holiday Party! Come hang out with your fellow web developers and celebrate the holidays in style at The Collective. Consider bringing a plus one, the more the merrier!\n Tickets are $5 and go up to $10 the day of, so don't delay!"
}
]
7 changes: 7 additions & 0 deletions app/data/sponsors.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,5 +76,12 @@
"url": "https://getpolaris.ai",
"copy": "Polaris is an AI-powered site reliability tool that helps you detect incidents in real-time. Its tiny JavaScript SDK lets you instrument key user workflows to create indicators of reliability and latency. Apply thresholds to your indicators to define performance objectives and be alerted when your app begins to experience degradations.",
"image": "polaris.png"
},
{
"id": "seekout",
"name": "SeekOut",
"url": "https://www.seekout.com/",
"copy": "Grow the talent you have.\nFind the talent you need.\nSeekOut empowers great people and companies to grow together—with actionable insights at every step of your talent journey. ",
"image": "seekout.png"
}
]
Binary file added public/images/sponsors/seekout.png
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 318d7c9

Please sign in to comment.