add content

This commit is contained in:
André Weller
2019-05-12 02:49:07 +02:00
parent 344c33d9e3
commit 0c40fc2842
3 changed files with 21 additions and 1 deletions

View File

@@ -14,7 +14,7 @@ export default {
return {
resources: [
{
title: 'Flexbox froggy',
title: 'Flexbox Froggy',
desc: 'A game to learn Flexbox',
url: 'https://flexboxfroggy.com'
},
@@ -23,6 +23,11 @@ export default {
desc: 'A game to learn Grid',
url: 'https://cssgridgarden.com'
},
{
title: '30 Seconds of Code',
desc: 'A curated collection of useful CSS snippets you can understand in 30 seconds or less.',
url: 'https://30-seconds.github.io/30-seconds-of-css/'
},
]
}
},