diff --git a/app/data/events.json b/app/data/events.json index 4fda4fb..9a49ee9 100644 --- a/app/data/events.json +++ b/app/data/events.json @@ -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!" } ] \ No newline at end of file diff --git a/app/data/sponsors.json b/app/data/sponsors.json index 1ba7f0c..fb651b6 100644 --- a/app/data/sponsors.json +++ b/app/data/sponsors.json @@ -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" } ] \ No newline at end of file diff --git a/public/images/sponsors/seekout.png b/public/images/sponsors/seekout.png new file mode 100644 index 0000000..1deea82 Binary files /dev/null and b/public/images/sponsors/seekout.png differ