Compare commits
37 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 903ac3d918 | |||
| 4410e8db02 | |||
| 26289dcd95 | |||
| 478274536d | |||
| a3029c3c39 | |||
| 246f2e1a23 | |||
| 59e5f7924d | |||
| afa239eb40 | |||
| 43239e9f8c | |||
| 0dc9edc1ef | |||
| b490ad0e7a | |||
| 01d986d3b8 | |||
| 560fc2fe8e | |||
| e17e842032 | |||
| 1b986d5a17 | |||
| 112d3ff0e1 | |||
| d0b35fa7d7 | |||
| 1e2d09415d | |||
| 3813af3ba6 | |||
| 4f3cc37760 | |||
| c8cd7db697 | |||
| 7c58aee128 | |||
| 717e94de01 | |||
| 7d48f2a8a2 | |||
| 87756b5728 | |||
| 392c83db6e | |||
| d72358142a | |||
| 6a6f435007 | |||
| c5d19575f0 | |||
| 040d2e870f | |||
| fdf7c3f43e | |||
| 3618e4b705 | |||
| dbebc1b613 | |||
| 09eee22983 | |||
| 1f69c494a4 | |||
| b7ed83b3bb | |||
| 5cd1cc4afe |
@@ -0,0 +1,3 @@
|
||||
# These are supported funding model platforms
|
||||
|
||||
github: [lostdesign]
|
||||
@@ -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).
|
||||
@@ -23,7 +23,7 @@
|
||||
{
|
||||
"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/",
|
||||
"url": "https://www.marcozehe.de/articles/2015-12-14-the-web-accessibility-basics/",
|
||||
"tags": ["blog", "video", "semantics", "basics"]
|
||||
}
|
||||
]
|
||||
|
||||
@@ -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.",
|
||||
@@ -241,6 +247,24 @@
|
||||
"desc": "Generate colorpalettes with a live preview of how it could look like on a website.",
|
||||
"url": "http://colormind.io/",
|
||||
"tags": ["color", "palette", "sets", "templates"]
|
||||
},
|
||||
{
|
||||
"title": "CSS Patterns",
|
||||
"desc": "CSS only library to fill your empty background with beautiful patterns.",
|
||||
"url": "https://bansal.io/pattern-css",
|
||||
"tags": ["pattern", "css"]
|
||||
},
|
||||
{
|
||||
"title": "SVG Backgrounds",
|
||||
"desc": "Customize and apply backgrounds fast SVGs enable full-screen hi-res visuals with a file-size near 5KB and are well-supported by all modern browsers. What's not to love?",
|
||||
"url": "https://www.svgbackgrounds.com",
|
||||
"tags": ["svg"]
|
||||
},
|
||||
{
|
||||
"title": "Organic Blob Maker",
|
||||
"desc": "Blobmaker is a free generative design tool made with 💕 by z creative labs, to help you quickly create random, unique, and organic-looking SVG shapes.",
|
||||
"url": "https://www.blobmaker.app",
|
||||
"tags": ["blob", "organic"]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@@ -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"]
|
||||
},
|
||||
{
|
||||
|
||||
+13
-1
@@ -67,6 +67,18 @@
|
||||
"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": "Treating PHP Delusions",
|
||||
"desc": "This site is dedicated to PHP programming language and its proper use, with the focus on disproving various delusions and superstitions.",
|
||||
"url": "https://phpdelusions.net",
|
||||
"tags": ["mistakes", "delusions"]
|
||||
},
|
||||
{
|
||||
"title": "PHP The Wrong Way",
|
||||
"desc": "In the world of PHP programming, a set of trends are massively being propagated by some people (in their books and on websites) as “Modern PHP” while all other approaches are frowned upon as backward, stupid, or just plain wrong.",
|
||||
"url": "https://phpthewrongway.com",
|
||||
"tags": []
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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