From 5e250bd47cbb20ce2917061646a8b92e6a761ea9 Mon Sep 17 00:00:00 2001 From: Bogdan Iuga Date: Sun, 12 Sep 2021 17:46:24 +0300 Subject: [PATCH] GoCD icon (#6195) * force website build * Added GoCD icon * small fixes * Fixed the source/guidelines/colors * Changed path with the one suggested by service-paradis Co-authored-by: Alexandre Paradis --- _data/simple-icons.json | 6 ++++++ icons/gocd.svg | 1 + 2 files changed, 7 insertions(+) create mode 100644 icons/gocd.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 3c88b75c..119a290b 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -3550,6 +3550,12 @@ "source": "https://blog.golang.org/go-brand", "guidelines": "https://blog.golang.org/go-brand" }, + { + "title": "GoCD", + "hex": "94399E", + "source": "https://www.gocd.org/", + "guidelines": "https://www.gocd.org/" + }, { "title": "GoDaddy", "hex": "1BDBDB", diff --git a/icons/gocd.svg b/icons/gocd.svg new file mode 100644 index 00000000..5e585265 --- /dev/null +++ b/icons/gocd.svg @@ -0,0 +1 @@ +GoCD \ No newline at end of file