Your IP : 216.73.216.1


Current Path : /home/www/khana.org.af/
Upload File :
Current File : /home/www/khana.org.af/mission.php

<?php
require_once('./comp/header.php');
?>

<body>
  

  
<nav class="navbar navbar-expand-sm navbar-dark bg-blue" style="background-color:rgb(255,242,204)">
    <div class="container">

      <button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#mynavbar">
        <span class="navbar-toggler-icon"></span>
      </button>
      <div class="collapse navbar-collapse" id="mynavbar">

        <a href="index.html" class="logo d-flex align-items-center me-auto me-xl-0">
          <img src="assets/img/logo.png" alt="" style="width:400px; height:100px">
          <h1 class="sitename"></h1>
        </a>

      </div>
    </div>
  </nav>
  
  <!-- start navigation  -->
  <?php require_once('./comp/navigation.php'); ?>
  <!-- end navigation -->
  <main class="main">
      <!-- About Section -->
    <section id="abbout" class="about section">
      <div class="container">
        <div class="row gy-4">
          <div class="col-lg-14 content" data-aos="fade-up" data-aos-delay="100">
            <p class="who-we-are ">About US</p>
			<ul><li><i class="bi bi-check-circle"></i> <span>Mission</span></li></ul>
            <h5 style="color:black; text-align:justify">
              KHANA is dedicated to empowering the most vulnerable and marginalized communities in Afghanistan, particularly women, girls, and children, by addressing gender-based violence, providing protection services, expanding access to education, promoting rule of law and justice, and fostering economic inclusion. Through innovative, sustainable, and collaborative approaches, KHANA leverages human, financial, and technical resources to create lasting positive change and build networks of trust and cooperation that drive social progress in Afghanistan.</h5>
            
		
			
          </div>
        </div>

      </div>
    </section><!-- /About Section -->
  </main>


  <!-- start footer -->
  <?php require_once('./comp/footer.php'); ?>
  <!-- end Fotter -->

  <!-- Scroll Top -->
  <a href="#" id="scroll-top" class="scroll-top d-flex align-items-center justify-content-center"><i class="bi bi-arrow-up-short"></i></a>

  <!-- Preloader -->
  <div id="preloader"></div>

  <!-- start foot -->
  <?php
  require_once('./comp/foot.php');
  ?>
  <!-- end Foot -->
  <script>
    
    $(document).ready(function() {
      var x = "<?php echo $_GET['id'];  ?>";
      
      $.ajax({
        url: './server/about/read.php',
        type: 'POST',
        data: {
          id: x
        },
        success: function(resp) {
          document.getElementById('about').innerHTML = resp;
        }
      })
    })
    
    $(document).ready(function() {
      $.ajax({
        url: './server/project/read.php',
        type: 'POST',
        data: {
          id: 0
        },
        success: function(resp) {
          document.getElementById('showProject').innerHTML = resp;
        }
      })
    })


  </script>
</body>

</html>