Compare commits
20 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
903ac3d918 | ||
|
|
246f2e1a23 | ||
|
|
1b986d5a17 | ||
|
|
c8cd7db697 | ||
|
|
7c58aee128 | ||
|
|
717e94de01 | ||
|
|
7d48f2a8a2 | ||
|
|
87756b5728 | ||
|
|
392c83db6e | ||
|
|
d72358142a | ||
|
|
6a6f435007 | ||
|
|
c5d19575f0 | ||
|
|
040d2e870f | ||
|
|
fdf7c3f43e | ||
|
|
3618e4b705 | ||
|
|
dbebc1b613 | ||
|
|
09eee22983 | ||
|
|
1f69c494a4 | ||
|
|
b7ed83b3bb | ||
|
|
5cd1cc4afe |
@@ -247,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"]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@@ -69,10 +69,16 @@
|
||||
"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"]
|
||||
"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": []
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user