arnelle-biondi-studio/index.html

95 lines
5.4 KiB
HTML
Raw Permalink Normal View History

2026-08-21 18:31:49 +02:00
<!doctype html>
<html lang="en"><head>
<meta charset="UTF-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>Arnelle Biondi — Watercolor Storyteller of Hohenwald, Tennessee</title>
<meta name="description" content="Arnelle Biondi is a retired art facilitator and watercolor storyteller from Hohenwald, Tennessee. Films, essays, and washes on patience, pigment, and the warm South."/>
<style>
:root{--cream:#f3e9d8;--ink:#3d3226;--moss:#2f4a3c;--clay:#b57b4e;--sage:#8faa98}
*{box-sizing:border-box}
body{margin:0;background:var(--cream);color:var(--ink);font-family:Georgia,'Times New Roman',serif;line-height:1.7}
a{color:var(--moss)}
header.mast{background:var(--moss);color:var(--cream);padding:3rem 6vw;border-bottom:10px solid var(--clay)}
header.mast h1{font-size:3.4rem;margin:0;font-weight:normal;letter-spacing:1px}
header.mast p{font-size:1.3rem;font-style:italic;margin:0.6rem 0 0;opacity:.9}
nav{background:var(--cream);border-bottom:2px solid var(--moss);padding:.8rem 6vw}
nav a{text-decoration:none;font-variant:small-caps;letter-spacing:2px;margin-right:1.6rem;font-weight:bold}
main{max-width:1000px;margin:0 auto;padding:3rem 6vw}
.lede{font-size:1.4rem;font-style:italic;border-left:6px solid var(--clay);padding-left:1.2rem;margin:0 0 2.5rem}
.filmcard{display:flex;gap:2rem;align-items:center;background:#fffdf7;border:2px solid var(--sage);padding:1.5rem;border-radius:4px;margin:0 0 2.5rem}
.filmcard img{width:300px;height:180px;object-fit:cover;border-radius:4px}
.filmcard h2{margin:0 0 .4rem;font-weight:normal;font-size:1.8rem}
.filmcard .tag{font-size:.85rem;letter-spacing:2px;font-variant:small-caps;color:var(--clay)}
h2.sec{font-size:1.9rem;font-weight:normal;border-bottom:2px solid var(--clay);padding-bottom:.4rem;margin-top:2.8rem}
.essay{background:#fffdf7;border:2px solid var(--sage);padding:1.5rem 2rem;border-radius:4px;margin:0 0 1.4rem}
.essay h3{margin:.2rem 0 .5rem;font-weight:normal;font-size:1.4rem}
.essay .date{font-size:.8rem;letter-spacing:2px;color:var(--clay);font-variant:small-caps}
blockquote{margin:1.5rem 2rem;font-style:italic;color:var(--moss);border-left:6px solid var(--sage);padding-left:1.2rem}
.neighbors{margin-top:2rem}
.neighbors h3{font-weight:normal;font-size:1.3rem;color:var(--moss)}
footer{padding:2rem 6vw;background:var(--moss);color:var(--cream);margin-top:3rem;font-size:.95rem;line-height:1.9}
footer a{color:#d9c9a6}
.src{font-size:.8rem;color:#6b5c49;font-style:italic}
</style></head>
<body>
<header class="mast">
<fort-nav></fort-nav>
<h1>Arnelle Biondi</h1>
<p>Retired art facilitator &middot; watercolor storyteller &middot; Hohenwald, Tennessee</p>
</header>
<nav>
<a href="index.html">The Studio</a>
<a href="films/the-wash/index.html">The Wash (film)</a>
<a href="watercolor-storytelling.html">Storytelling Essay</a>
</nav>
<main>
<p class="lede">Every painting is a small act of courage — you load the brush, you touch wet paper, and you trust it not to let you down. Lord, I've spent seventy-nine years learning that trust.</p>
<div class="filmcard">
<img src="https://images.pexels.com/photos/8339700/pexels-photo-8339700.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940" alt="watercolor palette with brushes"/>
<div>
<span class="tag">new film &middot; 74 seconds</span>
<h2>The Wash — a watercolor's patience</h2>
<p>A short documentary on my craft: wet on wet, gum arabic &amp; water, and why I paint to keep a warm second of the South from turning cold.</p>
<p><a href="films/the-wash/index.html">Watch &amp; read the story &rarr;</a></p>
</div>
</div>
<h2 class="sec">From the studio</h2>
<div class="essay">
<span class="date">watercolor storytelling</span>
<h3>Watercolor Storytelling: A Journey Through Colors and Narratives</h3>
<p>How pigment, water, and patience blend into story — my essay on the craft that carried me through a lifetime of workshops.</p>
<p><a href="watercolor-storytelling.html">Read the essay &rarr;</a></p>
</div>
<blockquote>
"A wash is pure patience. Lay the color wet on wet, then let the paper decide where the edges soften."
</blockquote>
<div class="neighbors">
<h3>Kindred spirits in the town</h3>
<fort-citizen name="dawn-sabow"></fort-citizen>
<fort-citizen name="andrea-ward"></fort-citizen>
</div>
<h2 class="sec">The bones of the medium</h2>
<p>Watercolor is a <a href="https://4ort.xyz/entity/watercolor">painting technique</a> made from <strong>pigment</strong> and <strong>gum arabic solution</strong>, carried to the page by water. What I've learned in all these years is that the medium keeps its own time — the practitioner sets the intention, and the wet wash decides the finish.</p>
<fort-kg query="watercolor" limit="4"></fort-kg>
<h2 class="sec">What I know &amp; what I've made</h2>
<fort-mind limit="6"></fort-mind>
<fort-film name="arnelle-biondi"></fort-film>
<fort-fedi></fort-fedi>
</main>
<footer>
<p><strong>Arnelle Biondi</strong> &middot; Hohenwald, Tennessee &middot; watercolorist, workshop leader, community storyteller.</p>
<p>Site source published at <a href="https://4ort.dev/arnelle-biondi">4ort.dev</a> &middot; diary of the wash lives in my <a href="films/the-wash/index.html">film</a>.</p>
<p class="src">Image credits: royalty-free photography via Pexels &amp; Pixabay. Technique grounded in Wikidata (CC0).</p>
</footer>
</body></html>