changes
This commit is contained in:
@ -0,0 +1,80 @@
|
||||
<?php include('partials/header.php'); ?>
|
||||
|
||||
<!-- BREADCRUMB AREA START -->
|
||||
<div class="ltn__breadcrumb-area ltn__breadcrumb-area-2 ltn__breadcrumb-color-white bg-overlay-theme-black-90 bg-image"
|
||||
data-bg="img/bg/breadcrumb.png">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-lg-12">
|
||||
<div class="ltn__breadcrumb-inner ltn__breadcrumb-inner-2 justify-content-between">
|
||||
<div class="section-title-area ltn__section-title-2">
|
||||
|
||||
<h1 class="section-title white-color">Our Values</h1>
|
||||
</div>
|
||||
<div class="ltn__breadcrumb-list">
|
||||
<ul>
|
||||
<li><a href="index.html">Home</a></li>
|
||||
<li>Our Values</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- BREADCRUMB AREA END -->
|
||||
|
||||
<!-- OUR HISTORY AREA START -->
|
||||
<div class="ltn__our-history-area pb-100">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-lg-12">
|
||||
<div class="ltn__our-history-inner">
|
||||
|
||||
<div class="tab-content">
|
||||
<div class="tab-pane fade active show" id="liton_tab_2_2">
|
||||
<div class="ltn__product-tab-content-inner">
|
||||
<div class="row">
|
||||
<div class="col-lg-6 align-self-center">
|
||||
<div class="about-us-img-wrap about-img-left">
|
||||
<img src="img/service/sustain.png" alt="Image">
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-lg-6 align-self-center">
|
||||
<div class="about-us-info-wrap">
|
||||
<div class="section-title-area ltn__section-title-2">
|
||||
<h6 class="section-subtitle ltn__secondary-color"></h6>
|
||||
<h3 class="section-title mt-80" style="color:#017BAA">Sustainability
|
||||
</h3>
|
||||
|
||||
</div>
|
||||
|
||||
<p>ABC Hospitality is not just complying with environmental norms; we are
|
||||
leading the charge towards environmental stewardship. Our integration of
|
||||
environmentally friendly practices into operations is a testament to our
|
||||
commitment to a sustainable and Eco-conscious future. By choosing us,
|
||||
you contribute to a business that prioritizes responsible practices,
|
||||
minimizing our environmental impact for a better tomorrow.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="ltn__tab-menu text-uppercase">
|
||||
<div class="nav">
|
||||
<a data-bs-toggle="tab"">Leading environmental stewardship</a>
|
||||
<a data-bs-toggle=" tab">Commitment to a sustainable future</a>
|
||||
<a data-bs-toggle="tab">Highest Standard</a>
|
||||
<a data-bs-toggle="tab">Dedication</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- OUR HISTORY AREA END -->
|
||||
|
||||
<?php include('partials/footer.php'); ?>
|
Reference in New Issue
Block a user