Skip to content

Commit

Permalink
Add Nov 2024 event
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewiggins committed Nov 13, 2024
1 parent 7c4f8e4 commit d1cfd7f
Show file tree
Hide file tree
Showing 4 changed files with 45 additions and 0 deletions.
11 changes: 11 additions & 0 deletions app/data/events.json
Original file line number Diff line number Diff line change
Expand Up @@ -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 <a target='_blank' href='https://maps.app.goo.gl/r9LsbFzCxuMpRzbXA'>Silicon Valley Bank</a> 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 <a target='_blank' href='https://maps.app.goo.gl/fbEUjw2mGvvTDsVR6'>Startup Hall on UW campus</a> this month!\n\n"
}
]
8 changes: 8 additions & 0 deletions app/data/speakers.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
]
26 changes: 26 additions & 0 deletions app/data/talks.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
]
Binary file added public/images/speakers/cat-johnson.jpg
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 d1cfd7f

Please sign in to comment.