From da6bd3e593b060808491f49d0b071be03fc8338f Mon Sep 17 00:00:00 2001 From: Heather Moses Date: Wed, 1 Apr 2020 20:15:49 -0400 Subject: [PATCH 1/2] Updated the "about" section --- client/src/components/body/about.js | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/client/src/components/body/about.js b/client/src/components/body/about.js index d5a92958..2f3e922a 100755 --- a/client/src/components/body/about.js +++ b/client/src/components/body/about.js @@ -23,12 +23,15 @@ const About = ({ title, description, links }) => { -
+
+

In this lab, you will learn about why it is important to create software - that is accessible to users who utilize screenreaders. + that is accessible to users who utilize screen readers. You will learn about using alt tags, - utilize your knowledge in a game about screenreaders and alt tags, - watch several related videos, and take a quiz. Click "Next" to start! + increase your understanding through an interactive module about + screen readers and alt tags, watch related videos, and take a quiz + to test your knowledge. Click "Next" to start! +

); From e9accf7d0f9bbe035824bfb39f17e86af4fe97b4 Mon Sep 17 00:00:00 2001 From: Heather Moses Date: Wed, 1 Apr 2020 20:23:38 -0400 Subject: [PATCH 2/2] Fixed alignment for lab 3 --- client/src/App.js | 2 +- client/src/assets/stylesheets/pages/CaseStudy.scss | 3 +-- client/src/components/body/about.js | 4 +++- client/src/components/body/reading.js | 2 +- client/src/css/style.css | 5 +++-- 5 files changed, 9 insertions(+), 7 deletions(-) diff --git a/client/src/App.js b/client/src/App.js index efe9159b..f846cadf 100755 --- a/client/src/App.js +++ b/client/src/App.js @@ -206,7 +206,7 @@ class App extends Component { > next -