From 7b85a233db1791c84856778abd95f69420062b1a Mon Sep 17 00:00:00 2001 From: Armin Khoshbin Date: Sat, 19 Oct 2019 17:49:42 +1000 Subject: [PATCH 1/2] added colormind.io to design category --- resources/design.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/resources/design.json b/resources/design.json index 74e1459..f196867 100644 --- a/resources/design.json +++ b/resources/design.json @@ -235,6 +235,12 @@ "desc": "Build, analyze and edit smooth color palettes.", "url": "https://palettte.app/", "tags": ["color", "palette"] + }, + { + "title": "colormind.io", + "desc": "Generate colorpalettes with a live preview of how it could look like on a website.", + "url": "http://colormind.io/bootstrap/", + "tags": ["color", "palette"] } ] } From ac5e9850801de78696ee42a9c64501260babcf1c Mon Sep 17 00:00:00 2001 From: Armin Khoshbin Date: Sat, 19 Oct 2019 17:59:35 +1000 Subject: [PATCH 2/2] update link for colormind.io --- resources/design.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/design.json b/resources/design.json index f196867..37abf82 100644 --- a/resources/design.json +++ b/resources/design.json @@ -239,7 +239,7 @@ { "title": "colormind.io", "desc": "Generate colorpalettes with a live preview of how it could look like on a website.", - "url": "http://colormind.io/bootstrap/", + "url": "http://colormind.io/", "tags": ["color", "palette"] } ]