diff --git a/controllers/pebble.php b/controllers/pebble.php index d2d5fac..9255d34 100644 --- a/controllers/pebble.php +++ b/controllers/pebble.php @@ -2,7 +2,8 @@ $app->get('/pebble/settings', function() use($app) { $html = render('pebble-settings-login', array( - 'title' => 'Log In' + 'title' => 'Log In', + 'footer' => false )); $app->response()->body($html); }); diff --git a/public/images/banner.jpg b/public/images/banner.jpg new file mode 100644 index 0000000..f4b0571 Binary files /dev/null and b/public/images/banner.jpg differ diff --git a/public/images/pebble-app-screenshot.png b/public/images/pebble-app-screenshot.png new file mode 100644 index 0000000..3799c31 Binary files /dev/null and b/public/images/pebble-app-screenshot.png differ diff --git a/public/images/pebble-screenshots.jpg b/public/images/pebble-screenshots.jpg new file mode 100644 index 0000000..fba83d6 Binary files /dev/null and b/public/images/pebble-screenshots.jpg differ diff --git a/views/layout.php b/views/layout.php index af2bb17..91b07f2 100644 --- a/views/layout.php +++ b/views/layout.php @@ -58,37 +58,10 @@ - diff --git a/views/partials/footer.php b/views/partials/footer.php new file mode 100644 index 0000000..103d524 --- /dev/null +++ b/views/partials/footer.php @@ -0,0 +1,31 @@ + \ No newline at end of file