From 3f46070f8d8ffd9591d8bba1fcdecd440407d4f0 Mon Sep 17 00:00:00 2001 From: Louis Tsai Date: Sun, 8 Sep 2019 12:54:51 +0200 Subject: [PATCH] Add Storybook and Open Collection, Update GoLang (#1615) * Update golang * Add Open Collective * Add Storybook * Fix golang svg typo * Combine multiple paths into 1 --- Closes #1412 Closes #1587 Closes #1594 --- _data/simple-icons.json | 14 ++++++++++++-- icons/go.svg | 2 +- icons/opencollective.svg | 1 + icons/storybook.svg | 1 + 4 files changed, 15 insertions(+), 3 deletions(-) create mode 100644 icons/opencollective.svg create mode 100644 icons/storybook.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 816fe87e829e..1e4d95d5cd5c 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -1152,8 +1152,8 @@ }, { "title": "Go", - "hex": "76E1FE", - "source": "https://golang.org/doc/gopher/" + "hex": "00ADD8", + "source": "https://blog.golang.org/go-brand" }, { "title": "Google", @@ -2110,6 +2110,11 @@ "hex": "F68212", "source": "https://commons.wikimedia.org/wiki/File:Open_Access_logo_PLoS_white.svg" }, + { + "title": "Open Collective", + "hex": "7FADF2", + "source": "https://docs.opencollective.com/help/about#media-logo" + }, { "title": "OpenStreetMap", "hex": "7EBC6F", @@ -2825,6 +2830,11 @@ "hex": "3A98D9", "source": "https://storify.com" }, + { + "title": "Storybook", + "hex": "FF4785", + "source": "https://github.com/storybookjs/brand" + }, { "title": "Strava", "hex": "FC4C02", diff --git a/icons/go.svg b/icons/go.svg index 200121ba4aac..eef44ec5dbce 100644 --- a/icons/go.svg +++ b/icons/go.svg @@ -1 +1 @@ -Go icon \ No newline at end of file +Go icon \ No newline at end of file diff --git a/icons/opencollective.svg b/icons/opencollective.svg new file mode 100644 index 000000000000..1cdef84212fe --- /dev/null +++ b/icons/opencollective.svg @@ -0,0 +1 @@ +Open Collective icon \ No newline at end of file diff --git a/icons/storybook.svg b/icons/storybook.svg new file mode 100644 index 000000000000..bbe944ce47ed --- /dev/null +++ b/icons/storybook.svg @@ -0,0 +1 @@ +Storybook icon \ No newline at end of file