From 8e871e10edfdbdc4b96a02ebf585c53814a2c737 Mon Sep 17 00:00:00 2001 From: Stefan Imhoff Date: Thu, 13 Apr 2023 16:16:40 +0200 Subject: [PATCH] feat: add page for "Traditional Colors of Japan" --- .../traditional-colors-of-japan/intro.mdx | 5 ++ src/pages/traditional-colors-of-japan.astro | 47 +++++++++++++++++++ 2 files changed, 52 insertions(+) create mode 100644 src/content/traditional-colors-of-japan/intro.mdx create mode 100644 src/pages/traditional-colors-of-japan.astro diff --git a/src/content/traditional-colors-of-japan/intro.mdx b/src/content/traditional-colors-of-japan/intro.mdx new file mode 100644 index 0000000..ec033e3 --- /dev/null +++ b/src/content/traditional-colors-of-japan/intro.mdx @@ -0,0 +1,5 @@ +Some years ago I found by accident the book The Traditional Colors of Japan by **Nobyoshi Hamada** in a bookstore. He also wrote the sister book Traditional Japanese Color Palette. + +It’s the best book about Japanese colors I know. The book has beautiful photography showing examples of nature, craftsmanship, and art applying the colors. + +I took the time and converted all colors in the book into an ASE (Adobe Swatch Exchange) file that is usable in all Graphic software. You can download the file or browse all colors on this page. diff --git a/src/pages/traditional-colors-of-japan.astro b/src/pages/traditional-colors-of-japan.astro new file mode 100644 index 0000000..3d8ab89 --- /dev/null +++ b/src/pages/traditional-colors-of-japan.astro @@ -0,0 +1,47 @@ +--- +import GridLayout from '../layouts/GridLayout.astro'; + +import PageTitle from '../components/PageTitle.astro'; + +import { Content as Intro } from '../content/traditional-colors-of-japan/intro.mdx'; + +import { mapping } from '../mdx-components'; +--- + + + The Traditional Colors of Japan + +
+ +
+ +
+ Books + +
+ +
+
Color 1
+
Color 2
+
Color 3
+
Color 4
+
Color 5
+
Color 6
+
Color 7
+
Color 8
+
Color 9
+
Color 10
+ +
+