mirror of
https://github.com/kremalicious/blog.git
synced 2025-02-14 21:10:25 +01:00
use development tag
This commit is contained in:
parent
7128e30188
commit
dec9d28c0e
@ -8,6 +8,7 @@ date: 2008-04-15 17:36:34+00:00
|
||||
|
||||
tags:
|
||||
- design
|
||||
- development
|
||||
- css
|
||||
---
|
||||
|
||||
|
@ -6,6 +6,7 @@ date: 2008-04-17 01:32:13+00:00
|
||||
|
||||
tags:
|
||||
- design
|
||||
- development
|
||||
- css
|
||||
- tutorial
|
||||
|
||||
|
@ -9,6 +9,7 @@ date: 2008-05-22 20:01:12+00:00
|
||||
|
||||
tags:
|
||||
- design
|
||||
- development
|
||||
- css
|
||||
|
||||
redirect_from:
|
||||
|
@ -8,6 +8,7 @@ date: 2008-07-15 14:04:46+00:00
|
||||
|
||||
tags:
|
||||
- design
|
||||
- development
|
||||
- tutorial
|
||||
- wordpress
|
||||
---
|
||||
|
@ -8,6 +8,7 @@ date: 2009-03-29 23:12:15+00:00
|
||||
|
||||
tags:
|
||||
- design
|
||||
- development
|
||||
- goodies
|
||||
- tutorial
|
||||
- wordpress
|
||||
|
@ -7,6 +7,7 @@ date: 2009-12-17 04:00:21+00:00
|
||||
|
||||
tags:
|
||||
- design
|
||||
- development
|
||||
- tutorial
|
||||
- wordpress
|
||||
|
||||
|
@ -8,6 +8,7 @@ date: 2012-04-20 08:48:46+00:00
|
||||
|
||||
tags:
|
||||
- design
|
||||
- development
|
||||
- history
|
||||
- html
|
||||
---
|
||||
|
@ -9,6 +9,7 @@ date: 2012-05-09 09:48:19+00:00
|
||||
|
||||
tags:
|
||||
- design
|
||||
- development
|
||||
- retina
|
||||
---
|
||||
|
||||
|
@ -9,6 +9,7 @@ date: 2012-05-12 17:52:53+00:00
|
||||
|
||||
tags:
|
||||
- design
|
||||
- development
|
||||
---
|
||||
|
||||
Awesome overview about all the currently available techniques.
|
||||
|
@ -9,6 +9,7 @@ date: 2012-05-22 06:23:26+00:00
|
||||
|
||||
tags:
|
||||
- design
|
||||
- development
|
||||
- mobile
|
||||
- responsive
|
||||
- retina
|
||||
|
@ -9,6 +9,7 @@ date: 2012-05-26 05:13:58+00:00
|
||||
|
||||
tags:
|
||||
- design
|
||||
- development
|
||||
---
|
||||
|
||||
Chris Coyier on an accessible implementation for icon fonts:
|
||||
|
@ -8,6 +8,7 @@ date: 2012-06-13 19:01:20+00:00
|
||||
|
||||
tags:
|
||||
- design
|
||||
- development
|
||||
- wordpress
|
||||
---
|
||||
|
||||
|
@ -11,6 +11,7 @@ tags:
|
||||
- design
|
||||
- icon
|
||||
- windows
|
||||
- development
|
||||
|
||||
redirect_from:
|
||||
- /2012/07/add-your-web-site-to-the-windows-8-metro-ui/
|
||||
|
@ -11,6 +11,7 @@ date: 2012-07-16 14:36:58+00:00
|
||||
tags:
|
||||
- design
|
||||
- css
|
||||
- development
|
||||
---
|
||||
|
||||
There's this HTML element meant for marking up keyboard keys named `<kbd>`. Obviously it can be styled with CSS so why not use it to make those elements look a bit more like hardware or the iOS and Android software keys.
|
||||
|
@ -9,6 +9,7 @@ date: 2012-09-26 11:45:40+00:00
|
||||
|
||||
tags:
|
||||
- design
|
||||
- development
|
||||
---
|
||||
|
||||
I try to repeat that at least 2 times a day:
|
||||
|
@ -11,6 +11,7 @@ tags:
|
||||
- goodies
|
||||
- css
|
||||
- svg
|
||||
- development
|
||||
---
|
||||
|
||||
The badges provided by all app store providers just don't play well together with their varying typography and different sizing. So let's make them all visually unified, infinitely scalable, with pure text for easier localization and some web interaction styles. And while we’re at it: different sizes with the same markup by using some modifier classes.
|
||||
|
@ -10,6 +10,7 @@ tags:
|
||||
- goodies
|
||||
- gatsby
|
||||
- matomo
|
||||
- development
|
||||
|
||||
featured: true
|
||||
toc: true
|
||||
|
@ -9,6 +9,7 @@ tags:
|
||||
- oceanprotocol
|
||||
- blockchain
|
||||
- design
|
||||
- development
|
||||
- web3
|
||||
|
||||
toc: true
|
||||
|
@ -9,6 +9,7 @@ tags:
|
||||
- oceanprotocol
|
||||
- blockchain
|
||||
- design
|
||||
- development
|
||||
- web3
|
||||
|
||||
toc: true
|
||||
|
@ -9,6 +9,7 @@ tags:
|
||||
- oceanprotocol
|
||||
- blockchain
|
||||
- design
|
||||
- development
|
||||
- ipfs
|
||||
- web3
|
||||
|
||||
|
@ -40,7 +40,7 @@ module.exports = {
|
||||
{
|
||||
resolve: 'gatsby-remark-images',
|
||||
options: {
|
||||
maxWidth: 630,
|
||||
maxWidth: 666,
|
||||
quality: 80,
|
||||
linkImagesToOriginal: false,
|
||||
showCaptions: true,
|
||||
|
Loading…
Reference in New Issue
Block a user