Files
PathFinder/career-detail.php
Roshan476 c7feb86413 update
2026-01-14 08:37:46 +05:45

146 lines
5.6 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?php include("header.php") ?>
<section class="page-title" style="background-image: url(./assets/images/about/destination1.jpg);">
<div class="auto-container">
<h1>Job Detail Page</h1>
<div class="text">
<a href="index.php">Home</a>
/ Job Detail
</div>
</div>
</section>
<!-- tmp career area start -->
<div class="tmp-career-area-start ptb--80">
<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">Career Opportunity</span>
</span>
<div class="line-separator line-right"></div>
</div>
<h2 class="title w-700 tmp-title-split">Education Counselor</h2>
</div>
</div>
</div>
</div>
</div>
<!-- tmp career area end -->
<div class="location-type-department-apply-area tmp-section-gapBottom">
<div class="container">
<div class="row g-5">
<div class="col-lg-4">
<div class="wrapper-type-apply-area bg-card tmponhover">
<h4><i class="feather-map-pin"></i> Location</h4>
<p>Putalisadak, Kathmandu, Nepal</p>
</div>
</div>
<div class="col-lg-4">
<div class="wrapper-type-apply-area bg-card tmponhover">
<h4><i class="feather-briefcase"></i> Employment Type</h4>
<p>Full Time</p>
</div>
</div>
<div class="col-lg-4">
<div class="wrapper-type-apply-area bg-card tmponhover">
<h4><i class="feather-layers"></i> Department</h4>
<p>Student Counseling</p>
</div>
</div>
</div>
</div>
</div>
<!-- job detail & apply area start -->
<div class="inv-appoinment-area-start tmp-section-gapBottom">
<div class="container">
<div class="row g-5">
<!-- Job Description -->
<div class="col-lg-7 mt_md--30 mt_sm--30">
<div class="content-area-single-career">
<h4 class="title">Education Counselor Key Responsibilities:</h4>
<p>
Responsible for guiding students through study abroad options and supporting
them during the admission and visa process.
</p>
<ul>
<li>Student counseling for international education</li>
<li>Course and university selection support</li>
<li>Application and documentation assistance</li>
<li>Visa guidance and interview preparation</li>
<li>Student follow-ups and record management</li>
</ul>
<h4 class="title mt--30">Qualification Requirements:</h4>
<ul>
<li>Bachelors degree in a relevant field</li>
<li>Experience in education consultancy preferred</li>
<li>Good communication and interpersonal skills</li>
<li>Basic knowledge of visa processes</li>
<li>Fresh graduates are welcome to apply</li>
</ul>
</div>
</div>
<!-- Apply Form -->
<div class="col-lg-5">
<form class="contact-form-1 job-form appoinment-form-wrapper tmponhover tmp-dynamic-form"
id="contact-form" method="POST" action="https://html.inversweb.com/corpox/mail.php">
<div class="form-group-wrapper">
<div class="form-group tmponhover">
<input type="text" name="contact-name" placeholder="Your Name" required>
</div>
<div class="form-group tmponhover">
<input type="tel" name="contact-phone" placeholder="Phone Number">
</div>
</div>
<div class="form-group-wrapper">
<div class="form-group tmponhover">
<input type="email" name="contact-email" placeholder="Your Email" required>
</div>
<div class="form-group tmponhover">
<input type="text" name="subject" value="Education Counselor" placeholder="Position">
</div>
</div>
<div class="form-group tmponhover">
<div class="attach">
<label class="upload-btn">Upload Your CV
<input type="file">
</label>
</div>
</div>
<div class="form-group tmponhover">
<textarea name="contact-message" placeholder="Why should we hire you?"></textarea>
</div>
<div class="form-group tmponhover">
<button name="submit" type="submit" class="btn-default btn-large tmp-btn" style="width:100%;">
<span>Apply Now</span>
</button>
</div>
</form>
</div>
</div>
</div>
</div>
<!-- job detail & apply area end -->
<?php include("footer.php") ?>