From ad29ffa7cec2f86da06bc199c352730e34589ecc Mon Sep 17 00:00:00 2001
From: "Ryan R. Smith" <webuxr@gmail.com>
Date: Thu, 26 Jan 2017 09:52:15 -0600
Subject: [PATCH 1/2] Add links to Resources page.

---
 _data/resources.yml | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/_data/resources.yml b/_data/resources.yml
index 43f05529..1d3d89bd 100644
--- a/_data/resources.yml
+++ b/_data/resources.yml
@@ -55,6 +55,8 @@
       title: "W3C: WAI-ARIA Specification"
     - url: http://www.w3.org/WAI/tutorials/
       title: "W3C: Web Accessibility Tutorials"
+    - url: https://frend.co/
+      title: "Frend - A collection of accessible, modern front-end components"
 
 - resource-category: Courses
   section-id: courses
@@ -167,6 +169,10 @@
       title: "User Experience Simulation Bookmarklet"
     - url: http://wave.webaim.org/
       title: "WAVE - web accessibility evaluation tool"
+    - url: http://jxnblk.com/colorable/demos/text/
+      title: "Colorable - Color palette combination contrast tester"
+    - url: http://clrs.cc/a11y/
+      title: "Colors - Mix and match color classes to create accessible themes"
 
 - resource-category: Talks (Video)
   section-id: talks
@@ -217,4 +223,8 @@
       title: "Sass a11y"
     - url: http://tenon.io/
       title: "Tenon.io Accessibility Testing API"
+    - url: http://jxnblk.com/colorable/demos/text/
+      title: "Colorable - Color palette combination contrast tester"
+    - url: http://clrs.cc/a11y/
+      title: "Colors - Mix and match color classes to create accessible themes"
 
-- 
GitLab


From c636f4ff68e592938f6ebfeb07c286fe3bb59c2d Mon Sep 17 00:00:00 2001
From: "Ryan R. Smith" <webuxr@gmail.com>
Date: Thu, 26 Jan 2017 14:13:00 -0600
Subject: [PATCH 2/2] Removed duplicate links.

---
 _data/resources.yml | 7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)

diff --git a/_data/resources.yml b/_data/resources.yml
index 1d3d89bd..4052ae60 100644
--- a/_data/resources.yml
+++ b/_data/resources.yml
@@ -172,7 +172,7 @@
     - url: http://jxnblk.com/colorable/demos/text/
       title: "Colorable - Color palette combination contrast tester"
     - url: http://clrs.cc/a11y/
-      title: "Colors - Mix and match color classes to create accessible themes"
+      title: "A11y Colors - Mix and match color classes to create accessible themes"
 
 - resource-category: Talks (Video)
   section-id: talks
@@ -223,8 +223,3 @@
       title: "Sass a11y"
     - url: http://tenon.io/
       title: "Tenon.io Accessibility Testing API"
-    - url: http://jxnblk.com/colorable/demos/text/
-      title: "Colorable - Color palette combination contrast tester"
-    - url: http://clrs.cc/a11y/
-      title: "Colors - Mix and match color classes to create accessible themes"
-
-- 
GitLab