This commit is contained in:
2026-01-13 17:36:02 +05:45
parent c4d714c9bb
commit 554a5fe77e
20 changed files with 3994 additions and 2873 deletions

56
ceo-message.php Normal file
View File

@@ -0,0 +1,56 @@
<?php include("header.php") ?>
<section class="page-title" style="background-image: url(./assets/images/about/destination1.jpg);">
<div class="auto-container">
<div class="pres-line-separator-wrapper text-start mb--10">
<div class="tmp-section-title-border text-start">
<div class="pres-line-separator-wrapper text-start mb--10">
<div class="line-separator line-left"></div>
<span class="subtitle">
<span class="subtitle-text">CEO Message</span>
</span>
<div class="line-separator line-right"></div>
</div>
</div>
</div>
<h1>Message from Our CEO</h1>
<div class="text">
<a href="index.php">Home</a>
/CEO Message
</div>
</div>
</section>
<!-- Start testimonial five-->
<div class="tmp-testimonial-area pt--70">
<div class="container pb--70">
<div class="row tmp-slick-dot tmp-slick-arrow">
<div class="col-lg-12">
<!-- Start single Testimonial -->
<div class="testimonial-style-two">
<div class="row align-items-center row--30">
<div class="col-lg-5 col-md-4">
<div class="thumbnail"><img class="w-100" src="assets/images/photos/ceo.png" alt="Corporate Template"></div>
</div>
<div class="col-lg-7 col-md-8">
<h2>Words than can motivate a lot.</h2>
<div class="content mt_sm--40">
<p>Pathfinder International Education is a trusted education consultancy based in Kathmandu, Nepal, dedicated to guiding students toward world-class international education through ethical, transparent, and student-focused practices. With years of experience, strong global partnerships, and a passionate team, Pathfinder provides end-to-end support—from personalized counseling to seamless university admissions—making the study-abroad journey smooth and stress-free while turning academic aspirations into real success stories.</p>
<div class="client-info">
<h4 class="title">Rajesor Dhital</h4>
<h6 class="subtitle">Chief Executive Officer</h6>
<h6>Pathfinder International Education</h6>
</div>
</div>
</div>
</div>
</div>
<!-- End single Testimonial -->
</div>
</div>
</div>
</div>
<!-- End testimonial five -->
<?php include("footer.php") ?>