Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 812 Bytes

README.md

File metadata and controls

19 lines (16 loc) · 812 Bytes

GIT help: http://www.csskarma.com/cheat/git/

Font Stack: Lucida Grande, Arial, Verdana, sans-serif Web Font: http://www.google.com/webfonts#UsePlace:use/Collection:Antic+Slab

Modernizr: http://modernizr.com/ jQuery validation: http://bassistance.de/jquery-plugins/jquery-plugin-validation/

Guidelines: - Fork the GIT rep - Build out the designed form that's in /design/form-challenge.png - Allowed libraries/plugins: - Modernizr - jQuery - jQuery Validation (or any JS validation plugin) - Make sure you're not loading in resources you don't need - Use HTML 5 validation that fallsback to JS validation, which falls back to PHP validation (you don't have to build the PHP validation) - Make sure the form is naturally keyboard accessible - Use semantic HTML