first commit
authorJacob Thornton <jacobthornton@gmail.com>
Mon, 5 Nov 2012 00:03:39 +0000 (16:03 -0800)
committerJacob Thornton <jacobthornton@gmail.com>
Mon, 5 Nov 2012 00:03:39 +0000 (16:03 -0800)
commit5bfd3fa14d595b99a2535c48a230e8aabf4afcfa
tree3ec1a93b86d5afe9c9eb73fa1916ecd0a8bdd77e
first commit
63 files changed:
.gitignore [new file with mode: 0644]
CONTRIBUTING.md [new file with mode: 0644]
LICENSE [new file with mode: 0644]
Makefile [new file with mode: 0644]
README.md [new file with mode: 0644]
docs/css/docs.css [new file with mode: 0644]
docs/css/prettify.css [new file with mode: 0644]
docs/favicon.ico [new file with mode: 0644]
docs/img/apple-touch-icon-114x114.png [new file with mode: 0644]
docs/img/apple-touch-icon-57x57.png [new file with mode: 0644]
docs/img/apple-touch-icon-72x72.png [new file with mode: 0644]
docs/img/avatar-connors.png [new file with mode: 0644]
docs/img/avatar-dhg.png [new file with mode: 0644]
docs/img/avatar-fat.png [new file with mode: 0644]
docs/img/cubes.png [new file with mode: 0644]
docs/img/header-bg.jpg [new file with mode: 0644]
docs/img/header-bg.png [new file with mode: 0644]
docs/img/icon-hamburger.png [new file with mode: 0644]
docs/img/icon-home.png [new file with mode: 0644]
docs/img/icon-messages.png [new file with mode: 0644]
docs/img/icon-profile.png [new file with mode: 0644]
docs/img/icon-settings.png [new file with mode: 0644]
docs/img/icon-share.png [new file with mode: 0644]
docs/img/iphone-forshow.png [new file with mode: 0644]
docs/img/iphone.png [new file with mode: 0644]
docs/img/noise.png [new file with mode: 0644]
docs/img/slide-1.jpg [new file with mode: 0644]
docs/img/slide-2.jpg [new file with mode: 0644]
docs/img/slide-3.jpg [new file with mode: 0644]
docs/index.html [new file with mode: 0644]
docs/js/docs.js [new file with mode: 0755]
docs/js/fingerblast.js [new file with mode: 0644]
docs/js/prettify.js [new file with mode: 0644]
docs/one.html [new file with mode: 0644]
docs/two.html [new file with mode: 0644]
lib/css/bars.css [new file with mode: 0644]
lib/css/base.css [new file with mode: 0644]
lib/css/buttons.css [new file with mode: 0644]
lib/css/chevrons.css [new file with mode: 0644]
lib/css/counts.css [new file with mode: 0644]
lib/css/forms.css [new file with mode: 0644]
lib/css/lists.css [new file with mode: 0644]
lib/css/popovers.css [new file with mode: 0644]
lib/css/push.css [new file with mode: 0644]
lib/css/segmented-controllers.css [new file with mode: 0644]
lib/css/sliders.css [new file with mode: 0644]
lib/css/toggles.css [new file with mode: 0644]
lib/js/popovers.js [new file with mode: 0644]
lib/js/push.js [new file with mode: 0644]
lib/js/segmented-controllers.js [new file with mode: 0644]
lib/js/sliders.js [new file with mode: 0644]
lib/js/toggles.js [new file with mode: 0644]
test/app/checkout.html [new file with mode: 0644]
test/app/choose-movie.html [new file with mode: 0644]
test/app/choose-theater.html [new file with mode: 0644]
test/app/css/app.css [new file with mode: 0644]
test/app/img/argo.png [new file with mode: 0644]
test/app/img/ralph.png [new file with mode: 0644]
test/app/img/skyfall.png [new file with mode: 0644]
test/app/index.html [new file with mode: 0644]
test/app/settings.html [new file with mode: 0644]
test/app/theaters.html [new file with mode: 0644]
test/components/index.html [new file with mode: 0644]