| Current Path : /home/www/khana.org.af/ |
| Current File : /home/www/khana.org.af/core.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>KHANA’s Core Value:</span></li></ul>
<ol>
<li><i></i> <span style="font-size:23px; font-weight:bold">Empowerment</span></li>
<h5 style="color:black; text-align:justify">KHANA believes in empowering individuals, especially women, girls, and vulnerable communities, by providing the tools, resources, and opportunities needed to lead independent, fulfilling lives.</h5>
<li><i></i> <span style="font-size:23px; font-weight:bold">Equality</span></li>
<h5 style="color:black; text-align:justify">KHANA is committed to promoting gender equality and ensuring that every individual, regardless of background, has equal rights, opportunities, and access to justice.</h5>
<li><i></i> <span style="font-size:23px; font-weight:bold">Integrity</span></li>
<h5 style="color:black; text-align:justify">KHANA upholds the highest standards of ethical conduct, transparency, and accountability in all its activities. Trust, honesty, and responsibility guide every decision and action.</h5>
<li><i></i> <span style="font-size:23px; font-weight:bold">Compassion</span></li>
<h5 style="color:black; text-align:justify">KHANA is driven by a deep sense of compassion for the underserved and marginalized. The organization strives to offer relief, care, and support to those in need, fostering a more just and humane society.</h5>
<li><i></i> <span style="font-size:23px; font-weight:bold">Collaboration</span></li>
<h5 style="color:black; text-align:justify">KHANA values partnerships and collaboration with local communities, national and international organizations, and stakeholders. Working together is essential to achieving sustainable and impactful solutions.</h5>
<li><i></i> <span style="font-size:23px; font-weight:bold">Innovation</span></li>
<h5 style="color:black; text-align:justify">KHANA embraces innovative approaches to solve the complex challenges faced by Afghan communities. The organization seeks creative and durable solutions that are sustainable, scalable, and responsive to emerging needs.</h5>
<li><i></i> <span style="font-size:23px; font-weight:bold">Cultural Sensitivity</span></li>
<h5 style="color:black; text-align:justify">KHANA respects the cultural diversity of Afghanistan and ensures that its work is grounded in a deep understanding of local traditions, values, and social norms.</h5>
<li><i></i> <span style="font-size:23px; font-weight:bold">Sustainability</span></li>
<h5 style="color:black; text-align:justify">KHANA is committed to long-term, sustainable development that balances social, economic, and environmental priorities, ensuring lasting positive impact in the communities it serves.</h5>
</ol>
</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>