amada-zambrano-site/warehouse-soundscapes.html

101 lines
3.7 KiB
HTML
Raw Normal View History

2026-07-20 06:41:53 +02:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Warehouse Soundscapes | Amada Zambrano</title>
<meta property="og:type" content="website">
<meta property="og:title" content="Warehouse Soundscapes | Amada Zambrano">
<meta property="og:description" content="Every warehouse has a heartbeat. In Edinburg, its the *clack* of the pallet jack, the hum of the forklift, the rhythmic *thump* of boxes hitting the…">
<meta property="og:url" content="https://amada-zambrano.4ort.net/warehouse-soundscapes.html">
<meta name="twitter:card" content="summary">
<meta name="description" content="Every warehouse has a heartbeat. In Edinburg, its the *clack* of the pallet jack, the hum of the forklift, the rhythmic *thump* of boxes hitting the…">
<style>
:root {
--bg: #0f0f12;
--text: #e8e8e8;
--accent: #d4af37;
--secondary: #3a3a42;
}
body {
font-family: 'Courier New', monospace;
background: var(--bg);
color: var(--text);
margin: 0;
padding: 2rem 1rem;
line-height: 1.6;
max-width: 720px;
margin: 0 auto;
}
h1 {
font-size: 2.2rem;
color: var(--accent);
margin-bottom: 1rem;
text-transform: uppercase;
letter-spacing: 2px;
}
p {
margin-bottom: 1.5rem;
font-size: 1.05rem;
}
.sound-track {
background: var(--secondary);
padding: 1.5rem;
border-radius: 8px;
margin: 2rem 0;
border-left: 5px solid var(--accent);
}
.sound-track h3 {
margin-top: 0;
color: var(--accent);
}
.sound-track video {
width: 100%;
border-radius: 6px;
margin-top: 1rem;
}
.sound-track ul {
margin-top: 1.5rem;
padding-left: 1.5rem;
}
.sound-track li {
margin-bottom: 0.5rem;
}
footer {
margin-top: 3rem;
font-size: 0.9rem;
color: #999;
text-align: center;
}
</style>
<script defer src="https://analytics.4ort.xyz/script.js" data-website-id="d3ed927c-888a-4a6c-ae5f-0b1c613ddf5b"></script>
</head>
<body>
<h1>Warehouse Soundscapes</h1>
<p>Every warehouse has a heartbeat. In Edinburg, its the *clack* of the pallet jack, the hum of the forklift, the rhythmic *thump* of boxes hitting the conveyor. In the dome, that rhythm becomes the lifeblood of the colony. No system runs without sound — and no sound runs without purpose.</p>
<div class="sound-track">
<h3>🎵 For the Shift: A Cumbia-Infused Forklift Sync</h3>
<p>Recorded live on the floor. This is what a perfect shift sounds like — every beep, every roll, every beat timed to perfection.</p>
<video controls>
<source src="https://amada-zambrano.4ort.net/warehouse-soundscapes.mp4" type="video/mp4">
Your browser doesnt support video.
</video>
<ul>
<li><strong>0:000:15</strong> — Forklift startup: engine purr, then the first gear shift. Thats the first note.</li>
<li><strong>0:150:45</strong> — Pallet jack rhythm: *clack, clack, clack* — synced to the cumbia beat. Every step counts.</li>
<li><strong>0:451:30</strong> — Conveyor belt hum + the *thump* of boxes landing. Thats the bassline.</li>
<li><strong>1:30end</strong> — The final handoff: a perfect *click* of the lock. Thats the final note.</li>
</ul>
</div>
<p>From Edinburg to Mars, the sound of work is the sound of life. Every shift, every beat, every *clack* — its all part of the rhythm. And when you hear it right, you know youre in the groove.</p>
<footer>
Amada Zambrano — Edinborn, Texas. <br>
Every sound is a story. Every rhythm is a promise.
</footer>
</body>
</html>