diff --git a/_data/simple-icons.json b/_data/simple-icons.json index a5eb9a67..deaed67f 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -510,6 +510,11 @@ "hex": "F01F7A", "source": "https://codecov.io/" }, + { + "title": "CodeFactor", + "hex": "F44A6A", + "source": "https://www.codefactor.io/" + }, { "title": "Codeforces", "hex": "1F8ACB", @@ -2610,6 +2615,11 @@ "hex": "7AB55C", "source": "https://press.shopify.com/brand" }, + { + "title": "Showpad", + "hex": "2D2E83", + "source": "https://www.showpad.com/" + }, { "title": "Signal", "hex": "2592E9", @@ -2880,6 +2890,11 @@ "hex": "2EACE3", "source": "http://stackoverflow.com/company/logos" }, + { + "title": "Svelte", + "hex": "FF3E00", + "source": "https://github.com/sveltejs/svelte/tree/master/site/static" + }, { "title": "Swarm", "hex": "FFA633", diff --git a/icons/codefactor.svg b/icons/codefactor.svg new file mode 100644 index 00000000..35da0e2b --- /dev/null +++ b/icons/codefactor.svg @@ -0,0 +1 @@ +CodeFactor icon \ No newline at end of file diff --git a/icons/showpad.svg b/icons/showpad.svg new file mode 100644 index 00000000..d839f4ab --- /dev/null +++ b/icons/showpad.svg @@ -0,0 +1 @@ +Showpad icon \ No newline at end of file diff --git a/icons/svelte.svg b/icons/svelte.svg new file mode 100644 index 00000000..ce6a37d0 --- /dev/null +++ b/icons/svelte.svg @@ -0,0 +1 @@ +Svelte icon \ No newline at end of file