From b59550ec2022393a201df867cfd305ecfc24af9b Mon Sep 17 00:00:00 2001 From: KovuTheHusky Date: Fri, 22 Feb 2019 20:40:27 -0500 Subject: [PATCH] Add CEVO icon (#1244) * Add CEVO icon * Simplify CEVO source URL The logo is extracted from the icon font used in the header, so the landing page is sufficient. --- _data/simple-icons.json | 5 +++++ icons/cevo.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/cevo.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 5f17d40f..d2829106 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -335,6 +335,11 @@ "hex": "00B265", "source": "http://supertop.co/castro/press/" }, + { + "title": "CEVO", + "hex": "1EABE2", + "source": "https://cevo.com/" + }, { "title": "Circle", "hex": "8669AE", diff --git a/icons/cevo.svg b/icons/cevo.svg new file mode 100644 index 00000000..4be66f0f --- /dev/null +++ b/icons/cevo.svg @@ -0,0 +1 @@ +CEVO icon \ No newline at end of file