ch
This commit is contained in:
parent
87d5be606f
commit
0c914ad88a
@ -159,7 +159,7 @@
|
|||||||
Us</span></a>
|
Us</span></a>
|
||||||
<div class="dropdown-menu m-0">
|
<div class="dropdown-menu m-0">
|
||||||
<a href="aboutus.php" class="dropdown-item">Company Profile</a>
|
<a href="aboutus.php" class="dropdown-item">Company Profile</a>
|
||||||
<a href="#" class="dropdown-item">Message from MD</a>
|
<a href="messagefrommd.php" class="dropdown-item">Message from MD</a>
|
||||||
<a href="#" class="dropdown-item">Our Network</a>
|
<a href="#" class="dropdown-item">Our Network</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
45
messagefrommd.php
Normal file
45
messagefrommd.php
Normal file
@ -0,0 +1,45 @@
|
|||||||
|
<?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 Consultancy! 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 Consultancy can support your business, and join us on our journey towards
|
||||||
|
achieving remarkable success together.</p>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<?php include ('footer.php'); ?>
|
Loading…
Reference in New Issue
Block a user