From 6b36a4f3011608fc2f50b607339fa8414fbef4ca Mon Sep 17 00:00:00 2001 From: Henry Desroches Date: Mon, 11 Sep 2017 14:36:50 -0600 Subject: [PATCH 1/5] Add Netlify --- _data/simple-icons.json | 5 +++++ icons/netlify.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/netlify.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index a409f0ce..99950430 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -970,6 +970,11 @@ "hex": "E50914", "source": "https://commons.wikimedia.org/wiki/File:Netflix_2014_logo.svg" }, + { + "title": "Netlify", + "hex": "00C7B7", + "source": "https://www.netlify.com/press/" + }, { "title": "Nextdoor", "hex": "00B246", diff --git a/icons/netlify.svg b/icons/netlify.svg new file mode 100644 index 00000000..bedf08a6 --- /dev/null +++ b/icons/netlify.svg @@ -0,0 +1 @@ +Netlify icon \ No newline at end of file From 9e7d6b25165a9fa7cce8138d578547e78e0ff415 Mon Sep 17 00:00:00 2001 From: Henry Desroches Date: Mon, 11 Sep 2017 14:48:08 -0600 Subject: [PATCH 2/5] Add Prismic --- _data/simple-icons.json | 5 +++++ icons/prismic.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/prismic.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 99950430..d170daf7 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -1130,6 +1130,11 @@ "hex": "9933CC", "source": "" }, + { + "title": "Prismic", + "hex": "1DE9B6", + "source": "https://prismic.io/" + }, { "title": "ProcessWire", "hex": "EF145F", diff --git a/icons/prismic.svg b/icons/prismic.svg new file mode 100644 index 00000000..3d663cf8 --- /dev/null +++ b/icons/prismic.svg @@ -0,0 +1 @@ +Prismic icon \ No newline at end of file From ebc42ed0e90fedfc5109f31499dc150936e61985 Mon Sep 17 00:00:00 2001 From: Henry Desroches Date: Mon, 11 Sep 2017 15:01:12 -0600 Subject: [PATCH 3/5] Add Hexo --- _data/simple-icons.json | 5 +++++ icons/hexo.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/hexo.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index d170daf7..e65f921e 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -615,6 +615,11 @@ "hex": "430098", "source": "https://www.heroku.com" }, + { + "title": "Hexo", + "hex": "0E83CD", + "source": "https://hexo.io/logo.svg" + }, { "title": "HipChat", "hex": "205281", diff --git a/icons/hexo.svg b/icons/hexo.svg new file mode 100644 index 00000000..a8c82ba2 --- /dev/null +++ b/icons/hexo.svg @@ -0,0 +1 @@ +Hexo icon \ No newline at end of file From 1336ed770e5020d3c68056348a053f50f92e4a7e Mon Sep 17 00:00:00 2001 From: Henry Desroches Date: Mon, 11 Sep 2017 15:30:31 -0600 Subject: [PATCH 4/5] Fix prismic theme color and Hexo URL --- _data/simple-icons.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_data/simple-icons.json b/_data/simple-icons.json index e65f921e..fceabcc0 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -618,7 +618,7 @@ { "title": "Hexo", "hex": "0E83CD", - "source": "https://hexo.io/logo.svg" + "source": "https://hexo.io/" }, { "title": "HipChat", @@ -1137,7 +1137,7 @@ }, { "title": "Prismic", - "hex": "1DE9B6", + "hex": "13C095", "source": "https://prismic.io/" }, { From 3f2be8c5dde25625993e3d042400f5d57358fab7 Mon Sep 17 00:00:00 2001 From: Henry Desroches Date: Mon, 11 Sep 2017 15:39:03 -0600 Subject: [PATCH 5/5] One more pass at Prismic logo color --- _data/simple-icons.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_data/simple-icons.json b/_data/simple-icons.json index fceabcc0..18073373 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -1137,7 +1137,7 @@ }, { "title": "Prismic", - "hex": "13C095", + "hex": "484A7A", "source": "https://prismic.io/" }, {