192 lines
11 KiB
PHP
192 lines
11 KiB
PHP
<?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">Career List Page</span>
|
|
</span>
|
|
<div class="line-separator line-right"></div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<h1>Grow Your Career at Pathfinder</h1>
|
|
<div class="text">
|
|
<a href="index.php">Home</a>
|
|
/Career
|
|
</div>
|
|
</div>
|
|
</section>
|
|
<!-- Start Career Opportunity Area -->
|
|
<div class="main-content">
|
|
<!-- tmp Career area start -->
|
|
<div class="tmp-pricing-area tmp-section-gap">
|
|
<div class="container">
|
|
<div class="row">
|
|
<div class="col-lg-12">
|
|
<div class="tmp-section-title-border text-center">
|
|
<div class="pres-line-separator-wrapper text-center mb--10">
|
|
<div class="line-separator line-left"></div>
|
|
<span class="subtitle">
|
|
<span class="number">03</span>
|
|
<span class="subtitle-text">Careers</span>
|
|
</span>
|
|
<div class="line-separator line-right"></div>
|
|
</div>
|
|
<h2 class="title w-700 tmp-title-split">Career Opportunities</h2>
|
|
<p class="description b1 tmp-title-split-p">
|
|
Build your future in international education with our expert team.
|
|
<br>Explore current openings at our education consultancy.
|
|
</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="row mt--20">
|
|
<div class="col-lg-12">
|
|
<ul class="nav nav-tabs pricing-tab-nav-yearly" id="myTab" role="tablist">
|
|
<li class="nav-item" role="presentation">
|
|
<button class="nav-link tmp-btn btn-border active" id="home-tab"
|
|
data-bs-toggle="tab" data-bs-target="#home" type="button"
|
|
role="tab" aria-selected="true">
|
|
Full-Time Positions
|
|
</button>
|
|
</li>
|
|
<li class="nav-item" role="presentation">
|
|
<button class="nav-link tmp-btn btn-border" id="profile-tab"
|
|
data-bs-toggle="tab" data-bs-target="#profile" type="button"
|
|
role="tab" aria-selected="false">
|
|
Internship / Trainee
|
|
</button>
|
|
</li>
|
|
</ul>
|
|
|
|
<div class="tab-content pricing-table-items mt--40" id="myTabContent">
|
|
|
|
<!-- Full-Time Jobs -->
|
|
<div class="tab-pane fade show active" id="home" role="tabpanel">
|
|
<div class="row g-5">
|
|
|
|
<div class="col-lg-4 col-md-6 col-sm-12">
|
|
<div class="pricing-table large-padding tmponhover">
|
|
<div class="pricing-table-header">
|
|
<div class="top d-flex justify-content-between align-items-start">
|
|
<h4>Education Counselor</h4>
|
|
</div>
|
|
<h1>Full-Time <span>/ Onsite</span></h1>
|
|
</div>
|
|
<ul class="feature-lists">
|
|
<li><i class="feather-check-circle"></i> Counsel students for study abroad programs</li>
|
|
<li><i class="feather-check-circle"></i> Course & university selection guidance</li>
|
|
<li><i class="feather-check-circle"></i> Experience: 1+ Year in consultancy</li>
|
|
</ul>
|
|
<a href="./career-detail.php" class="tmp-btn btn-primary btn-border w-100">View Details</a>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="col-lg-4 col-md-6 col-sm-12">
|
|
<div class="pricing-table large-padding tmponhover">
|
|
<div class="pricing-table-header">
|
|
<div class="top d-flex justify-content-between align-items-start">
|
|
<h4>Visa Documentation Officer</h4>
|
|
</div>
|
|
<h1>Full-Time <span>/ Onsite</span></h1>
|
|
</div>
|
|
<ul class="feature-lists">
|
|
<li><i class="feather-check-circle"></i> Prepare visa and offer documents</li>
|
|
<li><i class="feather-check-circle"></i> SOP, GTE & financial documentation</li>
|
|
<li><i class="feather-check-circle"></i> Experience: 2+ Years preferred</li>
|
|
</ul>
|
|
<div class="popular-tag">Urgent</div>
|
|
<a href="./career-detail.php" class="tmp-btn btn-primary w-100">View Details</a>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="col-lg-4 col-md-6 col-sm-12">
|
|
<div class="pricing-table large-padding tmponhover">
|
|
<div class="pricing-table-header">
|
|
<div class="top d-flex justify-content-between align-items-start">
|
|
<h4>Marketing Executive</h4>
|
|
</div>
|
|
<h1>Full-Time <span>/ Field & Office</span></h1>
|
|
</div>
|
|
<ul class="feature-lists">
|
|
<li><i class="feather-check-circle"></i> Student outreach & school visits</li>
|
|
<li><i class="feather-check-circle"></i> Digital & offline marketing campaigns</li>
|
|
<li><i class="feather-check-circle"></i> Experience in education sector preferred</li>
|
|
</ul>
|
|
<a href="./career-detail.php" class="tmp-btn btn-border btn-primary w-100">View Details</a>
|
|
</div>
|
|
</div>
|
|
|
|
</div>
|
|
</div>
|
|
|
|
<!-- Internship / Part-Time -->
|
|
<div class="tab-pane fade" id="profile" role="tabpanel">
|
|
<div class="row g-5">
|
|
|
|
<div class="col-lg-4 col-md-6 col-sm-12">
|
|
<div class="pricing-table large-padding tmponhover">
|
|
<div class="pricing-table-header">
|
|
<div class="top d-flex justify-content-between align-items-start">
|
|
<h4>Counseling Intern</h4>
|
|
</div>
|
|
<h1>Internship <span>/ 3 Months</span></h1>
|
|
</div>
|
|
<ul class="feature-lists">
|
|
<li><i class="feather-check-circle"></i> Assist senior counselors</li>
|
|
<li><i class="feather-check-circle"></i> Student inquiry handling</li>
|
|
<li><i class="feather-check-circle"></i> Training & certification provided</li>
|
|
</ul>
|
|
<a href="./career-detail.php" class="tmp-btn btn-border btn-primary w-100">View Details</a>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="col-lg-4 col-md-6 col-sm-12">
|
|
<div class="pricing-table large-padding tmponhover">
|
|
<div class="pricing-table-header">
|
|
<div class="top d-flex justify-content-between align-items-start">
|
|
<h4>Documentation Assistant</h4>
|
|
</div>
|
|
<h1>Part-Time <span>/ Onsite</span></h1>
|
|
</div>
|
|
<ul class="feature-lists">
|
|
<li><i class="feather-check-circle"></i> File management & student records</li>
|
|
<li><i class="feather-check-circle"></i> Data entry & verification</li>
|
|
<li><i class="feather-check-circle"></i> Ideal for fresh graduates</li>
|
|
</ul>
|
|
<div class="popular-tag">New</div>
|
|
<a href="./career-detail.php" class="tmp-btn btn-primary w-100">View Details</a>
|
|
</div>
|
|
</div>
|
|
|
|
</div>
|
|
</div>
|
|
|
|
</div>
|
|
</div>
|
|
<div class="col-lg-12 mt--50">
|
|
<nav>
|
|
<ul class="tmp-pagination justify-content-center">
|
|
<li><a href="#" aria-label="Previous"><i class="feather-chevron-left"></i></a></li>
|
|
<li><a href="#">1</a></li>
|
|
<li class="active"><a href="#">2</a></li>
|
|
<li><a href="#">3</a></li>
|
|
<li><a href="#" aria-label="Next"><i class="feather-chevron-right"></i></a></li>
|
|
</ul>
|
|
</nav>
|
|
</div>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<!-- tmp Career area end -->
|
|
</div>
|
|
|
|
<!-- End Career Opportunity Area -->
|
|
|
|
<?php include("footer.php") ?>
|