diff --git a/README.md b/README.md index 8b9e1a0..6a08282 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +[![Netlify Status](https://api.netlify.com/api/v1/badges/32128bab-176e-4a45-b21e-7a57425a36d1/deploy-status)](https://app.netlify.com/sites/epic-sammet-7ed06e/deploys) + # webgems.io This project should help anyone to find new resources but especially beginners in the field to have something they can look things up. diff --git a/resources/accessibility.json b/resources/accessibility.json index 3e24103..dca9366 100644 --- a/resources/accessibility.json +++ b/resources/accessibility.json @@ -19,7 +19,12 @@ "desc": "A client-side script that checks HTML source code and detects violations of a defined coding standard.", "url": "http://squizlabs.github.io/HTML_CodeSniffer/", "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/", + "tags": [] } ] } - \ No newline at end of file diff --git a/resources/design.json b/resources/design.json index c72d4a1..fa53977 100644 --- a/resources/design.json +++ b/resources/design.json @@ -106,7 +106,7 @@ }, { "title": "UI Gradients", - "desc": "Beautiful colour gradients for design and code.", + "desc": "Beautiful color gradients for design and code.", "url": "https://uigradients.com/", "tags": ["generator", "inspiration", "color"] }, @@ -205,6 +205,30 @@ "desc": "Generate font combinations with deep learning.", "url": "https://fontjoy.com/", "tags": ["typography", "tools"] + }, + { + "title": "Web Color Data", + "desc": "Disover color palettes of popular websites.", + "url": "http://webcolourdata.com/", + "tags": ["color", "palette", "inspiration"] + }, + { + "title": "Adobe Color", + "desc": "Create a color palette with this helpful tool of Adobe.", + "url": "https://color.adobe.com/", + "tags": ["color", "palette"] + }, + { + "title": "Colourcode", + "desc": "colourco.de is an online designer tool, which allows you to easily and intuitively combine colours.", + "url": "https://colourco.de", + "tags": ["color", "palette"] + }, + { + "title": "ColorBox", + "desc": "Colorbox is a color tool to produce color sets.", + "url": "https://www.colorbox.io", + "tags": ["color", "palette"] } ] } diff --git a/resources/frontend.json b/resources/frontend.json index 35f152e..2a152e4 100644 --- a/resources/frontend.json +++ b/resources/frontend.json @@ -37,6 +37,18 @@ "desc": "Four important considerations when loading web fonts.", "url": "https://www.zachleat.com/web/font-checklist/", "tags": ["typography", "tips", "best practices"] + }, + { + "title": "My Device", + "desc": "Inspect the root css rules and viewport measurements of your device, and compare it to other devices.", + "url": "https://www.mydevice.io/", + "tags": ["viewport", "measurements", "responsive"] + }, + { + "title": "Layers of CSS Box Model", + "desc": "Understand in which order the elements of the CSS box model are stacked.", + "url": "https://hicksdesign.co.uk/boxmodel/", + "tags": ["educational", "css"] } ] } diff --git a/resources/html.json b/resources/html.json index e45266a..9625d8a 100644 --- a/resources/html.json +++ b/resources/html.json @@ -8,12 +8,6 @@ "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/", - "tags": [] - }, { "title": "Introduction to HTML", "desc": "In just 4 hours, learn the basics of HTML5 and start building & editing web pages.", @@ -45,4 +39,4 @@ "tags": [] } ] -} \ No newline at end of file +} diff --git a/resources/utility.json b/resources/utility.json index bb1d032..5f3d1ee 100644 --- a/resources/utility.json +++ b/resources/utility.json @@ -169,6 +169,12 @@ "desc": "Web and API based SMTP testing.", "url": "https://github.com/mailhog/MailHog", "tags": [] + }, + { + "title": "git-history-editor", + "desc": "Messed up some of your commits? Make it undone", + "url": "https://bokub.github.io/git-history-editor/", + "tags": [] } ] }