From 6235988a6e413a563e24a40580dde7909937272e Mon Sep 17 00:00:00 2001 From: Olha Babchenko Date: Tue, 15 Oct 2019 14:39:02 +0300 Subject: [PATCH] Move 'The web accessibility basics' resource to 'Accessibility' category --- resources/accessibility.json | 7 ++++++- resources/html.json | 8 +------- 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/resources/accessibility.json b/resources/accessibility.json index 3e24103..dca9366 100644 --- a/resources/accessibility.json +++ b/resources/accessibility.json @@ -19,7 +19,12 @@ "desc": "A client-side script that checks HTML source code and detects violations of a defined coding standard.", "url": "http://squizlabs.github.io/HTML_CodeSniffer/", "tags": [] + }, + { + "title": "The web accessibility basics", + "desc": "The absolute web accessibility basics every web developer should know about.", + "url": "https://www.marcozehe.de/2015/12/14/the-web-accessibility-basics/", + "tags": [] } ] } - \ No newline at end of file diff --git a/resources/html.json b/resources/html.json index e45266a..9625d8a 100644 --- a/resources/html.json +++ b/resources/html.json @@ -8,12 +8,6 @@ "url": "https://developer.mozilla.org/docs/Web/HTML/Element", "tags": [] }, - { - "title": "The web accessibility basics", - "desc": "The absolute web accessibility basics every web developer should know about.", - "url": "https://www.marcozehe.de/2015/12/14/the-web-accessibility-basics/", - "tags": [] - }, { "title": "Introduction to HTML", "desc": "In just 4 hours, learn the basics of HTML5 and start building & editing web pages.", @@ -45,4 +39,4 @@ "tags": [] } ] -} \ No newline at end of file +}