<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Remember My Chains, Inc.</title>
<style>
body { font-family: Arial, sans-serif; margin: 0; padding: 0; text-align: center; }
header { background: #222; color: #fff; padding: 20px; }
section { padding: 40px 20px; }
.btn { display: inline-block; background: #007BFF; color: #fff; padding: 10px 20px; text-decoration: none; border-radius: 5px; }
footer { background: #222; color: #fff; padding: 10px; margin-top: 20px; }
</style>
</head>
<body>
<header>
<h1>Remember My Chains, Inc.</h1>
<p>Advocacy, Support, and Training for Returning Citizens</p>
</header>
<section id="about">
<h2>Our Mission</h2>
<p>Remember My Chains, Inc. is dedicated to the successful repatriation of returning citizens through advocacy, support, and training.</p>
</section>
<section id="get-involved">
<h2>Get Involved</h2>
<p>Help us support incarcerated individuals by writing letters, volunteering, and providing essential resources.</p>
<a href="#" class="btn">Sign Up to Help</a>
</section>
<section id="donate">
<h2>Support Our Work</h2>
<p>Your donation helps us provide advocacy, training, and resources for those re-entering society.</p>
<a href="#" class="btn">Donate Now</a>
</section>
<section id="contact">
<h2>Contact Us</h2>
<p>Email: info@remembermychains.org</p>
</section>
<footer>
<p>© 2025 Remember My Chains, Inc. All Rights Reserved.</p>
</footer>
</body>
</html>