https://www.baldwincruise.info Offline
$ git clone git@github.com:techb/baldwincruise.info.git
$ heroku create
$ git add .
$ git commit -m "initial push to heroku"
$ git push heroku master
$ heroku git:remote -a <name-of-app>
Informative website for the cruise we're taking in July. Built with vanilla HTML, CSS, and Javascript (jQuery included for the lib).
CSS
https://www.baldwincruise.info Offline
$ git clone git@github.com:techb/baldwincruise.info.git
$ heroku create
$ git add .
$ git commit -m "initial push to heroku"
$ git push heroku master
$ heroku git:remote -a <name-of-app>