TanchoToplineCargo/resources/views/client/sunsari/new/message-from-md.php

62 lines
3.0 KiB
PHP
Raw Normal View History

2024-05-05 04:47:49 +00:00
<?php include( 'header.php' );?>
<!-- PAGE HERO START -->
<div class="pages-hero page-hero-video">
<div class="pages-hero-diagonal hero-diagonal-bg-2"></div>
<div class="container">
<div class="pages-title-center">
<h1>Message From MD</h1>
</div>
<div class="left-page-nav">
<!-- Breadcrumbs -->
<ul class="breadcrumb">
<li><a href="#">Home</a></li>
<li>About us</li>
<li class="current">Message From MD</li>
</ul>
<!--/ Breadcrumbs -->
</div>
</div>
</div>
<!-- PAGE HERO END -->
<!-- CONTENT START -->
<section>
<!-- ABOUT START -->
<div class="container mt-5 mb-5">
<div class="row">
<div class="col-lg-6">
<div class="about-us-left">
<h5 class="overheadline">Managing Director Name</h5>
<p><strong>We focus to develop a multipurpose template that can be easy customize and implement
to any business.</strong></p>
<p>You only need basic knowledge of HTML and CSS to be able to implement this template on your
website. The code is totally clean, well organized and documented for easy understanding,You only need basic knowledge of HTML and CSS to be able to implement this template on your
website. The code is totally clean, well organized and documented for easy understanding,You only need basic knowledge of HTML and CSS to be able to implement this template on your
website. The code is totally clean, well organized and documented for easy understanding,You only need basic knowledge of HTML and CSS to be able to implement this template on your
website. The code is totally clean, well organized and documented for easy understanding,You only need basic knowledge of HTML and CSS to be able to implement this template on your
website. The code is totally clean, well organized and documented for easy understanding,You only need basic knowledge of HTML and CSS to be able to implement this template on your
website. The code is totally clean, well organized and documented for easy understanding,
</p>
</div>
</div>
<div class="col-lg-6 spacing-lg">
<figure class="about-right-feauture">
<img src="images/commons/inner-pages/woman-working-at-office.jpg" alt="">
</figure>
</div>
</div>
</div>
<!-- ABOUT END -->
</section>
<!-- CONTENT END -->
<?php include( 'footer.php' );?>