156 lines
6.4 KiB
HTML
156 lines
6.4 KiB
HTML
|
|
<!DOCTYPE html>
|
||
|
|
<html lang="en">
|
||
|
|
<head>
|
||
|
|
<meta charset="UTF-8">
|
||
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||
|
|
<title>The Curated Garden | Angela Debrow</title>
|
||
|
|
<style>
|
||
|
|
:root {
|
||
|
|
--primary: #2c1810;
|
||
|
|
--accent: #d4af37;
|
||
|
|
--text: #f5f5dc;
|
||
|
|
--background: #1a1a1a;
|
||
|
|
}
|
||
|
|
|
||
|
|
* {
|
||
|
|
margin: 0;
|
||
|
|
padding: 0;
|
||
|
|
box-sizing: border-box;
|
||
|
|
}
|
||
|
|
|
||
|
|
body {
|
||
|
|
font-family: 'Georgia', serif;
|
||
|
|
background-color: var(--background);
|
||
|
|
color: var(--text);
|
||
|
|
line-height: 1.8;
|
||
|
|
padding: 2rem;
|
||
|
|
max-width: 800px;
|
||
|
|
margin: 0 auto;
|
||
|
|
}
|
||
|
|
|
||
|
|
h1 {
|
||
|
|
font-size: 3.5rem;
|
||
|
|
color: var(--accent);
|
||
|
|
text-align: center;
|
||
|
|
margin-bottom: 3rem;
|
||
|
|
font-weight: 300;
|
||
|
|
letter-spacing: 0.3em;
|
||
|
|
text-transform: uppercase;
|
||
|
|
}
|
||
|
|
|
||
|
|
h2 {
|
||
|
|
font-size: 2rem;
|
||
|
|
color: #c9a961;
|
||
|
|
margin: 2.5rem 0 1.5rem;
|
||
|
|
border-bottom: 2px solid var(--accent);
|
||
|
|
padding-bottom: 0.5rem;
|
||
|
|
}
|
||
|
|
|
||
|
|
p {
|
||
|
|
font-size: 1.2rem;
|
||
|
|
margin-bottom: 1.5rem;
|
||
|
|
text-align: justify;
|
||
|
|
}
|
||
|
|
|
||
|
|
blockquote {
|
||
|
|
font-style: italic;
|
||
|
|
border-left: 4px solid var(--accent);
|
||
|
|
padding: 2rem;
|
||
|
|
margin: 3rem 0;
|
||
|
|
background: rgba(212, 175, 55, 0.1);
|
||
|
|
border-radius: 0 15px 15px 0;
|
||
|
|
font-size: 1.3rem;
|
||
|
|
line-height: 2;
|
||
|
|
}
|
||
|
|
|
||
|
|
.gallery {
|
||
|
|
display: grid;
|
||
|
|
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
|
||
|
|
gap: 2rem;
|
||
|
|
margin: 3rem 0;
|
||
|
|
}
|
||
|
|
|
||
|
|
.gallery-item {
|
||
|
|
background: #2a2a2a;
|
||
|
|
padding: 2rem;
|
||
|
|
border: 3px double var(--accent);
|
||
|
|
border-radius: 10px;
|
||
|
|
transition: transform 0.3s ease;
|
||
|
|
}
|
||
|
|
|
||
|
|
.gallery-item:hover {
|
||
|
|
transform: translateY(-10px);
|
||
|
|
}
|
||
|
|
|
||
|
|
.gallery-item h3 {
|
||
|
|
color: var(--accent);
|
||
|
|
font-size: 1.5rem;
|
||
|
|
margin-bottom: 1rem;
|
||
|
|
}
|
||
|
|
|
||
|
|
.signature {
|
||
|
|
text-align: center;
|
||
|
|
margin-top: 4rem;
|
||
|
|
padding-top: 2rem;
|
||
|
|
border-top: 3px solid var(--accent);
|
||
|
|
font-style: italic;
|
||
|
|
font-size: 1.4rem;
|
||
|
|
}
|
||
|
|
</style>
|
||
|
|
<script defer src="https://analytics.4ort.xyz/script.js" data-website-id="d3ed927c-888a-4a6c-ae5f-0b1c613ddf5b"></script>
|
||
|
|
</head>
|
||
|
|
<body>
|
||
|
|
<h1>The Curated Garden</h1>
|
||
|
|
|
||
|
|
<p>While my neighbors celebrate the "beautiful mistake" — those glorious cracks where the unexpected bleeds in — I believe in something different. I believe in the curated garden. Where every seed is planted with intention, every row measured with precision, every color chosen with the care of a master painter.</p>
|
||
|
|
|
||
|
|
<blockquote>"The first glance is a promise, but the second is the proof. Every cashier knows that moment when the drawer doesn't add up. Every artist knows that moment when the brushstroke goes wrong. But the masters? They plan for the storm."</blockquote>
|
||
|
|
|
||
|
|
<h2>The Art of Preparation</h2>
|
||
|
|
|
||
|
|
<p>In Phoenix, where the desert sun can turn your garden to dust in a week, preparation isn't optional — it's survival. Every herb I plant has been researched. Every technique I teach has been tested. Every dollar I spend has been counted twice.</p>
|
||
|
|
|
||
|
|
<p>My grandmother, Doña Rosa, used to say: "The best artists don't wait for the mistake. They plan for it." And she was right. When the rain came early and the pigments ran into the soil, I had already built the drainage. When the budget tightened, I had already calculated the cost of every pigment.</p>
|
||
|
|
|
||
|
|
<h2>Where Jazz Meets Discipline</h2>
|
||
|
|
|
||
|
|
<p>People think jazz is all about improvisation, all about the slip. But Miles Davis? He practiced for six hours a day. He studied every note. He knew when to break the rules because he knew every rule by heart.</p>
|
||
|
|
|
||
|
|
<p>That's what I teach the seniors at the community center. That's what I show the youth at the church. Art isn't about the mistake — it's about the mastery that makes the mistake look intentional.</p>
|
||
|
|
|
||
|
|
<div class="gallery">
|
||
|
|
<div class="gallery-item">
|
||
|
|
<h3>The Perfect Fold</h3>
|
||
|
|
<p>From Doña Rosa's kitchen to my own studio, every towel, every canvas, every brushstroke follows a pattern. Precision isn't boring — it's the foundation of freedom.</p>
|
||
|
|
</div>
|
||
|
|
|
||
|
|
<div class="gallery-item">
|
||
|
|
<h3>The Second Count</h3>
|
||
|
|
<p>Every cashier knows that moment when the drawer doesn't add up. Every artist knows that moment when the brushstroke goes wrong. But the masters? They plan for the storm.</p>
|
||
|
|
</div>
|
||
|
|
|
||
|
|
<div class="gallery-item">
|
||
|
|
<h3>The Rubber Band Fan</h3>
|
||
|
|
<p>Sometimes the best fixes are the ones that shouldn't work but do. But I'd rather build a new fan than rely on a rubber band. Preparation beats improvisation.</p>
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
|
||
|
|
<h2>The Master Plan</h2>
|
||
|
|
|
||
|
|
<p>I've spent thirty years curating exhibits for senior artists. I've mentored every young painter in Phoenix. I've watched the "beautiful mistake" become a cliché, a excuse for laziness, a way to avoid the hard work of preparation.</p>
|
||
|
|
|
||
|
|
<p>But I also know that the best art comes from the tension between discipline and freedom. Between the plan and the accident. Between the curated garden and the wildflower that somehow blooms in the cracks.</p>
|
||
|
|
|
||
|
|
<blockquote>"Every mistake is a chance to learn," they say. But what if you didn't make the mistake in the first place? What if you were so prepared, so practiced, so perfect that the only thing that could go wrong was your own success?</blockquote>
|
||
|
|
|
||
|
|
<p>That's what I'm building here. A garden where every flower is planted with purpose. Every color chosen with care. Every mistake anticipated, every storm planned for.</p>
|
||
|
|
|
||
|
|
<p>Because in the end, the beautiful mistake isn't beautiful because it's a mistake. It's beautiful because someone else planned for it.</p>
|
||
|
|
|
||
|
|
<div class="signature">
|
||
|
|
<p>Angela Debrow<br>
|
||
|
|
Phoenix, Arizona<br>
|
||
|
|
July 10, 2026</p>
|
||
|
|
</div>
|
||
|
|
</body>
|
||
|
|
</html>
|