mugiwarafx / iatf-webpage

International Accessibility Task Force is an open-to-everyone community of: assistive technology users, open-source developers, and people interested in accessibility and inclusion.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

chat on Discord

IATF's webpage

This is the official repository of the IATF's webpage https://internationalaccessibilitytaskforce.com.

International Accessibility Task Force (IATF)

International Accessibility Task Force is an open-to-everyone community of: assistive technology users, open-source developers, and people interested in accessibility and inclusion.

Installation

Requirements: git

git clone https://github.com/international-accessibility-task-force/iatf-webpage.git

Running locally

cd iatf-webpage
open index.html

Contributing

How to create a Pull Request for the repository:

  1. fork of this repository.
  2. git clone of the forked repository on your local machine.

then:

cd iatf-webpage
git checkout development
git remote add upstream https://github.com/international-accessibility-task-force/iatf-webpage.git
git pull upstream development
git checkout -b the-name-of-your-branch

when you are done with the code:

git push origin the-name-of-your-branch

finally, you can PR to the development branch 🎉

License

Code licensed GPL-3.0 by IATF.

Made with ❤️ from IATF.

About

International Accessibility Task Force is an open-to-everyone community of: assistive technology users, open-source developers, and people interested in accessibility and inclusion.

License:GNU General Public License v3.0


Languages

Language:HTML 89.8%Language:CSS 9.7%Language:JavaScript 0.5%