Compare commits
14 Commits
dependabot
...
dev
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
19bface408 | ||
|
|
85d98cb877 | ||
|
|
4410e8db02 | ||
|
|
26289dcd95 | ||
|
|
478274536d | ||
|
|
a3029c3c39 | ||
|
|
59e5f7924d | ||
|
|
afa239eb40 | ||
|
|
43239e9f8c | ||
|
|
0dc9edc1ef | ||
|
|
b490ad0e7a | ||
|
|
01d986d3b8 | ||
|
|
560fc2fe8e | ||
|
|
e17e842032 |
5
app.html
5
app.html
@@ -2,10 +2,7 @@
|
||||
<html {{ HTML_ATTRS }}>
|
||||
<head {{ HEAD_ATTRS }}>
|
||||
<!-- Fathom - beautiful, simple website analytics -->
|
||||
<script src="https://cdn.usefathom.com/3.js" site="OCSVINVR"></script>
|
||||
<script>
|
||||
window.fathom || document.write('<script src="https://quokka.webgems.io/core.js"><\/script>');
|
||||
</script>
|
||||
<script src="https://cdn.usefathom.com/script.js" data-spa="auto" data-site="XVSLUORL" defer></script>
|
||||
<!-- / Fathom -->
|
||||
|
||||
{{ HEAD }}
|
||||
|
||||
@@ -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).
|
||||
@@ -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"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@@ -67,6 +67,12 @@
|
||||
"desc": "134 Slides to help fix your code. Performance and testing are just one aspect of code, to really be successful your code needs to be readable, maintainable and generally easier to comprehend and work with.",
|
||||
"url": "https://www.slideshare.net/rdohms/your-code-sucks-lets-fix-it-15471808",
|
||||
"tags": ["slides", "readability", "rules"]
|
||||
},
|
||||
{
|
||||
"title": "Clean Code PHP",
|
||||
"desc": "Software engineering principles, from Robert C. Martin's book Clean Code, adapted for PHP.",
|
||||
"url": "https://github.com/jupeter/clean-code-php",
|
||||
"tags": ["book", "guide", "rules", "standards"]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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