footer links
This commit is contained in:
parent
68730dcb73
commit
121ebb9d34
@ -67,10 +67,10 @@
|
||||
<h4 class="footer-title">Recent Links</h4>
|
||||
<div class="footer-menu">
|
||||
<ul>
|
||||
<li><a href="about-us.php">About Us</a></li>
|
||||
<li><a href="products.php">Our Products</a></li>
|
||||
<li><a href="contact-us.php">Contact Us</a></li>
|
||||
<li><a href="faq.php">FAQs</a></li>
|
||||
<li><a href="about-us">About Us</a></li>
|
||||
<li><a href="products">Our Products</a></li>
|
||||
<li><a href="contact-us">Contact Us</a></li>
|
||||
<li><a href="faq">FAQs</a></li>
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
@ -81,12 +81,12 @@
|
||||
<h4 class="footer-title">Quick Links</h4>
|
||||
<div class="footer-menu">
|
||||
<ul>
|
||||
<li><a href="workplace-diversity.php">Diversity Work Environment</a></li>
|
||||
<li><a href="championing-equity.php">Equity Advocacy</a></li></a></li>
|
||||
<li><a href="child-labor-free.php">Child Labor Free Practices</a></li>
|
||||
<li><a href="distribution-locations.php">Distribution Locations</a></li>
|
||||
<li><a href="terms-conditions.php">Terms and Conditions</a></li>
|
||||
<li><a href="privacy-policy.php">Privacy Policy</a></li>
|
||||
<li><a href="workplace-diversity">Diversity Work Environment</a></li>
|
||||
<li><a href="championing-equit">Equity Advocacy</a></li></a></li>
|
||||
<li><a href="child-labor-free">ChildLabor Free Practices</a></li>
|
||||
<li><a href="distribution-locations">Distribution Locations</a></li>
|
||||
<li><a href="terms-condition">Terms and Conditions</a></li>
|
||||
<li><a href="privacy-policy">Privacy Policy</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -1,4 +1,11 @@
|
||||
<?php include('partials/header.php'); ?>
|
||||
<?php
|
||||
/**
|
||||
* Template Name: Championing Equity
|
||||
*/
|
||||
get_header(); ?>
|
||||
<?php
|
||||
while ( have_posts() ) :
|
||||
the_post();?>
|
||||
|
||||
<!-- BREADCRUMB AREA START -->
|
||||
<div class="ltn__breadcrumb-area ltn__breadcrumb-area-2 ltn__breadcrumb-color-white bg-overlay-theme-black-90 bg-image"
|
||||
@ -35,29 +42,36 @@
|
||||
<div class="tab-pane fade active show" id="liton_tab_2_2">
|
||||
<div class="ltn__product-tab-content-inner">
|
||||
<div class="row">
|
||||
<?php
|
||||
|
||||
if (have_rows('values_content', 452)) :
|
||||
// Counter variable to keep track of the number of fields displayed
|
||||
|
||||
// Loop through the repeater field
|
||||
while (have_rows('values_content', 452)) : the_row();
|
||||
?>
|
||||
<div class="col-lg-6 align-self-center">
|
||||
<div class="about-us-img-wrap about-img-left">
|
||||
<img src="img/service/equity.png" alt="Image">
|
||||
<img src="<?php the_sub_field('image')?>" 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 ">
|
||||
|
||||
<h3 class="section-title mt-80" style="color:#017BAA">Championing Equity
|
||||
<h3 class="section-title mt-80" style="color:#017BAA"><?php the_sub_field('title')?>
|
||||
</h3>
|
||||
|
||||
</div>
|
||||
|
||||
<p>Fair and just practices are at the core of ABC Hospitality's operations.
|
||||
When you choose us, you choose a partner that actively advocates for
|
||||
equal opportunities across all aspects of our operations. Our commitment
|
||||
to equity extends beyond the workplace, positively impacting the
|
||||
communities we serve. By choosing ABC Hospitality, you choose a
|
||||
commitment to fairness, justice, and a communicability approach.</p>
|
||||
<p><?php the_sub_field('description')?></p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<?php endwhile;
|
||||
endif;?>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@ -77,4 +91,6 @@
|
||||
</div>
|
||||
<!-- OUR HISTORY AREA END -->
|
||||
|
||||
<?php include('partials/footer.php'); ?>
|
||||
<?php
|
||||
endwhile;
|
||||
include('footer.php'); ?>
|
@ -1,5 +1,11 @@
|
||||
<?php include('partials/header.php'); ?>
|
||||
|
||||
<?php
|
||||
/**
|
||||
* Template Name: Child Labor Free Environment
|
||||
*/
|
||||
get_header(); ?>
|
||||
<?php
|
||||
while ( have_posts() ) :
|
||||
the_post();?>
|
||||
<!-- 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">
|
||||
@ -35,35 +41,43 @@
|
||||
<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" style="padding-top:30px">
|
||||
<div class="about-us-img-wrap about-img-left">
|
||||
<img src="img/service/child.png" alt="Image">
|
||||
<?php
|
||||
|
||||
</div>
|
||||
</div>
|
||||
if (have_rows('values_content', 462)) :
|
||||
// Counter variable to keep track of the number of fields displayed
|
||||
|
||||
// Loop through the repeater field
|
||||
while (have_rows('values_content', 462)) : the_row();
|
||||
?>
|
||||
<div class="col-lg-6 align-self-center">
|
||||
<div class="about-us-info-wrap" style="padding-bottom:30px">
|
||||
<div class="about-us-img-wrap about-img-left">
|
||||
<img src="<?php the_sub_field('image')?>" 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">Child Labor Free
|
||||
Environment</h3>
|
||||
|
||||
<h3 class="section-title mt-80" style="color:#017BAA"><?php the_sub_field('title')?>
|
||||
</h3>
|
||||
|
||||
</div>
|
||||
|
||||
<p>Social responsibility is ingrained in our DNA. ABC Hospitality takes
|
||||
pride in maintaining a workplace entirely free from child labor,
|
||||
aligning with our commitment to ethical practices. Our operations
|
||||
contribute to a sustainable future, ensuring our positive impact extends
|
||||
beyond profits.</p>
|
||||
<p><?php the_sub_field('description')?></p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<?php endwhile;
|
||||
endif;?>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="ltn__tab-menu text-uppercase">
|
||||
<div class="nav">
|
||||
<a data-bs-toggle="tab"">Social responsibility</a>
|
||||
<a data-bs-toggle="tab">Social responsibility</a>
|
||||
<a data-bs-toggle=" tab">Ethical work environment</a>
|
||||
<a data-bs-toggle="tab">Sustainable Practices</a>
|
||||
<a data-bs-toggle="tab">Culture</a>
|
||||
@ -76,4 +90,6 @@
|
||||
</div>
|
||||
<!-- OUR HISTORY AREA END -->
|
||||
|
||||
<?php include('partials/footer.php'); ?>
|
||||
<?php
|
||||
endwhile;
|
||||
include('footer.php'); ?>
|
@ -1,5 +1,11 @@
|
||||
<?php include('partials/header.php'); ?>
|
||||
|
||||
<?php
|
||||
/**
|
||||
* Template Name: Championing Equity
|
||||
*/
|
||||
get_header(); ?>
|
||||
<?php
|
||||
while ( have_posts() ) :
|
||||
the_post();?>
|
||||
<!-- 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">
|
||||
@ -31,35 +37,27 @@
|
||||
</div>
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<?php
|
||||
|
||||
if (have_rows('distribution_locations', 474)) :
|
||||
// Counter variable to keep track of the number of fields displayed
|
||||
|
||||
// Loop through the repeater field
|
||||
while (have_rows('distribution_locations', 474)) : the_row();
|
||||
?>
|
||||
<div class="col-lg-4">
|
||||
<div class="ltn__contact-address-item ltn__contact-address-item-3 box-shadow">
|
||||
<div class="ltn__contact-address-icon">
|
||||
<img src="img/icons/12.png" alt="Icon Image">
|
||||
<img src="<?php the_sub_field('image')?>" alt="Icon Image">
|
||||
</div>
|
||||
<h3>Hakim Chowk, Chitwan</h3>
|
||||
<h3><?php the_sub_field('location')?></h3>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-lg-4">
|
||||
<div class="ltn__contact-address-item ltn__contact-address-item-3 box-shadow">
|
||||
<div class="ltn__contact-address-icon">
|
||||
<img src="img/icons/12.png" alt="Icon Image">
|
||||
</div>
|
||||
<h3>Banasthali, Kathmandu</h3>
|
||||
<?php endwhile;
|
||||
endif; ?>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="col-lg-4">
|
||||
<div class="ltn__contact-address-item ltn__contact-address-item-3 box-shadow">
|
||||
<div class="ltn__contact-address-icon">
|
||||
<img src="img/icons/12.png" alt="Icon Image">
|
||||
</div>
|
||||
<h3>Pokhara, Nepal</h3>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- GOOGLE MAP AREA START -->
|
||||
<div class="google-map mb-120">
|
||||
|
||||
@ -75,4 +73,6 @@
|
||||
|
||||
|
||||
|
||||
<?php include('partials/footer.php'); ?>
|
||||
<?php
|
||||
endwhile;
|
||||
include('footer.php'); ?>
|
@ -1,5 +1,11 @@
|
||||
<?php include('partials/header.php'); ?>
|
||||
|
||||
<?php
|
||||
/**
|
||||
* Template Name: Championing Equity
|
||||
*/
|
||||
get_header(); ?>
|
||||
<?php
|
||||
while ( have_posts() ) :
|
||||
the_post();?>
|
||||
<!-- 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">
|
||||
@ -35,37 +41,43 @@
|
||||
<div class="tab-pane fade active show" id="liton_tab_2_2">
|
||||
<div class="ltn__product-tab-content-inner">
|
||||
<div class="row">
|
||||
<?php
|
||||
|
||||
if (have_rows('values_content', 461)) :
|
||||
// Counter variable to keep track of the number of fields displayed
|
||||
|
||||
// Loop through the repeater field
|
||||
while (have_rows('values_content', 461)) : the_row();
|
||||
?>
|
||||
<div class="col-lg-6 align-self-center">
|
||||
<div class="about-us-img-wrap about-img-left">
|
||||
<img src="img/service/expansion.png" alt="Image">
|
||||
<img src="<?php the_sub_field('image')?>" 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">Global Expansion
|
||||
|
||||
<h3 class="section-title mt-80" style="color:#017BAA"><?php the_sub_field('title')?>
|
||||
</h3>
|
||||
|
||||
</div>
|
||||
|
||||
<p>ABC Hospitality doesn't just expand globally; we do so strategically with
|
||||
a localized touch. Our global expansion initiatives are designed not
|
||||
only to reach new markets and clientele but also to pioneer quality
|
||||
assurance and ethical practices on a global scale. By choosing us, you
|
||||
opt for a partner with extensive experience and capabilities in
|
||||
navigating international markets while maintaining a personalized and
|
||||
localized approach.</p>
|
||||
<p><?php the_sub_field('description')?></p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<?php endwhile;
|
||||
endif;?>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="ltn__tab-menu text-uppercase">
|
||||
<div class="nav">
|
||||
<a data-bs-toggle="tab"">Strategic global market presence</a>
|
||||
<a data-bs-toggle="tab">Strategic global market presence</a>
|
||||
<a data-bs-toggle=" tab">Pioneering quality assurance globally</a>
|
||||
<a data-bs-toggle="tab">Highest Standard</a>
|
||||
<a data-bs-toggle="tab">Dedication</a>
|
||||
@ -78,4 +90,6 @@
|
||||
</div>
|
||||
<!-- OUR HISTORY AREA END -->
|
||||
|
||||
<?php include('partials/footer.php'); ?>
|
||||
<?php
|
||||
endwhile;
|
||||
include('footer.php'); ?>
|
@ -97,7 +97,7 @@ the_post();?>
|
||||
<p><?php the_sub_field('description'); ?> </p>
|
||||
<div class="btn-wrapper mt-0">
|
||||
<a href="categories-details.php"><button class='btn btn-custom-color'
|
||||
style="margin-top:5px"><?php the_sub_field('read-more'); ?></button></a>
|
||||
style="margin-top:0px"><?php the_sub_field('read-more'); ?></button></a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
@ -1,5 +1,11 @@
|
||||
<?php include('partials/header.php'); ?>
|
||||
<!-- BREADCRUMB AREA START -->
|
||||
<?php
|
||||
/**
|
||||
* Template Name: Privacy Policy
|
||||
*/
|
||||
get_header(); ?>
|
||||
<?php
|
||||
while ( have_posts() ) :
|
||||
the_post();?> <!-- 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">
|
||||
@ -92,4 +98,6 @@
|
||||
<!-- PAGE DETAILS AREA END -->
|
||||
|
||||
|
||||
<?php include('partials/footer.php'); ?>
|
||||
<?php
|
||||
endwhile;
|
||||
include('footer.php'); ?>
|
@ -1,4 +1,11 @@
|
||||
<?php include('partials/header.php'); ?>
|
||||
<?php
|
||||
/**
|
||||
* Template Name: Championing Equity
|
||||
*/
|
||||
get_header(); ?>
|
||||
<?php
|
||||
while ( have_posts() ) :
|
||||
the_post();?>
|
||||
|
||||
<!-- BREADCRUMB AREA START -->
|
||||
<div class="ltn__breadcrumb-area ltn__breadcrumb-area-2 ltn__breadcrumb-color-white bg-overlay-theme-black-90 bg-image"
|
||||
@ -35,29 +42,36 @@
|
||||
<div class="tab-pane fade active show" id="liton_tab_2_2">
|
||||
<div class="ltn__product-tab-content-inner">
|
||||
<div class="row">
|
||||
<?php
|
||||
|
||||
if (have_rows('values_content', 460)) :
|
||||
// Counter variable to keep track of the number of fields displayed
|
||||
|
||||
// Loop through the repeater field
|
||||
while (have_rows('values_content', 460)) : the_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">
|
||||
<img src="<?php the_sub_field('image')?>" 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 class="section-title mt-80" style="color:#017BAA"><?php the_sub_field('title')?>
|
||||
</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>
|
||||
<p><?php the_sub_field('description')?></p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<?php endwhile;
|
||||
endif;?>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@ -77,4 +91,6 @@
|
||||
</div>
|
||||
<!-- OUR HISTORY AREA END -->
|
||||
|
||||
<?php include('partials/footer.php'); ?>
|
||||
<?php
|
||||
endwhile;
|
||||
include('footer.php'); ?>
|
@ -1,5 +1,11 @@
|
||||
<?php include('partials/header.php'); ?>
|
||||
<!-- BREADCRUMB AREA START -->
|
||||
<?php
|
||||
/**
|
||||
* Template Name: Terms and Conditions
|
||||
*/
|
||||
get_header(); ?>
|
||||
<?php
|
||||
while ( have_posts() ) :
|
||||
the_post();?> <!-- 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">
|
||||
@ -81,4 +87,6 @@
|
||||
<!-- PAGE DETAILS AREA END -->
|
||||
|
||||
|
||||
<?php include('partials/footer.php'); ?>
|
||||
<?php
|
||||
endwhile;
|
||||
include('footer.php'); ?>
|
@ -0,0 +1,95 @@
|
||||
<?php
|
||||
/**
|
||||
* Template Name: Value Details
|
||||
*/
|
||||
get_header(); ?>
|
||||
<?php
|
||||
while ( have_posts() ) :
|
||||
the_post();?>
|
||||
|
||||
|
||||
<!-- 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">
|
||||
<?php
|
||||
if (have_rows('values_content', 442)) :
|
||||
// Counter variable to keep track of the number of fields displayed
|
||||
|
||||
// Loop through the repeater field
|
||||
while (have_rows('values_content', 442)) : the_row(); ?>
|
||||
<div class="col-lg-6 align-self-center">
|
||||
<div class="about-us-img-wrap about-img-left">
|
||||
<img src="<?php the_sub_field('image')?>" 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 ">
|
||||
|
||||
<h3 class="section-title mt-80" style="color:#017BAA"><?php the_sub_field('title')?>
|
||||
</h3>
|
||||
|
||||
</div>
|
||||
|
||||
<p><?php the_sub_field('description')?></p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<?php endwhile;
|
||||
endif;?>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="ltn__tab-menu text-uppercase">
|
||||
<div class="nav">
|
||||
<a data-bs-toggle="tab">Relentless</a>
|
||||
<a data-bs-toggle=" tab">Pirsuit</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
|
||||
endwhile;
|
||||
include('footer.php'); ?>
|
@ -1,4 +1,12 @@
|
||||
<?php include('partials/header.php'); ?>
|
||||
<?php
|
||||
/**
|
||||
* Template Name: Workplace Diversity
|
||||
*/
|
||||
get_header(); ?>
|
||||
<?php
|
||||
while ( have_posts() ) :
|
||||
the_post();?>
|
||||
|
||||
|
||||
<!-- BREADCRUMB AREA START -->
|
||||
<div class="ltn__breadcrumb-area ltn__breadcrumb-area-2 ltn__breadcrumb-color-white bg-overlay-theme-black-90 bg-image"
|
||||
@ -35,36 +43,46 @@
|
||||
<div class="tab-pane fade active show" id="liton_tab_2_2">
|
||||
<div class="ltn__product-tab-content-inner">
|
||||
<div class="row">
|
||||
<?php
|
||||
|
||||
if (have_rows('values_content', 455)) :
|
||||
// Counter variable to keep track of the number of fields displayed
|
||||
|
||||
// Loop through the repeater field
|
||||
while (have_rows('values_content', 455)) : the_row();
|
||||
|
||||
?>
|
||||
<div class="col-lg-6 align-self-center">
|
||||
<div class="about-us-img-wrap about-img-left">
|
||||
<img src="img/service/env.png" alt="Image">
|
||||
<img src="<?php the_sub_field('image')?>" 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">Workplace Divesity
|
||||
|
||||
<h3 class="section-title mt-80" style="color:#017BAA"><?php the_sub_field('title')?>
|
||||
</h3>
|
||||
|
||||
</div>
|
||||
|
||||
<p>Our workplace thrives on the strength derived from diversity. At ABC
|
||||
Hospitality, diversity is not merely a policy; it is our strength. We
|
||||
actively foster an inclusive work environment that encourages and
|
||||
celebrates innovation and collaboration. By choosing us, you align with
|
||||
an organization that understands the value of varied perspectives and
|
||||
backgrounds, creating a culture where innovation flourishes.</p>
|
||||
<p><?php the_sub_field('description')?></p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<?php
|
||||
|
||||
endwhile;
|
||||
endif;?>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="ltn__tab-menu text-uppercase">
|
||||
<div class="nav">
|
||||
<a data-bs-toggle="tab"">Strength in diverse perspectives</a>
|
||||
<a data-bs-toggle="tab">Strength in diverse perspectives</a>
|
||||
<a data-bs-toggle=" tab">Inclusive culture</a>
|
||||
<a data-bs-toggle="tab">Innovation</a>
|
||||
<a data-bs-toggle="tab">Culture</a>
|
||||
@ -77,4 +95,6 @@
|
||||
</div>
|
||||
<!-- OUR HISTORY AREA END -->
|
||||
|
||||
<?php include('partials/footer.php'); ?>
|
||||
<?php
|
||||
endwhile;
|
||||
include('footer.php'); ?>
|
@ -1,85 +0,0 @@
|
||||
<?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/quality.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 ">
|
||||
|
||||
<h3 class="section-title mt-80" style="color:#017BAA">Quality Assurance
|
||||
</h3>
|
||||
|
||||
</div>
|
||||
|
||||
<p>At ABC Hospitality, quality is not merely a standard; it is our
|
||||
unwavering obsession. We engage in meticulous scrutiny of each product
|
||||
and service, consistently surpassing industry benchmarks. Our commitment
|
||||
to excellence is unmistakably demonstrated through exhaustive measures
|
||||
ensuring unparalleled quality. The relentless pursuit of perfection
|
||||
defines our ethos, setting us apart in a fiercely competitive market.
|
||||
With the highest standards as our benchmark, we dedicate ourselves to
|
||||
providing a level of quality that goes beyond expectations. In this
|
||||
pursuit, our dedication stands out, underscoring a culture driven by an
|
||||
unyielding commitment to deliver excellence in every aspect of our
|
||||
offerings.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="ltn__tab-menu text-uppercase">
|
||||
<div class="nav">
|
||||
<a data-bs-toggle="tab"">Relentless</a>
|
||||
<a data-bs-toggle=" tab">Pirsuit</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'); ?>
|
Loading…
x
Reference in New Issue
Block a user