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
| <?php | |
| // Set these dependant on your BB credentials | |
| $username = 'username'; | |
| $password = 'password'; | |
| $branch = 'master'; | |
| // FTP Credentials |
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
| /* | |
| HTML5 Reset :: style.css | |
| ---------------------------------------------------------- | |
| We have learned much from/been inspired by/taken code where offered from: | |
| Eric Meyer :: http://meyerweb.com | |
| HTML5 Doctor :: http://html5doctor.com | |
| and the HTML5 Boilerplate :: http://html5boilerplate.com | |
| -------------------------------------------------------------------------------*/ | |
| /* Let's default this puppy out |