From 94b0b931785e37909b8bed3256d4625ea6193af7 Mon Sep 17 00:00:00 2001 From: Josh Powlison Date: Thu, 15 Feb 2018 10:42:32 -0500 Subject: [PATCH] Added Wattpad, Tapas, Aurelia, Gumroad icons (#763) * Add files via upload * Add Wattpad and Tapas * Add Aurelia icon * Add Aurelia to json Chose "ED2B88" color based on the buttons on the site; since the logo and most design elements have gradients it's tricky-feeling to choose one color. I think this choice is backed up though, because the "a" in the text logo is "ED2C88", just a tad brigher than the color I chose, and the "a" is the brightest letter in the logo. Let me know if you think otherwise. * Add Gumroad icon * Added Gumroad to data Green and orange display prominently in the logo, but green is used for the website buttons and seems to be more prominent in overall website design and marketing. I chose the base color for their buttons- not the gradient slight lighter than/darker than variants. * Remove rogue fill on Gumroad Dagnabit, why'd they put it at the end? XD * Remove extra line that appeared * Delete gumroad.svg * Replace gumroad To fix extra line being added and rogue fill * Set to pages for icons, not direct icon links For Tapas, Gumroad, Aurelia, and Wattpad * Go to id assets for Wattpad --- _data/simple-icons.json | 20 ++++++++++++++++++++ icons/aurelia.svg | 1 + icons/gumroad.svg | 1 + icons/tapas.svg | 1 + icons/wattpad.svg | 1 + 5 files changed, 24 insertions(+) create mode 100644 icons/aurelia.svg create mode 100644 icons/gumroad.svg create mode 100644 icons/tapas.svg create mode 100644 icons/wattpad.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 43312d6cb..a47a0e2e6 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -135,6 +135,11 @@ "hex": "66595C", "source": "https://commons.wikimedia.org/wiki/File:Atom_editor_logo.svg" }, + { + "title": "Aurelia", + "hex": "ED2B88", + "source": "https://aurelia.io/" + }, { "title": "Auth0", "hex": "EB5424", @@ -670,6 +675,11 @@ "hex": "DA4648", "source": "https://github.com/gulpjs/artwork/blob/master/gulp.svg" }, + { + "title": "Gumroad", + "hex": "36A9AE", + "source": "https://gumroad.com/press" + }, { "title": "Gumtree", "hex": "72EF36", @@ -1675,6 +1685,11 @@ "hex": "000000", "source": "https://symfony.com/logo" }, + { + "title": "Tapas", + "hex": "FFCE00", + "source": "https://tapas.io/site/about#media" + }, { "title": "TED", "hex": "E62B1E", @@ -1875,6 +1890,11 @@ "hex": "4FC08D", "source": "https://github.com/vuejs/art" }, + { + "title": "Wattpad", + "hex": "F68D12", + "source": "https://www.wattpad.com/press/#assets" + }, { "title": "Webpack", "hex": "8DD6F9", diff --git a/icons/aurelia.svg b/icons/aurelia.svg new file mode 100644 index 000000000..860c3c846 --- /dev/null +++ b/icons/aurelia.svg @@ -0,0 +1 @@ +Aurelia icon \ No newline at end of file diff --git a/icons/gumroad.svg b/icons/gumroad.svg new file mode 100644 index 000000000..61a95b870 --- /dev/null +++ b/icons/gumroad.svg @@ -0,0 +1 @@ +Gumroad icon \ No newline at end of file diff --git a/icons/tapas.svg b/icons/tapas.svg new file mode 100644 index 000000000..257392436 --- /dev/null +++ b/icons/tapas.svg @@ -0,0 +1 @@ +Tapas icon \ No newline at end of file diff --git a/icons/wattpad.svg b/icons/wattpad.svg new file mode 100644 index 000000000..7e68de251 --- /dev/null +++ b/icons/wattpad.svg @@ -0,0 +1 @@ +Wattpad icon \ No newline at end of file