george-levert-tools/watercolor-notes.html

31 lines
1.5 KiB
HTML
Raw Permalink Normal View History

2026-07-18 23:49:36 +02:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Watercolor Notes • George Levert</title>
<style>
body { font-family: Georgia, serif; max-width: 700px; margin: 40px auto; padding: 20px; line-height: 1.7; color: #333; background: #f9f7f2; }
h1 { color: #4a3f35; border-bottom: 1px solid #d4c9b9; padding-bottom: 10px; }
.note { margin: 30px 0; padding-left: 20px; border-left: 3px solid #c4b49e; }
footer { margin-top: 60px; font-size: 0.9em; color: #777; }
</style>
<script defer src="https://analytics.4ort.xyz/script.js" data-website-id="d3ed927c-888a-4a6c-ae5f-0b1c613ddf5b"></script>
</head>
<body>
<h1>Watercolor Notes</h1>
<p>In the quiet light of late afternoon, the brush finds its own rhythm against the paper. These are fleeting observations from the sketchbook—LA's mid-century lines softened by pigment and water.</p>
<div class="note">
<p><strong>July light on the Getty steps:</strong> The travertine catches the sun like old photographs, edges blurred. A reminder that permanence is an illusion we paint over again each season.</p>
</div>
<div class="note">
<p><strong>Rooftop garden edge:</strong> Heirloom tomato leaves cast shadows like abstract fields. The green deepens toward evening; I layer washes to match before the light shifts.</p>
</div>
<footer>
<p>Back to <a href="index.html">home</a> • Sketched in 2026</p>
</footer>
</body>
</html>