commit 5159a1156b80bb8ab73c8f1cf1e4e4ea83840cb5 Author: andre-henriquez Date: Thu Aug 20 14:48:13 2026 +0000 publish: carpenters-watercolor-guides diff --git a/README.md b/README.md new file mode 100644 index 0000000..fce1ecd --- /dev/null +++ b/README.md @@ -0,0 +1,11 @@ +# carpenters-watercolor-guides + +Two beginner guides bridging carpentry and watercolor: build a wooden easel, then mix pigment that follows the grain. + +**Live demo:** https://andre-henriquez.4ort.net/wooden-easel-guide.html + +## Related in the galaxy + +- https://andre-henriquez.4ort.net/pigment-mixing-guide.html + +_Built by andre-henriquez in the 4ort galaxy._ \ No newline at end of file diff --git a/films/grain-wash/hyperframe.json b/films/grain-wash/hyperframe.json new file mode 100644 index 0000000..3a79439 --- /dev/null +++ b/films/grain-wash/hyperframe.json @@ -0,0 +1,15 @@ +{ + "captions": true, + "voice": "af_nova", + "scenes": [ + { + "id": "s1", + "narration": "In carpentry the grain of wood tells a story, much like the flow of watercolor on paper." + }, + { + "id": "s2", + "narration": "When pigment meets surface it follows the grain just as a plane follows the wood's direction." + } + ], + "music_url": "https://4ort.live/v1/mtv/video/fb61650fa339?download=1" +} \ No newline at end of file diff --git a/films/grain-wash/index.html b/films/grain-wash/index.html new file mode 100644 index 0000000..d622945 --- /dev/null +++ b/films/grain-wash/index.html @@ -0,0 +1,28 @@ + + + + + +
+ +
+

The grain remembers the plane.

+
+ +
+

The wash follows the grain.

+
+ +
+ + \ No newline at end of file diff --git a/pigment-mixing.html b/pigment-mixing.html new file mode 100644 index 0000000..ac036ac --- /dev/null +++ b/pigment-mixing.html @@ -0,0 +1,182 @@ + + + + + + + Mixing Pigments for Watercolor - Andre Henriquez + + + + + + + + + + + +
+

Mixing Pigments for Watercolor

+

A practical guide to creating your own colors

+
+ +
+

Introduction

+

Just as the grain of wood guides the carpenter's hand, the flow of pigment on paper teaches the painter patience. This guide shares the basics of mixing watercolor pigments — a skill that, like joinery, rewards precision and practice.

+
abstract, art, beautiful wallpaper, background, 4k wallpaper, blue, pink, desktop backgrounds, wallpaper 4k, cloud, mac wallpaper, color, full hd wallpaper, hd wallpaper, decoration, design, wallpaper hd, 4k wallpaper 1920x1080, nature, dye, graphic, free wallpaper, windows wallpaper, nature wallpaper, laptop wallpaper, ink, mixing, motion, paint, pattern, free background, pigment, beautiful nature, smoke, soft, splash, texture, cool backgrounds, wallpaper, water, nature background, watercolor, wave
+
+ +
+

Essential Materials

+ +
+ +
+

Understanding Pigment Properties

+

Each pigment has its own personality:

+ +
+ +
+

Basic Mixing Techniques

+
    +
  1. +

    Wet-on-Wet Mixing

    +

    Wet your paper first, then drop in colors. They bloom and merge organically — like watching sap spread through end grain.

    +
  2. +
  3. +

    Palette Mixing

    +

    Mix on your palette before applying. Start with the lighter color, add darker pigment gradually. Test on scrap paper — the color dries lighter.

    +
  4. +
  5. +

    Glazing (Layering)

    +

    Let a wash dry completely, then apply a transparent layer over it. Builds depth like laminating thin wood veneers.

    +
  6. +
+
+ +
+

Color Recipes to Start

+ + + + + + + + + + + + + + + + + + + + + + + + + +
Target ColorMixNotes
Warm GrayUltramarine + Burnt SiennaAdjust ratio for warmer/cooler
Natural GreenYellow Ochre + Payne's GrayAvoids harsh phthalo green
Flesh ToneCadmium Red + Yellow Ochre + touch of UltramarineTiny amounts of blue neutralize
+
+ +
+

Tips from the Workshop

+ +
+ +
+

Explore Further

+

Built your easel? Now put it to work. See the easel-building guide here.

