From 0e37e42cec0c6d31cb4e0686a44b3424e8b4d498 Mon Sep 17 00:00:00 2001 From: Tom Lutzenberger Date: Sat, 29 Apr 2017 22:36:45 +0200 Subject: [PATCH 1/4] Add "AddThis", Fixes #394 --- _data/simple-icons.json | 5 +++++ icons/addthis.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/addthis.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 3fac335b7..349e98f0d 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -15,6 +15,11 @@ "hex": "0085CA", "source": "http://identitystandards.acm.org/" }, + { + "title": "AddThis", + "hex": "FF5C3E", + "source": "http://www.addthis.com/press" + }, { "title": "Air", "hex": "FF2D55", diff --git a/icons/addthis.svg b/icons/addthis.svg new file mode 100644 index 000000000..fb0a277b3 --- /dev/null +++ b/icons/addthis.svg @@ -0,0 +1 @@ + \ No newline at end of file From d32a71c1c8abbd458cfcbbe221b2c6caefa3f973 Mon Sep 17 00:00:00 2001 From: Tom Lutzenberger Date: Sat, 29 Apr 2017 22:48:44 +0200 Subject: [PATCH 2/4] Add "Mastadon", Fixes #403 --- _data/simple-icons.json | 5 +++++ icons/mastadon.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/mastadon.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 3fac335b7..fca7765de 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -730,6 +730,11 @@ "hex": "FF1E0D", "source": "http://www.makerbot.com/makerbot-press-assets" }, + { + "title": "Mastodon", + "hex": "#189EFC", + "source": "https://github.com/tootsuite/mastodon/blob/master/app/assets/images/logo.svg" + }, { "title": "MasterCard", "hex": "EB001B", diff --git a/icons/mastadon.svg b/icons/mastadon.svg new file mode 100644 index 000000000..157f56d82 --- /dev/null +++ b/icons/mastadon.svg @@ -0,0 +1 @@ + \ No newline at end of file From 85d5aa5b90c20f5d63326e21de95aa7e7b828865 Mon Sep 17 00:00:00 2001 From: Dan Leech Date: Sun, 30 Apr 2017 16:46:21 +0100 Subject: [PATCH 3/4] Fixes filename and hex value for Mastodon --- _data/simple-icons.json | 2 +- icons/{mastadon.svg => mastodon.svg} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename icons/{mastadon.svg => mastodon.svg} (100%) diff --git a/_data/simple-icons.json b/_data/simple-icons.json index a130ba181..106dfb3c9 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -737,7 +737,7 @@ }, { "title": "Mastodon", - "hex": "#189EFC", + "hex": "189EFC", "source": "https://github.com/tootsuite/mastodon/blob/master/app/assets/images/logo.svg" }, { diff --git a/icons/mastadon.svg b/icons/mastodon.svg similarity index 100% rename from icons/mastadon.svg rename to icons/mastodon.svg From 9bb15eed894285a43b9a0027055c0d784550fee7 Mon Sep 17 00:00:00 2001 From: Dan Leech Date: Sun, 30 Apr 2017 16:50:11 +0100 Subject: [PATCH 4/4] Fixes addthis.svg --- icons/addthis.svg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/icons/addthis.svg b/icons/addthis.svg index fb0a277b3..6b25fcd47 100644 --- a/icons/addthis.svg +++ b/icons/addthis.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file