diff --git a/gulpfile.js b/gulpfile.js index 0172eb1..9c05e3f 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -57,7 +57,7 @@ gulp.task('s3', function () { // ... }; - return gulp.src('./dist/**',{cwd:'.'}) + return gulp.src('./dist/**/*.*',{cwd:'.'}) // rename to put in subfolder // .pipe(rename(function (path) { @@ -70,7 +70,7 @@ gulp.task('s3', function () { // publisher will add Content-Length, Content-Type and headers specified above // If not specified it will set x-amz-acl to public-read by default // Noe: this has been made concurrent using concurrent-transform - .pipe(concurrent(publisher.publish(headers,{'force':true})), 10) + .pipe(concurrent(publisher.publish(headers)), 10) // create a cache file to speed up consecutive uploads .pipe(publisher.cache()) diff --git a/src/assets/favicon.png b/src/assets/favicon.png index 3a54690..4a81912 100644 Binary files a/src/assets/favicon.png and b/src/assets/favicon.png differ diff --git a/src/assets/favicon.svg b/src/assets/favicon.svg index e21ba4d..249f2c3 100644 --- a/src/assets/favicon.svg +++ b/src/assets/favicon.svg @@ -1,119 +1,109 @@ - - + + diff --git a/src/assets/favicon_color.png b/src/assets/favicon_color.png index 2d444ef..eb27e92 100644 Binary files a/src/assets/favicon_color.png and b/src/assets/favicon_color.png differ diff --git a/src/css/style.css b/src/css/style.css index c682f28..a65c488 100644 --- a/src/css/style.css +++ b/src/css/style.css @@ -268,6 +268,10 @@ h1 br { } } +.pc-icon { + background-size: 32px 32px; +} + /* Retina support */ @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), @@ -280,6 +284,7 @@ h1 br { .pc-icon:hover { background-image: url('../assets/favicon_color.png'); + background-size: 32px 32px; } } @@ -582,3 +587,9 @@ margin left -15px on rows. So we fix it this way **/ margin-left: 0; margin-right: 0; } + + +ol.intro { + font-size: 16px; + padding: 10px; +} diff --git a/src/index.webpack b/src/index.webpack index e30de06..898fe9f 100644 --- a/src/index.webpack +++ b/src/index.webpack @@ -8,24 +8,24 @@ - + - - - - - - - - - - - - - - + + + + @@ -34,6 +34,84 @@
+