diff --git a/404.html b/404.html index 47cbb484..ea736618 100644 --- a/404.html +++ b/404.html @@ -31,6 +31,7 @@ font-size: 16px; } body { + background-color: #FFF; color: #666; font-family: Lato, sans-serif; -webkit-font-feature-settings: "dlig", "kern", "liga"; @@ -208,7 +209,7 @@
-

124 SVG icons for popular brands Download them from GitHub

+

127 SVG icons for popular brands Download them from GitHub

@@ -339,12 +343,10 @@

Contributions, corrections & requests can be left on GitHub. Company logos in icons are copyright of their respective owners. Distributed for free by Dan Leech under the Free Art License.

+ + \ No newline at end of file diff --git a/apple-touch-icon.png b/apple-touch-icon.png index af244f18..29c9d2dc 100644 Binary files a/apple-touch-icon.png and b/apple-touch-icon.png differ diff --git a/build.js b/build.js index 51281d1e..fc559506 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 9b1081dd..45739ed3 Binary files a/favicon.ico and b/favicon.ico differ diff --git a/favicon.png b/favicon.png index af244f18..29c9d2dc 100644 Binary files a/favicon.png and b/favicon.png differ diff --git a/icons/gratipay.svg b/icons/gratipay.svg new file mode 100644 index 00000000..1eddcb7c --- /dev/null +++ b/icons/gratipay.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/simpleicons.svg b/icons/simpleicons.svg new file mode 100644 index 00000000..c17c6b73 --- /dev/null +++ b/icons/simpleicons.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/xbox.svg b/icons/xbox.svg new file mode 100644 index 00000000..51a27358 --- /dev/null +++ b/icons/xbox.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/index.html b/index.html index 47cbb484..ea736618 100644 --- a/index.html +++ b/index.html @@ -31,6 +31,7 @@ font-size: 16px; } body { + background-color: #FFF; color: #666; font-family: Lato, sans-serif; -webkit-font-feature-settings: "dlig", "kern", "liga"; @@ -208,7 +209,7 @@
    -

    124 SVG icons for popular brands Download them from GitHub

    +

    127 SVG icons for popular brands Download them from GitHub

    @@ -339,12 +343,10 @@

    Contributions, corrections & requests can be left on GitHub. Company logos in icons are copyright of their respective owners. Distributed for free by Dan Leech under the Free Art License.

    + + \ No newline at end of file diff --git a/logo.svg b/logo.svg index 29db0b71..6ae5f7dd 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 84841f3c..21803c33 100644 Binary files a/og.png and b/og.png differ diff --git a/simple-icons.json b/simple-icons.json index ed7bc4be..31940463 100644 --- a/simple-icons.json +++ b/simple-icons.json @@ -230,6 +230,11 @@ "hex": "005EA5", "source": "https://github.com/alphagov/design-assets/tree/master/Icons" }, + { + "title": "Gratipay", + "hex": "663300", + "source": "https://gratipay.com" + }, { "title": "Gravatar", "hex": "1E8CBE", @@ -420,6 +425,11 @@ "hex": "7AB55C", "source": "https://press.shopify.com/brand" }, + { + "title": "Simple Icons", + "hex": "111111", + "source": "" + }, { "title": "Sina Weibo", "hex": "E6162D", @@ -580,6 +590,11 @@ "hex": "21759B", "source": "https://wordpress.org/about/logos" }, + { + "title": "Xbox", + "hex": "107C10", + "source": "http://mspartner-public.sharepoint.com/XBOX%20Games/Xbox%20logo's%20+%20Guidelines/Xbox%20Live/Xbox_Live_Guidelines_10-4-13.pdf" + }, { "title": "Xero", "hex": "00B7E3", diff --git a/src/apple-touch-icon.svg b/src/apple-touch-icon.svg deleted file mode 100644 index 0a899726..00000000 --- a/src/apple-touch-icon.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/src/footer.html b/src/footer.html index cdfb98a2..813806cc 100644 --- a/src/footer.html +++ b/src/footer.html @@ -4,12 +4,10 @@

    Contributions, corrections & requests can be left on GitHub. Company logos in icons are copyright of their respective owners. Distributed for free by Dan Leech under the Free Art License.

    + + \ No newline at end of file diff --git a/src/header.html b/src/header.html index d77a388a..1a674e99 100644 --- a/src/header.html +++ b/src/header.html @@ -31,6 +31,7 @@ font-size: 16px; } body { + background-color: #FFF; color: #666; font-family: Lato, sans-serif; -webkit-font-feature-settings: "dlig", "kern", "liga"; diff --git a/src/sharing-footer.html b/src/sharing-footer.html deleted file mode 100644 index a1ba3596..00000000 --- a/src/sharing-footer.html +++ /dev/null @@ -1,5 +0,0 @@ - -

    Simple Icons

    - - - \ No newline at end of file diff --git a/src/sharing-header.html b/src/sharing-header.html deleted file mode 100644 index f32b7c4b..00000000 --- a/src/sharing-header.html +++ /dev/null @@ -1,60 +0,0 @@ - - - - - - Simple Icons Open Graph Image - - - - - -
    -