cleanu on some resources, fixes pr #58
This commit is contained in:
@@ -38,11 +38,6 @@ export default {
|
||||
desc: 'Check popular new products out and get inspired, maybe even post yours?',
|
||||
url: 'https://www.producthunt.com/'
|
||||
},
|
||||
{
|
||||
title: 'Ruby Weekly',
|
||||
desc: 'A free, once–weekly e-mail round-up of Ruby news and articles.',
|
||||
url: 'https://rubyweekly.com/'
|
||||
},
|
||||
]
|
||||
}
|
||||
},
|
||||
|
||||
@@ -93,6 +93,11 @@ export default {
|
||||
desc: 'Beautiful colour gradients for design and code.',
|
||||
url: 'https://uigradients.com/#NoontoDusk'
|
||||
},
|
||||
{
|
||||
title: 'evernote.design',
|
||||
desc: 'Basically webgems but just for design.',
|
||||
url: 'https://evernote.design'
|
||||
},
|
||||
]
|
||||
}
|
||||
},
|
||||
|
||||
@@ -26,7 +26,7 @@ export default {
|
||||
{
|
||||
title: 'MDN web docs',
|
||||
desc: 'Tutorials, references, tools and resources.',
|
||||
url: 'https://developer.mozilla.org/en-US/docs/Web'
|
||||
url: 'https://developer.mozilla.org/docs/Web'
|
||||
},
|
||||
{
|
||||
title: 'Rico\'s cheatsheets',
|
||||
|
||||
@@ -16,7 +16,7 @@ export default {
|
||||
{
|
||||
title: 'HTML ELEMENTS',
|
||||
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/docs/Web/HTML/Element'
|
||||
},
|
||||
{
|
||||
title: 'The web accessibility basics',
|
||||
|
||||
@@ -13,12 +13,6 @@ export default {
|
||||
data() {
|
||||
return {
|
||||
resources: [
|
||||
{
|
||||
title: "Home of Python",
|
||||
desc:
|
||||
"Python is a programming language that lets you work quickly and integrate systems more effectively.",
|
||||
url: "https://www.python.org/"
|
||||
},
|
||||
{
|
||||
title: "Python 3.7.3 documentation",
|
||||
desc: "Documentation for all releaases of Python.",
|
||||
|
||||
@@ -28,11 +28,6 @@ export default {
|
||||
desc: 'Learn about Ruby on Rails. The GoRails blog covers topics across all aspects of Ruby on Rails development.',
|
||||
url: 'https://gorails.com/blog/'
|
||||
},
|
||||
{
|
||||
title: 'Honeybadger Development Blog',
|
||||
desc: 'Honeybadger blog.',
|
||||
url: 'https://www.honeybadger.io/blog/'
|
||||
},
|
||||
{
|
||||
title: 'Reinteractive Articles',
|
||||
desc: 'Our expert team of designers and developers love what they do and enjoy sharing their knowledge with the world.',
|
||||
@@ -74,9 +69,9 @@ export default {
|
||||
url: 'https://thoughtbot.com/blog/web/'
|
||||
},
|
||||
{
|
||||
title: 'Victor Hazbun Blog',
|
||||
desc: 'Victor Hazbun is an instructor at Egghead.io. He also writes about Ruby, JS and other techs.',
|
||||
url: 'https://www.codementor.io/victor_hazbun/posts/'
|
||||
title: 'Ruby Weekly',
|
||||
desc: 'A free, once–weekly e-mail round-up of Ruby news and articles.',
|
||||
url: 'https://rubyweekly.com/'
|
||||
},
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user