footer links
This commit is contained in:
parent
68730dcb73
commit
121ebb9d34
@ -67,10 +67,10 @@
|
|||||||
<h4 class="footer-title">Recent Links</h4>
|
<h4 class="footer-title">Recent Links</h4>
|
||||||
<div class="footer-menu">
|
<div class="footer-menu">
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="about-us.php">About Us</a></li>
|
<li><a href="about-us">About Us</a></li>
|
||||||
<li><a href="products.php">Our Products</a></li>
|
<li><a href="products">Our Products</a></li>
|
||||||
<li><a href="contact-us.php">Contact Us</a></li>
|
<li><a href="contact-us">Contact Us</a></li>
|
||||||
<li><a href="faq.php">FAQs</a></li>
|
<li><a href="faq">FAQs</a></li>
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
@ -81,12 +81,12 @@
|
|||||||
<h4 class="footer-title">Quick Links</h4>
|
<h4 class="footer-title">Quick Links</h4>
|
||||||
<div class="footer-menu">
|
<div class="footer-menu">
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="workplace-diversity.php">Diversity Work Environment</a></li>
|
<li><a href="workplace-diversity">Diversity Work Environment</a></li>
|
||||||
<li><a href="championing-equity.php">Equity Advocacy</a></li></a></li>
|
<li><a href="championing-equit">Equity Advocacy</a></li></a></li>
|
||||||
<li><a href="child-labor-free.php">Child Labor Free Practices</a></li>
|
<li><a href="child-labor-free">ChildLabor Free Practices</a></li>
|
||||||
<li><a href="distribution-locations.php">Distribution Locations</a></li>
|
<li><a href="distribution-locations">Distribution Locations</a></li>
|
||||||
<li><a href="terms-conditions.php">Terms and Conditions</a></li>
|
<li><a href="terms-condition">Terms and Conditions</a></li>
|
||||||
<li><a href="privacy-policy.php">Privacy Policy</a></li>
|
<li><a href="privacy-policy">Privacy Policy</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
</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 -->
|
<!-- BREADCRUMB AREA START -->
|
||||||
<div class="ltn__breadcrumb-area ltn__breadcrumb-area-2 ltn__breadcrumb-color-white bg-overlay-theme-black-90 bg-image"
|
<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="tab-pane fade active show" id="liton_tab_2_2">
|
||||||
<div class="ltn__product-tab-content-inner">
|
<div class="ltn__product-tab-content-inner">
|
||||||
<div class="row">
|
<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="col-lg-6 align-self-center">
|
||||||
<div class="about-us-img-wrap about-img-left">
|
<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>
|
</div>
|
||||||
|
|
||||||
<div class="col-lg-6 align-self-center">
|
<div class="col-lg-6 align-self-center">
|
||||||
<div class="about-us-info-wrap">
|
<div class="about-us-info-wrap">
|
||||||
<div class="section-title-area ltn__section-title-2">
|
<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>
|
</h3>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<p>Fair and just practices are at the core of ABC Hospitality's operations.
|
<p><?php the_sub_field('description')?></p>
|
||||||
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>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<?php endwhile;
|
||||||
|
endif;?>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@ -77,4 +91,6 @@
|
|||||||
</div>
|
</div>
|
||||||
<!-- OUR HISTORY AREA END -->
|
<!-- 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 -->
|
<!-- BREADCRUMB AREA START -->
|
||||||
<div class="ltn__breadcrumb-area ltn__breadcrumb-area-2 ltn__breadcrumb-color-white bg-overlay-theme-black-90 bg-image"
|
<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">
|
data-bg="img/bg/breadcrumb.png">
|
||||||
@ -34,36 +40,44 @@
|
|||||||
<div class="tab-content">
|
<div class="tab-content">
|
||||||
<div class="tab-pane fade active show" id="liton_tab_2_2">
|
<div class="tab-pane fade active show" id="liton_tab_2_2">
|
||||||
<div class="ltn__product-tab-content-inner">
|
<div class="ltn__product-tab-content-inner">
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-lg-6 align-self-center" style="padding-top:30px">
|
<?php
|
||||||
|
|
||||||
|
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-img-wrap about-img-left">
|
<div class="about-us-img-wrap about-img-left">
|
||||||
<img src="img/service/child.png" alt="Image">
|
<img src="<?php the_sub_field('image')?>" alt="Image">
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="col-lg-6 align-self-center">
|
<div class="col-lg-6 align-self-center">
|
||||||
<div class="about-us-info-wrap" style="padding-bottom:30px">
|
<div class="about-us-info-wrap">
|
||||||
<div class="section-title-area ltn__section-title-2">
|
<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
|
<h3 class="section-title mt-80" style="color:#017BAA"><?php the_sub_field('title')?>
|
||||||
Environment</h3>
|
</h3>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<p>Social responsibility is ingrained in our DNA. ABC Hospitality takes
|
<p><?php the_sub_field('description')?></p>
|
||||||
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>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<?php endwhile;
|
||||||
|
endif;?>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="ltn__tab-menu text-uppercase">
|
<div class="ltn__tab-menu text-uppercase">
|
||||||
<div class="nav">
|
<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">Ethical work environment</a>
|
||||||
<a data-bs-toggle="tab">Sustainable Practices</a>
|
<a data-bs-toggle="tab">Sustainable Practices</a>
|
||||||
<a data-bs-toggle="tab">Culture</a>
|
<a data-bs-toggle="tab">Culture</a>
|
||||||
@ -76,4 +90,6 @@
|
|||||||
</div>
|
</div>
|
||||||
<!-- OUR HISTORY AREA END -->
|
<!-- 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 -->
|
<!-- BREADCRUMB AREA START -->
|
||||||
<div class="ltn__breadcrumb-area ltn__breadcrumb-area-2 ltn__breadcrumb-color-white bg-overlay-theme-black-90 bg-image"
|
<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">
|
data-bg="img/bg/breadcrumb.png">
|
||||||
@ -31,33 +37,25 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="row">
|
<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="col-lg-4">
|
||||||
<div class="ltn__contact-address-item ltn__contact-address-item-3 box-shadow">
|
<div class="ltn__contact-address-item ltn__contact-address-item-3 box-shadow">
|
||||||
<div class="ltn__contact-address-icon">
|
<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>
|
</div>
|
||||||
<h3>Hakim Chowk, Chitwan</h3>
|
<h3><?php the_sub_field('location')?></h3>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-lg-4">
|
<?php endwhile;
|
||||||
<div class="ltn__contact-address-item ltn__contact-address-item-3 box-shadow">
|
endif; ?>
|
||||||
<div class="ltn__contact-address-icon">
|
|
||||||
<img src="img/icons/12.png" alt="Icon Image">
|
|
||||||
</div>
|
|
||||||
<h3>Banasthali, Kathmandu</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>Pokhara, Nepal</h3>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<!-- GOOGLE MAP AREA START -->
|
<!-- GOOGLE MAP AREA START -->
|
||||||
@ -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 -->
|
<!-- BREADCRUMB AREA START -->
|
||||||
<div class="ltn__breadcrumb-area ltn__breadcrumb-area-2 ltn__breadcrumb-color-white bg-overlay-theme-black-90 bg-image"
|
<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">
|
data-bg="img/bg/breadcrumb.png">
|
||||||
@ -34,38 +40,44 @@
|
|||||||
<div class="tab-content">
|
<div class="tab-content">
|
||||||
<div class="tab-pane fade active show" id="liton_tab_2_2">
|
<div class="tab-pane fade active show" id="liton_tab_2_2">
|
||||||
<div class="ltn__product-tab-content-inner">
|
<div class="ltn__product-tab-content-inner">
|
||||||
<div class="row">
|
<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="col-lg-6 align-self-center">
|
||||||
<div class="about-us-img-wrap about-img-left">
|
<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>
|
</div>
|
||||||
|
|
||||||
<div class="col-lg-6 align-self-center">
|
<div class="col-lg-6 align-self-center">
|
||||||
<div class="about-us-info-wrap">
|
<div class="about-us-info-wrap">
|
||||||
<div class="section-title-area ltn__section-title-2">
|
<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>
|
</h3>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<p>ABC Hospitality doesn't just expand globally; we do so strategically with
|
<p><?php the_sub_field('description')?></p>
|
||||||
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>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<?php endwhile;
|
||||||
|
endif;?>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="ltn__tab-menu text-uppercase">
|
<div class="ltn__tab-menu text-uppercase">
|
||||||
<div class="nav">
|
<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">Pioneering quality assurance globally</a>
|
||||||
<a data-bs-toggle="tab">Highest Standard</a>
|
<a data-bs-toggle="tab">Highest Standard</a>
|
||||||
<a data-bs-toggle="tab">Dedication</a>
|
<a data-bs-toggle="tab">Dedication</a>
|
||||||
@ -78,4 +90,6 @@
|
|||||||
</div>
|
</div>
|
||||||
<!-- OUR HISTORY AREA END -->
|
<!-- 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>
|
<p><?php the_sub_field('description'); ?> </p>
|
||||||
<div class="btn-wrapper mt-0">
|
<div class="btn-wrapper mt-0">
|
||||||
<a href="categories-details.php"><button class='btn btn-custom-color'
|
<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>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
@ -1,5 +1,11 @@
|
|||||||
<?php include('partials/header.php'); ?>
|
<?php
|
||||||
<!-- BREADCRUMB AREA START -->
|
/**
|
||||||
|
* 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"
|
<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">
|
data-bg="img/bg/breadcrumb.png">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
@ -92,4 +98,6 @@
|
|||||||
<!-- PAGE DETAILS AREA END -->
|
<!-- 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 -->
|
<!-- BREADCRUMB AREA START -->
|
||||||
<div class="ltn__breadcrumb-area ltn__breadcrumb-area-2 ltn__breadcrumb-color-white bg-overlay-theme-black-90 bg-image"
|
<div class="ltn__breadcrumb-area ltn__breadcrumb-area-2 ltn__breadcrumb-color-white bg-overlay-theme-black-90 bg-image"
|
||||||
@ -34,30 +41,37 @@
|
|||||||
<div class="tab-content">
|
<div class="tab-content">
|
||||||
<div class="tab-pane fade active show" id="liton_tab_2_2">
|
<div class="tab-pane fade active show" id="liton_tab_2_2">
|
||||||
<div class="ltn__product-tab-content-inner">
|
<div class="ltn__product-tab-content-inner">
|
||||||
<div class="row">
|
<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="col-lg-6 align-self-center">
|
||||||
<div class="about-us-img-wrap about-img-left">
|
<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>
|
</div>
|
||||||
|
|
||||||
<div class="col-lg-6 align-self-center">
|
<div class="col-lg-6 align-self-center">
|
||||||
<div class="about-us-info-wrap">
|
<div class="about-us-info-wrap">
|
||||||
<div class="section-title-area ltn__section-title-2">
|
<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>
|
</h3>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<p>ABC Hospitality is not just complying with environmental norms; we are
|
<p><?php the_sub_field('description')?></p>
|
||||||
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>
|
||||||
|
|
||||||
|
<?php endwhile;
|
||||||
|
endif;?>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@ -77,4 +91,6 @@
|
|||||||
</div>
|
</div>
|
||||||
<!-- OUR HISTORY AREA END -->
|
<!-- OUR HISTORY AREA END -->
|
||||||
|
|
||||||
<?php include('partials/footer.php'); ?>
|
<?php
|
||||||
|
endwhile;
|
||||||
|
include('footer.php'); ?>
|
@ -1,5 +1,11 @@
|
|||||||
<?php include('partials/header.php'); ?>
|
<?php
|
||||||
<!-- BREADCRUMB AREA START -->
|
/**
|
||||||
|
* 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"
|
<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">
|
data-bg="img/bg/breadcrumb.png">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
@ -81,4 +87,6 @@
|
|||||||
<!-- PAGE DETAILS AREA END -->
|
<!-- 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 -->
|
<!-- BREADCRUMB AREA START -->
|
||||||
<div class="ltn__breadcrumb-area ltn__breadcrumb-area-2 ltn__breadcrumb-color-white bg-overlay-theme-black-90 bg-image"
|
<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="tab-pane fade active show" id="liton_tab_2_2">
|
||||||
<div class="ltn__product-tab-content-inner">
|
<div class="ltn__product-tab-content-inner">
|
||||||
<div class="row">
|
<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="col-lg-6 align-self-center">
|
||||||
<div class="about-us-img-wrap about-img-left">
|
<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>
|
</div>
|
||||||
|
|
||||||
<div class="col-lg-6 align-self-center">
|
<div class="col-lg-6 align-self-center">
|
||||||
<div class="about-us-info-wrap">
|
<div class="about-us-info-wrap">
|
||||||
<div class="section-title-area ltn__section-title-2">
|
<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>
|
</h3>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<p>Our workplace thrives on the strength derived from diversity. At ABC
|
<p><?php the_sub_field('description')?></p>
|
||||||
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>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<?php
|
||||||
|
|
||||||
|
endwhile;
|
||||||
|
endif;?>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="ltn__tab-menu text-uppercase">
|
<div class="ltn__tab-menu text-uppercase">
|
||||||
<div class="nav">
|
<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">Inclusive culture</a>
|
||||||
<a data-bs-toggle="tab">Innovation</a>
|
<a data-bs-toggle="tab">Innovation</a>
|
||||||
<a data-bs-toggle="tab">Culture</a>
|
<a data-bs-toggle="tab">Culture</a>
|
||||||
@ -77,4 +95,6 @@
|
|||||||
</div>
|
</div>
|
||||||
<!-- OUR HISTORY AREA END -->
|
<!-- 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…
Reference in New Issue
Block a user