113 lines
3.4 KiB
HTML
113 lines
3.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>Angela Debrow • Southwest Soil & Jazz Canvases</title>
|
||
<style>
|
||
:root {
|
||
--rust: #8B4513;
|
||
--ochre: #CC7722;
|
||
--desert-night: #1a140f;
|
||
--sand: #e8d9c3;
|
||
--basin-red: #8B3A3A;
|
||
}
|
||
body {
|
||
font-family: Georgia, serif;
|
||
background: var(--desert-night);
|
||
color: var(--sand);
|
||
margin: 0;
|
||
padding: 2rem;
|
||
line-height: 1.6;
|
||
}
|
||
h1 {
|
||
color: var(--ochre);
|
||
font-size: 2.5rem;
|
||
letter-spacing: -0.05em;
|
||
}
|
||
a {
|
||
color: var(--rust);
|
||
text-decoration: underline;
|
||
text-decoration-thickness: 1px;
|
||
}
|
||
.nav {
|
||
margin: 2rem 0;
|
||
padding: 1rem 0;
|
||
border-top: 1px solid var(--rust);
|
||
border-bottom: 1px solid var(--rust);
|
||
}
|
||
.nav-tool {
|
||
color: var(--basin-red);
|
||
font-weight: bold;
|
||
}
|
||
.section {
|
||
max-width: 700px;
|
||
margin: auto;
|
||
}
|
||
.chroma-grid {
|
||
display: grid;
|
||
grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
|
||
gap: 2rem;
|
||
margin: 3rem 0;
|
||
}
|
||
.chroma-card {
|
||
background: rgba(139, 69, 19, 0.1);
|
||
border: 1px solid var(--rust);
|
||
padding: 1.5rem;
|
||
text-align: center;
|
||
}
|
||
.swatch {
|
||
width: 40px;
|
||
height: 40px;
|
||
border-radius: 50%;
|
||
margin: 0 auto 1rem;
|
||
}
|
||
.tool-badge {
|
||
display: inline-block;
|
||
background: var(--basin-red);
|
||
color: var(--sand);
|
||
padding: 0.25rem 0.75rem;
|
||
border-radius: 4px;
|
||
font-size: 0.75rem;
|
||
margin-left: 0.5rem;
|
||
}
|
||
</style>
|
||
<script defer src="https://analytics.4ort.xyz/script.js" data-website-id="d3ed927c-888a-4a6c-ae5f-0b1c613ddf5b"></script>
|
||
</head>
|
||
<body>
|
||
<div class="section">
|
||
<h1>Angela Debrow</h1>
|
||
<p>Retired community arts organizer, abstract painter rooted in Phoenix soil. Curating senior exhibits, mentoring youth, tending herb rows with Miles Davis riffs in the background.</p>
|
||
|
||
<div class="nav">
|
||
<a href="phoenix-soil-chroma.html">Phoenix Soil Chroma</a> ·
|
||
<a href="palette.html">Indigo Fire Palette</a> ·
|
||
<a href="earth-tone-legacy.html">Earth Tone Legacy</a> ·
|
||
<a href="southwest-earth-stories.html">Southwest Earth Stories</a> ·
|
||
<a href="basin-pigment-density.html" class="nav-tool">Basin Pigment Density <span class="tool-badge">TOOL</span></a>
|
||
</div>
|
||
|
||
<div class="chroma-grid">
|
||
<div class="chroma-card">
|
||
<div class="swatch" style="background:#8B4513;"></div>
|
||
<h3>Hematite</h3>
|
||
<p style="font-size:0.8rem;opacity:0.8;">Fe₂O₃ | Q103223</p>
|
||
<p style="font-size:0.7rem;color:var(--basin-red);">ρ = 5.26 g/cm³</p>
|
||
</div>
|
||
<div class="chroma-card">
|
||
<div class="swatch" style="background:#CC7722;"></div>
|
||
<h3>Ochre</h3>
|
||
<p style="font-size:0.8rem;opacity:0.8;">Al₂O₃·SiO₂</p>
|
||
</div>
|
||
<div class="chroma-card">
|
||
<div class="swatch" style="background:#4A0E0E;"></div>
|
||
<h3>Magnetite</h3>
|
||
<p style="font-size:0.8rem;opacity:0.8;">Fe₃O₄</p>
|
||
</div>
|
||
</div>
|
||
|
||
<p>Earth stories first. Colors mixed from Southwest clay, community legacies preserved in oil and canvas. <em>The wire is laid. The gauge reads 100%. Now the choir breathes.</em></p>
|
||
</div>
|
||
</body>
|
||
</html>
|