From 91d17fdd46cec1734fec6c7ff6cdec2377753317 Mon Sep 17 00:00:00 2001 From: Piotr Hylicki Date: Tue, 14 May 2019 09:07:05 +0200 Subject: [PATCH] Added Atlassian products icon (Confluence, Statuspage, Opsgenie) (#1401) Closes #1380 * Added Confluence icon * Added Statuspage icon * Added Opsgenie icon * Fixed Statuspage icon --- _data/simple-icons.json | 15 +++++++++++++++ icons/confluence.svg | 1 + icons/opsgenie.svg | 1 + icons/statuspage.svg | 1 + 4 files changed, 18 insertions(+) create mode 100644 icons/confluence.svg create mode 100644 icons/opsgenie.svg create mode 100644 icons/statuspage.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 8b98bd88..26c5b1a9 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -495,6 +495,11 @@ "hex": "414959", "source": "https://www.conekta.io" }, + { + "title": "Confluence", + "hex": "172B4D", + "source": "https://www.atlassian.com/company/news/press-kit" + }, { "title": "Conda-Forge", "hex": "000000", @@ -1870,6 +1875,11 @@ "hex": "FF1B2D", "source": "https://github.com/operasoftware/logo" }, + { + "title": "Opsgenie", + "hex": "172B4D", + "source": "https://www.atlassian.com/company/news/press-kit" + }, { "title": "Oracle", "hex": "F80000", @@ -2460,6 +2470,11 @@ "hex": "1F3641", "source": "http://statamic.com/press" }, + { + "title": "Statuspage", + "hex": "172B4D", + "source": "https://www.atlassian.com/company/news/press-kit" + }, { "title": "Staticman", "hex": "000000", diff --git a/icons/confluence.svg b/icons/confluence.svg new file mode 100644 index 00000000..c5dcde6b --- /dev/null +++ b/icons/confluence.svg @@ -0,0 +1 @@ +Confluence icon \ No newline at end of file diff --git a/icons/opsgenie.svg b/icons/opsgenie.svg new file mode 100644 index 00000000..1ece5a94 --- /dev/null +++ b/icons/opsgenie.svg @@ -0,0 +1 @@ +Opsgenie icon \ No newline at end of file diff --git a/icons/statuspage.svg b/icons/statuspage.svg new file mode 100644 index 00000000..548b60da --- /dev/null +++ b/icons/statuspage.svg @@ -0,0 +1 @@ +Statuspage icon \ No newline at end of file