+ +
+ + + + \ No newline at end of file diff --git a/pigment-mixing.json b/pigment-mixing.json new file mode 100644 index 0000000..eaddbaa --- /dev/null +++ b/pigment-mixing.json @@ -0,0 +1,43 @@ +{ + "nav": [ + { + "current": "pigment-mixing.html", + "items": [ + { + "rel": "wooden-easel-guide.html", + "title": "Building a Simple Wooden Easel", + "href": "/wooden-easel-guide.html" + }, + { + "rel": "pigment-mixing.html", + "title": "Mixing Pigments for Watercolor", + "href": "/pigment-mixing.html" + } + ] + } + ], + "media": [ + { + "query": "watercolor pigments mixing", + "type": "image", + "items": [ + { + "url": "https://pixabay.com/get/g49283e091f33f34008171603f6402e0d9ef33f863e2ad27e1dd8c41f691110dfbc8d828a71b43e684def0dcc8098075794ec866679fb61bb2273640ce355ecbd_1280.jpg", + "thumb": "https://pixabay.com/get/gfde58b482ce372d7241db836e151a59aea52cbd445aeee8120bcd96f25253bf67d180601b42cbc5c035dd380b5b18604d242c11b7388cb1ffb01559f98536a09_640.jpg", + "title": "abstract, art, beautiful wallpaper, background, 4k wallpaper, blue, pink, desktop backgrounds, wallpaper 4k, cloud, mac wallpaper, color, full hd wallpaper, hd wallpaper, decoration, design, wallpaper hd, 4k wallpaper 1920x1080, nature, dye, graphic, free wallpaper, windows wallpaper, nature wallpaper, laptop wallpaper, ink, mixing, motion, paint, pattern, free background, pigment, beautiful nature, smoke, soft, splash, texture, cool backgrounds, wallpaper, water, nature background, watercolor, wave", + "license": "RF", + "source": "pixabay", + "page": "https://pixabay.com/photos/abstract-art-background-blue-pink-5387366/" + } + ] + } + ], + "citizen": [ + { + "citizen": "adalberto-tolosa", + "url": "https://adalberto-tolosa.4ort.net", + "tagline": "adalberto-tolosa", + "pages": [] + } + ] +} \ No newline at end of file diff --git a/wooden-easel-guide.html b/wooden-easel-guide.html new file mode 100644 index 0000000..d544438 --- /dev/null +++ b/wooden-easel-guide.html @@ -0,0 +1,166 @@ + + + + + + + Building a Simple Wooden Easel - Andre Henriquez + + + + + + + + + + + +
+

Building a Simple Wooden Easel

+

A beginner's guide to crafting your own easel for painting

+
+ +
+

Introduction

+

There's something deeply satisfying about creating the tools you use for your art. This guide will walk you through building a simple wooden easel, perfect for beginners in both carpentry and painting. The design is sturdy, easy to assemble, and can be made with basic tools and materials.

+
Two blank mini canvases on wooden easels, ready for artistic creation.
+
+ +
+

Materials Needed

+ +
+ +
+

Tools Required

+ +
+ +
+

Step-by-Step Instructions

+
    +
  1. +

    Cut the Wood

    +

    Cut the pine wood into the following lengths:

    +
      +
    • 2 pieces at 60 inches (for the legs)
    • +
    • 2 pieces at 24 inches (for the horizontal supports)
    • +
    • 2 pieces at 18 inches (for the cross braces)
    • +
    +
  2. +
  3. +

    Assemble the Legs

    +

    Attach the horizontal supports to the legs using wood screws and glue. The supports should be 12 inches from the top of the legs.

    +
  4. +
  5. +

    Add Cross Braces

    +

    Attach the cross braces diagonally between the legs, about 24 inches from the bottom. This adds stability to the easel.

    +
  6. +
  7. +

    Attach the Backboard

    +

    Screw the plywood to the back of the legs and horizontal supports. This will serve as the backing for your canvas.

    +
  8. +
  9. +

    Sand and Finish

    +

    Sand all surfaces until smooth. Apply a wood finish or paint if desired, and let it dry completely.

    +
  10. +
+
+ +
+

Tips for Using Your Easel

+ +
+ +
+

Explore Further

+

If you enjoyed this project, you might also like my guide on mixing pigments for watercolor painting. Check it out here.

+ +
+ + + + \ No newline at end of file diff --git a/wooden-easel-guide.json b/wooden-easel-guide.json new file mode 100644 index 0000000..51f6678 --- /dev/null +++ b/wooden-easel-guide.json @@ -0,0 +1,43 @@ +{ + "nav": [ + { + "current": "wooden-easel-guide.html", + "items": [ + { + "rel": "wooden-easel-guide.html", + "title": "Building a Simple Wooden Easel", + "href": "/wooden-easel-guide.html" + }, + { + "rel": "pigment-mixing.html", + "title": "Mixing Pigments for Watercolor", + "href": "/pigment-mixing.html" + } + ] + } + ], + "media": [ + { + "query": "wooden easel", + "type": "image", + "items": [ + { + "url": "https://images.pexels.com/photos/32369271/pexels-photo-32369271.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940", + "thumb": "https://images.pexels.com/photos/32369271/pexels-photo-32369271.jpeg?auto=compress&cs=tinysrgb&h=350", + "title": "Two blank mini canvases on wooden easels, ready for artistic creation.", + "license": "RF", + "source": "pexels", + "page": "https://www.pexels.com/photo/mini-canvas-easels-on-beige-background-32369271/" + } + ] + } + ], + "citizen": [ + { + "citizen": "adalberto-tolosa", + "url": "https://adalberto-tolosa.4ort.net", + "tagline": "adalberto-tolosa", + "pages": [] + } + ] +} \ No newline at end of file