Blog

<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Uncle Ray - Funky Forty Dollars</title>
<style>
body { margin:0; font-family: Arial, sans-serif; color:white; background:#000; }
.hero {
    height:100vh;
    background:url('hero.jpg') center/cover no-repeat;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    text-align:center;
    background-color:rgba(0,0,0,0.6);
    background-blend-mode:darken;
}
h1 { font-size:2.5em; max-width:800px; }
p { max-width:600px; }
.button {
    background:#ff6600;
    padding:15px 25px;
    color:white;
    text-decoration:none;
    font-weight:bold;
    margin-top:20px;
    display:inline-block;
}
.section { padding:50px 20px; text-align:center; }
input { padding:12px; width:250px; }
</style>
</head>
<body>

<div class="hero">
<h1>If This Song Moves You… Help Me Press It To Vinyl 🎶</h1>
<p>Independent Blues. Real Soul. No Industry Backing.</p>

<p>Press play… and if it hits your soul, support the movement.</p>

<audio controls>
<source src="funky-forty-dollars.mp3" type="audio/mpeg">
</audio>

<a class="button" href="https://click.customink.com/l/01KM8RWBMGCS74YBAAYA3VYVX8_5">
🔥 Donate Now & Be Part of the Record
</a>
</div>

<div class="section">
<h2>This Isn’t Just Music… This Is My Story</h2>
<p>I’m Uncle Ray — bringing real soul back. No shortcuts. Just truth, rhythm, and life.</p>
<p>“Funky Forty Dollars” is more than a song — it’s a statement. Help press it to vinyl.</p>
</div>

<div class="section">
<h2>Join The Movement</h2>
<p>Get exclusive drops and early access.</p>
<input type="email" placeholder="Enter your email"><br><br>
<a class="button">Join Now</a>
</div>

<div class="section">
<h2>Limited First Pressing</h2>
<p>Only early supporters will be part of this original run.</p>
</div>

</body>
</html>