About
Acknowledgements
- Thank you to Matt King and the members of the ARIA Authoring Practices Task Force for their feedback on the features of
SkipTo.js
and the inclusion of SkipTo.js as part of the ARIA Authoring Practices. - Thank you to the staff of the University of Illinois, including Alex Cordain, Dick Detzner and Mark McCarthy and everyone in the Explore with Hadi monthly meet up for your testing and feedback on SkipTo.js.
- Thank you to Keith Hays, IT ADA Coordinator, for advocating SkipTo.js be part of the web templates at the University of Illinois in Urbana/Champaign.
- Thank you to Jaeun Jemma Ku, Director of IT Accessibility, for advocating SkipTo.js be part of the web templates at the University of Illinois Chicago.
- Thank you to Giovani Camara and Melissa Waller for suggesting the auto-scroll feature and creating a browser extension.
- Special thank you to Heather Stout, the Director of Operations and Services at DRES, for financial support in developing SkipTo.js
Authors
Current Contributors
Jon Gunderson https://github.com/jongund
Previous Contributors
Nicholas Hoyt https://github.com/nhoyt
Prem Nawaz Khan https://github.com/mpnkhan || @mpnkhan
Ron Feathers https://github.com/rfeathers || @ronfeathers
Marc Kocher https://github.com/mdkocher || @marckocher
Brian Teeman https://github.com/brianteeman
Victor Tsaran https://github.com/vick08 || @vick08
Compiling CSS and JavaScript
The SkipTo.js code is open-source. You may feel slightly adventurous and decide to change some colors by creating a built-in color theme or even enhance the script with your changes. Once you do this, here is how you compile the skipTo script for production.
git clone https://github.com/skipto-landmarks-headings/page-script-5.git
cd page-script-5
sudo npm install grunt-cli -g
npm install
gulp
- You should now have a directory called
docs/dist
with the necessary files in it. - See Using Skipto and the Configuration pages to get the SkipTo.js script running on your web site.
Version Information
The CHANGELOG.md
file in the GitHub repository contains version history information.
Feedback and Reporting Issues
We welcome your feedback! Please do not hesitate to raise issues and comment on Github if something doesn’t work or you have ideas on how to improve SkipTo.js.
Happy skipping!