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 03044a1..bd0919a 100644 --- a/resources/design.json +++ b/resources/design.json @@ -139,6 +139,24 @@ "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/", + "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": [] } ] -} \ No newline at end of file +} diff --git a/resources/general.json b/resources/general.json index 3d4086e..1d4146c 100644 --- a/resources/general.json +++ b/resources/general.json @@ -56,6 +56,12 @@ "url": "https://www.codewars.com/", "tags": [] }, + { + "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", + "tags": [] + }, { "title": "Learn X in Y min", "desc": "Take a whirlwind tour of your next favorite language. Community-driven!", @@ -69,4 +75,4 @@ "tags": [] } ] -} \ No newline at end of file +}