diff --git a/logo.png b/logo.png index 7c412dc..d066b21 100644 Binary files a/logo.png and b/logo.png differ diff --git a/logo-generate.js b/logo/generate.js similarity index 55% rename from logo-generate.js rename to logo/generate.js index 50bf589..88a87f9 100644 --- a/logo-generate.js +++ b/logo/generate.js @@ -1,11 +1,16 @@ +/* +Send Button by Bruno Bosse from the Noun Project +https://thenounproject.com/brunobosse/collection/basics/?i=1054386 +*/ + const fs = require('fs'); const htmlConvert = require('html-convert'); const convert = htmlConvert(); let ws = fs.createWriteStream('logo.png'); -let rs = convert('./logo.html', { +let rs = convert('logo/logo.html', { width: 350, - height: 90 + height: 76 }); rs.pipe(ws); diff --git a/logo/icon.svg b/logo/icon.svg new file mode 100644 index 0000000..77b2f76 --- /dev/null +++ b/logo/icon.svg @@ -0,0 +1,81 @@ + diff --git a/logo.html b/logo/logo.html similarity index 55% rename from logo.html rename to logo/logo.html index 445fcd8..32bc5d2 100644 --- a/logo.html +++ b/logo/logo.html @@ -2,20 +2,20 @@
-