From a056d2da17fa48fafd7a58286f56eea1a290b13d Mon Sep 17 00:00:00 2001 From: Richard Davis Date: Thu, 8 Aug 2019 22:57:44 -0400 Subject: [PATCH 1/5] add exercism.io --- store.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/store.json b/store.json index 5740149..827544a 100644 --- a/store.json +++ b/store.json @@ -373,6 +373,10 @@ "desc": "Challenge yourself on kata, created by the community to strengthen different skills. Master your current language of choice, or expand your understanding of a new one.", "url": "https://www.codewars.com/" }, + { "title": "Exercism", + "desc": "Learn to code in a variety of languages. Complete programming challenges, view other's solutions, and get community feedback on your code.", + "url": "https://exercism.io" + }, { "title": "Learn X in Y min", "desc": "Take a whirlwind tour of your next favorite language. Community-driven!", From bbbeafe051934971a033eb26d68f80ec314cdf7d Mon Sep 17 00:00:00 2001 From: Karey Higuera Date: Wed, 11 Sep 2019 14:57:12 -0500 Subject: [PATCH 2/5] Add the Fontjoy font pairing resource to Design --- store.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/store.json b/store.json index ecd01e5..b156686 100644 --- a/store.json +++ b/store.json @@ -274,6 +274,11 @@ "title": "Codrops", "desc": "Codrops is a web design and development blog that publishes articles and tutorials about the latest web trends, techniques and new possibilities.", "url": "https://tympanus.net/codrops/" + }, + { + "title": "Fontjoy", + "desc": "Generate font combinations with deep learning.", + "url": "https://fontjoy.com/" } ] }, From c47db9975d0d49da2e9e6876438be389de252a27 Mon Sep 17 00:00:00 2001 From: Karey Higuera Date: Mon, 30 Sep 2019 10:24:01 -0500 Subject: [PATCH 3/5] Add fontjoy resource to design --- resources/design.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/resources/design.json b/resources/design.json index 03044a1..8b89b75 100644 --- a/resources/design.json +++ b/resources/design.json @@ -139,6 +139,11 @@ "desc": "Codrops is a web design and development blog that publishes articles and tutorials about the latest web trends, techniques and new possibilities.", "url": "https://tympanus.net/codrops/", "tags": [] + }, + { + "title": "Fontjoy", + "desc": "Generate font combinations with deep learning.", + "url": "https://fontjoy.com/" } ] } \ No newline at end of file From ac18034fdaca8ce4c187bf6d948f0045e1fd6947 Mon Sep 17 00:00:00 2001 From: Karey Higuera Date: Thu, 3 Oct 2019 07:25:17 -0500 Subject: [PATCH 4/5] Add tags key to Fontjoy resource --- resources/design.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/resources/design.json b/resources/design.json index 8b89b75..6705f49 100644 --- a/resources/design.json +++ b/resources/design.json @@ -143,7 +143,8 @@ { "title": "Fontjoy", "desc": "Generate font combinations with deep learning.", - "url": "https://fontjoy.com/" + "url": "https://fontjoy.com/", + "tags": [] } ] -} \ No newline at end of file +} From fd206d8776d9b144bcfdd8f2c4406ce69fcf16f8 Mon Sep 17 00:00:00 2001 From: Lauren Date: Sun, 6 Oct 2019 22:28:54 +0900 Subject: [PATCH 5/5] add new resources --- resources/css.json | 6 ++++++ resources/design.json | 12 ++++++++++++ 2 files changed, 18 insertions(+) diff --git a/resources/css.json b/resources/css.json index 61f49fc..a4a7b63 100644 --- a/resources/css.json +++ b/resources/css.json @@ -133,6 +133,12 @@ "desc": "Learn CSS box-model by interractively changing the values.", "url": "https://codepen.io/carolineartz/full/ogVXZj", "tags": ["visual tool", "educational", "beginner"] + }, + { + "title": "Bennett Feely clip-path maker", + "desc": "This CSS clip-path maker helps you understand the clip-path property and all the cool things you can do with it.", + "url": "https://bennettfeely.com/clippy/", + "tags": [] } ] } \ No newline at end of file diff --git a/resources/design.json b/resources/design.json index 6705f49..bd0919a 100644 --- a/resources/design.json +++ b/resources/design.json @@ -145,6 +145,18 @@ "desc": "Generate font combinations with deep learning.", "url": "https://fontjoy.com/", "tags": [] + }, + { + "title": "Can't Unsee", + "desc": "A game where your attention to details earns you a lot of coins. WARNING: Once you see the difference between the images, you won't be able to unsee it!", + "url": "https://cantunsee.space/", + "tags": [] + }, + { + "title": "Image Color Picker", + "desc": "Image color picker and palette generator.", + "url": "https://image-color.com", + "tags": [] } ] }