Skip to content

Instantly share code, notes, and snippets.

@of6
Created July 24, 2014 20:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save of6/59c12a24db023483d747 to your computer and use it in GitHub Desktop.
Save of6/59c12a24db023483d747 to your computer and use it in GitHub Desktop.
Single page HTML5 Marketing Site
Basic Structure
Header
- Logo
- Navigation
Hero
- Image with CSS Text Overlay
- Signup Button
Features
- Title
- Description
- List
- Signup Button
Footer
- Copyright
- Social Icon Links
Responsive Layout for Mobile
JS Elements
- Signup form (modal)
- Validate form elements (name, email)
- Submit form via AJAX to endpoint and change modal based on response
- error: highight fields
- success: thank you message
Images
- Should only use 3, (logo, hero, social icon sprite)
Browser Baseline
IE9, FF 8, Chrome 14, Safari 5, Mobile Safari 3.2, Android 2.1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment