From 5f6f80256e205445a7401b2fc407033f6bd785b7 Mon Sep 17 00:00:00 2001 From: Eric Cornelissen Date: Fri, 22 Dec 2017 19:28:01 +0100 Subject: [PATCH] Fix React, 500px, Coursera, Codecademy and Co-op (#725) * Update React Icon and color Updated the Icon as part of #588, found the color was incorrect as well (new color is extracted from the SVG on the source site). * Update Coursera icon, color and link Updated the Coursera icon based on the one I found on the updated source, also updated the color. * Update Co-op icon and color Updated the Co-op icon based on the SVG in the header on the provided source, also updated the color based on the same SVG. * Update 500px icon Updated the 500px icon based on the icon found in the provided source. --- _data/simple-icons.json | 10 +++++----- icons/500px.svg | 2 +- icons/codecademy.svg | 2 +- icons/coop.svg | 2 +- icons/coursera.svg | 2 +- icons/react.svg | 2 +- 6 files changed, 10 insertions(+), 10 deletions(-) diff --git a/_data/simple-icons.json b/_data/simple-icons.json index ab3a6334..21592142 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -242,7 +242,7 @@ }, { "title": "Codecademy", - "hex": "204056", + "hex": "1F4056", "source": "https://www.codecademy.com/" }, { @@ -292,13 +292,13 @@ }, { "title": "Co-op", - "hex": "00A1CC", + "hex": "00B1E7", "source": "http://www.co-operative.coop/corporate/press/logos/" }, { "title": "Coursera", - "hex": "757575", - "source": "https://www.coursera.org" + "hex": "2A73CC", + "source": "https://about.coursera.org/press" }, { "title": "CSS3", @@ -1327,7 +1327,7 @@ }, { "title": "React", - "hex": "00D8FF", + "hex": "61DAFB", "source": "https://facebook.github.io/react/" }, { diff --git a/icons/500px.svg b/icons/500px.svg index c62a9c4f..4c631911 100644 --- a/icons/500px.svg +++ b/icons/500px.svg @@ -1 +1 @@ -500px icon \ No newline at end of file +500px icon \ No newline at end of file diff --git a/icons/codecademy.svg b/icons/codecademy.svg index 8c21bf7b..29154cf9 100644 --- a/icons/codecademy.svg +++ b/icons/codecademy.svg @@ -1 +1 @@ -Codecademy icon \ No newline at end of file +Codecademy icon \ No newline at end of file diff --git a/icons/coop.svg b/icons/coop.svg index 5c1ca2fd..b7fc5828 100644 --- a/icons/coop.svg +++ b/icons/coop.svg @@ -1 +1 @@ -Co-op icon \ No newline at end of file +Co-op icon \ No newline at end of file diff --git a/icons/coursera.svg b/icons/coursera.svg index d0d734e3..7be9a279 100644 --- a/icons/coursera.svg +++ b/icons/coursera.svg @@ -1 +1 @@ -Coursera icon \ No newline at end of file +Coursera icon \ No newline at end of file diff --git a/icons/react.svg b/icons/react.svg index f71dbe38..fec8a466 100644 --- a/icons/react.svg +++ b/icons/react.svg @@ -1 +1 @@ -React icon \ No newline at end of file +React icon \ No newline at end of file