From 61713fb607d76be4e04e1f7a3cd0c098b42fcb66 Mon Sep 17 00:00:00 2001 From: birjolaxew Date: Fri, 26 May 2017 18:59:15 +0200 Subject: [PATCH] Adds NGINX logo Fix #413 Based on favicon from nginx.com Full logo not used due to guidelines (min width 72px) Outlined hexagon not used due to confusion with NodeJS Color is not consistent on NGINX site --- _data/simple-icons.json | 5 +++++ icons/nginx.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/nginx.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 9c9900968..ad637cd43 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -900,6 +900,11 @@ "hex": "E50914", "source": "https://commons.wikimedia.org/wiki/File:Netflix_2014_logo.svg" }, + { + "title": "NGINX", + "hex": "269539", + "source": "https://www.nginx.com/" + }, { "title": "Nintendo", "hex": "8F8F8F", diff --git a/icons/nginx.svg b/icons/nginx.svg new file mode 100644 index 000000000..733f5baba --- /dev/null +++ b/icons/nginx.svg @@ -0,0 +1 @@ + \ No newline at end of file