Add several resources of #50

This commit is contained in:
Kevin Van Der Werff
2019-10-15 12:39:20 +02:00
parent 24956ad3e0
commit 6e494807eb
2 changed files with 25 additions and 1 deletions

View File

@@ -106,7 +106,7 @@
},
{
"title": "UI Gradients",
"desc": "Beautiful colour gradients for design and code.",
"desc": "Beautiful color gradients for design and code.",
"url": "https://uigradients.com/",
"tags": ["generator", "inspiration", "color"]
},
@@ -205,6 +205,18 @@
"desc": "Generate font combinations with deep learning.",
"url": "https://fontjoy.com/",
"tags": ["typography", "tools"]
},
{
"title": "Web Color Data",
"desc": "Disover color palettes of popular websites.",
"url": "http://webcolourdata.com/",
"tags": ["color", "palette", "inspiration"]
},
{
"title": "Adobe Color",
"desc": "Create a color palette with this helpful tool of Adobe.",
"url": "https://color.adobe.com/",
"tags": ["color", "palette"]
}
]
}

View File

@@ -37,6 +37,18 @@
"desc": "Four important considerations when loading web fonts.",
"url": "https://www.zachleat.com/web/font-checklist/",
"tags": ["typography", "tips", "best practices"]
},
{
"title": "My Device",
"desc": "Inspect the root css rules and viewport measurements of your device, and compare it to other devices.",
"url": "https://www.mydevice.io/",
"tags": ["viewport", "measurements", "responsive"]
},
{
"title": "Layers of CSS Box Model",
"desc": "Understand in which order the elements of the CSS box model are stacked.",
"url": "https://hicksdesign.co.uk/boxmodel/",
"tags": ["educational", "css"]
}
]
}