add contents
This commit is contained in:
@@ -28,6 +28,11 @@ export default {
|
|||||||
desc: 'A curated collection of useful CSS snippets you can understand in 30 seconds or less.',
|
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/'
|
url: 'https://30-seconds.github.io/30-seconds-of-css/'
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
title: 'BEM naming convention',
|
||||||
|
desc: 'Block Element Modifier is a methodology that helps you to create reusable components and code sharing in front-end development',
|
||||||
|
url: 'https://getbem.com/'
|
||||||
|
},
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -18,6 +18,16 @@ export default {
|
|||||||
desc: 'All the HTML elemens you can use. There is more than just a div :)',
|
desc: 'All the HTML elemens you can use. There is more than just a div :)',
|
||||||
url: 'https://developer.mozilla.org/de/docs/Web/HTML/Element'
|
url: 'https://developer.mozilla.org/de/docs/Web/HTML/Element'
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
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/'
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title: 'Introduction to HTML',
|
||||||
|
desc: 'In just 4 hours, learn the basics of HTML5 and start building & editing web pages.',
|
||||||
|
url: 'https://www.codecademy.com/learn/learn-html'
|
||||||
|
},
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -33,6 +33,11 @@ export default {
|
|||||||
desc: 'A curated collection of useful JavaScript snippets that you can understand in 30 seconds or less.',
|
desc: 'A curated collection of useful JavaScript snippets that you can understand in 30 seconds or less.',
|
||||||
url: 'https://30secondsofcode.org'
|
url: 'https://30secondsofcode.org'
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
title: 'JS Tips',
|
||||||
|
desc: 'JS Tips is a collection of useful daily JavaScript tips that will allow you to improve your code writing',
|
||||||
|
url: 'https://www.jstips.co'
|
||||||
|
},
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user