Compare commits
14 Commits
dependabot
...
dependabot
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a49e05ad5c | ||
|
|
478274536d | ||
|
|
a3029c3c39 | ||
|
|
59e5f7924d | ||
|
|
afa239eb40 | ||
|
|
43239e9f8c | ||
|
|
0dc9edc1ef | ||
|
|
b490ad0e7a | ||
|
|
01d986d3b8 | ||
|
|
560fc2fe8e | ||
|
|
e17e842032 | ||
|
|
112d3ff0e1 | ||
|
|
d0b35fa7d7 | ||
|
|
1e2d09415d |
3
.github/FUNDING.yml
vendored
Normal file
3
.github/FUNDING.yml
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
# These are supported funding model platforms
|
||||
|
||||
github: [lostdesign]
|
||||
@@ -1,8 +0,0 @@
|
||||
# MIDDLEWARE
|
||||
|
||||
**This directory is not required, you can delete it if you don't want to use it.**
|
||||
|
||||
This directory contains your application middleware.
|
||||
Middleware let you define custom functions that can be run before rendering either a page or a group of pages.
|
||||
|
||||
More information about the usage of this directory in [the documentation](https://nuxtjs.org/guide/routing#middleware).
|
||||
6
package-lock.json
generated
6
package-lock.json
generated
@@ -14561,9 +14561,9 @@
|
||||
}
|
||||
},
|
||||
"tmpl": {
|
||||
"version": "1.0.4",
|
||||
"resolved": "https://registry.npmjs.org/tmpl/-/tmpl-1.0.4.tgz",
|
||||
"integrity": "sha1-I2QN17QtAEM5ERQIIOXPRA5SHdE=",
|
||||
"version": "1.0.5",
|
||||
"resolved": "https://registry.npmjs.org/tmpl/-/tmpl-1.0.5.tgz",
|
||||
"integrity": "sha512-3f0uOEAQwIqGuWW2MVzYg8fV/QNnc/IpuJNG837rLuczAaLVHslWHZQj4IGiEl5Hs3kkbhwL9Ab7Hrsmuj+Smw==",
|
||||
"dev": true
|
||||
},
|
||||
"to-arraybuffer": {
|
||||
|
||||
@@ -14,6 +14,12 @@
|
||||
"url": "https://undraw.co",
|
||||
"tags": ["illustration", "svg", "ui"]
|
||||
},
|
||||
{
|
||||
"title": "Dribbble",
|
||||
"desc": "Gain inspiration and feedback. Basically social media for designers",
|
||||
"url": "https://dribbble.com/",
|
||||
"tags": ["career", "ux", "ui"]
|
||||
},
|
||||
{
|
||||
"title": "Practical UI tips",
|
||||
"desc": "7 Tips to boost your UI design.",
|
||||
|
||||
@@ -61,6 +61,33 @@
|
||||
"desc": "Friendly web development tutorials for complete beginners in HTML and CSS",
|
||||
"url": "https://www.internetingishard.com/",
|
||||
"tags": ["html", "semantic", "css", "typography"]
|
||||
},
|
||||
{
|
||||
"title": "Periodic Table of Web APIs",
|
||||
"desc": "A visual map of almost all browser APIs with links to tutorials and documentation, color-coded by browser support",
|
||||
"url": "https://wwwperiodictable.surge.sh/",
|
||||
"tags": [
|
||||
"resources",
|
||||
"aggregator",
|
||||
"fundamentals",
|
||||
"web",
|
||||
"visual",
|
||||
"browser",
|
||||
"frontend",
|
||||
"overview",
|
||||
"guides",
|
||||
"tutorial",
|
||||
"compatibility",
|
||||
"lists",
|
||||
"obselete",
|
||||
"reference",
|
||||
"specification",
|
||||
"standards",
|
||||
"comprehensive",
|
||||
"advanced",
|
||||
"guides",
|
||||
"links"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
{
|
||||
"title": "freeCodeCamp curriculum",
|
||||
"desc": "We have thousands of coding lessons to help you improve your skills. You can earn each certification by completing its 5 final projects. And yes - all of this is 100% free, thanks to the thousands of campers who donate to our nonprofit. If you are new to coding, we recommend you start at the beginning.",
|
||||
"url": "https://learn.freecodecamp.org",
|
||||
"url": "https://www.freecodecamp.org/learn/",
|
||||
"tags": ["design", "javascript", "courses", "security", "interview"]
|
||||
},
|
||||
{
|
||||
|
||||
@@ -183,9 +183,9 @@
|
||||
"tags": ["development", "ide","editor", "share", "testing"]
|
||||
},
|
||||
{
|
||||
"title": "Postwoman.io",
|
||||
"desc": "The Postwoman API request builder helps you create your requests faster, saving you precious time on your development.",
|
||||
"url": "https://Postwoman.io/",
|
||||
"title": "Hoppscotch",
|
||||
"desc": "The Hoppscotch API request builder helps you create your requests faster, saving you precious time on your development.",
|
||||
"url": "https://hoppscotch.io/",
|
||||
"tags": ["testing","api"]
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user