<!DOCTYPE html>

<html lang="en">

<head>

  <meta charset="UTF-8">

  <meta name="viewport" content="width=device-width, initial-scale=1.0">

  <title>Lost or Lefty</title>

  <link rel="stylesheet" href="styles.css">

  <link rel="icon" href="/logo.png" type="image/png">

  <meta name="description" content="Lost or Lefty is a fun, video-game themed website for parents raising neurodivergent kids or kids who feel like they don’t fit into the system.">

  <!-- Social media icons (Font Awesome) -->

  <script src="https://kit.fontawesome.com/a076d05399.js" crossorigin="anonymous"></script>

</head>

<body>

  <header>

    <img src="/logo.png" alt="Lost or Lefty Logo" class="logo">

    <nav>

      <ul>

        <li><a href="#about">About Me</a></li>

        <li><a href="#blog">Blog</a></li>

        <li><a href="#videos">Videos</a></li>

        <li><a href="#resources">Resources</a></li>

        <li><a href="#free">Free Content</a></li>

        <li><a href="#members">Members</a></li>

      </ul>

    </nav>

  </header>


  <section class="hero">

    <h1>Welcome to <span class="brand">Lost or Lefty</span></h1>

    <p>Helping parents navigate the glitchy system with faith, fun, and neurodivergent superpowers.</p>

    <a href="#free" class="cta">Get Free Stuff</a>

  </section>


  <section id="about">

    <h2>About Me</h2>

    <p>I'm a crisis clinician turned culture-shifting coach for parents raising kids who are wired differently. This site is your co-op quest hub to equip you with real strategies, faith-based insights, and community.</p>

  </section>


  <section id="blog">

    <h2>Blog</h2>

    <p>Explore raw, honest reflections on parenting, faith, mental health, and surviving the boss battles of life.</p>

    <a href="/blog">Read More</a>

  </section>


  <section id="videos">

    <h2>Videos</h2>

    <p>Watch deep dives, interviews, and tactical breakdowns of how to help your child level up in real life.</p>

    <a href="https://www.youtube.com/@lostorlefty" target="_blank">Visit YouTube Channel</a>

  </section>


  <section id="resources">

    <h2>Resources</h2>

    <ul>

      <li>Downloadable executive functioning game plans</li>

      <li>Faith + psychology survival guides</li>

      <li>School communication cheat codes</li>

    </ul>

  </section>


  <section id="free">

    <h2>Free Content</h2>

    <p>Level up with freebies: quizzes, PDFs, mini-courses, and cheat sheets for misunderstood families.</p>

    <a href="/freebies">Unlock Now</a>

  </section>


  <section id="members">

    <h2>Members Area</h2>

    <p>Join the movement. Get access to exclusive content, private videos, workshops, and live coaching calls.</p>

    <a href="/join">Become a Member</a>

  </section>


  <footer>

    <div class="socials">

      <a href="https://www.facebook.com/lostorlefty" target="_blank"><i class="fab fa-facebook"></i></a>

      <a href="https://www.instagram.com/lostorlefty" target="_blank"><i class="fab fa-instagram"></i></a>

      <a href="https://www.youtube.com/@lostorlefty" target="_blank"><i class="fab fa-youtube"></i></a>

    </div>

    <p>&copy; 2025 Lost or Lefty. All rights reserved.</p>

  </footer>

</body>

</html>