From a1af2ac0f1962a7b98ee419dd88fa37a352b29a6 Mon Sep 17 00:00:00 2001 From: Eric Bailey Date: Mon, 24 Aug 2020 22:23:34 -0400 Subject: [PATCH] Add book resources (#1084) * Update resources * Link to an example newsletter --- src/_data/resources.json | 36 ++++++++++++++++++++++++++++++++++++ src/newsletter.njk | 4 ++-- 2 files changed, 38 insertions(+), 2 deletions(-) diff --git a/src/_data/resources.json b/src/_data/resources.json index 2cf1bf6dd..22fbb4b3f 100644 --- a/src/_data/resources.json +++ b/src/_data/resources.json @@ -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.", @@ -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.", @@ -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": [ @@ -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.", diff --git a/src/newsletter.njk b/src/newsletter.njk index 481df1280..4f48c6ae1 100755 --- a/src/newsletter.njk +++ b/src/newsletter.njk @@ -13,7 +13,7 @@ templateClass: template-simple {{ title }}

- {{ subtitle }} + {{ subtitle }} You can read a sample issue here.

- Powered by Buttondown. + Powered by Buttondown.