From aa427172282bb63f860d6a18d451c5bc62c7b7dc Mon Sep 17 00:00:00 2001 From: Ross Hill Date: Fri, 1 Dec 2017 14:14:10 -0500 Subject: [PATCH] Adds Python logo (#685) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * add Python logo * add svg annotations and title id * Add role="img" to svg. Third time's the charm 🙂 --- _data/simple-icons.json | 5 +++++ icons/python.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/python.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index a0d8ece6..93e99d15 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -1275,6 +1275,11 @@ "hex": "9497CE", "source": "https://protonmail.com/media-kit" }, + { + "title": "Python", + "hex": "3776AB", + "source": "https://www.python.org/community/logos/" + }, { "title": "Quantopian", "hex": "C50000", diff --git a/icons/python.svg b/icons/python.svg new file mode 100644 index 00000000..81845441 --- /dev/null +++ b/icons/python.svg @@ -0,0 +1 @@ +Python icon