From 588e2021109775603aed6a2ac7c8fb56b4cc5840 Mon Sep 17 00:00:00 2001 From: PratyushJayachandran <35000807+PratyushJayachandran@users.noreply.github.com> Date: Sun, 23 Jul 2023 07:59:11 -0700 Subject: [PATCH] Add PythonAnywhere (#9033) * Add PythonAnywhere icon * Add JSON data for PythonAnywhere * Fix JSON data --- _data/simple-icons.json | 5 +++++ icons/pythonanywhere.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/pythonanywhere.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 237f4f17..5496d14d 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -9894,6 +9894,11 @@ "source": "https://www.python.org/community/logos/", "guidelines": "https://www.python.org/community/logos/" }, + { + "title": "PythonAnywhere", + "hex": "1D9FD7", + "source": "https://www.pythonanywhere.com" + }, { "title": "PyTorch", "hex": "EE4C2C", diff --git a/icons/pythonanywhere.svg b/icons/pythonanywhere.svg new file mode 100644 index 00000000..045d29d2 --- /dev/null +++ b/icons/pythonanywhere.svg @@ -0,0 +1 @@ +PythonAnywhere \ No newline at end of file