From 856d37bdb868bc0d43650e0b4d6faa94f17dbcae Mon Sep 17 00:00:00 2001 From: Eric Cornelissen Date: Sun, 23 Sep 2018 22:19:32 +0200 Subject: [PATCH 1/3] Fix inconcistent search results due to search term normalization (#983) Closes #981 --- index.html | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/index.html b/index.html index 57828d39..e3f6e2cb 100644 --- a/index.html +++ b/index.html @@ -146,11 +146,11 @@ {% assign allIconNames = "" %} {% for icon in iconsArray %} {% assign iconArray = icon | split: "," %} - {% capture allIconNames %}{{ allIconNames }}"{{ iconArray[3] }}",{% endcapture %} + {% capture allIconNames %}{{ allIconNames }}"{{ iconArray[5] }}",{% endcapture %} {% endfor %} {% for icon in greyscaleIconsArray %} {% assign iconArray = icon | split: "," %} - {% capture allIconNames %}{{ allIconNames }}"{{ iconArray[1] }}"{% unless forloop.last %},{% endunless %}{% endcapture %} + {% capture allIconNames %}{{ allIconNames }}"{{ iconArray[5] }}"{% unless forloop.last %},{% endunless %}{% endcapture %} {% endfor %} @@ -191,12 +191,7 @@ From 44a2a835f84e2326e6b49f13758189a79b7c9b38 Mon Sep 17 00:00:00 2001 From: Eric Cornelissen Date: Sun, 23 Sep 2018 22:19:55 +0200 Subject: [PATCH 2/3] Add KaiOS icon (#984) * Add the KaiOS logo SVG Based on the contributions by @abenjamin765 in #976, but modified based on some guidelines found here: https://dribbble.com/shots/4931013-KaiOS-Brand-Guidelines/attachments/1105750 * Add KaiOS brand details The be specific, as @abenjamin765 did not specify a source for the color he used in #976, the color is taken from: https://en.wikipedia.org/wiki/KaiOS#/media/File:KaiOS_logo.svg --- _data/simple-icons.json | 5 +++++ icons/kaios.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/kaios.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 9a2b1e96..9cb28802 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -985,6 +985,11 @@ "hex": "20BEFF", "source": "https://www.kaggle.com/contact" }, + { + "title": "KaiOS", + "hex": "6F02B5", + "source": "https://www.dropbox.com/sh/2qihtgrzllws8ki/AABmo9X1KMT6lHnvh4Em7dpWa?dl=0" + }, { "title": "Keybase", "hex": "33A0FF", diff --git a/icons/kaios.svg b/icons/kaios.svg new file mode 100644 index 00000000..36c28400 --- /dev/null +++ b/icons/kaios.svg @@ -0,0 +1 @@ +KaiOS icon \ No newline at end of file From 8de084accae4fefcbf37e6daaf5ea0d502ab5885 Mon Sep 17 00:00:00 2001 From: Johan Fagerberg Date: Sun, 23 Sep 2018 22:21:32 +0200 Subject: [PATCH 3/3] Version bump --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 972038a3..2e43dc66 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "simple-icons", - "version": "1.9.0", + "version": "1.9.1", "description": "SVG icons for popular brands https://simpleicons.org", "homepage": "https://www.simpleicons.org", "keywords": [