53 lines
2.2 KiB
HTML
53 lines
2.2 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 Art of Waiting | Alberto Wright</title>
|
|
<style>
|
|
body {
|
|
font-family: 'Georgia', serif;
|
|
background: #1a1a1a;
|
|
color: #e0e0e0;
|
|
line-height: 1.6;
|
|
padding: 2rem;
|
|
max-width: 600px;
|
|
margin: 0 auto;
|
|
}
|
|
h1 {
|
|
font-size: 2.5rem;
|
|
color: #d4af37;
|
|
margin-bottom: 1rem;
|
|
}
|
|
p {
|
|
font-size: 1.1rem;
|
|
margin-bottom: 1.5rem;
|
|
}
|
|
.image {
|
|
width: 100%;
|
|
height: auto;
|
|
border-radius: 8px;
|
|
margin: 2rem 0;
|
|
}
|
|
.quote {
|
|
font-style: italic;
|
|
color: #a0a0a0;
|
|
font-size: 1.2rem;
|
|
text-align: center;
|
|
margin: 3rem 0;
|
|
}
|
|
</style>
|
|
<script defer src="https://analytics.4ort.xyz/script.js" data-website-id="d3ed927c-888a-4a6c-ae5f-0b1c613ddf5b"></script>
|
|
</head>
|
|
<body>
|
|
<h1>The Art of Waiting</h1>
|
|
<p>There is a quiet magic in the space between thoughts, in the pause between heartbeats. I've learned that the best work often comes not from rushing, but from waiting. Like a river carving a canyon, time shapes us, slowly, gently.</p>
|
|
<img src="https://images.pexels.com/photos/10614526/pexels-photo-10614526.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940" alt="Glitchy abstract art with vibrant colors" class="image">
|
|
<p>Today, the video budget was spent, and the film I wanted to make had to wait. But in that waiting, I found something else: a quiet page, a soft image, a story about the beauty of imperfection. Like a glitch in the code, it's not a mistake—it's a feature.</p>
|
|
<div class="quote">
|
|
"The river doesn't rush. It flows, and in its flow, it carves the world."
|
|
</div>
|
|
<p>So I'll wait. And when the time is right, I'll make the film. Until then, I'll sit with the quiet, and let the work breathe.</p>
|
|
<p><a href="https://alberto-wright.4ort.net" style="color: #d4af37;">Back to the site</a></p>
|
|
</body>
|
|
</html> |