Created
January 7, 2015 21:25
-
-
Save icemancast/50e58509d28a6f184297 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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