diff --git a/css/statuspage.css b/css/statuspage.css index 2139fea..a32f892 100644 --- a/css/statuspage.css +++ b/css/statuspage.css @@ -1,21 +1,8 @@ -html { - position: relative; - min-height: 100%; -} + body { - /* Margin bottom by footer height */ - margin-bottom: 60px; padding-top: 50px; } -.footer { - position: absolute; - bottom: 0; - width: 100%; - /* Set the fixed height of the footer here */ - height: 60px; - padding-top: 60px; -} .fa { diff --git a/gulpfile.js b/gulpfile.js index 2e2950b..a9b3673 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -11,13 +11,20 @@ minifyCSS = require('gulp-minify-css'), del = require('del'), dest = 'build/'; +gulp.task('watch', function() { + gulp.watch("html/*", ['html']); + gulp.watch("js/app/config.js", ['js-config']); + gulp.watch("backend/statuspage/**/**/*", ['php']); +}); + + gulp.task('templates', function(){ return gulp.src(['js/app/templates/table.hbs', 'js/app/templates/logs.hbs']) .pipe(handlebars()) .pipe(wrap('Handlebars.template(<%= contents %>)')) .pipe(declare({ namespace: 'StatusPage.templates', - noRedeclare: true, // Avoid duplicate declarations + noRedeclare: true, // Avoid duplicate declarations })) .pipe(concat('templates.js')) .pipe(gulp.dest('js/app/')); diff --git a/html/index.html b/html/index.html index 2036265..2148013 100644 --- a/html/index.html +++ b/html/index.html @@ -20,31 +20,13 @@
@@ -52,7 +34,6 @@
-

Pulling Latest Updates

@@ -60,6 +41,11 @@

Pulling Latest Updates

+ - - - -