summaryrefslogtreecommitdiffstats
path: root/content/en/articles
diff options
context:
space:
mode:
authorDanilo M. <danix@danix.xyz>2026-04-30 12:01:34 +0200
committerDanilo M. <danix@danix.xyz>2026-04-30 12:01:34 +0200
commit69f8caa3cae239c298794dbfce2452a6ded52a86 (patch)
tree931e254f15014df304ec6a74eaea8195ec9ecb11 /content/en/articles
parent537c8c9f1fd4876b44273c033220426a4072a03e (diff)
downloaddanixxyz-69f8caa3cae239c298794dbfce2452a6ded52a86.tar.gz
danixxyz-69f8caa3cae239c298794dbfce2452a6ded52a86.zip
translate: fixed translation for "playing with colors"
Diffstat (limited to 'content/en/articles')
-rw-r--r--content/en/articles/playing-with-colors/index.md11
1 files changed, 6 insertions, 5 deletions
diff --git a/content/en/articles/playing-with-colors/index.md b/content/en/articles/playing-with-colors/index.md
index b6c05c9..0b86780 100644
--- a/content/en/articles/playing-with-colors/index.md
+++ b/content/en/articles/playing-with-colors/index.md
@@ -1,18 +1,17 @@
+++
title = "playing with colors"
author = "Danilo M."
-type = "life"
+type = "tech"
date = "2016-02-14T17:52:21+00:00"
image = "/uppies/2016/02/palette.jpg"
categories = [ "Code", "DIY"]
tags = [ "colors", "github", "html5", "palette", "php", "viewer"]
+
+++
-{{< image src="https://danix.xyz/wp-content/uploads/2016/02/palette-1.jpg" alt="palette-viewer screenshot" link="https://github.com/danixland/palette-viewer" caption="palette-viewer on github" >}}{{< /image >}}
+{{< image src="/uppies/2016/02/palette.jpg" alt="palette-viewer screenshot" link="https://github.com/danixland/palette-viewer" caption="palette-viewer on github" >}}{{< /image >}}
-{{< dropcap >}}
Today I decided I wanted to have a little "old school" fun, so instead of working on some WordPress theme/plugin, I went for the "lemme write some php from scratch" approach.
-{{< /dropcap >}}
I was having a look at some color palettes for _**I'm not gonna tell ya**_, and it was quite hard for me to mix them together in my mind and decide which color goes where and how to use it, so after thinking about it for a while, I decided I'd narrow my options to 6 colors per palette, and in order to better visualize them, I wrote a small php page to help me.
@@ -20,4 +19,6 @@ It's actually very simple, there's a large preview where you can modify each col
I put it on [github](https://github.com/danixland/palette-viewer), just in case you want to give it a look.
-Let me know what you think about it. Cheers ;) \ No newline at end of file
+Let me know what you think about it.
+
+Cheers ;) \ No newline at end of file