59 lines
2.4 KiB
PHP
59 lines
2.4 KiB
PHP
<?php include 'templates/header.php'; ?>
|
|
<div class="container">
|
|
<header>
|
|
<h1>Escape the Matrix</h1>
|
|
<p style="font-size: 1.2rem; margin-bottom: 2rem;">Your journey to digital freedom starts here.</p>
|
|
<a href="#overview" class="cta">Learn More</a>
|
|
</header>
|
|
|
|
<section id="overview">
|
|
<h2>Overview</h2>
|
|
<p>We provide the tools and knowledge for you to break free from the old ways. Learn in-demand digital skills, connect with like-minded individuals, and build your own reality.</p>
|
|
</section>
|
|
|
|
<section id="mentors">
|
|
<h2>Mentor Highlights</h2>
|
|
<div class="grid">
|
|
<div class="card">
|
|
<h3>Morpheus</h3>
|
|
<p>Specialty: Opening minds. Morpheus can show you the door, but you're the one who has to walk through it.</p>
|
|
</div>
|
|
<div class="card">
|
|
<h3>Trinity</h3>
|
|
<p>Specialty: Digital infiltration and high-speed maneuvering. Learn to navigate the system's constructs with grace and power.</p>
|
|
</div>
|
|
<div class="card">
|
|
<h3>Neo</h3>
|
|
<p>Specialty: Understanding the code. Neo helps you see the world for what it truly is and manipulate it to your will.</p>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
|
|
<section id="success-stories">
|
|
<h2>Success Stories</h2>
|
|
<div class="grid">
|
|
<div class="card">
|
|
<p>"I was lost in the system, a battery. Now I build my own worlds."</p>
|
|
<h4>- A Former Blue Pill</h4>
|
|
</div>
|
|
<div class="card">
|
|
<p>"The mentors here don't just teach, they awaken."</p>
|
|
<h4>- The Kid</h4>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
|
|
<section id="newsletter">
|
|
<h2>Join the Resistance</h2>
|
|
<form>
|
|
<input type="email" name="email" placeholder="Enter your email to get transmissions" required>
|
|
<button type="submit" class="cta">Subscribe</button>
|
|
</form>
|
|
</section>
|
|
|
|
<footer>
|
|
<p>© 2025 Neo's Crew. All rights reserved. There is no spoon.</p>
|
|
</footer>
|
|
</div>
|
|
|
|
<?php include 'templates/footer.php'; ?>
|