add contents

This commit is contained in:
André Weller
2019-05-15 16:53:02 +02:00
parent 005ffa626c
commit a3302d8d7e
2 changed files with 40 additions and 0 deletions

View File

@@ -58,6 +58,11 @@ export default {
desc: 'The best resources for learning design.',
url: 'https://www.lapa.ninja/learn/'
},
{
title: 'Typography Handbook',
desc: 'A concise, referential guide on best web typographic practices.',
url: 'http://typographyhandbook.com'
},
]
}
},

View File

@@ -38,6 +38,41 @@ export default {
desc: 'A List of Static Site Generators for JAMstack Sites',
url: 'https://www.staticgen.com'
},
{
title: 'Snippet generator',
desc: 'Create your own snippets for VSCode, Sublime or Atom using this generator. No need to format the snippet yourself',
url: 'https://snippet-generator.app/'
},
{
title: 'gitignore.io',
desc: 'Create usefull .gitignore files for your projects.',
url: 'https://www.gitignore.io'
},
{
title: 'Github',
desc: 'GitHub is a development platform inspired by the way you work. From open source to business, you can host and review code, manage projects, and build software alongside 36 million developers.',
url: 'https://github.com'
},
{
title: 'NASA APIs',
desc: 'Welcome to the NASA API portal. The objective of this site is to make NASA data, including imagery, eminently accessible to application developers. The api.nasa.gov catalog is growing.',
url: 'https://api.nasa.gov'
},
{
title: 'PokéAPI',
desc: 'The RESTful Pokémon API',
url: 'https://pokeapi.co'
},
{
title: 'Reddit API .json',
desc: 'Take a any subreddit you like and append ".json" to consume it as an API (https://reddit.com/r/cats.json).',
url: 'https://www.reddit.com/.json'
},
{
title: 'quicktype',
desc: 'Generate types and serializers from JSON.',
url: 'https://quicktype.io'
},
]
}
},