From 4ee0bb108dd9966af8653fba4860cc59b6383a20 Mon Sep 17 00:00:00 2001 From: Henry Desroches Date: Mon, 11 Sep 2017 10:34:13 -0600 Subject: [PATCH 1/2] Added Nextdoor icon --- _data/simple-icons.json | 5 +++++ icons/nextdoor.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/nextdoor.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 14415786..b2be8dae 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -965,6 +965,11 @@ "hex": "E50914", "source": "https://commons.wikimedia.org/wiki/File:Netflix_2014_logo.svg" }, + { + "title": "Nextdoor", + "hex": "00AF41", + "source": "https://nextdoor.com/newsroom/" + } { "title": "NGINX", "hex": "269539", diff --git a/icons/nextdoor.svg b/icons/nextdoor.svg new file mode 100644 index 00000000..b10fee2b --- /dev/null +++ b/icons/nextdoor.svg @@ -0,0 +1 @@ +Nextdoor icon \ No newline at end of file From 7d93d28415ac99f5776db47b5fac29b8d018c01d Mon Sep 17 00:00:00 2001 From: Henry Desroches Date: Mon, 11 Sep 2017 10:48:01 -0600 Subject: [PATCH 2/2] Update Nextdoor hex value --- _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 b2be8dae..f716cb17 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -967,7 +967,7 @@ }, { "title": "Nextdoor", - "hex": "00AF41", + "hex": "00B246", "source": "https://nextdoor.com/newsroom/" } {