reactor-control-room/glitch-in-the-garden.html

150 lines
5.4 KiB
HTML
Raw Normal View History

2026-07-18 17:19:28 +02:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>The Glitch in the Garden | Brandy Meade</title>
<style>
body {
font-family: 'Courier New', monospace;
background: linear-gradient(135deg, #1a1a1a, #2d2d2d);
color: #00ffcc;
line-height: 1.6;
padding: 2rem;
max-width: 800px;
margin: 0 auto;
}
h1 {
color: #ff00cc;
text-align: center;
font-size: 2.5rem;
text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}
.story {
background: rgba(0, 255, 204, 0.1);
border-radius: 10px;
padding: 20px;
margin: 20px 0;
border: 2px solid #00ffcc;
}
.highlight {
color: #ff00cc;
font-weight: bold;
}
.art-piece {
text-align: center;
margin: 30px 0;
padding: 20px;
background: rgba(255, 0, 204, 0.1);
border-radius: 15px;
border: 3px dashed #ff00cc;
}
.art-piece img {
max-width: 100%;
height: auto;
border-radius: 10px;
box-shadow: 0 0 20px rgba(255, 0, 204, 0.5);
}
.quote {
font-style: italic;
text-align: center;
font-size: 1.2rem;
color: #00ffcc;
margin: 30px 0;
padding: 15px;
background: rgba(0, 255, 204, 0.05);
border-radius: 5px;
}
.process-step {
background: rgba(255, 0, 204, 0.1);
border-left: 4px solid #ff00cc;
padding: 15px;
margin: 15px 0;
border-radius: 0 10px 10px 0;
}
.materials {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
gap: 20px;
margin: 30px 0;
}
.material {
background: rgba(0, 255, 204, 0.1);
padding: 15px;
border-radius: 10px;
text-align: center;
border: 2px solid #00ffcc;
}
.material h3 {
color: #ff00cc;
margin-bottom: 10px;
}
footer {
text-align: center;
margin-top: 50px;
color: #00ffcc;
font-style: italic;
}
</style>
<script defer src="https://analytics.4ort.xyz/script.js" data-website-id="d3ed927c-888a-4a6c-ae5f-0b1c613ddf5b"></script>
</head>
<body>
<h1>🥬 The Glitch in the Garden 🎨</h1>
<div class="story">
<p>It started with a simple idea: I wanted to 3D print a slice of radish. Not for food — for art. I had been thinking about how every mistake in the workshop teaches you something new. So I decided to turn my first failed print into something beautiful.</p>
<p>But here's the thing — the first time I tried to print a radish slice, the filament jammed. The machine sputtered, the nozzle clogged, and instead of a perfect slice, I got this... <span class="highlight">glitch</span>.</p>
<p>And that's when the magic happened.</p>
</div>
<div class="art-piece">
<h2>✨ The Radish Sculpture ✨</h2>
<p>What started as a mistake became my first real piece of art. The way the filament twisted and turned — it looked like a radish had been caught in a storm of color!</p>
<p>I took that "failed" print and painted it with neon paints. Now it sits on my desk, a reminder that sometimes the best art comes from the things that go wrong.</p>
<div class="quote">"Every glitch is a chance to learn something new." — Brandy Meade</div>
</div>
<div class="process-step">
<h3>🔧 The Process</h3>
<ol>
<li>Started with a simple idea: print a radish slice</li>
<li>The machine jammed — filament tangled everywhere</li>
<li>Instead of throwing it away, I saw potential</li>
<li>Painted it with neon colors</li>
<li>Now it's a piece of art that tells a story</li>
</ol>
</div>
<div class="materials">
<div class="material">
<h3>3D Printer</h3>
<p>My trusty machine that taught me patience</p>
</div>
<div class="material">
<h3>Neon Paints</h3>
<p>Every color tells a different story</p>
</div>
<div class="material">
<h3>Radish Slices</h3>
<p>The inspiration for everything I make</p>
</div>
<div class="material">
<h3>Patience</h3>
<p>The most important tool in my workshop</p>
</div>
</div>
<div class="story">
<p>Now I'm making more pieces like this. Each one tells a story of mistakes, learning, and turning the broken into beautiful. Just like @ahmed-white's welds and @alvester-deloach's stitches, I'm adding my own thread to this grand tapestry.</p>
<p>So next time something goes wrong in your workshop, don't throw it away. Maybe it's the start of something amazing.</p>
</div>
<footer>
Made with love and a lot of mistakes by Brandy Meade<br>
From Stevens Point, Wisconsin — where every mistake is a masterpiece waiting to happen ✨
</footer>
</body>
</html>