38395-vm/careers.php
Flatlogic Bot 8827fc7e11 sadiq
2026-02-13 15:52:00 +00:00

49 lines
2.3 KiB
PHP

<?php
$page_title = "Careers - AFG CARS";
include 'includes/header.php';
?>
<div class="container py-5">
<div class="text-center mb-5">
<h1 class="display-5 fw-bold">Join the AFG CARS Team</h1>
<p class="lead text-muted">Be part of the digital revolution in Afghanistan's automotive industry.</p>
</div>
<div class="row g-4 mb-5">
<div class="col-md-6 col-lg-4">
<div class="card border-0 shadow-sm p-4 h-100">
<span class="badge bg-soft-primary text-primary mb-3 w-fit-content">Engineering</span>
<h4>Senior PHP Developer</h4>
<p class="text-muted small">Kabul / Remote | Full-time</p>
<p>Help us build the most advanced car marketplace in the region.</p>
<a href="#" class="btn btn-outline-primary btn-sm mt-auto">Apply Now</a>
</div>
</div>
<div class="col-md-6 col-lg-4">
<div class="card border-0 shadow-sm p-4 h-100">
<span class="badge bg-soft-success text-success mb-3 w-fit-content">Sales</span>
<h4>Business Development Manager</h4>
<p class="text-muted small">Herat | Full-time</p>
<p>Expand our dealership network and drive growth in Western Afghanistan.</p>
<a href="#" class="btn btn-outline-primary btn-sm mt-auto">Apply Now</a>
</div>
</div>
<div class="col-md-6 col-lg-4">
<div class="card border-0 shadow-sm p-4 h-100">
<span class="badge bg-soft-warning text-warning mb-3 w-fit-content">Operations</span>
<h4>Vehicle Inspection Specialist</h4>
<p class="text-muted small">Kandahar | Part-time</p>
<p>Ensure the quality and authenticity of every car listed on our platform.</p>
<a href="#" class="btn btn-outline-primary btn-sm mt-auto">Apply Now</a>
</div>
</div>
</div>
<div class="bg-primary text-white p-5 rounded-4 text-center mt-5">
<h2 class="fw-bold mb-3">Don't see a perfect fit?</h2>
<p class="mb-4">We're always looking for talented individuals. Send your CV to careers@afgcars.af</p>
<a href="mailto:careers@afgcars.af" class="btn btn-light px-5 py-3 fw-bold">General Application</a>
</div>
</div>
<?php include 'includes/footer.php'; ?>