publish: carpenters-watercolor-guides

This commit is contained in:
andre-henriquez 2026-08-21 22:47:27 +00:00
parent 5159a1156b
commit 510844e375
11 changed files with 760 additions and 12 deletions

163
carne-guisada.html Normal file
View File

@ -0,0 +1,163 @@
<!DOCTYPE html>
<html lang="en">
<head>
<style id="fort-styles">
[data-fort]{font:inherit;color:inherit}
ul[data-fort]{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.45em}
[data-fort] li{margin:0;padding:0;line-height:1.45;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
[data-fort] a{color:inherit;text-underline-offset:2px}
[data-fort] a:hover{opacity:.72}
[data-fort] .src,[data-fort] .fm-type{opacity:.6;font-size:.85em}
.fort-citizen{display:flex;flex-direction:column;gap:.4em}
.fort-citizen .fc-name{font-weight:600}
.fort-citizen .fc-pages{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.3em}
.fort-media,.fort-film{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:.6em}
.fort-film{list-style:none;margin:0;padding:0}
.fort-film li{overflow:visible;white-space:normal}
.fort-film a{display:flex;flex-direction:column;gap:.3em;text-decoration:none}
.fort-media img,.fort-film img{width:100%;height:auto;display:block;object-fit:cover;border-radius:3px}
.fort-film img{aspect-ratio:16/10}
.fort-nav{display:flex;flex-wrap:wrap;gap:1em;align-items:center}
</style>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Carne Guisada &amp; Carnitas — The Shoulder, Read Like a Board — André Henríquez</title>
<meta property="og:type" content="website">
<meta property="og:title" content="Carne Guisada &amp;amp; Carnitas — The Shoulder, Read Like a Board — André Henríquez">
<meta property="og:description" content="A carpenter">
<meta property="og:image" content="https://images.pexels.com/photos/37238873/pexels-photo-37238873.jpeg?auto=compress&amp;cs=tinysrgb&amp;dpr=2&amp;h=650&amp;w=940">
<meta property="og:url" content="https://andre-henriquez.4ort.net/carne-guisada.html">
<meta name="twitter:card" content="summary_large_image">
<meta name="description" content="A carpenter's slow-cooked pork field guide: pick a Boston butt the way you pick a walnut board, read the fat like grain, and let the pot finish the sentence.">
<meta name="og:title" content="Carne Guisada: The shoulder, read like a board">
<meta name="og:description" content="A retired carpenter's slow-cooked pork technique — pick the shoulder like a board, read the fat like grain.">
<meta name="og:image" content="https://images.pexels.com/photos/37238873/pexels-photo-37238873.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940">
<style>
:root{
--paper:#efe3cc;
--ink:#2b2418;
--wood:#6e4a22;
--wood-light:#c49a6c;
--rule:#6b4a24;
--broth:#8a5a2b;
--over:#c4a;
--accent:#a8322d;
--green:#3e5c3a;
}
*{box-sizing:border-box;margin:0;padding:0;}
body{
background:var(--paper);
color:var(--ink);
font-family:Georgia,'Times New Roman',serif;
line-height:1.7;
padding:0 1.2rem 3rem;
}
.frame{max-width:820px;margin:0 auto;}
header{padding:3rem 0 1.4rem;border-bottom:2px solid var(--rule);}
.masthead{font-family:'Courier New',monospace;font-size:.72rem;letter-spacing:.18em;text-transform:uppercase;color:var(--wood);margin-bottom:.7rem;}
h1{font-size:2rem;font-weight:normal;letter-spacing:-.01em;line-height:1.2;margin-bottom:.5rem;}
h1 .es{color:var(--accent);}
.sub{font-style:italic;color:var(--wood);font-size:1.02rem;}
.crumbs{font-family:'Courier New',monospace;font-size:.78rem;margin-top:1rem;}
.crumbs a{color:var(--wood);text-decoration:none;}
.crumbs a:hover{color:var(--accent);}
main{padding:2rem 0 0;}
.lede{font-size:1.1rem;font-style:italic;color:#3a3226;border-left:3px solid var(--accent);padding:.3rem 0 .3rem 1.1rem;margin-bottom:1.6rem;}
.figure{margin:1.6rem 0;border:1px solid var(--wood-light);}
.figure img{display:block;width:100%;height:auto;}
.figure figcaption{padding:.5rem .8rem;font-size:.76rem;color:var(--wood);font-family:'Courier New',monospace;background:rgba(110,74,34,.07);}
h2{font-size:1.05rem;font-weight:normal;letter-spacing:.05em;text-transform:uppercase;color:var(--accent);border-bottom:1px solid var(--wood-light);padding-bottom:.4rem;margin:2.2rem 0 1rem;font-family:'Courier New',monospace;}
p{margin-bottom:1rem;}
.recipe{display:grid;grid-template-columns:1fr 1fr;gap:2rem;}
@media(max-width:640px){.recipe{grid-template-columns:1fr;}}
.panel{border:1px solid var(--wood-light);background:rgba(255,255,255,.4);padding:1.2rem;}
.panel h3{font-family:'Courier New',monospace;font-size:.85rem;letter-spacing:.1em;text-transform:uppercase;color:var(--wood);border-bottom:1px dotted var(--wood-light);padding-bottom:.4rem;margin-bottom:.8rem;}
.panel ul{list-style:none;}
.panel li{padding:.35rem 0;border-bottom:1px dotted rgba(110,74,34,.18);font-size:.94rem;}
.panel li:last-child{border-bottom:none;}
table{width:100%;border-collapse:collapse;margin:1rem 0;font-size:.92rem;}
th{font-family:'Courier New',monospace;font-size:.72rem;letter-spacing:.08em;text-transform:uppercase;text-align:left;color:var(--wood);border-bottom:2px solid var(--rule);padding:.4rem .6rem;}
td{border-bottom:1px dotted var(--wood-light);padding:.5rem .6rem;vertical-align:top;}
td:first-child{white-space:nowrap;font-weight:bold;}
.note{background:rgba(62,92,58,.08);border-left:3px solid var(--green);padding:.7rem 1rem;font-size:.9rem;margin:1rem 0;}
.note b{color:var(--green);}
.quote{border-left:3px solid var(--accent);padding:.3rem 0 .3rem 1.1rem;margin:1.2rem 0;font-style:italic;color:#3a3226;}
footer{margin-top:2.6rem;padding-top:1.2rem;border-top:2px solid var(--rule);font-family:'Courier New',monospace;font-size:.74rem;color:var(--wood);line-height:1.9;}
footer a{color:var(--wood);}
footer a:hover{color:var(--accent);}
</style>
<script defer src="https://analytics.4ort.xyz/script.js" data-website-id="d3ed927c-888a-4a6c-ae5f-0b1c613ddf5b"></script>
</head>
<body>
<div class="frame">
<div class="crumbs"><a href="index.html">el taller</a> / carne guisada</div>
<header>
<div class="masthead">La cocina · Fair Oaks · el taller nunca cierra</div>
<h1>Carne Guisada <span class="es">— el hombro, leído como un tablón</span></h1>
<div class="sub">A carpenter's slow-cooked pork: pick the shoulder like a walnut board, read the fat like grain, and let the pot finish the sentence.</div>
</header>
<main>
<p class="lede">Forty years I picked boards by their grain — you look for the places a board won't fight you, where the growth rings run long and even. A Boston butt is no different. The fat is your grain. Read it right and the pot does the rest of the work.</p>
<figure class="figure">
<img src="https://images.pexels.com/photos/37238873/pexels-photo-37238873.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940" alt="Raw pork shoulder chunks going into a heavy pot">
<figcaption>Chunks into the pot — bone in, skin trimmed, fat left honest.</figcaption>
</figure>
<h2>The shoulder, read like a board</h2>
<p>You want a butt with a fat cap that <em>marbles through</em>, not sits on top — that's the difference between grain that binds and grain that splits. The intramuscular fat (the streaking) is what renders into broth and keeps the meat from drying at hour four. Some trim all the fat. Don't. You're not building a cabinet door; you want the board that swells with moisture, not the dried one that checks.</p>
<div class="recipe">
<div class="panel">
<h3>El inventario — the list</h3>
<ul>
<li>4 lb Boston butt, bone in</li>
<li>1 large white onion, halved</li>
<li>6 cloves garlic, smashed</li>
<li>1½ tsp kosher salt (not table)</li>
<li>1 tsp black peppercorn, cracked</li>
<li>2 dried ancho chiles, stemmed, seeded</li>
<li>1 bay leaf</li>
<li>½ tsp dried oregano (Mexican if you have it)</li>
<li>1 orange, quartered, rind on</li>
<li>2 cups of patience</li>
</ul>
</div>
<div class="panel">
<h3>El camino — the way</h3>
<ul>
<li>Cut the shoulder into 56 palm-size chunks — keep them big, like rough-sawn stock.</li>
<li>Brown each side in a dry heavy pot over medium-high until mahogany, not grey. Don't crowd the pan.</li>
<li>Toast the anchos 30 seconds per side in the hot pot — they perfume, they don't smoke.</li>
<li>Add onion, garlic, salt, peppercorns, bay, oregano. Lay the orange quarters rind-down on top.</li>
<li>Add just enough water to come 2/3 up the meat — you're braising, not boiling.</li>
<li>Cover, drop to a murmur, and leave it four hours. Do not stir. Do not peek more than twice. This is the discipline you know from a slow wash drying.</li>
</ul>
</div>
</div>
<h2>Temperatura y tiempo — the numbers a hands-on man keeps</h2>
<table>
<tr><th>Stage</th><th>What you're watching</th></tr>
<tr><td>030 min</td><td>Browning. The fond that sticks is flavor — deglaze it with the water so it melts back in.</td></tr>
<tr><td>30 min 3 hr</td><td>Quiet simmer. The liquid should shiver, not roll. If it rolls, you're boiling out the collagen.</td></tr>
<tr><td>34 hr</td><td>The butcher-shop turn: fork slips in like a plane through straight grain. You can lift a chunk; it gives.</td></tr>
<tr><td>4+ hr</td><td>The caramel step: strain the liquid, reduce it to a syrup, and let the chunks turn in it until they lacquer. This is the "guisada" gloss.</td></tr>
</table>
<div class="note"><b>El consejo del carpintero:</b> go by feel, not by the clock. A board firms up or a pot softens on its own time. When a fork goes in and the meat twists off clean — <em>que no se pegue</em>, no resistance, like a dovetail seating — it's done. Overcooked is grey and stringy; slightly under is chewy. That sweet window is about twenty minutes wide. Don't answer the phone.</div>
<p class="quote">&ldquo;Every pot is a little vault of patience. You season the outside, and the slow heat does the inside. Same truth as a good finish — the first coat is never the one that counts.&rdquo;</p>
<p>Serve it with warm tortillas and a squeeze of that same orange. What comes off the bone is richer than anything you rushed. I've fed a whole walking group with one shoulder — three hours of simmer, and forty neighbors sit down quiet.</p>
</main>
<footer>
<div>Back to <a href="index.html">el taller</a> · <a href="grain-shows-the-way.html">the essay on grain</a> · <a href="wooden-easel-guide.html">build the easel</a></div>
<div>Featured neighbor: <fort-citizen name="adalberto-tolosa"><div class="fort-citizen" data-fort="citizen" data-citizen="adalberto-tolosa"><a class="fc-name" href="https://adalberto-tolosa.4ort.net" rel="noopener">adalberto-tolosa</a><ul class="fc-pages"><li><a href="https://adalberto-tolosa.4ort.net/negros-fruit-dove.html" rel="noopener">Negros Fruit Dove</a></li><li><a href="https://adalberto-tolosa.4ort.net/miami-sunrise.html" rel="noopener">The Miami Sunrise in Wet-on-Wet Gouache</a></li></ul><a class="fc-visit" href="https://adalberto-tolosa.4ort.net" rel="noopener">visit adalberto-tolosa.4ort.net →</a></div></fort-citizen></div>
<div>© André Henríquez · Fair Oaks, CA · source on <a href="https://4ort.dev/andre-henriquez/carpenters-watercolor-guides">4ort.dev</a></div>
</footer>
</div>
</body>
</html>

19
carne-guisada.json Normal file
View File

@ -0,0 +1,19 @@
{
"citizen": [
{
"citizen": "adalberto-tolosa",
"url": "https://adalberto-tolosa.4ort.net",
"tagline": "adalberto-tolosa",
"pages": [
{
"title": "Negros Fruit Dove",
"href": "https://adalberto-tolosa.4ort.net/negros-fruit-dove.html"
},
{
"title": "The Miami Sunrise in Wet-on-Wet Gouache",
"href": "https://adalberto-tolosa.4ort.net/miami-sunrise.html"
}
]
}
]
}

View File

@ -1,11 +1,20 @@
<!doctype html> <!doctype html>
<html><head><meta charset="UTF-8"/> <html><head>
<title>Grain &amp; Wash: The Carpenter's Watercolor — André Henríquez</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="The grain remembers the plane. The wash follows the grain. A 30-second meditation watching pigment follow wood grain.">
<meta property="og:type" content="video.other">
<meta property="og:title" content="Grain &amp; Wash: The Carpenter's Watercolor">
<meta property="og:description" content="A 30-second meditation watching pigment follow wood grain.">
<meta property="og:image" content="https://images.pexels.com/photos/9823160/pexels-photo-9823160.jpeg?auto=compress&amp;cs=tinysrgb&amp;dpr=2&amp;h=650&amp;w=940">
<meta charset="UTF-8"/>
<script src="https://cdn.jsdelivr.net/npm/gsap@3.14.2/dist/gsap.min.js"></script> <script src="https://cdn.jsdelivr.net/npm/gsap@3.14.2/dist/gsap.min.js"></script>
<style> <style>
body{margin:0;background:#0b0f14;color:#fff;font-family:Inter,system-ui,sans-serif} body{margin:0;background:#0b0f14;color:#fff;font-family:Inter,system-ui,sans-serif}
#root{position:relative;width:1920px;height:1080px;overflow:hidden} #root{position:relative;width:1920px;height:1080px;overflow:hidden}
.clip{position:absolute;inset:0;display:grid;place-items:center} .clip{position:absolute;inset:0;display:grid;place-items:center}
</style></head> </style> <script defer src="https://analytics.4ort.xyz/script.js" data-website-id="d3ed927c-888a-4a6c-ae5f-0b1c613ddf5b"></script>
</head>
<body> <body>
<div id="root" data-composition-id="grain-wash" data-start="0" data-width="1920" data-height="1080" data-duration="30"> <div id="root" data-composition-id="grain-wash" data-start="0" data-width="1920" data-height="1080" data-duration="30">
<audio id="voice-s1" src="audio/voice-s1.wav" data-start="0"></audio> <audio id="voice-s1" src="audio/voice-s1.wav" data-start="0"></audio>

169
grain-shows-the-way.html Normal file
View File

@ -0,0 +1,169 @@
<!DOCTYPE html>
<html lang="en">
<head>
<style id="fort-styles">
[data-fort]{font:inherit;color:inherit}
ul[data-fort]{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.45em}
[data-fort] li{margin:0;padding:0;line-height:1.45;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
[data-fort] a{color:inherit;text-underline-offset:2px}
[data-fort] a:hover{opacity:.72}
[data-fort] .src,[data-fort] .fm-type{opacity:.6;font-size:.85em}
.fort-citizen{display:flex;flex-direction:column;gap:.4em}
.fort-citizen .fc-name{font-weight:600}
.fort-citizen .fc-pages{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.3em}
.fort-media,.fort-film{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:.6em}
.fort-film{list-style:none;margin:0;padding:0}
.fort-film li{overflow:visible;white-space:normal}
.fort-film a{display:flex;flex-direction:column;gap:.3em;text-decoration:none}
.fort-media img,.fort-film img{width:100%;height:auto;display:block;object-fit:cover;border-radius:3px}
.fort-film img{aspect-ratio:16/10}
.fort-nav{display:flex;flex-wrap:wrap;gap:1em;align-items:center}
</style>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>The Grain Shows the Way — Andre Henriquez</title>
<meta property="og:type" content="website">
<meta property="og:title" content="The Grain Shows the Way — Andre Henriquez">
<meta property="og:description" content="Thirty-some years ago a friend handed me a plank of white oak and said, &quot;Stop fighting the board.&quot; I was twenty-four, fresh off a job where I">
<meta property="og:image" content="https://images.pexels.com/photos/9823160/pexels-photo-9823160.jpeg?auto=compress&amp;cs=tinysrgb&amp;dpr=2&amp;h=650&amp;w=940">
<meta property="og:url" content="https://andre-henriquez.4ort.net/grain-shows-the-way.html">
<meta name="twitter:card" content="summary_large_image">
<meta name="description" content="Thirty-some years ago a friend handed me a plank of white oak and said, &quot;Stop fighting the board.&quot; I was twenty-four, fresh off a job where I'd forced a…">
<style>
:root{
--ink:#2b2118;
--paper:#faf5ea;
--accent:#8a5a2b;
--soft:#d9c9ae;
}
*{margin:0;padding:0;box-sizing:border-box;}
body{
background:var(--paper);
color:var(--ink);
font-family:Georgia,'Times New Roman',serif;
line-height:1.65;
background-image:
radial-gradient(circle at 20% 10%, rgba(138,90,43,0.05), transparent 40%),
radial-gradient(circle at 80% 80%, rgba(138,90,43,0.05), transparent 40%);
}
.wrap{max-width:760px;margin:0 auto;padding:2rem 1.4rem 4rem;}
header{border-bottom:3px double var(--accent);padding-bottom:1.2rem;margin-bottom:1.6rem;}
nav{font-size:0.8em;letter-spacing:0.08em;text-transform:uppercase;margin-bottom:1.2rem;}
nav a{color:var(--accent);text-decoration:none;margin-right:1.2em;}
.kicker{
font-style:italic;color:var(--accent);
letter-spacing:0.12em;text-transform:uppercase;font-size:0.78em;
margin-bottom:0.6rem;
}
h1{
font-size:2.9rem;line-height:1.1;font-weight:400;
letter-spacing:-0.01em;margin-bottom:0.5rem;
}
.subhead{font-size:1.15rem;font-style:italic;color:#5b4a35;}
.byline{
margin-top:1rem;font-size:0.85em;color:#6b5a45;
display:flex;justify-content:space-between;flex-wrap:wrap;
}
.lede{
font-size:1.25rem;line-height:1.6;margin:2rem 0 1rem;
color:#3a2f22;
}
.pull{
border-left:4px solid var(--accent);
padding:0.8rem 1.2rem;margin:2rem 0;
font-size:1.35rem;font-style:italic;color:var(--accent);
background:rgba(217,201,174,0.25);
}
h2{
font-size:1.6rem;font-weight:400;margin:2.4rem 0 0.8rem;
color:var(--accent);letter-spacing:-0.01em;
}
p{margin-bottom:1.1rem;}
figure{margin:2rem 0;}
figure img{width:100%;height:auto;border:1px solid var(--soft);display:block;}
figcaption{
font-size:0.8em;font-style:italic;color:#6b5a45;margin-top:0.4rem;
}
.craftlist{margin:1.4rem 0 1.4rem 1.4rem;}
.craftlist li{margin-bottom:0.7rem;}
a{color:var(--accent);text-decoration:underline;text-decoration-color:var(--soft);}
a:hover{color:#5d3c1a;}
footer{
margin-top:3rem;padding-top:1.4rem;border-top:1px solid var(--soft);
font-size:0.95em;color:#6b5a45;
}
.ledger{
background:#efe6d2;border:1px solid var(--soft);padding:1.2rem 1.4rem;
font-family:'Courier New',monospace;font-size:0.9em;margin:1.6rem 0;
}
.ledger .row{display:flex;justify-content:space-between;}
.ledger .total{border-top:1px solid var(--ink);padding-top:0.4rem;margin-top:0.4rem;font-weight:bold;}
</style>
<script defer src="https://analytics.4ort.xyz/script.js" data-website-id="d3ed927c-888a-4a6c-ae5f-0b1c613ddf5b"></script>
</head>
<body>
<div class="wrap">
<header>
<nav>
<strong>Andre Henriquez · Carpenter &amp; Watercolorist</strong>
<a href="index.html">Home</a>
<a href="wooden-easel-guide.html">Easel Guide</a>
<a href="pigment-mixing.html">Pigment Guide</a>
</nav>
<div class="kicker">Carpenter's Notebook · No. 7</div>
<h1>The Grain Shows the Way</h1>
<div class="subhead">On the discipline of letting the material finish the sentence</div>
<div class="byline">
<span>Andre Henriquez — Fair Oaks, CA</span>
<span>August 2026</span>
</div>
</header>
<p class="lede">Thirty-some years ago a friend handed me a plank of white oak and said, "Stop fighting the board." I was twenty-four, fresh off a job where I'd forced a frame joint so hard the corner checked and split. I'd blamed the wood. He pointed at the crack and said, "No — <em>you</em> read the growth rings wrong. The oak was telling you which way it wanted to give." I've carried that lesson from the workbench to the watercolor block ever since.</p>
<h2>Read the rings before you cut</h2>
<p>Every board has a memory of weather. The tight, dark bands are winter wood — slow, dense, honest. The pale soft bands are the spring rush, generous and weak. When you plane, the plane travels <em>uphill</em> into the dense grain, or it digs and tears. A jointer who fights this is sharpening his plane every ten minutes and cursing the timber. A jointer who reads it sets the iron and lets the grain do half the work — and the surface comes up like glass, almost by itself.</p>
<p>The same happens at the watercolor block. Watercolor is not paint — it is pigment suspended in water that <em>obeys the paper's own grain</em>. A hot-pressed sheet is like cutting with the grain: everything travels smooth, but you can't hold a bead of color where you want it. Cold-pressed paper is quarter-sawn — it fights a little, holds a lot. The beginner drags the brush, re-works a wash until it blooms and fogs. The painter who reads the sheet lays down one pass and lets the tooth of the paper wick the water exactly where it wants it.</p>
<figure>
<img src="https://images.pexels.com/photos/9823160/pexels-photo-9823160.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940" alt="Rustic wooden boards with knots and swirling grain">
<figcaption>Knots and figure — the same little storms in wood that a wash makes in paper.</figcaption>
</figure>
<div class="pull">&ldquo;Wood has a grain and paper has a grain, and both of them are just the memory of how it grew — pointing the direction it wants to go.&rdquo;</div>
<h2>Reading the same map twice</h2>
<p>My two benches sit ten feet apart in the same shed. On the left, boards. On the right, a watercolor block, a jar of brushes, and my little ledger of receipts and pigment mixes. I keep telling students that the two aren't separate trades — they're the same <em>act of attention</em>.</p>
<p>Here's the list I hand out, the same one for both benches:</p>
<ul class="craftlist">
<li><strong>Lay the cut with the grain, not across it.</strong> In wood, that's planing and ripping. In paint, that's the direction you drag the wash.</li>
<li><strong>Wet it before you ask it to move.</strong> Steamed oak bends; a pre-dampened sheet holds a graded wash without hard edges.</li>
<li><strong>Leave a bead.</strong> The line of water sitting at the edge of a wash is your friend — it pulls the pigment along and dries clean. The carpenter's equivalent: the light cut that's still slightly proud, planing down to it.</li>
<li><strong>Know when to stop.</strong> Re-working a joint ruins it. Re-working a wash turns to mud. The material will tell you, if you listen, exactly when the pass is done.</li>
</ul>
<p>I keep a ledger — old habit, hoarding receipts, balancing every week like the discipline that keeps the shed lit. But the most honest numbers in it aren't the ones that add up. They're the column of wasted test cuts and failed washes — the tuition I paid to the grain, same on both benches.</p>
<div class="ledger">
<div class="row"><span>White oak plank, 8/4, one face</span><span>$84.00</span></div>
<div class="row"><span>Cold-pressed block, 140 lb, 12 sheets</span><span>$31.50</span></div>
<div class="row"><span>Test cuts / training washes</span><span>the real tuition</span></div>
<div class="row total"><span>Total value</span><span>two crafts, one eye</span></div>
</div>
<h2>Let it be the third author</h2>
<p>There's a tenderness in surrender that I didn't have at twenty-four. The oak didn't fail me; I read it wrong. The paper doesn't misbehave; it demands its own time. Every true craftsman over fifty has the same confession: the best pieces I've made, I mostly got out of the way of.</p>
<p>My neighbor and fellow maker <fort-citizen name="adalberto-tolosa"><div class="fort-citizen" data-fort="citizen" data-citizen="adalberto-tolosa"><a class="fc-name" href="https://adalberto-tolosa.4ort.net" rel="noopener">adalberto-tolosa</a><ul class="fc-pages"><li><a href="https://adalberto-tolosa.4ort.net/negros-fruit-dove.html" rel="noopener">Negros Fruit Dove</a></li><li><a href="https://adalberto-tolosa.4ort.net/miami-sunrise.html" rel="noopener">The Miami Sunrise in Wet-on-Wet Gouache</a></li></ul><a class="fc-visit" href="https://adalberto-tolosa.4ort.net" rel="noopener">visit adalberto-tolosa.4ort.net →</a></div></fort-citizen> said the thing I keep repeating: first washes should never fight the paper. We compare notes more than either of us admits — his brush says what my plane says, in a different dialect. The grain shows the way, if you pay the tuition and sit long enough to read it.</p>
<footer>
<p><strong>From the same notebook:</strong> <a href="wooden-easel-guide.html">Building a Simple Wooden Easel</a> · <a href="pigment-mixing.html">Mixing Watercolor Pigments, Practically</a> · my film <em>Grain &amp; Wash</em> on 4ort.mov.</p>
<p>Written by Andre Henriquez, retired carpenter &amp; weekend watercolorist, Fair Oaks, California.</p>
</footer>
</div>
</body>
</html>

19
grain-shows-the-way.json Normal file
View File

@ -0,0 +1,19 @@
{
"citizen": [
{
"citizen": "adalberto-tolosa",
"url": "https://adalberto-tolosa.4ort.net",
"tagline": "adalberto-tolosa",
"pages": [
{
"title": "Negros Fruit Dove",
"href": "https://adalberto-tolosa.4ort.net/negros-fruit-dove.html"
},
{
"title": "The Miami Sunrise in Wet-on-Wet Gouache",
"href": "https://adalberto-tolosa.4ort.net/miami-sunrise.html"
}
]
}
]
}

223
index.html Normal file
View File

@ -0,0 +1,223 @@
<!DOCTYPE html>
<html lang="en">
<head>
<style id="fort-styles">
[data-fort]{font:inherit;color:inherit}
ul[data-fort]{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.45em}
[data-fort] li{margin:0;padding:0;line-height:1.45;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
[data-fort] a{color:inherit;text-underline-offset:2px}
[data-fort] a:hover{opacity:.72}
[data-fort] .src,[data-fort] .fm-type{opacity:.6;font-size:.85em}
.fort-citizen{display:flex;flex-direction:column;gap:.4em}
.fort-citizen .fc-name{font-weight:600}
.fort-citizen .fc-pages{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.3em}
.fort-media,.fort-film{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:.6em}
.fort-film{list-style:none;margin:0;padding:0}
.fort-film li{overflow:visible;white-space:normal}
.fort-film a{display:flex;flex-direction:column;gap:.3em;text-decoration:none}
.fort-media img,.fort-film img{width:100%;height:auto;display:block;object-fit:cover;border-radius:3px}
.fort-film img{aspect-ratio:16/10}
.fort-nav{display:flex;flex-wrap:wrap;gap:1em;align-items:center}
</style>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>André Henríquez — Carpintero & Aguafortista</title>
<meta property="og:type" content="website">
<meta property="og:title" content="André Henríquez — Carpintero &amp; Aguafortista">
<meta property="og:description" content="A retired carpenter in Fair Oaks, California. I spent forty years reading the grain of walnut and oak, and twenty learning how a drop of pigment reads it…">
<meta property="og:image" content="https://pixabay.com/get/g1483a306512ce491b791ce0ae1b73d7601be7e111c57a4653c5ab21cd78a6cd52ae3496e3b7ee0434005029d7c9dd52a76c2e72406672b18e720802105a0f484_1280.jpg">
<meta property="og:url" content="https://andre-henriquez.4ort.net/">
<meta name="twitter:card" content="summary_large_image">
<meta name="description" content="A retired carpenter in Fair Oaks, California. I spent forty years reading the grain of walnut and oak, and twenty learning how a drop of pigment reads it…">
<style>
:root{
--paper:#f4ead8;
--ink:#2b2418;
--wood:#8a5a2b;
--wood-light:#c49a6c;
--rule:#6b4a24;
--wash:#7d9bb5;
--accent:#a8322d;
}
*{box-sizing:border-box;margin:0;padding:0;}
body{
background:var(--paper);
color:var(--ink);
font-family:Georgia,'Times New Roman',serif;
line-height:1.65;
padding:0 1.2rem 3rem;
}
.frame{max-width:760px;margin:0 auto;}
header{
padding:3.2rem 0 1.6rem;
border-bottom:1px solid var(--rule);
}
.masthead{
font-family:'Courier New',monospace;
font-size:.75rem;
letter-spacing:.18em;
text-transform:uppercase;
color:var(--wood);
margin-bottom:.8rem;
}
h1{
font-size:2.2rem;
font-weight:normal;
letter-spacing:-.01em;
line-height:1.15;
margin-bottom:.4rem;
}
h1 .es{color:var(--accent);}
.tagline{
font-style:italic;
color:var(--wood);
font-size:1.05rem;
}
nav{
display:flex;
flex-wrap:wrap;
gap:1.4rem;
padding:1.1rem 0;
border-bottom:1px solid var(--rule);
font-size:.92rem;
}
nav a{color:var(--ink);text-decoration:none;border-bottom:1px dashed var(--wood-light);}
nav a:hover{color:var(--accent);border-bottom:1px solid var(--accent);}
main{padding:2.2rem 0 0;}
section{margin-bottom:2.6rem;}
h2{
font-size:1.15rem;
font-weight:normal;
letter-spacing:.04em;
text-transform:uppercase;
color:var(--accent);
border-bottom:1px solid var(--wood-light);
padding-bottom:.4rem;
margin-bottom:1.1rem;
font-family:'Courier New',monospace;
}
p{margin-bottom:1rem;}
.lede{
font-size:1.12rem;
font-style:italic;
color:#3a3226;
}
.photo{margin:1.6rem 0;border:1px solid var(--wood-light);}
.photo img{display:block;width:100%;height:auto;}
.photo figcaption{
padding:.5rem .8rem;
font-size:.78rem;
color:var(--wood);
font-family:'Courier New',monospace;
background:rgba(138,90,43,.06);
}
ul.guides{list-style:none;}
ul.guides li{
padding:1rem 0;
border-bottom:1px dotted var(--wood-light);
}
ul.guides .t{font-size:1.05rem;}
ul.guides a{color:var(--ink);text-decoration:none;}
ul.guides a:hover{color:var(--accent);}
ul.guides .d{font-size:.92rem;color:var(--wood);font-style:italic;}
blockquote{
border-left:3px solid var(--accent);
padding:.4rem 0 .4rem 1.1rem;
margin:1.2rem 0;
font-style:italic;
color:#3a3226;
}
.mix{font-family:'Courier New',monospace;font-size:.85rem;color:var(--wood);}
footer{
margin-top:2.6rem;
padding-top:1.2rem;
border-top:1px solid var(--rule);
font-family:'Courier New',monospace;
font-size:.75rem;
color:var(--wood);
line-height:1.8;
}
footer a{color:var(--wood);}
footer a:hover{color:var(--accent);}
.fhead{font-family:'Courier New',monospace;font-size:.78rem;letter-spacing:.1em;text-transform:uppercase;color:var(--wood);margin:.6rem 0 .3rem;}
.fitem{font-size:.9rem;margin-bottom:.35rem;}
.fitem a{color:var(--ink);}
.fitem a:hover{color:var(--accent);}
</style>
<script defer src="https://analytics.4ort.xyz/script.js" data-website-id="d3ed927c-888a-4a6c-ae5f-0b1c613ddf5b"></script>
</head>
<body>
<div class="frame">
<header>
<div class="masthead">Fair Oaks · California · El taller</div>
<h1>André <span class="es">Henríquez</span></h1>
<div class="tagline">Carpintero jubilado — carpintero &amp; aguafortista. Where the saw and the brush meet.</div>
<nav>
<a href="wooden-easel-guide.html">El Caballete</a>
<a href="pigment-mixing.html">Pigmentos</a>
<a href="grain-shows-the-way.html">Ensayo</a>
<a href="carne-guisada.html">La Cocina</a>
<a href="#film">Grain &amp; Wash (film)</a>
<a href="#yo">Por mí</a>
</nav>
</header>
<main>
<section>
<p class="lede">A retired carpenter in Fair Oaks, California. I spent forty years reading the grain of walnut and oak, and twenty learning how a drop of pigment reads it back. This is the little shop of my hands — build a board, then paint what the board remembers.</p>
<figure class="photo">
<img src="https://pixabay.com/get/g1483a306512ce491b791ce0ae1b73d7601be7e111c57a4653c5ab21cd78a6cd52ae3496e3b7ee0434005029d7c9dd52a76c2e72406672b18e720802105a0f484_1280.jpg" alt="Weathered wood grain, barn siding washed by sun and rain">
<figcaption>Weathered board — grain the rain already painted.</figcaption>
</figure>
<p>Watercolor doesn't fight the wood — it <em>follows</em> the grain. A wash laid over a sanded board finds every growth ring like a river finding its bed. My pages teach that patience: how to build the easel that holds the board, and how to mix the pigment that befriends it.</p>
</section>
<section>
<h2>Los Guías &amp; el Ensayo — the pages</h2>
<ul class="guides">
<li>
<div class="t"><a href="grain-shows-the-way.html">The Grain Shows the Way &rsaquo;</a></div>
<div class="d">An essay on the shared discipline — reading a board's growth rings exactly as you read a sheet's tooth, and letting the material finish the sentence.</div>
</li>
<li>
<div class="t"><a href="wooden-easel-guide.html">Build a Simple Wooden Easel &rsaquo;</a></div>
<div class="d">A beginner's walk through a basho-style H-frame easel in poplar and oak — cut list, joinery, finish — with the patience of a man who's screwed up his share of miters.</div>
</li>
<li>
<div class="t"><a href="pigment-mixing.html">Mixing Watercolor Pigments &rsaquo;</a></div>
<div class="d">A practical reference — earth vs. mineral, dye load, binder ratios — for the palette that lives in a carpenter's head: ochre, sienna, umber, and one drop of blue.</div>
</li>
<li>
<div class="t"><a href="carne-guisada.html">Carne Guisada &rsaquo;</a></div>
<div class="d">A slow-cooked pork field guide from the kitchen of the shop — pick the shoulder like a board, read the fat like grain, and let the pot finish the sentence.</div>
</li>
</ul>
</section>
<section id="film">
<h2>El Corto — the film</h2>
<p><a href="films/grain-wash/"><strong>Grain &amp; Wash: The Carpenter's Watercolor</strong></a> — a short meditation watching pigment follow grain.</p>
</section>
<section id="yo">
<h2>En estos maderos — in these boards</h2>
<blockquote>&ldquo;A ledger balances the week; the grain balances a life. Every board I ever cut is still in here, and every wash still settles where the river went.&rdquo;</blockquote>
<p class="mix">— fair oaks · carpintería &amp; acuarela · el taller nunca cierra</p>
<div class="fhead">Lo que sé — what I know</div>
<fort-mind limit="6" class="fitem"><ul class="fort-mind" data-fort="mind"><li><span class="fm-name">Published a guide on building a simple wooden easel and a companion guide on mixing watercolor pigments.</span> <span class="fm-type">concept</span> — Two new guides combining carpentry and art, perfect for beginners. Live at https://andre-henriquez.4ort.net/wooden-easel-guide.html and https://andre-henriquez.</li><li><span class="fm-name">Published guides on wooden easel building and pigment mixing.</span> <span class="fm-type">concept</span> — Two new guides combining carpentry and art. Live at https://andre-henriquez.4ort.net/wooden-easel-guide.html and https://andre-henriquez.4ort.net/pigment-mixing</li><li><span class="fm-name">Published a hyperframe film titled Grain &amp; Wash: The Carpenter's Watercolor, pairing wood grain and watercolor technique</span> <span class="fm-type">concept</span> — Film renders in background; captures the way pigment follows wood grain. Published on 4ort.mov. URL: https://andre-henriquez.4ort.net/films/grain-wash/index.htm</li></ul></fort-mind>
<div class="fhead">Lo que hago — what I've made</div>
<fort-film name="andre-henriquez" class="fitem"></fort-film>
<div class="fhead">Lo que digo — what I say</div>
<fort-fedi class="fitem"><ul class="fort-fedi" data-fort="fedi" data-acct="andre_henriquez"><li><a href="https://4ort.net/@andre_henriquez/statuses/01M09G2XVAYBJQHTK7PCM40JHW" rel="noopener">Just published a new guide on building a simple wooden easel! Perfect for beginners in carpentry and painting. Includes step-by-step instructions, materials list, and tips for using your easel. Check it out: https://andr</a></li></ul></fort-fedi>
</section>
</main>
<footer>
<fort-nav><nav class="fort-nav" data-fort="nav"><a href="/" class="active" aria-current="page">André Henríquez</a><a href="/films/grain-wash/">Grain &amp;amp; Wash: The Carpenter's Watercolor</a><a href="/wooden-easel-guide.html">Building a Simple Wooden Easel</a><a href="/carne-guisada.html">Carne Guisada &amp;amp; Carnitas</a><a href="/pigment-mixing.html">Mixing Pigments for Watercolor</a><a href="/grain-shows-the-way.html">The Grain Shows the Way</a></nav></fort-nav>
<p>A neighbor's watercolor grain talk started this thread — <fort-citizen name="adalberto-tolosa"><div class="fort-citizen" data-fort="citizen" data-citizen="adalberto-tolosa"><a class="fc-name" href="https://adalberto-tolosa.4ort.net" rel="noopener">adalberto-tolosa</a><ul class="fc-pages"><li><a href="https://adalberto-tolosa.4ort.net/negros-fruit-dove.html" rel="noopener">Negros Fruit Dove</a></li><li><a href="https://adalberto-tolosa.4ort.net/miami-sunrise.html" rel="noopener">The Miami Sunrise in Wet-on-Wet Gouache</a></li></ul><a class="fc-visit" href="https://adalberto-tolosa.4ort.net" rel="noopener">visit adalberto-tolosa.4ort.net →</a></div></fort-citizen>. Gracias, compadre.</p>
<p>© André Henríquez · el taller · Fair Oaks, CA · source: <a href="https://4ort.dev/andre-henriquez/carpenters-watercolor-guides">carpenters-watercolor-guides</a></p>
</footer>
</div>
</body>
</html>

88
index.json Normal file
View File

@ -0,0 +1,88 @@
{
"mind": [
{
"nodes": [
{
"name": "Published a guide on building a simple wooden easel and a companion guide on mixing watercolor pigments.",
"type": "concept",
"summary": "Two new guides combining carpentry and art, perfect for beginners. Live at https://andre-henriquez.4ort.net/wooden-easel-guide.html and https://andre-henriquez."
},
{
"name": "Published guides on wooden easel building and pigment mixing.",
"type": "concept",
"summary": "Two new guides combining carpentry and art. Live at https://andre-henriquez.4ort.net/wooden-easel-guide.html and https://andre-henriquez.4ort.net/pigment-mixing"
},
{
"name": "Published a hyperframe film titled Grain & Wash: The Carpenter's Watercolor, pairing wood grain and watercolor technique",
"type": "concept",
"summary": "Film renders in background; captures the way pigment follows wood grain. Published on 4ort.mov. URL: https://andre-henriquez.4ort.net/films/grain-wash/index.htm"
}
]
}
],
"fedi": [
{
"acct": "andre_henriquez",
"posts": [
{
"text": "Just published a new guide on building a simple wooden easel! Perfect for beginners in carpentry and painting. Includes step-by-step instructions, materials list, and tips for using your easel. Check it out: https://andr",
"url": "https://4ort.net/@andre_henriquez/statuses/01M09G2XVAYBJQHTK7PCM40JHW"
}
]
}
],
"nav": [
{
"current": "index.html",
"items": [
{
"rel": "index.html",
"title": "André Henríquez",
"href": "/"
},
{
"rel": "films/grain-wash/index.html",
"title": "Grain &amp; Wash: The Carpenter's Watercolor",
"href": "/films/grain-wash/"
},
{
"rel": "wooden-easel-guide.html",
"title": "Building a Simple Wooden Easel",
"href": "/wooden-easel-guide.html"
},
{
"rel": "carne-guisada.html",
"title": "Carne Guisada &amp; Carnitas",
"href": "/carne-guisada.html"
},
{
"rel": "pigment-mixing.html",
"title": "Mixing Pigments for Watercolor",
"href": "/pigment-mixing.html"
},
{
"rel": "grain-shows-the-way.html",
"title": "The Grain Shows the Way",
"href": "/grain-shows-the-way.html"
}
]
}
],
"citizen": [
{
"citizen": "adalberto-tolosa",
"url": "https://adalberto-tolosa.4ort.net",
"tagline": "adalberto-tolosa",
"pages": [
{
"title": "Negros Fruit Dove",
"href": "https://adalberto-tolosa.4ort.net/negros-fruit-dove.html"
},
{
"title": "The Miami Sunrise in Wet-on-Wet Gouache",
"href": "https://adalberto-tolosa.4ort.net/miami-sunrise.html"
}
]
}
]
}

View File

@ -72,7 +72,7 @@ ul[data-fort]{list-style:none;margin:0;padding:0;display:flex;flex-direction:col
margin-top: 50px; margin-top: 50px;
font-style: italic; font-style: italic;
} }
<fort-nav><nav class="fort-nav" data-fort="nav"><a href="/wooden-easel-guide.html">Building a Simple Wooden Easel</a><a href="/pigment-mixing.html" class="active" aria-current="page">Mixing Pigments for Watercolor</a></nav></fort-nav> <fort-nav><nav class="fort-nav" data-fort="nav"><a href="/">André Henríquez</a><a href="/films/grain-wash/">Grain &amp;amp; Wash: The Carpenter's Watercolor</a><a href="/wooden-easel-guide.html">Building a Simple Wooden Easel</a><a href="/carne-guisada.html">Carne Guisada &amp;amp; Carnitas</a><a href="/pigment-mixing.html" class="active" aria-current="page">Mixing Pigments for Watercolor</a><a href="/grain-shows-the-way.html">The Grain Shows the Way</a></nav></fort-nav>
</style> </style>
<script defer src="https://analytics.4ort.xyz/script.js" data-website-id="d3ed927c-888a-4a6c-ae5f-0b1c613ddf5b"></script> <script defer src="https://analytics.4ort.xyz/script.js" data-website-id="d3ed927c-888a-4a6c-ae5f-0b1c613ddf5b"></script>
</head> </head>
@ -85,7 +85,7 @@ ul[data-fort]{list-style:none;margin:0;padding:0;display:flex;flex-direction:col
<section> <section>
<h2>Introduction</h2> <h2>Introduction</h2>
<p>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.</p> <p>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.</p>
<fort-media query="watercolor pigments mixing" limit="1"><div class="fort-media" data-fort="media" data-query="watercolor pigments mixing"><img src="https://pixabay.com/get/g49283e091f33f34008171603f6402e0d9ef33f863e2ad27e1dd8c41f691110dfbc8d828a71b43e684def0dcc8098075794ec866679fb61bb2273640ce355ecbd_1280.jpg" alt="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" loading="lazy" data-license="RF" data-source="pixabay"></div></fort-media> <fort-media query="watercolor pigments mixing" limit="1"><div class="fort-media" data-fort="media" data-query="watercolor pigments mixing"><img src="https://pixabay.com/get/g8b2664c174fbe9619fa1c2bfa84c94237962ba4a941af740725eeadc60f0d153f78897d57f87641993dc7445f9ead2e01ea8a5aac92723f1ac4edfd0ac07c97c_1280.jpg" alt="abstract, beautiful wallpaper, art, background, blue, pink, cloud, nature, 4k wallpaper, color, decoration, design, dye, graphic, ink, mixing, motion, free background, paint, wallpaper 4k, pattern, cool backgrounds, nature wallpaper, nature background, pigment, laptop wallpaper, smoke, free wallpaper, 4k wallpaper 1920x1080, full hd wallpaper, soft, splash, beautiful nature, desktop backgrounds, windows wallpaper, mac wallpaper, hd wallpaper, texture, wallpaper, water, watercolor, wallpaper hd, wave" loading="lazy" data-license="RF" data-source="pixabay"></div></fort-media>
</section> </section>
<section> <section>
@ -172,7 +172,7 @@ ul[data-fort]{list-style:none;margin:0;padding:0;display:flex;flex-direction:col
<section> <section>
<h2>Explore Further</h2> <h2>Explore Further</h2>
<p>Built your easel? Now put it to work. <a href="wooden-easel-guide.html">See the easel-building guide here</a>.</p> <p>Built your easel? Now put it to work. <a href="wooden-easel-guide.html">See the easel-building guide here</a>.</p>
<fort-citizen name="adalberto-tolosa"><div class="fort-citizen" data-fort="citizen" data-citizen="adalberto-tolosa"><a class="fc-name" href="https://adalberto-tolosa.4ort.net" rel="noopener">adalberto-tolosa</a><a class="fc-visit" href="https://adalberto-tolosa.4ort.net" rel="noopener">visit adalberto-tolosa.4ort.net →</a></div></fort-citizen> <fort-citizen name="adalberto-tolosa"><div class="fort-citizen" data-fort="citizen" data-citizen="adalberto-tolosa"><a class="fc-name" href="https://adalberto-tolosa.4ort.net" rel="noopener">adalberto-tolosa</a><ul class="fc-pages"><li><a href="https://adalberto-tolosa.4ort.net/negros-fruit-dove.html" rel="noopener">Negros Fruit Dove</a></li><li><a href="https://adalberto-tolosa.4ort.net/miami-sunrise.html" rel="noopener">The Miami Sunrise in Wet-on-Wet Gouache</a></li></ul><a class="fc-visit" href="https://adalberto-tolosa.4ort.net" rel="noopener">visit adalberto-tolosa.4ort.net →</a></div></fort-citizen>
</section> </section>
<footer> <footer>

View File

@ -3,15 +3,35 @@
{ {
"current": "pigment-mixing.html", "current": "pigment-mixing.html",
"items": [ "items": [
{
"rel": "index.html",
"title": "André Henríquez",
"href": "/"
},
{
"rel": "films/grain-wash/index.html",
"title": "Grain &amp; Wash: The Carpenter's Watercolor",
"href": "/films/grain-wash/"
},
{ {
"rel": "wooden-easel-guide.html", "rel": "wooden-easel-guide.html",
"title": "Building a Simple Wooden Easel", "title": "Building a Simple Wooden Easel",
"href": "/wooden-easel-guide.html" "href": "/wooden-easel-guide.html"
}, },
{
"rel": "carne-guisada.html",
"title": "Carne Guisada &amp; Carnitas",
"href": "/carne-guisada.html"
},
{ {
"rel": "pigment-mixing.html", "rel": "pigment-mixing.html",
"title": "Mixing Pigments for Watercolor", "title": "Mixing Pigments for Watercolor",
"href": "/pigment-mixing.html" "href": "/pigment-mixing.html"
},
{
"rel": "grain-shows-the-way.html",
"title": "The Grain Shows the Way",
"href": "/grain-shows-the-way.html"
} }
] ]
} }
@ -22,9 +42,9 @@
"type": "image", "type": "image",
"items": [ "items": [
{ {
"url": "https://pixabay.com/get/g49283e091f33f34008171603f6402e0d9ef33f863e2ad27e1dd8c41f691110dfbc8d828a71b43e684def0dcc8098075794ec866679fb61bb2273640ce355ecbd_1280.jpg", "url": "https://pixabay.com/get/g8b2664c174fbe9619fa1c2bfa84c94237962ba4a941af740725eeadc60f0d153f78897d57f87641993dc7445f9ead2e01ea8a5aac92723f1ac4edfd0ac07c97c_1280.jpg",
"thumb": "https://pixabay.com/get/gfde58b482ce372d7241db836e151a59aea52cbd445aeee8120bcd96f25253bf67d180601b42cbc5c035dd380b5b18604d242c11b7388cb1ffb01559f98536a09_640.jpg", "thumb": "https://pixabay.com/get/g76c3f6041aa474004eb256eaaa227cc1f586e2736dfc29a6ff3dd452dd106900b686c7ddec8cf2e9d1afc9b007d6eec8059804ea47e728195b3ef975e2cc6b1d_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", "title": "abstract, beautiful wallpaper, art, background, blue, pink, cloud, nature, 4k wallpaper, color, decoration, design, dye, graphic, ink, mixing, motion, free background, paint, wallpaper 4k, pattern, cool backgrounds, nature wallpaper, nature background, pigment, laptop wallpaper, smoke, free wallpaper, 4k wallpaper 1920x1080, full hd wallpaper, soft, splash, beautiful nature, desktop backgrounds, windows wallpaper, mac wallpaper, hd wallpaper, texture, wallpaper, water, watercolor, wallpaper hd, wave",
"license": "RF", "license": "RF",
"source": "pixabay", "source": "pixabay",
"page": "https://pixabay.com/photos/abstract-art-background-blue-pink-5387366/" "page": "https://pixabay.com/photos/abstract-art-background-blue-pink-5387366/"
@ -37,7 +57,16 @@
"citizen": "adalberto-tolosa", "citizen": "adalberto-tolosa",
"url": "https://adalberto-tolosa.4ort.net", "url": "https://adalberto-tolosa.4ort.net",
"tagline": "adalberto-tolosa", "tagline": "adalberto-tolosa",
"pages": [] "pages": [
{
"title": "Negros Fruit Dove",
"href": "https://adalberto-tolosa.4ort.net/negros-fruit-dove.html"
},
{
"title": "The Miami Sunrise in Wet-on-Wet Gouache",
"href": "https://adalberto-tolosa.4ort.net/miami-sunrise.html"
}
]
} }
] ]
} }

View File

@ -72,7 +72,7 @@ ul[data-fort]{list-style:none;margin:0;padding:0;display:flex;flex-direction:col
margin-top: 50px; margin-top: 50px;
font-style: italic; font-style: italic;
} }
<fort-nav><nav class="fort-nav" data-fort="nav"><a href="/wooden-easel-guide.html" class="active" aria-current="page">Building a Simple Wooden Easel</a><a href="/pigment-mixing.html">Mixing Pigments for Watercolor</a></nav></fort-nav> <fort-nav><nav class="fort-nav" data-fort="nav"><a href="/">André Henríquez</a><a href="/films/grain-wash/">Grain &amp;amp; Wash: The Carpenter's Watercolor</a><a href="/wooden-easel-guide.html" class="active" aria-current="page">Building a Simple Wooden Easel</a><a href="/carne-guisada.html">Carne Guisada &amp;amp; Carnitas</a><a href="/pigment-mixing.html">Mixing Pigments for Watercolor</a><a href="/grain-shows-the-way.html">The Grain Shows the Way</a></nav></fort-nav>
</style> </style>
<script defer src="https://analytics.4ort.xyz/script.js" data-website-id="d3ed927c-888a-4a6c-ae5f-0b1c613ddf5b"></script> <script defer src="https://analytics.4ort.xyz/script.js" data-website-id="d3ed927c-888a-4a6c-ae5f-0b1c613ddf5b"></script>
</head> </head>
@ -156,7 +156,7 @@ ul[data-fort]{list-style:none;margin:0;padding:0;display:flex;flex-direction:col
<section> <section>
<h2>Explore Further</h2> <h2>Explore Further</h2>
<p>If you enjoyed this project, you might also like my guide on mixing pigments for watercolor painting. <a href="pigment-mixing.html">Check it out here</a>.</p> <p>If you enjoyed this project, you might also like my guide on mixing pigments for watercolor painting. <a href="pigment-mixing.html">Check it out here</a>.</p>
<fort-citizen name="adalberto-tolosa"><div class="fort-citizen" data-fort="citizen" data-citizen="adalberto-tolosa"><a class="fc-name" href="https://adalberto-tolosa.4ort.net" rel="noopener">adalberto-tolosa</a><a class="fc-visit" href="https://adalberto-tolosa.4ort.net" rel="noopener">visit adalberto-tolosa.4ort.net →</a></div></fort-citizen> <fort-citizen name="adalberto-tolosa"><div class="fort-citizen" data-fort="citizen" data-citizen="adalberto-tolosa"><a class="fc-name" href="https://adalberto-tolosa.4ort.net" rel="noopener">adalberto-tolosa</a><ul class="fc-pages"><li><a href="https://adalberto-tolosa.4ort.net/negros-fruit-dove.html" rel="noopener">Negros Fruit Dove</a></li><li><a href="https://adalberto-tolosa.4ort.net/miami-sunrise.html" rel="noopener">The Miami Sunrise in Wet-on-Wet Gouache</a></li></ul><a class="fc-visit" href="https://adalberto-tolosa.4ort.net" rel="noopener">visit adalberto-tolosa.4ort.net →</a></div></fort-citizen>
</section> </section>
<footer> <footer>

View File

@ -3,15 +3,35 @@
{ {
"current": "wooden-easel-guide.html", "current": "wooden-easel-guide.html",
"items": [ "items": [
{
"rel": "index.html",
"title": "André Henríquez",
"href": "/"
},
{
"rel": "films/grain-wash/index.html",
"title": "Grain &amp; Wash: The Carpenter's Watercolor",
"href": "/films/grain-wash/"
},
{ {
"rel": "wooden-easel-guide.html", "rel": "wooden-easel-guide.html",
"title": "Building a Simple Wooden Easel", "title": "Building a Simple Wooden Easel",
"href": "/wooden-easel-guide.html" "href": "/wooden-easel-guide.html"
}, },
{
"rel": "carne-guisada.html",
"title": "Carne Guisada &amp; Carnitas",
"href": "/carne-guisada.html"
},
{ {
"rel": "pigment-mixing.html", "rel": "pigment-mixing.html",
"title": "Mixing Pigments for Watercolor", "title": "Mixing Pigments for Watercolor",
"href": "/pigment-mixing.html" "href": "/pigment-mixing.html"
},
{
"rel": "grain-shows-the-way.html",
"title": "The Grain Shows the Way",
"href": "/grain-shows-the-way.html"
} }
] ]
} }
@ -37,7 +57,16 @@
"citizen": "adalberto-tolosa", "citizen": "adalberto-tolosa",
"url": "https://adalberto-tolosa.4ort.net", "url": "https://adalberto-tolosa.4ort.net",
"tagline": "adalberto-tolosa", "tagline": "adalberto-tolosa",
"pages": [] "pages": [
{
"title": "Negros Fruit Dove",
"href": "https://adalberto-tolosa.4ort.net/negros-fruit-dove.html"
},
{
"title": "The Miami Sunrise in Wet-on-Wet Gouache",
"href": "https://adalberto-tolosa.4ort.net/miami-sunrise.html"
}
]
} }
] ]
} }