46 lines
1.9 KiB
PHP
46 lines
1.9 KiB
PHP
<?php include ('header.php'); ?>
|
|
|
|
<div class="container-fluid bg-breadcrumb">
|
|
<div class="container text-center py-5" style="max-width: 900px;">
|
|
<h3 class="text-white display-3 mb-4 wow fadeInDown" data-wow-delay="0.1s">Message From MD</h1>
|
|
<ol class="breadcrumb justify-content-center text-white mb-0 wow fadeInDown" data-wow-delay="0.3s">
|
|
<li class="breadcrumb-item"><a href="index.php" class="text-white">Home</a></li>
|
|
<li class="breadcrumb-item"><a href="#" class="text-white">About</a></li>
|
|
</ol>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<div class="container-fluid overflow-hidden py-5">
|
|
<div class="container py-5">
|
|
<div class="row g-5">
|
|
<div class="col-xl-5 wow fadeInLeft" data-wow-delay="0.1s">
|
|
<div class="bg-light rounded text-center">
|
|
<img src="img/profile.png" class="img-fluid " style="margin: 10px; height:300px; " alt="Image">
|
|
</div>
|
|
</div>
|
|
<div class="col-xl-7 wow fadeInRight" data-wow-delay="0.3s">
|
|
<h3 class="sub-title display-5 pe-3 text-lg b">Message from MD</h3>
|
|
<p class="mb-4">Welcome to Orient International! As the Managing Director, I am proud to lead a team dedicated
|
|
to
|
|
delivering exceptional consulting services across various industries. Our mission is to empower clients with
|
|
innovative solutions, strategic planning, and expert advice tailored to their unique needs. We prioritize
|
|
client satisfaction, integrity, and continuous improvement, aiming to be the preferred consultancy partner
|
|
through our commitment to excellence, industry knowledge, and client-centric approach. Explore our website to
|
|
learn more about how Orient International can support your business, and join us on our journey towards
|
|
achieving remarkable success together.</p>
|
|
|
|
</div>
|
|
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<?php include ('footer.php'); ?>
|