From fd206d8776d9b144bcfdd8f2c4406ce69fcf16f8 Mon Sep 17 00:00:00 2001 From: Lauren Date: Sun, 6 Oct 2019 22:28:54 +0900 Subject: [PATCH] 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": [] } ] }