Skip to content

Instantly share code, notes, and snippets.

@icemancast
Created January 7, 2015 21:25
Show Gist options
  • Save icemancast/50e58509d28a6f184297 to your computer and use it in GitHub Desktop.
Save icemancast/50e58509d28a6f184297 to your computer and use it in GitHub Desktop.
// get bootstrap template from either:
// getboostrap.com, wrapbootstrap, or some other site
// create website for Acme Company
// HOME PAGE
// simple welcome
// ABOUT PAGE (input bacon ipsum)
// SERVICES PAGE
// anvil
// tnt
// flight suit
// running shoes
// CONTACT PAGE
// create simple form inputs: (name, email, message and button)
// LOCATIONS PAGE
// paste map here
// template structure
public
- acme
- css
- style or site.css
- images or img
- includes (template parts)
- nav.php
- header.php
- footer.php
- js
- javascript files if any
- (all other pages)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment