From 23210faa960859eba8ee077f9a89e93f64fb5ae3 Mon Sep 17 00:00:00 2001 From: Eric Cornelissen Date: Wed, 30 Aug 2017 13:02:16 +0200 Subject: [PATCH 1/2] Add Adobe Acrobat Reader icon Added an icon for Adobe Acrobat Reader as requested in #496 from the source mentioned by @birjolaxew. --- _data/simple-icons.json | 5 +++++ icons/adobeacrobatreader.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/adobeacrobatreader.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index fd3abbd8..0a3ced9e 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -20,6 +20,11 @@ "hex": "FF5C3E", "source": "http://www.addthis.com/press" }, + { + "title": "Adobe Acrobat Reader", + "hex": "EE3F24", + "source": "https://acrobat.adobe.com/us/en/acrobat/pdf-reader.html" + }, { "title": "AIM", "hex": "FFCA00", diff --git a/icons/adobeacrobatreader.svg b/icons/adobeacrobatreader.svg new file mode 100644 index 00000000..87e191a3 --- /dev/null +++ b/icons/adobeacrobatreader.svg @@ -0,0 +1 @@ +Adobe Acrobat Reader icon \ No newline at end of file From db65a9d4a89cb2f28130cd17b6aef528536eb689 Mon Sep 17 00:00:00 2001 From: Eric Cornelissen Date: Wed, 30 Aug 2017 13:26:22 +0200 Subject: [PATCH 2/2] Add Adobe icon Added an icon for Adobe, inspired by the request in #496. --- _data/simple-icons.json | 5 +++++ icons/adobe.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/adobe.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index fd3abbd8..dae85b7e 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -20,6 +20,11 @@ "hex": "FF5C3E", "source": "http://www.addthis.com/press" }, + { + "title": "Adobe", + "hex": "FF0000", + "source": "https://www.adobe.com/" + }, { "title": "AIM", "hex": "FFCA00", diff --git a/icons/adobe.svg b/icons/adobe.svg new file mode 100644 index 00000000..6e92cc4d --- /dev/null +++ b/icons/adobe.svg @@ -0,0 +1 @@ +Adobe icon \ No newline at end of file