diff --git a/apple-touch-icon.png b/apple-touch-icon.png index af244f18d..29c9d2dc6 100644 Binary files a/apple-touch-icon.png and b/apple-touch-icon.png differ diff --git a/build.js b/build.js index 51281d1e1..fc5595060 100644 --- a/build.js +++ b/build.js @@ -117,42 +117,4 @@ fs.writeFile("./404.html", htmlOutput, function(err) { return console.log(err); } console.log("The 404 file was saved!"); -}); - -// Build Sharing content -var sharingMain = ""; -for (var i = 0; i < source.icons.length; i++) { - var fileName = source.icons[i].title.toLowerCase(); - fileName = fileName.replace(' ', ''); - fileName = fileName.replace('!', ''); - fileName = fileName.replace('.', ''); - fileName = fileName.replace('+', 'plus'); - filePath = "./icons/" + fileName + ".svg"; - console.log(source.icons[i].title + ", sat = " + source.icons[i].saturation); - var fs = require('fs'); - var svg = fs.readFileSync(filePath, 'utf8'); - sharingMain += "\t\t\t
\n"; -} - -// Read sharing header and footer content into variables -var fs = require('fs'); -function readFile(path, callback) { - try { - var filename = require.resolve(path); - fs.readFile(filename, 'utf8', callback); - } catch (e) { - callback(e); - } -} -var fs = require('fs'); -var sharingHeader = fs.readFileSync('./src/sharing-header.html', 'utf8'); -var sharingFooter = fs.readFileSync('./src/sharing-footer.html', 'utf8'); - -// Put all sharing content together and export to sharing.html -var sharingHtmlOutput = sharingHeader + sharingMain + sharingFooter; -fs.writeFile("./src/sharing.html", sharingHtmlOutput, function(err) { - if(err) { - return console.log(err); - } - console.log("The sharing file was saved!"); }); \ No newline at end of file diff --git a/favicon.ico b/favicon.ico old mode 100644 new mode 100755 index 9b1081dde..45739ed3a Binary files a/favicon.ico and b/favicon.ico differ diff --git a/favicon.png b/favicon.png index af244f18d..29c9d2dc6 100644 Binary files a/favicon.png and b/favicon.png differ diff --git a/logo.svg b/logo.svg index 29db0b71e..6ae5f7dd2 100644 --- a/logo.svg +++ b/logo.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/og.png b/og.png index 84841f3ce..21803c335 100644 Binary files a/og.png and b/og.png differ diff --git a/src/apple-touch-icon.svg b/src/apple-touch-icon.svg deleted file mode 100644 index 0a8997265..000000000 --- a/src/apple-touch-icon.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/src/sharing-footer.html b/src/sharing-footer.html deleted file mode 100644 index a1ba35965..000000000 --- a/src/sharing-footer.html +++ /dev/null @@ -1,5 +0,0 @@ - -