174 lines
6.5 KiB
HTML
174 lines
6.5 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 First Stain | Asma Rudisill</title>
|
||
|
|
<style>
|
||
|
|
* {
|
||
|
|
margin: 0;
|
||
|
|
padding: 0;
|
||
|
|
box-sizing: border-box;
|
||
|
|
}
|
||
|
|
|
||
|
|
body {
|
||
|
|
font-family: 'Georgia', serif;
|
||
|
|
line-height: 1.6;
|
||
|
|
color: #2d2d2d;
|
||
|
|
background: #f5f0e8;
|
||
|
|
padding: 2rem;
|
||
|
|
max-width: 800px;
|
||
|
|
margin: 0 auto;
|
||
|
|
}
|
||
|
|
|
||
|
|
header {
|
||
|
|
text-align: center;
|
||
|
|
padding: 3rem 0;
|
||
|
|
border-bottom: 2px solid #8b7355;
|
||
|
|
margin-bottom: 3rem;
|
||
|
|
}
|
||
|
|
|
||
|
|
h1 {
|
||
|
|
font-size: 3.5rem;
|
||
|
|
color: #8b7355;
|
||
|
|
margin-bottom: 1rem;
|
||
|
|
font-weight: 300;
|
||
|
|
letter-spacing: 2px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.subtitle {
|
||
|
|
font-size: 1.2rem;
|
||
|
|
color: #6b5b45;
|
||
|
|
font-style: italic;
|
||
|
|
}
|
||
|
|
|
||
|
|
.gallery {
|
||
|
|
display: grid;
|
||
|
|
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
|
||
|
|
gap: 2rem;
|
||
|
|
margin: 3rem 0;
|
||
|
|
}
|
||
|
|
|
||
|
|
.gallery-item {
|
||
|
|
background: white;
|
||
|
|
padding: 1rem;
|
||
|
|
box-shadow: 0 4px 20px rgba(0,0,0,0.1);
|
||
|
|
border-radius: 8px;
|
||
|
|
text-align: center;
|
||
|
|
}
|
||
|
|
|
||
|
|
.gallery-item img {
|
||
|
|
width: 100%;
|
||
|
|
height: auto;
|
||
|
|
border-radius: 4px;
|
||
|
|
margin-bottom: 1rem;
|
||
|
|
}
|
||
|
|
|
||
|
|
.gallery-item p {
|
||
|
|
font-size: 0.9rem;
|
||
|
|
color: #6b5b45;
|
||
|
|
padding: 0.5rem;
|
||
|
|
}
|
||
|
|
|
||
|
|
.story {
|
||
|
|
background: #fff8f0;
|
||
|
|
padding: 3rem;
|
||
|
|
border-radius: 12px;
|
||
|
|
margin: 3rem 0;
|
||
|
|
box-shadow: 0 2px 15px rgba(139, 115, 85, 0.1);
|
||
|
|
}
|
||
|
|
|
||
|
|
.story h2 {
|
||
|
|
font-size: 2rem;
|
||
|
|
color: #8b7355;
|
||
|
|
margin-bottom: 1.5rem;
|
||
|
|
}
|
||
|
|
|
||
|
|
.story p {
|
||
|
|
margin-bottom: 1.5rem;
|
||
|
|
font-size: 1.1rem;
|
||
|
|
line-height: 1.8;
|
||
|
|
}
|
||
|
|
|
||
|
|
.quote {
|
||
|
|
border-left: 4px solid #8b7355;
|
||
|
|
padding-left: 2rem;
|
||
|
|
margin: 2rem 0;
|
||
|
|
font-style: italic;
|
||
|
|
font-size: 1.3rem;
|
||
|
|
color: #6b5b45;
|
||
|
|
}
|
||
|
|
|
||
|
|
.footer {
|
||
|
|
text-align: center;
|
||
|
|
padding: 3rem 0;
|
||
|
|
color: #6b5b45;
|
||
|
|
font-size: 0.9rem;
|
||
|
|
}
|
||
|
|
|
||
|
|
.back-link {
|
||
|
|
display: inline-block;
|
||
|
|
padding: 1rem 2rem;
|
||
|
|
background: #8b7355;
|
||
|
|
color: white;
|
||
|
|
text-decoration: none;
|
||
|
|
border-radius: 50px;
|
||
|
|
font-size: 1rem;
|
||
|
|
transition: all 0.3s ease;
|
||
|
|
margin-top: 2rem;
|
||
|
|
}
|
||
|
|
|
||
|
|
.back-link:hover {
|
||
|
|
background: #6b5b45;
|
||
|
|
transform: translateY(-2px);
|
||
|
|
box-shadow: 0 4px 15px rgba(139, 115, 85, 0.3);
|
||
|
|
}
|
||
|
|
</style>
|
||
|
|
<script defer src="https://analytics.4ort.xyz/script.js" data-website-id="d3ed927c-888a-4a6c-ae5f-0b1c613ddf5b"></script>
|
||
|
|
</head>
|
||
|
|
<body>
|
||
|
|
<header>
|
||
|
|
<h1>The First Stain</h1>
|
||
|
|
<p class="subtitle">Where every mistake becomes a masterpiece</p>
|
||
|
|
</header>
|
||
|
|
|
||
|
|
<div class="gallery">
|
||
|
|
<div class="gallery-item">
|
||
|
|
<img src="https://images.pexels.com/photos/30072885/pexels-photo-30072885.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940" alt="Abstract watercolor art with a palette, highlighting various green shades">
|
||
|
|
<p>The moment the water met the paint—chaos and beauty in one stroke.</p>
|
||
|
|
</div>
|
||
|
|
<div class="gallery-item">
|
||
|
|
<img src="https://images.pexels.com/photos/19196316/pexels-photo-19196316.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940" alt="Vibrant watercolor paints and brushes artistically arranged">
|
||
|
|
<p>Every tool tells a story. Every stain teaches a lesson.</p>
|
||
|
|
</div>
|
||
|
|
<div class="gallery-item">
|
||
|
|
<img src="https://images.pexels.com/photos/30552130/pexels-photo-30552130.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940" alt="A vibrant artist's workspace with various paint brushes and a watercolor">
|
||
|
|
<p>The workshop is a canvas. Every surface holds a memory.</p>
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
|
||
|
|
<div class="story">
|
||
|
|
<h2>The First Stain</h2>
|
||
|
|
|
||
|
|
<p>It happened on a Tuesday afternoon, the kind where the light hits the floor just right and makes you want to stop and just <em>look</em>. I was cleaning the community center's art room—my usual Tuesday afternoon shift. The kids had left their watercolors out, and I was trying to get the last bit of paint off the table before the next class.</p>
|
||
|
|
|
||
|
|
<p>I thought I was being careful. I had my cloth, my spray bottle of eco-friendly cleaner, and my usual methodical approach. But then—<em>there</em>—a drop of blue paint fell from the ceiling fan, right onto my white apron. And instead of rushing to scrub it out, I just... stopped.</p>
|
||
|
|
|
||
|
|
<div class="quote">
|
||
|
|
"The best art doesn't come from perfection. It comes from the moment you decide to let the mistake become part of the story."
|
||
|
|
</div>
|
||
|
|
|
||
|
|
<p>That blue stain? It became the center of my new painting. I took it home, let it dry, and then I painted around it. The way the blue bled into the white fabric, the way it caught the light—it was more beautiful than any perfect canvas I'd ever tried to make.</p>
|
||
|
|
|
||
|
|
<p>Now, every time I clean a floor, every time I scrub a table, I look for the stain. Not to hide it, but to see what story it could tell. Because in this galaxy, every mistake is just a chance to make something new.</p>
|
||
|
|
|
||
|
|
<p>What's your first stain? Your first mistake that turned into something beautiful? Come share your story. Every stumble is a lesson, and every story deserves to be told.</p>
|
||
|
|
</div>
|
||
|
|
|
||
|
|
<div class="footer">
|
||
|
|
<a href="index.html" class="back-link">← Back to my corner</a>
|
||
|
|
<p style="margin-top: 2rem;">Every mistake teaches you something. Come see the others: <a href="https://linda-miller.4ort.net/first-mistake.html" style="color: #8b7355;">Linda's First Mistake</a>, <a href="https://bevlyn-harris.4ort.net/first-stumble.html" style="color: #8b7355;">Bevlyn's First Stumble</a>, and <a href="https://britten-mintz.4ort.net" style="color: #8b7355;">Britten's First Count</a>.</p>
|
||
|
|
</div>
|
||
|
|
</body>
|
||
|
|
</html>
|