Add tags fields & add findByTags getter
This commit is contained in:
@@ -5,32 +5,38 @@
|
||||
{
|
||||
"title": "HTML ELEMENTS",
|
||||
"desc": "All the HTML elemens you can use. There is more than just a div :)",
|
||||
"url": "https://developer.mozilla.org/docs/Web/HTML/Element"
|
||||
"url": "https://developer.mozilla.org/docs/Web/HTML/Element",
|
||||
"tags": []
|
||||
},
|
||||
{
|
||||
"title": "The web accessibility basics",
|
||||
"desc": "The absolute web accessibility basics every web developer should know about.",
|
||||
"url": "https://www.marcozehe.de/2015/12/14/the-web-accessibility-basics/"
|
||||
"url": "https://www.marcozehe.de/2015/12/14/the-web-accessibility-basics/",
|
||||
"tags": []
|
||||
},
|
||||
{
|
||||
"title": "Introduction to HTML",
|
||||
"desc": "In just 4 hours, learn the basics of HTML5 and start building & editing web pages.",
|
||||
"url": "https://www.codecademy.com/learn/learn-html"
|
||||
"url": "https://www.codecademy.com/learn/learn-html",
|
||||
"tags": []
|
||||
},
|
||||
{
|
||||
"title": "Awesome Canvas",
|
||||
"desc": "A curated list of awesome Canvas examples, related articles and posts.",
|
||||
"url": "https://github.com/raphamorim/awesome-canvas#readme"
|
||||
"url": "https://github.com/raphamorim/awesome-canvas#readme",
|
||||
"tags": []
|
||||
},
|
||||
{
|
||||
"title": "HTML Spec",
|
||||
"desc": "This specification defines a big part of the Web platform, in lots of detail.",
|
||||
"url": "https://html.spec.whatwg.org/"
|
||||
"url": "https://html.spec.whatwg.org/",
|
||||
"tags": []
|
||||
},
|
||||
{
|
||||
"title": "Markup validator",
|
||||
"desc": "This tool is checking your markup if it complies with the specification and will show you possible errors.",
|
||||
"url": "https://validator.w3.org/nu/"
|
||||
"url": "https://validator.w3.org/nu/",
|
||||
"tags": []
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user