add contents

This commit is contained in:
André Weller
2019-05-16 09:02:18 +02:00
parent 5e26e90858
commit 9be77f539d
3 changed files with 20 additions and 0 deletions

View File

@@ -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'
},
]
}
},

View File

@@ -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'
},
]
}
},

View File

@@ -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'
},
]
}
},