add contents
This commit is contained in:
@@ -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.',
|
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/'
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
title: 'CSS Protips',
|
||||||
|
desc: 'A collection of tips to help take your CSS skills pro.',
|
||||||
|
url: 'https://github.com/AllThingsSmitty/css-protips#readme'
|
||||||
|
},
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -28,6 +28,11 @@ export default {
|
|||||||
desc: 'In just 4 hours, learn the basics of HTML5 and start building & editing web pages.',
|
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'
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
title: 'Awesome Canvas',
|
||||||
|
desc: 'A curated list of awesome Canvas examples, related articles and posts.',
|
||||||
|
url: 'https://github.com/raphamorim/awesome-canvas#readme'
|
||||||
|
},
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -33,6 +33,11 @@ export default {
|
|||||||
desc: 'A List of Content Management Systems for JAMstack Sites',
|
desc: 'A List of Content Management Systems for JAMstack Sites',
|
||||||
url: 'https://headlesscms.org'
|
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',
|
title: 'StaticGen',
|
||||||
desc: 'A List of Static Site Generators for JAMstack Sites',
|
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.',
|
desc: 'Become a git guru - a tutorial series by Atlassian.',
|
||||||
url: 'https://www.atlassian.com/git/tutorials'
|
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'
|
||||||
|
},
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user