diff --git a/app/data/events.json b/app/data/events.json index df4ed5d..014caf9 100644 --- a/app/data/events.json +++ b/app/data/events.json @@ -351,5 +351,16 @@ "erik-marks-october-2024" ], "description": "Join your fellow web devs for an evening of talks, networking and fun! Register ahead of time at the link below.\n\nNOTE: We are at Silicon Valley Bank this month!\n\n" + }, + { + "id": "november-2024", + "title": "SeattleJS November 2024", + "date": "2024-11-13", + "sponsors": [], + "talks": [ + "cat-johnson-november-2024", + "stacy-davis1-november-2024" + ], + "description": "Join your fellow web devs for an evening of talks, networking and fun! Register ahead of time at the link below.\n\nNOTE: We are at Startup Hall on UW campus this month!\n\n" } ] \ No newline at end of file diff --git a/app/data/speakers.json b/app/data/speakers.json index b584f20..a04c386 100644 --- a/app/data/speakers.json +++ b/app/data/speakers.json @@ -339,5 +339,13 @@ "twitter": "rekmarks", "pronouns": "he/they", "photo": "erik-marks.jpg" + }, + { + "id": "cat-johnson", + "name": "Cat Johnson", + "company": "Khan Academy", + "twitter": "cat_themachines", + "pronouns": "she/her", + "photo": "cat-johnson.jpg" } ] \ No newline at end of file diff --git a/app/data/talks.json b/app/data/talks.json index 422216f..0056c09 100644 --- a/app/data/talks.json +++ b/app/data/talks.json @@ -545,5 +545,31 @@ "SES" ], "type": "lightning" + }, + { + "id": "cat-johnson-november-2024", + "speaker_id": "cat-johnson", + "event_id": "november-2024", + "title": "Nested Interactive Elements: A Nightmare in Accessibility", + "abstract": "There have been numerous remarkable new UX experiences developed over the years. However, few are aware of the challenges involved in building structures with nested interactive elements. We will explore some of these prevalent web UX patterns and delve into the hidden challenges they present. While we may be able to mitigate some of these issues, others serve as horror stories in accessibility.", + "topics": [ + "Accessibility", + "HTML", + "CSS" + ], + "type": "lightning" + }, + { + "id": "stacy-davis1-november-2024", + "speaker_id": "stacy-davis1", + "event_id": "november-2024", + "title": "Translation: Tokens of Clarity", + "abstract": "How does someone even get started with translating? What are some of the details involved? Join me to learn more about translation and localization in a React app, and insights taken from experience leading a translation initiative.", + "topics": [ + "Translation", + "localization", + "React" + ], + "type": "lightning" } ] \ No newline at end of file diff --git a/public/images/speakers/cat-johnson.jpg b/public/images/speakers/cat-johnson.jpg new file mode 100644 index 0000000..0f2c876 Binary files /dev/null and b/public/images/speakers/cat-johnson.jpg differ