From f74d5074343d4db8a8e510103dd619b0cdb93d21 Mon Sep 17 00:00:00 2001 From: Ian Effendi Date: Wed, 10 Apr 2019 11:55:16 -0400 Subject: [PATCH] fix(curriculum): replace js with full solution in accessibility challenge (#35810) * fix(curriculum): add full, working solution for accessibility challenge. This commit replaces a JavaScript only solution where a full, working solution should have been written. * Update curriculum/challenges/english/01-responsive-web-design/applied-accessibility/avoid-colorblindness-issues-by-using-sufficient-contrast.english.md Co-Authored-By: rimij405 --- ...es-by-using-sufficient-contrast.english.md | 21 +++++++++++++++++-- 1 file changed, 19 insertions(+), 2 deletions(-) diff --git a/curriculum/challenges/english/01-responsive-web-design/applied-accessibility/avoid-colorblindness-issues-by-using-sufficient-contrast.english.md b/curriculum/challenges/english/01-responsive-web-design/applied-accessibility/avoid-colorblindness-issues-by-using-sufficient-contrast.english.md index 599b7f68b5..980ce8a451 100644 --- a/curriculum/challenges/english/01-responsive-web-design/applied-accessibility/avoid-colorblindness-issues-by-using-sufficient-contrast.english.md +++ b/curriculum/challenges/english/01-responsive-web-design/applied-accessibility/avoid-colorblindness-issues-by-using-sufficient-contrast.english.md @@ -68,8 +68,25 @@ tests:
-```js -var code = "body {color: hsl(0, 55%, 15%); background-color: hsl(120, 25%, 55%);}" +```html + + + + +
+

Deep Thoughts with Master Camper Cat

+
+
+

A Word on the Recent Catnip Doping Scandal

+

The influence that catnip has on feline behavior is well-documented, and its use as an herbal supplement in competitive ninja circles remains controversial. Once again, the debate to ban the substance is brought to the public's attention after the high-profile win of Kittytron, a long-time proponent and user of the green stuff, at the Claw of Fury tournament.

+

As I've stated in the past, I firmly believe a true ninja's skills must come from within, with no external influences. My own catnip use shall continue as purely recreational.

+
+ ```