Skip to content

Commit

Permalink
Add book resources (#1084)
Browse files Browse the repository at this point in the history
* Update resources

* Link to an example newsletter
  • Loading branch information
ericwbailey authored Aug 25, 2020
1 parent 3c686d6 commit a1af2ac
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 2 deletions.
36 changes: 36 additions & 0 deletions src/_data/resources.json
Original file line number Diff line number Diff line change
Expand Up @@ -150,12 +150,30 @@
"additional": "Heydon Pickering",
"url": "https://shop.smashingmagazine.com/products/apps-for-all"
},
{
"title": "Building Access: Universal Design and the Politics of Disability",
"description": "Building Access investigates twentieth-century strategies for designing the world with disability in mind.",
"additional": "Aimi Hamraie",
"url": "https://www.upress.umn.edu/book-division/books/building-access"
},
{
"title": "Color Accessibility Workflows",
"description": "Make sure accessibility and aesthetics go hand-in-hand with every design.",
"additional": "Geri Coady",
"url": "https://abookapart.com/products/color-accessibility-workflows"
},
{
"title": "Cross-Cultural Design",
"description": "Explore how to create culturally relevant and responsible experiences that reach a truly global audience.",
"additional": "Senongo Akpem",
"url": "https://abookapart.com/products/color-accessibility-workflows"
},
{
"title": "Design for Cognitive Bias",
"description": " In Design for Cognitive Bias, David Dylan Thomas lays bare the irrational forces that shape our everyday decisions and, inevitably, inform the experiences we craft. Once we grasp the logic powering these forces, we stand a fighting chance of confronting them, tempering them, and even harnessing them for good.",
"additional": "David Dylan Thomas",
"url": "https://abookapart.com/products/design-for-cognitive-bias"
},
{
"title": "Design for Real Life",
"description": "You can’t know every user, but you can develop inclusive practices to create experiences that support a wider range of people, more of the time.",
Expand All @@ -174,6 +192,12 @@
"additional": "Jeffrey Zeldman",
"url": "http://a.co/d/f0aNSFO"
},
{
"title": "Disability Visibility: First-Person Stories from the Twenty-First Century",
"description": "Activist Alice Wong brings together this urgent, galvanizing collection of contemporary essays by disabled people.",
"additional": "Alice Wong",
"url": "https://www.penguinrandomhouse.com/books/617802/disability-visibility-by-alice-wong/"
},
{
"title": "Inclusive Design Patterns",
"description": "Inclusive Design Handbook gets to the bottom of it all: accessibility myths and rules of thumbs, WAI-ARIA roles, content accessibility guidelines, landmark roles, keyboard and touch accessibility, accessible markup and interaction patterns, accessible forms and widgets, multimedia accessibility and inclusive prototyping.",
Expand Down Expand Up @@ -215,6 +239,12 @@
"description": "If you are in charge of the user experience, development, or strategy for a web site, A Web for Everyone will help you make your site accessible without sacrificing design or innovation. Rooted in universal design principles, this book provides solutions: practical advice and examples of how to create sites that everyone can use.",
"additional": "Sarah Horton and Whitney Quesenbery",
"url": "https://rosenfeldmedia.com/books/a-web-for-everyone/"
},
{
"title": "What Can a Body Do? How We Meet the Built World",
"description": "A fascinating and provocative new way of looking at the things we use and the spaces we inhabit, and a call to imagine a better-designed world for us all.",
"additional": "Sara Hendren",
"url": "https://www.penguinrandomhouse.com/books/561049/what-can-a-body-do-by-sara-hendren/"
}
],
"browserExtensions": [
Expand Down Expand Up @@ -906,6 +936,12 @@
}
],
"newsletters": [
{
"title": "The A11Y Project",
"description": "A summary of the links The A11Y Project shares on Twitter throughout the week. Shared weekly on Fridays.",
"additional": "The A11Y Project",
"url": "https://www.a11yproject.com/newsletter/"
},
{
"title": "Accessibility Weekly",
"description": "A weekly dose of web accessibility to help you bring it into your everyday work. Delivered to your inbox each Monday.",
Expand Down
4 changes: 2 additions & 2 deletions src/newsletter.njk
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ templateClass: template-simple
{{ title }}
</h1>
<p>
{{ subtitle }}
{{ subtitle }} You can <a href="https://buttondown.email/the-a11y-project/archive/the-a11y-project-update-august-21-2020/">read a sample issue here</a>.
</p>

<form
Expand All @@ -36,7 +36,7 @@ templateClass: template-simple
<input type="hidden" value="1" name="embed"></input>
<input class="c-form__button" type="submit" value="Subscribe (Opens in a new tab)"></input>
<p>
<a class="u-font-size-body-small c-form__vendor" href="https://buttondown.email" target="_blank">Powered by Buttondown.</a>
<a class="u-font-size-body-small c-form__vendor" href="https://buttondown.email">Powered by Buttondown.</a>
</p>
</form>

Expand Down

0 comments on commit a1af2ac

Please # to comment.