Skip to content

Commit d1cfd7f

Browse files
committed
Add Nov 2024 event
1 parent 7c4f8e4 commit d1cfd7f

File tree

4 files changed

+45
-0
lines changed

4 files changed

+45
-0
lines changed

app/data/events.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -351,5 +351,16 @@
351351
"erik-marks-october-2024"
352352
],
353353
"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 <a target='_blank' href='https://maps.app.goo.gl/r9LsbFzCxuMpRzbXA'>Silicon Valley Bank</a> this month!\n\n"
354+
},
355+
{
356+
"id": "november-2024",
357+
"title": "SeattleJS November 2024",
358+
"date": "2024-11-13",
359+
"sponsors": [],
360+
"talks": [
361+
"cat-johnson-november-2024",
362+
"stacy-davis1-november-2024"
363+
],
364+
"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 <a target='_blank' href='https://maps.app.goo.gl/fbEUjw2mGvvTDsVR6'>Startup Hall on UW campus</a> this month!\n\n"
354365
}
355366
]

app/data/speakers.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -339,5 +339,13 @@
339339
"twitter": "rekmarks",
340340
"pronouns": "he/they",
341341
"photo": "erik-marks.jpg"
342+
},
343+
{
344+
"id": "cat-johnson",
345+
"name": "Cat Johnson",
346+
"company": "Khan Academy",
347+
"twitter": "cat_themachines",
348+
"pronouns": "she/her",
349+
"photo": "cat-johnson.jpg"
342350
}
343351
]

app/data/talks.json

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -545,5 +545,31 @@
545545
"SES"
546546
],
547547
"type": "lightning"
548+
},
549+
{
550+
"id": "cat-johnson-november-2024",
551+
"speaker_id": "cat-johnson",
552+
"event_id": "november-2024",
553+
"title": "Nested Interactive Elements: A Nightmare in Accessibility",
554+
"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.",
555+
"topics": [
556+
"Accessibility",
557+
"HTML",
558+
"CSS"
559+
],
560+
"type": "lightning"
561+
},
562+
{
563+
"id": "stacy-davis1-november-2024",
564+
"speaker_id": "stacy-davis1",
565+
"event_id": "november-2024",
566+
"title": "Translation: Tokens of Clarity",
567+
"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.",
568+
"topics": [
569+
"Translation",
570+
"localization",
571+
"React"
572+
],
573+
"type": "lightning"
548574
}
549575
]
599 KB
Loading

0 commit comments

Comments
 (0)