1
0
Fork 0

use development tag

This commit is contained in:
Matthias Kretschmann 2020-05-10 22:57:00 +02:00
parent 7128e30188
commit dec9d28c0e
Signed by: m
GPG Key ID: 606EEEF3C479A91F
21 changed files with 21 additions and 1 deletions

View File

@ -8,6 +8,7 @@ date: 2008-04-15 17:36:34+00:00
tags:
- design
- development
- css
---

View File

@ -6,6 +6,7 @@ date: 2008-04-17 01:32:13+00:00
tags:
- design
- development
- css
- tutorial

View File

@ -9,6 +9,7 @@ date: 2008-05-22 20:01:12+00:00
tags:
- design
- development
- css
redirect_from:

View File

@ -8,6 +8,7 @@ date: 2008-07-15 14:04:46+00:00
tags:
- design
- development
- tutorial
- wordpress
---

View File

@ -8,6 +8,7 @@ date: 2009-03-29 23:12:15+00:00
tags:
- design
- development
- goodies
- tutorial
- wordpress

View File

@ -7,6 +7,7 @@ date: 2009-12-17 04:00:21+00:00
tags:
- design
- development
- tutorial
- wordpress

View File

@ -8,6 +8,7 @@ date: 2012-04-20 08:48:46+00:00
tags:
- design
- development
- history
- html
---

View File

@ -9,6 +9,7 @@ date: 2012-05-09 09:48:19+00:00
tags:
- design
- development
- retina
---

View File

@ -9,6 +9,7 @@ date: 2012-05-12 17:52:53+00:00
tags:
- design
- development
---
Awesome overview about all the currently available techniques.

View File

@ -9,6 +9,7 @@ date: 2012-05-22 06:23:26+00:00
tags:
- design
- development
- mobile
- responsive
- retina

View File

@ -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:

View File

@ -8,6 +8,7 @@ date: 2012-06-13 19:01:20+00:00
tags:
- design
- development
- wordpress
---

View File

@ -11,6 +11,7 @@ tags:
- design
- icon
- windows
- development
redirect_from:
- /2012/07/add-your-web-site-to-the-windows-8-metro-ui/

View File

@ -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.

View File

@ -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:

View File

@ -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 were at it: different sizes with the same markup by using some modifier classes.

View File

@ -10,6 +10,7 @@ tags:
- goodies
- gatsby
- matomo
- development
featured: true
toc: true

View File

@ -9,6 +9,7 @@ tags:
- oceanprotocol
- blockchain
- design
- development
- web3
toc: true

View File

@ -9,6 +9,7 @@ tags:
- oceanprotocol
- blockchain
- design
- development
- web3
toc: true

View File

@ -9,6 +9,7 @@ tags:
- oceanprotocol
- blockchain
- design
- development
- ipfs
- web3

View File

@ -40,7 +40,7 @@ module.exports = {
{
resolve: 'gatsby-remark-images',
options: {
maxWidth: 630,
maxWidth: 666,
quality: 80,
linkImagesToOriginal: false,
showCaptions: true,