Add tags to some of the css resources

This commit is contained in:
Robin
2019-10-21 13:12:26 -07:00
parent c3ddce8021
commit b223c7809a

View File

@@ -18,19 +18,19 @@
"title": "Flexbox Froggy", "title": "Flexbox Froggy",
"desc": "A game to learn Flexbox", "desc": "A game to learn Flexbox",
"url": "https://flexboxfroggy.com", "url": "https://flexboxfroggy.com",
"tags": ["educational", "beginner"] "tags": ["educational", "beginner", "interactive"]
}, },
{ {
"title": "Flexbox Zombies", "title": "Flexbox Zombies",
"desc": "A course to learn Flexbox", "desc": "A course to learn Flexbox",
"url": "https://mastery.games/p/flexbox-zombies", "url": "https://mastery.games/p/flexbox-zombies",
"tags": ["educational", "beginner"] "tags": ["educational", "beginner", "challenges"]
}, },
{ {
"title": "CSS Gridgarden", "title": "CSS Gridgarden",
"desc": "A game to learn Grid", "desc": "A game to learn Grid",
"url": "https://cssgridgarden.com", "url": "https://cssgridgarden.com",
"tags": ["educational", "beginner"] "tags": ["educational", "beginner", "template"]
}, },
{ {
"title": "30 Seconds of Code", "title": "30 Seconds of Code",
@@ -60,7 +60,7 @@
"title": "A complete guide to flexbox", "title": "A complete guide to flexbox",
"desc": "A comprehensive guide to flexbox, focusing on all the different possible properties for the parent element (the flex container).", "desc": "A comprehensive guide to flexbox, focusing on all the different possible properties for the parent element (the flex container).",
"url": "https://css-tricks.com/snippets/css/a-guide-to-flexbox/", "url": "https://css-tricks.com/snippets/css/a-guide-to-flexbox/",
"tags": ["guide", "educational"] "tags": ["guide", "educational", "examples"]
}, },
{ {
"title": "Learn CSS layout", "title": "Learn CSS layout",
@@ -72,7 +72,7 @@
"title": "CSSmatic - box shadow generator", "title": "CSSmatic - box shadow generator",
"desc": "The ultimate box shadow generator", "desc": "The ultimate box shadow generator",
"url": "https://www.cssmatic.com/box-shadow", "url": "https://www.cssmatic.com/box-shadow",
"tags": ["generator", "visual tool"] "tags": ["generator", "visual tool", "interactive"]
}, },
{ {
"title": "AirBnB CSS / Sass Styleguide", "title": "AirBnB CSS / Sass Styleguide",
@@ -90,7 +90,7 @@
"title": "Use CSS Grids the right way", "title": "Use CSS Grids the right way",
"desc": "CSS Grid is robust, flexible, and a refreshing paradigm shift from other CSS layout systems. While these are selling points for Grid, they also make it hard to learn.", "desc": "CSS Grid is robust, flexible, and a refreshing paradigm shift from other CSS layout systems. While these are selling points for Grid, they also make it hard to learn.",
"url": "https://vgpena.github.io/using-css-grid-the-right-way/", "url": "https://vgpena.github.io/using-css-grid-the-right-way/",
"tags": ["guide", "educational"] "tags": ["guide", "educational", "overview"]
}, },
{ {
"title": "CSS Protips", "title": "CSS Protips",
@@ -102,13 +102,13 @@
"title": "Flexbox Defense", "title": "Flexbox Defense",
"desc": "Your job is to stop the incoming enemies from getting past your defenses. Unlike other tower defense games, you must position your towers using CSS!", "desc": "Your job is to stop the incoming enemies from getting past your defenses. Unlike other tower defense games, you must position your towers using CSS!",
"url": "http://www.flexboxdefense.com/", "url": "http://www.flexboxdefense.com/",
"tags": ["educational", "beginner"] "tags": ["educational", "beginner", "game"]
}, },
{ {
"title": "CSS Diner", "title": "CSS Diner",
"desc": "Learn CSS selectors while playing a game.", "desc": "Learn CSS selectors while playing a game.",
"url": "https://flukeout.github.io/", "url": "https://flukeout.github.io/",
"tags": ["educational", "beginner"] "tags": ["educational", "beginner", "selectors"]
}, },
{ {
"title": "CSS Animation", "title": "CSS Animation",
@@ -120,13 +120,13 @@
"title": "JustREM", "title": "JustREM",
"desc": "Easily and quickly convert pixel values into rem values.", "desc": "Easily and quickly convert pixel values into rem values.",
"url": "https://justrem.xyz/", "url": "https://justrem.xyz/",
"tags": ["units"] "tags": ["units", "convert", "instant"]
}, },
{ {
"title": "(Re)learn css layout", "title": "(Re)learn css layout",
"desc": "If you find yourself wrestling with CSS layout, its likely youre making decisions for browsers they should be making themselves. Through a series of simple, composable layouts, Every Layout will teach you how to better harness the built-in algorithms that power browsers and CSS.", "desc": "If you find yourself wrestling with CSS layout, its likely youre making decisions for browsers they should be making themselves. Through a series of simple, composable layouts, Every Layout will teach you how to better harness the built-in algorithms that power browsers and CSS.",
"url": "https://every-layout.dev/", "url": "https://every-layout.dev/",
"tags": ["educational", "guide"] "tags": ["educational", "guide", "blog"]
}, },
{ {
"title": "Interactive CSS box-model view", "title": "Interactive CSS box-model view",
@@ -138,7 +138,7 @@
"title": "Bennett Feely clip-path maker", "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.", "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/", "url": "https://bennettfeely.com/clippy/",
"tags": [] "tags": ["interactive", "visual", "shapes"]
} }
] ]
} }