Skip to content

thecodersguilduk/a11y-site

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Web Dev Apprentice Accessibility Training

For this session we will be auditing a site for common accessibility errors and fixing them.

QuickStart

  1. Fork this repo to your own GitHub account
  2. Login to (or sign-up for) Netlify https://app.netlify.com/signup
  3. Create a new site from GitHub from the repo you just created
  4. Make changes locally and merge them to the master branch on your repo to deploy to your site on Netlify

More Detailed Set-up Tutorial

Step 1

First up you need to fork (create a copy) of this repository:

How to fork a repo on GitHub

Fork a repo button on GitHub

Step 2

Create an account on Netlify to host your site. If you sign up using GitHub all your repositories will be available as soon as you log in. Sign-up to Netlify Fork a repo button on GitHub

Step 3

  1. Click the 'Create a new site from GitHub' link.
  2. Click the GitHub button to choose that as the Git provider
  3. Select your a11y-site repo and follow the steps to set up

Your site should now be live at the link provided on your Netlify dashboard:

Netlify URL location

Step 4

Clone the repo to your local machine to work on the solutions.

GitHub clone button

Merge to master and push your changes to see them deployed to your Netlify site.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 45.1%
  • CSS 37.0%
  • HTML 17.9%