diff --git a/pages/css/index.vue b/pages/css/index.vue index 604b191..3ad96e0 100644 --- a/pages/css/index.vue +++ b/pages/css/index.vue @@ -78,6 +78,11 @@ export default { 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/' }, + { + title: 'CSS Protips', + desc: 'A collection of tips to help take your CSS skills pro.', + url: 'https://github.com/AllThingsSmitty/css-protips#readme' + }, ] } }, diff --git a/pages/html/index.vue b/pages/html/index.vue index b0d02b1..f04cb0a 100644 --- a/pages/html/index.vue +++ b/pages/html/index.vue @@ -28,6 +28,11 @@ export default { desc: 'In just 4 hours, learn the basics of HTML5 and start building & editing web pages.', url: 'https://www.codecademy.com/learn/learn-html' }, + { + title: 'Awesome Canvas', + desc: 'A curated list of awesome Canvas examples, related articles and posts.', + url: 'https://github.com/raphamorim/awesome-canvas#readme' + }, ] } }, diff --git a/pages/tools/index.vue b/pages/tools/index.vue index 87d53c0..938d92c 100644 --- a/pages/tools/index.vue +++ b/pages/tools/index.vue @@ -33,6 +33,11 @@ export default { desc: 'A List of Content Management Systems for JAMstack Sites', url: 'https://headlesscms.org' }, + { + title: 'Git & Git flow cheatsheet', + desc: 'Git cheat sheet saves you from learning all the commands by heart.', + url: 'https://github.com/arslanbilal/git-cheat-sheet#readme' + }, { title: 'StaticGen', desc: 'A List of Static Site Generators for JAMstack Sites', @@ -103,6 +108,11 @@ export default { desc: 'Become a git guru - a tutorial series by Atlassian.', url: 'https://www.atlassian.com/git/tutorials' }, + { + title: 'Git form the inside out', + desc: 'This essay explains how Git works. It assumes you understand Git well enough to use it to version control your projects.', + url: 'https://codewords.recurse.com/issues/two/git-from-the-inside-out' + }, ] } },