From 15ea98b10f45143a54766386c62d3656968cd8ef Mon Sep 17 00:00:00 2001 From: Lucas Becker Date: Sat, 23 Nov 2019 23:17:40 +0100 Subject: [PATCH 1/3] Add ResearchGate Closes #1912 --- _data/simple-icons.json | 5 +++++ icons/researchgate.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/researchgate.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 3270f7e6..4143b444 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -2821,6 +2821,11 @@ "hex": "217DC6", "source": "https://seeklogo.com/vector-logo/184137/renren-inc" }, + { + "title": "ResarchGate", + "hex": "00CCBB", + "source": "https://c5.rgstatic.net/m/428059296771819/images/favicon/favicon.svg" + }, { "title": "ReverbNation", "hex": "E43526", diff --git a/icons/researchgate.svg b/icons/researchgate.svg new file mode 100644 index 00000000..cb750423 --- /dev/null +++ b/icons/researchgate.svg @@ -0,0 +1 @@ +ResearchGate icon \ No newline at end of file From ca6daf589be5f3a5443c70cea655c5d3cdc2de6c Mon Sep 17 00:00:00 2001 From: Lucas Becker Date: Mon, 25 Nov 2019 18:21:17 +0100 Subject: [PATCH 2/3] Update researchgate.svg --- icons/researchgate.svg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/icons/researchgate.svg b/icons/researchgate.svg index cb750423..e93bf92c 100644 --- a/icons/researchgate.svg +++ b/icons/researchgate.svg @@ -1 +1 @@ -ResearchGate icon \ No newline at end of file +ResearchGate icon \ No newline at end of file From 915a289fd612c70c85a97efd44bc68cbdff8ae2e Mon Sep 17 00:00:00 2001 From: Lucas Becker Date: Mon, 25 Nov 2019 18:22:29 +0100 Subject: [PATCH 3/3] fixed that typo in "research" --- _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 4143b444..5c736925 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -2822,7 +2822,7 @@ "source": "https://seeklogo.com/vector-logo/184137/renren-inc" }, { - "title": "ResarchGate", + "title": "ResearchGate", "hex": "00CCBB", "source": "https://c5.rgstatic.net/m/428059296771819/images/favicon/favicon.svg" },