<!DOCTYPE html>

<html lang="en">

<head>

  <meta charset="UTF-8" />

  <title>NG Diaspora 4 Impact – Home</title>

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

  <link rel="stylesheet" href="assets/css/style.css" />

</head>

<body>

<header>

  <nav>

    <div class="nav-logo">NG DIASPORA 4 IMPACT</div>

    <div class="nav-links">

      <a href="index.html">Home</a>

      <a href="about.html">About</a>

      <a href="programs.html">Programs</a>

      <a href="parents-volunteers.html">Parents & Volunteers</a>

      <a href="registration.html">Registration</a>

      <a href="donate.html">Donate</a>

      <a href="contact.html">Contact</a>

    </div>

  </nav>

</header>

 

<section class="hero">

  <div class="hero-overlay"></div>

  <div class="hero-content">

    <h1>Empowering Children. Mobilizing the Diaspora.</h1>

    <p>Together, we nurture confidence, curiosity, and emotional wellness in every child.</p>

    <div class="hero-buttons">

      <a href="donate.html" class="btn-primary">Donate</a>

      <a href="programs.html" class="btn-secondary">Explore Programs</a>

      <a href="registration.html" class="btn-secondary">Register Students</a>

    </div>

  </div>

</section>

 

<section class="page-section">

  <h1>Welcome</h1>

  <p>

    NG Diaspora 4 Impact is a nonprofit initiative dedicated to nurturing young minds through learning,

    emotional wellness, and community support — powered by parents, volunteers, and global diaspora partners.

  </p>

</section>

 

<footer>

  <p>&copy; 2026 NG Diaspora 4 Impact</p>

</footer>

 

<script src="assets/js/main.js"></script>

</body>

</html>