removes top nav bar from design. new logo. adds a mechanism to add the post interface to your home screen.

This commit is contained in:
Aaron Parecki 2014-05-25 22:23:51 -07:00
parent a3701e1e4f
commit 9ff3e59193
28 changed files with 237 additions and 93 deletions

View file

@ -67,11 +67,6 @@ $app->get('/', function($format='html') use($app) {
$res->body($html);
});
$app->get('/signin', function() use($app) {
$html = render('signin', array('title' => 'Sign In'));
$app->response()->body($html);
});
$app->get('/auth/start', function() use($app) {
$req = $app->request();