Skip to content

Commit

Permalink
Add deployed URLs to README files
Browse files Browse the repository at this point in the history
  • Loading branch information
marcysutton committed May 3, 2022
1 parent 0b9f0aa commit f4e65dd
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,8 @@ yarn start
This should start the site for your browser at the address indicated in your Terminal:
`http://localhost:1234`

You can also view a deployed version: https://workshop-manual-a11y-testing.testingaccessibility.com/

## Working through the exercises

This part of the project has **before** and **after** files for each of the 5 sections. The two pages we’ll work on in this Workshop are the Homepage and About page, starting from this URL: `http://localhost:1234`
Expand Down
4 changes: 4 additions & 0 deletions exercise1-keyboard/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ URL to view "fixed" files locally:

http://localhost:1234/exercise1-keyboard

URL to view a deployed version for this exercise:

https://workshop-manual-a11y-testing.testingaccessibility.com/exercise1-keyboard

Files you'll touch to make these improvements include:

- `index.html`
Expand Down
4 changes: 4 additions & 0 deletions exercise2-devtools/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ URL to view "fixed" files locally:

http://localhost:1234/exercise2-devtools

URL to view a deployed version for this exercise:

https://workshop-manual-a11y-testing.testingaccessibility.com/exercise2-devtools

Files you'll touch to make these improvements include:

- Color contrast: `scss/_header.scss`
Expand Down
4 changes: 4 additions & 0 deletions exercise3-extensions/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ URL to view "fixed" files locally:

http://localhost:1234/exercise3-extensions

URL to view a deployed version for this exercise:

https://workshop-manual-a11y-testing.testingaccessibility.com/exercise3-extensions

Files you'll touch to make these improvements include:

- `index.html`
Expand Down
4 changes: 4 additions & 0 deletions exercise4-magnification/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ URL to view "fixed" files locally:

http://localhost:1234/exercise4-magnification

URL to view a deployed version for this exercise:

https://workshop-manual-a11y-testing.testingaccessibility.com/exercise4-magnification

Files you'll touch to make these improvements include:

- `index.html`
Expand Down
4 changes: 4 additions & 0 deletions exercise5-screenreader/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ URL to view "fixed" files locally:

http://localhost:1234/exercise5-screenreader

URL to view a deployed version for this exercise:

https://workshop-manual-a11y-testing.testingaccessibility.com/exercise5-screenreader

Files you'll touch to make these improvements include:

- `index.html`
Expand Down

1 comment on commit f4e65dd

@vercel
Copy link

@vercel vercel bot commented on f4e65dd May 3, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.