diff --git a/community/a11yautomationtesting.md b/community/a11yautomationtesting.md index 8ba6fe2..9631d9d 100644 --- a/community/a11yautomationtesting.md +++ b/community/a11yautomationtesting.md @@ -7,7 +7,7 @@ date: 2021-02-29 Accessibility testing in has come a long way in recent years. We'll dive into how EmberJS prioritized A11y with meaningful RFC's, Addons, tooling and docs. Most importantly, we'll discuss how these successes can be applied to your very own apps be they Vue, React, Angular or anything else! -[![Team](/img/content/testjssummit2021.png)](https://video.gitnation.org/programs/collection-kisll_7ejg8?cid=1669036) +[![TestJS Summit](/img/content/testjssummit2021.png)](https://video.gitnation.org/programs/collection-kisll_7ejg8?cid=1669036) ## Talk given at: diff --git a/community/a11yfirst.md b/community/a11yfirst.md new file mode 100644 index 0000000..2707e4f --- /dev/null +++ b/community/a11yfirst.md @@ -0,0 +1,19 @@ +--- +tags: community +title: "Talk: A11y First, and Everyone Wins" +description: "By putting accessibility first we can achieve a far more composable, intuitive, and testable product." +date: 2020-03-26 +--- + +Come and listen to the real tale of modern automation testing the untestable: a drag and drop user interface. The story of a drag and drop feature doomed to be unaccessible, made accessible. The telling of a feature salvaged by accessibility. + +We've all been told accessibility is important, but rarely do we feel the fruits of the labor directly. We'll discuss how developers, QA and leads can all feel the same benefit our users feel by putting accessibility first. + +[![Ember Conf 2020](/img/content/a11yfirst.png)](https://www.youtube.com/watch?v=ESemqChsBEE&list=PL4eq2DPpyBbkC03mdzlyej6tcbEqrZK8N&index=18&t=0s) + +## Talk given at: + +* EmberConf 2020 +* Ember ATX +* Austin Accessibility and Inclusive Design + diff --git a/community/introducingembermodifiers.md b/community/introducingembermodifiers.md new file mode 100644 index 0000000..811edc2 --- /dev/null +++ b/community/introducingembermodifiers.md @@ -0,0 +1,15 @@ +--- +tags: community +title: "Talk: Introducing Ember Modifiers" +description: "What modifiers are, why use them" +date: 2020-04-01 +--- + +Using {{on}} modifier shipped with Ember. Writing your own modifier (complete with tests!) + +[![Video Thumbnail](/img/content/introducing-ember-modifiers.png)](https://www.youtube.com/watch?v=KWBOYqAEh6M) + +## Talk given at: + +* Ember ATX 2020 + diff --git a/img/content/a11yfirst.png b/img/content/a11yfirst.png new file mode 100644 index 0000000..263d035 Binary files /dev/null and b/img/content/a11yfirst.png differ diff --git a/img/content/introducing-ember-modifiers.png b/img/content/introducing-ember-modifiers.png new file mode 100644 index 0000000..9c2cbba Binary files /dev/null and b/img/content/introducing-ember-modifiers.png differ