first commit

This commit is contained in:
Manish
2024-04-18 15:32:23 +05:45
commit 7c93c87c53
3952 changed files with 1924754 additions and 0 deletions

View File

@ -0,0 +1,8 @@
{
"extends": [
"plugin:@wordpress/eslint-plugin/esnext"
],
"env": {
"browser": true
}
}

View File

@ -0,0 +1,16 @@
{
"extends": [
"@wordpress/stylelint-config/scss"
],
"ignoreFiles": [
"sass/_normalize.scss"
],
"rules": {
"font-family-no-missing-generic-family-keyword": null,
"no-descending-specificity": null,
"block-no-empty": null,
"no-duplicate-selectors": null,
"font-family-no-duplicate-names": null,
"selector-class-pattern": null
}
}

View File

@ -0,0 +1,60 @@
<?php
/**
* The template for displaying 404 pages (not found)
*
* @link https://codex.wordpress.org/Creating_an_Error_404_Page
*
* @package abchospitality
*/
get_header();
?>
<main id="primary" class="site-main">
<section class="error-404 not-found">
<header class="page-header">
<h1 class="page-title"><?php esc_html_e( 'Oops! That page can&rsquo;t be found.', 'abchospitality' ); ?></h1>
</header><!-- .page-header -->
<div class="page-content">
<p><?php esc_html_e( 'It looks like nothing was found at this location. Maybe try one of the links below or a search?', 'abchospitality' ); ?></p>
<?php
get_search_form();
the_widget( 'WP_Widget_Recent_Posts' );
?>
<div class="widget widget_categories">
<h2 class="widget-title"><?php esc_html_e( 'Most Used Categories', 'abchospitality' ); ?></h2>
<ul>
<?php
wp_list_categories(
array(
'orderby' => 'count',
'order' => 'DESC',
'show_count' => 1,
'title_li' => '',
'number' => 10,
)
);
?>
</ul>
</div><!-- .widget -->
<?php
/* translators: %1$s: smiley */
$abchospitality_archive_content = '<p>' . sprintf( esc_html__( 'Try looking in the monthly archives. %1$s', 'abchospitality' ), convert_smilies( ':)' ) ) . '</p>';
the_widget( 'WP_Widget_Archives', 'dropdown=1', "after_title=</h2>$abchospitality_archive_content" );
the_widget( 'WP_Widget_Tag_Cloud' );
?>
</div><!-- .page-content -->
</section><!-- .error-404 -->
</main><!-- #main -->
<?php
get_footer();

View File

@ -0,0 +1,339 @@
GNU GENERAL PUBLIC LICENSE
Version 2, June 1991
Copyright (C) 1989, 1991 Free Software Foundation, Inc., <http://fsf.org/>
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
Everyone is permitted to copy and distribute verbatim copies
of this license document, but changing it is not allowed.
Preamble
The licenses for most software are designed to take away your
freedom to share and change it. By contrast, the GNU General Public
License is intended to guarantee your freedom to share and change free
software--to make sure the software is free for all its users. This
General Public License applies to most of the Free Software
Foundation's software and to any other program whose authors commit to
using it. (Some other Free Software Foundation software is covered by
the GNU Lesser General Public License instead.) You can apply it to
your programs, too.
When we speak of free software, we are referring to freedom, not
price. Our General Public Licenses are designed to make sure that you
have the freedom to distribute copies of free software (and charge for
this service if you wish), that you receive source code or can get it
if you want it, that you can change the software or use pieces of it
in new free programs; and that you know you can do these things.
To protect your rights, we need to make restrictions that forbid
anyone to deny you these rights or to ask you to surrender the rights.
These restrictions translate to certain responsibilities for you if you
distribute copies of the software, or if you modify it.
For example, if you distribute copies of such a program, whether
gratis or for a fee, you must give the recipients all the rights that
you have. You must make sure that they, too, receive or can get the
source code. And you must show them these terms so they know their
rights.
We protect your rights with two steps: (1) copyright the software, and
(2) offer you this license which gives you legal permission to copy,
distribute and/or modify the software.
Also, for each author's protection and ours, we want to make certain
that everyone understands that there is no warranty for this free
software. If the software is modified by someone else and passed on, we
want its recipients to know that what they have is not the original, so
that any problems introduced by others will not reflect on the original
authors' reputations.
Finally, any free program is threatened constantly by software
patents. We wish to avoid the danger that redistributors of a free
program will individually obtain patent licenses, in effect making the
program proprietary. To prevent this, we have made it clear that any
patent must be licensed for everyone's free use or not licensed at all.
The precise terms and conditions for copying, distribution and
modification follow.
GNU GENERAL PUBLIC LICENSE
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
0. This License applies to any program or other work which contains
a notice placed by the copyright holder saying it may be distributed
under the terms of this General Public License. The "Program", below,
refers to any such program or work, and a "work based on the Program"
means either the Program or any derivative work under copyright law:
that is to say, a work containing the Program or a portion of it,
either verbatim or with modifications and/or translated into another
language. (Hereinafter, translation is included without limitation in
the term "modification".) Each licensee is addressed as "you".
Activities other than copying, distribution and modification are not
covered by this License; they are outside its scope. The act of
running the Program is not restricted, and the output from the Program
is covered only if its contents constitute a work based on the
Program (independent of having been made by running the Program).
Whether that is true depends on what the Program does.
1. You may copy and distribute verbatim copies of the Program's
source code as you receive it, in any medium, provided that you
conspicuously and appropriately publish on each copy an appropriate
copyright notice and disclaimer of warranty; keep intact all the
notices that refer to this License and to the absence of any warranty;
and give any other recipients of the Program a copy of this License
along with the Program.
You may charge a fee for the physical act of transferring a copy, and
you may at your option offer warranty protection in exchange for a fee.
2. You may modify your copy or copies of the Program or any portion
of it, thus forming a work based on the Program, and copy and
distribute such modifications or work under the terms of Section 1
above, provided that you also meet all of these conditions:
a) You must cause the modified files to carry prominent notices
stating that you changed the files and the date of any change.
b) You must cause any work that you distribute or publish, that in
whole or in part contains or is derived from the Program or any
part thereof, to be licensed as a whole at no charge to all third
parties under the terms of this License.
c) If the modified program normally reads commands interactively
when run, you must cause it, when started running for such
interactive use in the most ordinary way, to print or display an
announcement including an appropriate copyright notice and a
notice that there is no warranty (or else, saying that you provide
a warranty) and that users may redistribute the program under
these conditions, and telling the user how to view a copy of this
License. (Exception: if the Program itself is interactive but
does not normally print such an announcement, your work based on
the Program is not required to print an announcement.)
These requirements apply to the modified work as a whole. If
identifiable sections of that work are not derived from the Program,
and can be reasonably considered independent and separate works in
themselves, then this License, and its terms, do not apply to those
sections when you distribute them as separate works. But when you
distribute the same sections as part of a whole which is a work based
on the Program, the distribution of the whole must be on the terms of
this License, whose permissions for other licensees extend to the
entire whole, and thus to each and every part regardless of who wrote it.
Thus, it is not the intent of this section to claim rights or contest
your rights to work written entirely by you; rather, the intent is to
exercise the right to control the distribution of derivative or
collective works based on the Program.
In addition, mere aggregation of another work not based on the Program
with the Program (or with a work based on the Program) on a volume of
a storage or distribution medium does not bring the other work under
the scope of this License.
3. You may copy and distribute the Program (or a work based on it,
under Section 2) in object code or executable form under the terms of
Sections 1 and 2 above provided that you also do one of the following:
a) Accompany it with the complete corresponding machine-readable
source code, which must be distributed under the terms of Sections
1 and 2 above on a medium customarily used for software interchange; or,
b) Accompany it with a written offer, valid for at least three
years, to give any third party, for a charge no more than your
cost of physically performing source distribution, a complete
machine-readable copy of the corresponding source code, to be
distributed under the terms of Sections 1 and 2 above on a medium
customarily used for software interchange; or,
c) Accompany it with the information you received as to the offer
to distribute corresponding source code. (This alternative is
allowed only for noncommercial distribution and only if you
received the program in object code or executable form with such
an offer, in accord with Subsection b above.)
The source code for a work means the preferred form of the work for
making modifications to it. For an executable work, complete source
code means all the source code for all modules it contains, plus any
associated interface definition files, plus the scripts used to
control compilation and installation of the executable. However, as a
special exception, the source code distributed need not include
anything that is normally distributed (in either source or binary
form) with the major components (compiler, kernel, and so on) of the
operating system on which the executable runs, unless that component
itself accompanies the executable.
If distribution of executable or object code is made by offering
access to copy from a designated place, then offering equivalent
access to copy the source code from the same place counts as
distribution of the source code, even though third parties are not
compelled to copy the source along with the object code.
4. You may not copy, modify, sublicense, or distribute the Program
except as expressly provided under this License. Any attempt
otherwise to copy, modify, sublicense or distribute the Program is
void, and will automatically terminate your rights under this License.
However, parties who have received copies, or rights, from you under
this License will not have their licenses terminated so long as such
parties remain in full compliance.
5. You are not required to accept this License, since you have not
signed it. However, nothing else grants you permission to modify or
distribute the Program or its derivative works. These actions are
prohibited by law if you do not accept this License. Therefore, by
modifying or distributing the Program (or any work based on the
Program), you indicate your acceptance of this License to do so, and
all its terms and conditions for copying, distributing or modifying
the Program or works based on it.
6. Each time you redistribute the Program (or any work based on the
Program), the recipient automatically receives a license from the
original licensor to copy, distribute or modify the Program subject to
these terms and conditions. You may not impose any further
restrictions on the recipients' exercise of the rights granted herein.
You are not responsible for enforcing compliance by third parties to
this License.
7. If, as a consequence of a court judgment or allegation of patent
infringement or for any other reason (not limited to patent issues),
conditions are imposed on you (whether by court order, agreement or
otherwise) that contradict the conditions of this License, they do not
excuse you from the conditions of this License. If you cannot
distribute so as to satisfy simultaneously your obligations under this
License and any other pertinent obligations, then as a consequence you
may not distribute the Program at all. For example, if a patent
license would not permit royalty-free redistribution of the Program by
all those who receive copies directly or indirectly through you, then
the only way you could satisfy both it and this License would be to
refrain entirely from distribution of the Program.
If any portion of this section is held invalid or unenforceable under
any particular circumstance, the balance of the section is intended to
apply and the section as a whole is intended to apply in other
circumstances.
It is not the purpose of this section to induce you to infringe any
patents or other property right claims or to contest validity of any
such claims; this section has the sole purpose of protecting the
integrity of the free software distribution system, which is
implemented by public license practices. Many people have made
generous contributions to the wide range of software distributed
through that system in reliance on consistent application of that
system; it is up to the author/donor to decide if he or she is willing
to distribute software through any other system and a licensee cannot
impose that choice.
This section is intended to make thoroughly clear what is believed to
be a consequence of the rest of this License.
8. If the distribution and/or use of the Program is restricted in
certain countries either by patents or by copyrighted interfaces, the
original copyright holder who places the Program under this License
may add an explicit geographical distribution limitation excluding
those countries, so that distribution is permitted only in or among
countries not thus excluded. In such case, this License incorporates
the limitation as if written in the body of this License.
9. The Free Software Foundation may publish revised and/or new versions
of the General Public License from time to time. Such new versions will
be similar in spirit to the present version, but may differ in detail to
address new problems or concerns.
Each version is given a distinguishing version number. If the Program
specifies a version number of this License which applies to it and "any
later version", you have the option of following the terms and conditions
either of that version or of any later version published by the Free
Software Foundation. If the Program does not specify a version number of
this License, you may choose any version ever published by the Free Software
Foundation.
10. If you wish to incorporate parts of the Program into other free
programs whose distribution conditions are different, write to the author
to ask for permission. For software which is copyrighted by the Free
Software Foundation, write to the Free Software Foundation; we sometimes
make exceptions for this. Our decision will be guided by the two goals
of preserving the free status of all derivatives of our free software and
of promoting the sharing and reuse of software generally.
NO WARRANTY
11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN
OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS
TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE
PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
REPAIR OR CORRECTION.
12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
POSSIBILITY OF SUCH DAMAGES.
END OF TERMS AND CONDITIONS
How to Apply These Terms to Your New Programs
If you develop a new program, and you want it to be of the greatest
possible use to the public, the best way to achieve this is to make it
free software which everyone can redistribute and change under these terms.
To do so, attach the following notices to the program. It is safest
to attach them to the start of each source file to most effectively
convey the exclusion of warranty; and each file should have at least
the "copyright" line and a pointer to where the full notice is found.
{description}
Copyright (C) {year} {fullname}
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License along
with this program; if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
Also add information on how to contact you by electronic and paper mail.
If the program is interactive, make it output a short notice like this
when it starts in an interactive mode:
Gnomovision version 69, Copyright (C) year name of author
Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
This is free software, and you are welcome to redistribute it
under certain conditions; type `show c' for details.
The hypothetical commands `show w' and `show c' should show the appropriate
parts of the General Public License. Of course, the commands you use may
be called something other than `show w' and `show c'; they could even be
mouse-clicks or menu items--whatever suits your program.
You should also get your employer (if you work as a programmer) or your
school, if any, to sign a "copyright disclaimer" for the program, if
necessary. Here is a sample; alter the names:
Yoyodyne, Inc., hereby disclaims all copyright interest in the program
`Gnomovision' (which makes passes at compilers) written by James Hacker.
{signature of Ty Coon}, 1 April 1989
Ty Coon, President of Vice
This General Public License does not permit incorporating your program into
proprietary programs. If your program is a subroutine library, you may
consider it more useful to permit linking proprietary applications with the
library. If this is what you want to do, use the GNU Lesser General
Public License instead of this License.

View File

@ -0,0 +1,70 @@
[![Build Status](https://travis-ci.org/Automattic/_s.svg?branch=master)](https://travis-ci.org/Automattic/_s)
_s
===
Hi. I'm a starter theme called `_s`, or `underscores`, if you like. I'm a theme meant for hacking so don't use me as a Parent Theme. Instead try turning me into the next, most awesome, WordPress theme out there. That's what I'm here for.
My ultra-minimal CSS might make me look like theme tartare but that means less stuff to get in your way when you're designing your awesome theme. Here are some of the other more interesting things you'll find here:
* A modern workflow with a pre-made command-line interface to turn your project into a more pleasant experience.
* A just right amount of lean, well-commented, modern, HTML5 templates.
* A custom header implementation in `inc/custom-header.php`. Just add the code snippet found in the comments of `inc/custom-header.php` to your `header.php` template.
* Custom template tags in `inc/template-tags.php` that keep your templates clean and neat and prevent code duplication.
* Some small tweaks in `inc/template-functions.php` that can improve your theming experience.
* A script at `js/navigation.js` that makes your menu a toggled dropdown on small screens (like your phone), ready for CSS artistry. It's enqueued in `functions.php`.
* 2 sample layouts in `sass/layouts/` made using CSS Grid for a sidebar on either side of your content. Just uncomment the layout of your choice in `sass/style.scss`.
Note: `.no-sidebar` styles are automatically loaded.
* Smartly organized starter CSS in `style.css` that will help you to quickly get your design off the ground.
* Full support for `WooCommerce plugin` integration with hooks in `inc/woocommerce.php`, styling override woocommerce.css with product gallery features (zoom, swipe, lightbox) enabled.
* Licensed under GPLv2 or later. :) Use it to make something cool.
Installation
---------------
### Requirements
`_s` requires the following dependencies:
- [Node.js](https://nodejs.org/)
- [Composer](https://getcomposer.org/)
### Quick Start
Clone or download this repository, change its name to something else (like, say, `megatherium-is-awesome`), and then you'll need to do a six-step find and replace on the name in all the templates.
1. Search for `'_s'` (inside single quotations) to capture the text domain and replace with: `'megatherium-is-awesome'`.
2. Search for `_s_` to capture all the functions names and replace with: `megatherium_is_awesome_`.
3. Search for `Text Domain: _s` in `style.css` and replace with: `Text Domain: megatherium-is-awesome`.
4. Search for <code>&nbsp;_s</code> (with a space before it) to capture DocBlocks and replace with: <code>&nbsp;Megatherium_is_Awesome</code>.
5. Search for `_s-` to capture prefixed handles and replace with: `megatherium-is-awesome-`.
6. Search for `_S_` (in uppercase) to capture constants and replace with: `MEGATHERIUM_IS_AWESOME_`.
Then, update the stylesheet header in `style.css`, the links in `footer.php` with your own information and rename `_s.pot` from `languages` folder to use the theme's slug. Next, update or delete this readme.
### Setup
To start using all the tools that come with `_s` you need to install the necessary Node.js and Composer dependencies :
```sh
$ composer install
$ npm install
```
### Available CLI commands
`_s` comes packed with CLI commands tailored for WordPress theme development :
- `composer lint:wpcs` : checks all PHP files against [PHP Coding Standards](https://developer.wordpress.org/coding-standards/wordpress-coding-standards/php/).
- `composer lint:php` : checks all PHP files for syntax errors.
- `composer make-pot` : generates a .pot file in the `languages/` directory.
- `npm run compile:css` : compiles SASS files to css.
- `npm run compile:rtl` : generates an RTL stylesheet.
- `npm run watch` : watches all SASS files and recompiles them to css when they change.
- `npm run lint:scss` : checks all SASS files against [CSS Coding Standards](https://developer.wordpress.org/coding-standards/wordpress-coding-standards/css/).
- `npm run lint:js` : checks all JavaScript files against [JavaScript Coding Standards](https://developer.wordpress.org/coding-standards/wordpress-coding-standards/javascript/).
- `npm run bundle` : generates a .zip archive for distribution, excluding development and system files.
Now you're ready to go! The next step is easy to say, but harder to do: make an awesome WordPress theme. :)
Good luck!

View File

@ -0,0 +1,51 @@
<?php
/**
* The template for displaying archive pages
*
* @link https://developer.wordpress.org/themes/basics/template-hierarchy/
*
* @package abchospitality
*/
get_header();
?>
<main id="primary" class="site-main">
<?php if ( have_posts() ) : ?>
<header class="page-header">
<?php
the_archive_title( '<h1 class="page-title">', '</h1>' );
the_archive_description( '<div class="archive-description">', '</div>' );
?>
</header><!-- .page-header -->
<?php
/* Start the Loop */
while ( have_posts() ) :
the_post();
/*
* Include the Post-Type-specific template for the content.
* If you want to override this in a child theme, then include a file
* called content-___.php (where ___ is the Post Type name) and that will be used instead.
*/
get_template_part( 'template-parts/content', get_post_type() );
endwhile;
the_posts_navigation();
else :
get_template_part( 'template-parts/content', 'none' );
endif;
?>
</main><!-- #main -->
<?php
get_sidebar();
get_footer();

View File

@ -0,0 +1,35 @@
<!-- ABOUT US AREA START -->
<div class="ltn__about-us-area pt-120 pb-120">
<div class="container">
<div class="row">
<?php
if( have_rows('about', 228) ) :
// Loop through the repeater field
while( have_rows('about', 228) ) : 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="About Us 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">About Us</h6>
<h1 class="section-title"><?php the_sub_field('title');?></h1>
</div>
<p><?php the_sub_field('description'); ?></p>
</div>
<a href="about-us"> <button class='btn btn-custom-color'>Read More</button></a>
</div>
<?php
endwhile;
endif;
?>
</div>
</div>
</div>
<!-- ABOUT US AREA END -->

View File

@ -0,0 +1,21 @@
<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">
<!-- <h6 class="section-subtitle ltn__secondary-color">// Welcome to our company</h6> -->
<h1 class="section-title white-color">Our Values</h1>
</div>
<div class="ltn__breadcrumb-list">
<ul>
<li><a href="<?php echo esc_url( home_url( '/' ) ); ?>">Home</a></li>
<li>Our Values</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>

View File

@ -0,0 +1,67 @@
<!-- CATEGORY AREA START -->
<div class="ltn__category-area section-bg-1-- bg-overlay-theme-black-5--0 pt-100 pb--150">
<div class=" container">
<div class="row">
<div class="col-lg-12">
<div class="section-title-area ltn__section-title-2 section-title-style-3 text-center">
<div class="section-title-in">
<h1 class="section-title" style="color:#017BAA">Our Clients</h1>
</div>
</div>
</div>
</div>
<div class="row ltn__testimonial-slider-3-act slick-arrow-1 slick-arrow-1-inner">
<?php
// Check if the ACF repeater field exists
if( have_rows('clients', 197) ) :
// Loop through the repeater field
while( have_rows('clients', 197) ) : the_row(); ?>
<div class="col-12">
<div class="ltn__category-item ltn__category-item-3 text-center">
<div class="ltn__category-item-img">
<a href="shop.html">
<img src="<?php the_sub_field('logo'); ?>" alt="#">
</a>
</div>
</div>
</div>
<?php endwhile; ?>
<?php endif; ?>
</div>
</div>
</div>
<script>
$('.ltn__testimonial-slider-3-act').slick({
slidesToShow: 4, // Change this value to 4
slidesToScroll: 1,
dots: false,
arrows: false,
prevArrow: '<button type="button" class="slick-prev"><i class="fas fa-angle-left"></i></button>',
nextArrow: '<button type="button" class="slick-next"><i class="fas fa-angle-right"></i></button>',
responsive: [
{
breakpoint: 1200,
settings: {
slidesToShow: 3,
}
},
{
breakpoint: 992,
settings: {
slidesToShow: 2,
}
},
{
breakpoint: 768,
settings: {
slidesToShow: 1,
}
}
]
});
</script>
<!-- CATEGORY AREA END -->

View File

@ -0,0 +1,46 @@
<!-- PRODUCT SLIDER AREA START -->
<div class="ltn__product-slider-area ltn__product-gutter pt-90 custom-slider section-bg-1">
<div class="container">
<div class="row">
<div class="col-lg-12">
<div class="section-title-area ltn__section-title-2 section-title-style-3 text-center">
<div class="section-title-in">
<h1 class="section-title" style="color:#017BAA">Our Products</h1>
</div>
</div>
</div>
</div>
<div class="row ltn__product-slider-item-four-active slick-arrow-1">
<!-- ltn__product-item -->
<?php
$args = array(
'post_type' => 'product', // Replace 'your_custom_post_type' with your custom post type slug
'posts_per_page' => -1, // Retrieve all posts
);
$query = new WP_Query($args);
if ($query->have_posts()) :
while ($query->have_posts()) : $query->the_post();
?>
<div class="col-lg-12" style="background:white; z-index:-1; height: 330px">
<div class="ltn__product-item ltn__product-item-3 text-center">
<div class="product-img text-center">
<img src="<?php the_post_thumbnail_url(); ?>" alt="<?php the_title_attribute(); ?>">
</div>
<div class="product-info">
<h4><?php the_title(); ?></h4>
</div>
</div>
</div>
<?php endwhile; ?>
<?php endif; ?>
</div>
</div>
</div>
<!-- PRODUCT SLIDER AREA END -->

View File

@ -0,0 +1,11 @@
<div class="ltn__brand-logo-area ltn__brand-logo-1 section-bg-6 border-top border-bottom pt-90">
<div class="section-title-area ltn__section-title-2 section-title-style-3 text-center">
<div class="section-title-in">
<h1 class="section-title" style="color:#017BAA">Our Location</h1>
</div>
</div>
<img src="<?php echo get_template_directory_uri(); ?>/img/hero-banner.png" alt="Hero Image" class="img-fluid full-width">
</div>

View File

@ -0,0 +1,5 @@
<!-- GOOGLE MAP LOCATIONS AREA START -->
<div class="ltn__google-map-locations-area">
<div id="gmap"></div>
</div>
<!-- GOOGLE MAP LOCATIONS AREA END -->

View File

@ -0,0 +1,35 @@
<!-- FEATURE AREA START ( Feature - 6) -->
<div class="ltn__feature-area section-bg-1 pt-115 pb-90">
<div class="container">
<div class="row">
<div class="col-lg-12">
<div class="section-title-area ltn__section-title-2 text-center">
<h1 class="section-title" style="color:#017BAA">Our Approaches<span></span></h1>
</div>
</div>
</div>
<div class="row justify-content-center">
<?php
// Check if the ACF repeater field exists
if( have_rows('objectives', 102) ) :
// Loop through the repeater field
while( have_rows('objectives', 102) ) : the_row(); ?>
<div class="col-lg-4 col-sm-6 col-12">
<div class="ltn__feature-item ltn__feature-item-7">
<div class="ltn__feature-icon-title">
<div class="ltn__feature-icon">
<span><img src="<?php the_sub_field('image'); ?>" alt="#"></span>
</div>
<h3><a href="service-details"><?php the_sub_field('title'); ?></a></h3>
</div>
<div class="ltn__feature-info">
<p><?php the_sub_field('description'); ?></p>
</div>
</div>
</div>
<?php endwhile; ?>
<?php endif; ?>
</div>
</div>
</div>
<!-- FEATURE AREA END -->

View File

@ -0,0 +1,153 @@
<!-- PRODUCT TAB AREA START (product-item-3) -->
<div class="ltn__product-tab-area ltn__product-gutter pt-60 pb--90">
<div class="container">
<div class="row">
<div class="col-lg-12">
<div class="col-lg-12">
<div class="section-title-area ltn__section-title-2 section-title-style-3 text-center">
<div class="section-title-in">
<h1 class="section-title" style="color:#017BAA">Remember Us For</h1>
</div>
</div>
</div>
<div class="ltn__tab-menu ltn__tab-menu-2 ltn__tab-menu-top-right-- text-uppercase text-center">
<div class="nav">
<a class="active show" data-bs-toggle="tab" href="#liton_tab_3_1">Hospitality Kits</a>
<a data-bs-toggle="tab" href="#liton_tab_3_2" class="">Amenities</a>
<a data-bs-toggle="tab" href="#liton_tab_3_3" class="">Consumables</a>
</div>
</div>
<div class="tab-content">
<div class="tab-pane fade active show" id="liton_tab_3_1">
<div class="ltn__product-tab-content-inner">
<div class="row ltn__tab-product-slider-one-active slick-arrow-1">
<!-- ltn__product-item -->
<?php
$args = array(
'post_type' => 'hospitality', // Replace 'your_custom_post_type' with your custom post type slug
'posts_per_page' => -1, // Retrieve all posts
);
$hospitality_query = new WP_Query($args);
if ($hospitality_query->have_posts()) :
while ($hospitality_query->have_posts()) : $hospitality_query->the_post();
?>
<div class="col-lg-12">
<div class="ltn__product-item ltn__product-item-3 text-center">
<div class="product-img">
<img src="<?php the_post_thumbnail_url(); ?>" alt="<?php the_title_attribute(); ?>">
</div>
<div class="product-info">
<h2 class="product-title"><?php the_title(); ?>
</h2>
</div>
</div>
</div>
<?php
endwhile;
wp_reset_postdata();
endif;
?>
<!-- ltn__product-item -->
</div>
<!-- -->
</div>
</div>
<div class="tab-pane fade" id="liton_tab_3_2">
<div class="ltn__product-tab-content-inner">
<div class="row ltn__tab-product-slider-one-active slick-arrow-1">
<!-- ltn__product-item -->
<?php
$args = array(
'post_type' => 'Amenitie', // Replace 'your_custom_post_type' with your custom post type slug
'posts_per_page' => -1, // Retrieve all posts
);
$amenitie_query = new WP_Query($args);
if ($amenitie_query->have_posts()) :
while ($amenitie_query->have_posts()) : $amenitie_query->the_post();
?>
<div class="col-lg-12">
<div class="ltn__product-item ltn__product-item-3 text-center">
<div class="product-img">
<img src="<?php the_post_thumbnail_url(); ?>" alt="<?php the_title_attribute(); ?>">
</div>
<div class="product-info">
<h2 class="product-title"><?php the_title(); ?></h2>
</div>
</div>
</div>
<?php
endwhile;
wp_reset_postdata();
endif;
?>
<!-- ltn__product-item -->
</div>
<!-- -->
</div>
</div>
<div class="tab-pane fade" id="liton_tab_3_3">
<div class="ltn__product-tab-content-inner">
<div class="row ltn__tab-product-slider-one-active slick-arrow-1">
<!-- ltn__product-item -->
<?php
// Reset the counter
$counter = 0;
// Check if the ACF repeater field exists
if (have_rows('remember_us', 175)) :
// Loop through the repeater field
while (have_rows('remember_us', 175)) : the_row();
// Increment the counter
$counter++;
// Display the 5th to 8th fields
if ($counter >= 9 && $counter <= 12) :
?>
<div class="col-lg-12">
<div class="ltn__product-item ltn__product-item-3 text-center">
<div class="product-img">
<img src="<?php the_sub_field('image'); ?>" alt="#">
</div>
<div class="product-info">
<h2 class="product-title"><?php the_sub_field('title');?></h2>
</div>
</div>
</div>
<?php
endif;
endwhile;
endif;
?>
</div>
<!-- -->
</div>
</div>
<!-- -->
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- PRODUCT TAB AREA END -->

View File

@ -0,0 +1,38 @@
<div class="ltn__slider-area ltn__slider-3 section-bg-1">
<div class="ltn__slide-one-active slick-slide-arrow-1 slick-slide-dots-1 arrow-white">
<?php
// Assuming you have a custom post type named 'slider'
$args = array(
'post_type' => 'slider', // Replace 'slider' with your custom post type slug
'posts_per_page' => -1, // Retrieve all posts
);
$slides_query = new WP_Query($args);
if ($slides_query->have_posts()) :
while ($slides_query->have_posts()) : $slides_query->the_post();
?>
<div class="ltn__slide-item ltn__slide-item-2 ltn__slide-item-3 ltn__slide-item-3-normal text-color-white bg-image"
data-bg="<?php echo esc_url(get_the_post_thumbnail_url()); ?>">
<!-- Additional content for the slide item can be added here -->
</div>
<?php
endwhile;
wp_reset_postdata();
else :
// If no slides found
echo 'No slides found';
endif;
?>
<!-- ltn__slide-item -->
<!-- <div class="ltn__slide-item ltn__slide-item-2 ltn__slide-item-3 ltn__slide-item-3-normal text-color-white bg-image"
data-bg="<?php //the_sub_field('slide'); ?>">
</div> -->
<!-- ltn__slide-item -->
<!-- -->
</div>
</div>

View File

@ -0,0 +1,74 @@
<!-- TESTIMONIAL AREA START (testimonial-4) -->
<div class="ltn__testimonial-area section-bg-1 pt-90 mb--100">
<div class="container-fluid">
<div class="row">
<div class="col-lg-12">
<div class="section-title-area ltn__section-title-2 section-title-style-3 text-center">
<div class="section-title-in">
<h1 class="section-title" style="color:#017BAA">Client Feedbacks</h1>
</div>
</div>
</div>
</div>
<div class="row ltn__testimonial-slider-3-active slick-arrow-1 slick-arrow-1-inner">
<?php
$args = array(
'post_type' => 'Testimonial', // Replace 'your_custom_post_type' with your custom post type slug
'posts_per_page' => -1, // Retrieve all posts
);
$Testimonial_query = new WP_Query($args);
if ($Testimonial_query->have_posts()) :
while ($Testimonial_query->have_posts()) : $Testimonial_query->the_post();
?>
<div class="col-lg-6 col-md-6">
<div class="ltn__testimonial-item ltn__testimonial-item-4">
<div class="ltn__testimoni-img">
<img src="<?php the_post_thumbnail_url(); ?>" alt="<?php the_title_attribute(); ?>">
</div>
<div class="ltn__testimoni-info">
<p>
<p><?php $content = apply_filters('the_content', $post->post_content); ?></p>
<?php echo $content; ?> </p>
<h4><?php the_sub_field('name'); ?></h4>
<h6><?php the_title(); ?></h6>
</div>
<div class="ltn__testimoni-bg-icon">
<i class="far fa-comments"></i>
</div>
</div>
</div>
<?php endwhile; ?>
<?php endif; ?>
</div>
</div>
</div>
<!-- TESTIMONIAL AREA END -->
<!-- Add jQuery and Slick Slider JS -->
<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.8.1/slick.min.js"></script>
<!-- Initialize Slick Slider -->
<script>
$(document).ready(function(){
$('.ltn__testimonial-slider-3-active').slick({
slidesToShow: 2, // Display 2 slides at a time
slidesToScroll: 1,
autoplay: true,
autoplaySpeed: 2000,
dots: false,
arrows: false,
responsive: [
{
breakpoint: 992,
settings: {
slidesToShow: 2 // Adjust to display 2 slides at a time on larger screens
}
}
]
});
});
</script>

View File

@ -0,0 +1,84 @@
<div class="ltn__feature-area pt-60 pb-60">
<div class="container">
<div class="row">
<div class="col-lg-12">
<div class="section-title-area ltn__section-title-2 section-title-style-3 text-center mb-20">
<div class="section-title-in">
<h1 class="section-title" style="color:#017BAA">Why Choose Us</h1>
</div>
</div>
</div>
</div>
<div class="row">
<!-- Left side fields -->
<div class="col-lg-4">
<?php
// Check if the ACF repeater field exists
if (have_rows('whyus', 54)) :
// Counter variable to keep track of the number of fields displayed
$counter = 1;
// Loop through the repeater field
while (have_rows('whyus', 54) && $counter <= 3 ) : the_row();
// Increment the counter
$counter++;
// Display only the first field on the left side
?>
<div class="ltn__feature-item ltn__feature-item-3 text-right text-end">
<div class="ltn__feature-icon">
<span><img src="<?php the_sub_field('image'); ?>" alt="#"></span>
</div>
<div class="ltn__feature-info">
<h3><?php the_sub_field('title'); ?></h3>
<p><?php the_sub_field('description'); ?></p>
</div>
</div>
<?php
endwhile;
endif;
?>
</div>
<!-- Center image -->
<div class="col-lg-4">
<div class="feature-banner-img text-center mb-160">
<img src="<?php echo get_template_directory_uri(); ?>/img/others/2.png" alt="#">
</div>
</div>
<!-- Right side fields -->
<div class="col-lg-4">
<?php
// Reset the counter
$counter = 0;
// Check if the ACF repeater field exists
if (have_rows('whyus', 54)) :
// Loop through the repeater field
while (have_rows('whyus', 54)) : the_row();
// Increment the counter
$counter++;
// Display the next three fields on the right side
if ($counter > 0 && $counter <= 5) :
?>
<div class="ltn__feature-item ltn__feature-item-3 text-left">
<div class="ltn__feature-icon">
<span><img src="<?php the_sub_field('image'); ?>" alt="#"></span>
</div>
<div class="ltn__feature-info">
<h3><a href="service-details.html"><?php the_sub_field('title'); ?></a></h3>
<p><?php the_sub_field('description'); ?></p>
</div>
</div>
<?php
endif;
endwhile;
endif;
?>
</div>
</div>
</div>
</div>

View File

@ -0,0 +1,154 @@
<?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">Sector Details</h1>
</div>
<div class="ltn__breadcrumb-list">
<ul>
<li><a href="index.php">Home</a></li>
<li>Sector Details</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="ltn__page-details-area ltn__blog-details-area mt-50 mb-120 pt-100">
<div class="container">
<div class="row">
<div class="col-lg-12">
<div class="ltn__blog-details-wrap">
<div class="ltn__page-details-inner ltn__blog-details-inner">
<h2 class="ltn__blog-title">Hospital Uniforms</h2>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor
incididunt ut
labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation
ullamco
laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit
in
voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat
cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
Sed
ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque
laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi
architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas
sit
aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione
voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quia dolor sit
amet,
consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore
et
dolore magnam aliquam quaerat voluptatem.</p>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor
incididunt ut
labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation
ullamco
laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit
in
voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat
cupidatat non proident, sunt in culpa qui officia deserunt.</p>
<hr>
</div>
<div class="ltn__gallery-area">
<div class="container">
<!--
<div class="row">
<div class="col-lg-12">
<div class="ltn__gallery-menu">
<div class="ltn__gallery-filter-menu portfolio-filter text-uppercase mb-50">
<button data-filter="*" class="active">all</button>
<button data-filter=".filter_category_1">White</button>
<button data-filter=".filter_category_2">Red</button>
<button data-filter=".filter_category_3">Black</button>
</div>
</div>
</div>
</div>
-->
<!--Portfolio Wrapper Start-->
<div class="ltn__gallery-active row ltn__gallery-style-1">
<div class="ltn__gallery-sizer col-1"></div>
<!-- gallery-item -->
<div class="ltn__gallery-item filter_category_3 col-md-4 col-sm-6 col-12">
<div class="ltn__gallery-item-inner">
<div class="ltn__gallery-item-img">
<a href="img/blog/hospital-uniform.jpg" data-rel="lightcase:myCollection">
<img src="img/blog/hospital-uniform.jpg" alt="Image">
</a>
</div>
</div>
</div>
<div class="ltn__gallery-item filter_category_3 col-md-4 col-sm-6 col-12">
<div class="ltn__gallery-item-inner">
<div class="ltn__gallery-item-img">
<a href="img/blog/hospital-uniform.jpg" data-rel="lightcase:myCollection">
<img src="img/blog/hospital-uniform.jpg" alt="Image">
</a>
</div>
</div>
</div>
<div class="ltn__gallery-item filter_category_3 col-md-4 col-sm-6 col-12">
<div class="ltn__gallery-item-inner">
<div class="ltn__gallery-item-img">
<a href="img/blog/hospital-uniform.jpg" data-rel="lightcase:myCollection">
<img src="img/blog/hospital-uniform.jpg" alt="Image">
</a>
</div>
</div>
</div>
</div>
<div id="ltn__inline_description_1" style="display: none;">
<h4 class="first">This content comes from a hidden element on that page</h4>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam quis mi eu elit tempor
facilisis id et
neque. Nulla sit amet sem sapien. Vestibulum imperdiet porta ante ac ornare. Nulla
et lorem eu nibh
adipiscing ultricies nec at lacus. Cras laoreet ultricies sem, at blandit mi
eleifend aliquam. Nunc enim
ipsum, vehicula non pretium varius, cursus ac tortor.</p>
<p>Vivamus fringilla congue laoreet. Quisque ultrices sodales orci, quis rhoncus justo
auctor in. Phasellus
dui eros, bibendum eu feugiat ornare, faucibus eu mi. Nunc aliquet tempus sem, id
aliquam diam varius
ac. Maecenas nisl nunc, molestie vitae eleifend vel.</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<?php include('partials/footer.php'); ?>

View File

@ -0,0 +1,77 @@
<?php
/**
* The template for displaying comments
*
* This is the template that displays the area of the page that contains both the current comments
* and the comment form.
*
* @link https://developer.wordpress.org/themes/basics/template-hierarchy/
*
* @package abchospitality
*/
/*
* If the current post is protected by a password and
* the visitor has not yet entered the password we will
* return early without loading the comments.
*/
if ( post_password_required() ) {
return;
}
?>
<div id="comments" class="comments-area">
<?php
// You can start editing here -- including this comment!
if ( have_comments() ) :
?>
<h2 class="comments-title">
<?php
$abchospitality_comment_count = get_comments_number();
if ( '1' === $abchospitality_comment_count ) {
printf(
/* translators: 1: title. */
esc_html__( 'One thought on &ldquo;%1$s&rdquo;', 'abchospitality' ),
'<span>' . wp_kses_post( get_the_title() ) . '</span>'
);
} else {
printf(
/* translators: 1: comment count number, 2: title. */
esc_html( _nx( '%1$s thought on &ldquo;%2$s&rdquo;', '%1$s thoughts on &ldquo;%2$s&rdquo;', $abchospitality_comment_count, 'comments title', 'abchospitality' ) ),
number_format_i18n( $abchospitality_comment_count ), // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped
'<span>' . wp_kses_post( get_the_title() ) . '</span>'
);
}
?>
</h2><!-- .comments-title -->
<?php the_comments_navigation(); ?>
<ol class="comment-list">
<?php
wp_list_comments(
array(
'style' => 'ol',
'short_ping' => true,
)
);
?>
</ol><!-- .comment-list -->
<?php
the_comments_navigation();
// If comments are closed and there are comments, let's leave a little note, shall we?
if ( ! comments_open() ) :
?>
<p class="no-comments"><?php esc_html_e( 'Comments are closed.', 'abchospitality' ); ?></p>
<?php
endif;
endif; // Check for have_comments().
comment_form();
?>
</div><!-- #comments -->

View File

@ -0,0 +1,35 @@
{
"name": "automattic/underscores",
"type": "wordpress-theme",
"description": "Hi. I'm a starter theme called _s, or underscores, if you like. I'm a theme meant for hacking so don't use me as a Parent Theme. Instead try turning me into the next, most awesome, WordPress theme out there. That's what I'm here for.",
"keywords": [
"WordPress",
"Themes"
],
"homepage": "https://github.com/Automattic/_s",
"license": "GPL-2.0-or-later",
"authors": [
{
"name": "Contributors",
"homepage": "https://github.com/Automattic/_s/graphs/contributors"
}
],
"require": {
"php": ">=5.6"
},
"require-dev": {
"dealerdirect/phpcodesniffer-composer-installer": "^0.7.0",
"wptrt/wpthemereview": "^0.2.1",
"php-parallel-lint/php-parallel-lint": "^1.2.0",
"wp-cli/i18n-command": "^2.2.5"
},
"scripts": {
"lint:wpcs": "@php ./vendor/squizlabs/php_codesniffer/bin/phpcs",
"lint:php": "@php ./vendor/bin/parallel-lint --exclude .git --exclude vendor .",
"make-pot": "wp i18n make-pot . languages/_s.pot"
},
"support": {
"issues": "https://github.com/Automattic/_s/issues",
"source": "https://github.com/Automattic/_s"
}
}

View File

@ -0,0 +1,119 @@
<?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">Contact Us</h1>
</div>
<div class="ltn__breadcrumb-list">
<ul>
<li><a href="index.php">Home</a></li>
<li>Contact Us</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- BREADCRUMB AREA END -->
<!-- CONTACT ADDRESS AREA START -->
<div class="ltn__contact-address-area pt-100 ">
<div class="container">
<div class="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/10.png" alt="Icon Image">
</div>
<h3>Email Address</h3>
<p>abchospitalitynepal@gmail.com
</p>
</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/11.png" alt="Icon Image">
</div>
<h3>Phone Number</h3>
<p>+977 9849063259
</p>
</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>Office Address</h3>
<p>Banasthali, Kathmandu</p>
</div>
</div>
</div>
</div>
</div>
<!-- CONTACT ADDRESS AREA END -->
<!-- CONTACT MESSAGE AREA START -->
<div class="ltn__contact-message-area mb-120 mb--100">
<div class="container">
<div class="row">
<div class="col-lg-12">
<div class="ltn__form-box contact-form-box box-shadow white-bg">
<h4 class="title-2">Send us a message</h4>
<form id="contact-form" action="" method="post">
<div class="row">
<div class="col-md-6">
<div class="input-item input-item-name ltn__custom-icon">
<input type="text" name="name" placeholder="Enter your name">
</div>
</div>
<div class="col-md-6">
<div class="input-item input-item-email ltn__custom-icon">
<input type="email" name="email" placeholder="Enter email address">
</div>
</div>
<div class="col-md-6">
<div class="input-item input-item-phone ltn__custom-icon">
<input type="text" name="phone" placeholder="Enter phone number">
</div>
</div>
</div>
<div class="input-item input-item-textarea ltn__custom-icon">
<textarea name="message" placeholder="Enter message"></textarea>
</div>
<div class="btn-wrapper mt-0">
<button class="btn theme-btn-1 btn-effect-1 text-uppercase" type="submit">Send a
message</button>
</div>
<p class="form-messege mb-0 mt-20"></p>
</form>
</div>
</div>
</div>
</div>
</div>
<!-- CONTACT MESSAGE AREA END -->
<!-- GOOGLE MAP AREA START -->
<div class="google-map mb-120">
<iframe
src="https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d3531.8687959507097!2d85.295601!3d27.721337!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x39eb199bbcb1140f%3A0x90d296e19a734de8!2sROBHA%C2%AE%20(Hospitality%20Uniform%2FLinen)%20On%20robhanepal.com!5e0!3m2!1sen!2snp!4v1704186767816!5m2!1sen!2snp"
width="100%" height="100%" frameborder="0" allowfullscreen="" aria-hidden="false" tabindex="0"></iframe>
</div>
<!-- GOOGLE MAP AREA END -->
<?php include('partials/footer.php'); ?>

View File

@ -0,0 +1,137 @@
<?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 Core Areas</h1>
</div>
<div class="ltn__breadcrumb-list">
<ul>
<li><a href="index.php">Home</a></li>
<li>Our Sectors</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- BREADCRUMB AREA END -->
<!-- PAGE DETAILS AREA START (blog-details) -->
<div class="ltn__page-details-area ltn__blog-details-area mt-70 mb-120 pt-100">
<div class="container">
<div class="row">
<div class="col-lg-12">
<div class="ltn__blog-details-wrap">
<div class="ltn__page-details-inner ltn__blog-details-inner">
<h2 class="ltn__blog-title">Our Core Areas</h2>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut
labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco
laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in
voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat
cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed
ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque
laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi
architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit
aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione
voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet,
consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et
dolore magnam aliquam quaerat voluptatem.</p>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut
labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco
laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in
voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat
cupidatat non proident, sunt in culpa qui officia deserunt.</p>
<hr>
<h4>Lorem ipsum dolor sit amet, consectetur adipisicing elit.</h4>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Consectetur expedita velit
laboriosam est sint laborum eos assumenda, quam voluptatem adipisci, reprehenderit ut nobis
blanditiis perspiciatis!</p>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Culpa, amet, fuga omnis eligendi
sed cupiditate molestias enim autem animi est tempore ipsa corporis. Recusandae, quia.</p>
</div>
</div>
</div>
</div>
<!-- BLOG AREA START -->
<div class="ltn__blog-area ltn__blog-item-3-normal">
<div class="container">
<div class="row">
<!-- Blog Item -->
<div class="col-lg-4 col-sm-6 col-12">
<div class="ltn__blog-item ltn__blog-item-3">
<div class="ltn__blog-img">
<a href="categories-details.php"><img src="img/blog/hospital-uniform.jpg" alt="#"></a>
</div>
<div class="ltn__blog-brief">
<h3 class="ltn__blog-title"><a href="categories-details.php">Hospital Uniform</a></h3>
<p>Lorem, ipsum dolor sit amet consectetur adipisicing elit. A aperiam doloremque vero
animi illo facilis dolor aliquid voluptate. </p>
<div class="btn-wrapper mt-0">
<a href="categories-details.php"><button class='btn btn-custom-color'
style="margin-top:5px">Read More</button></a>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-sm-6 col-12">
<div class="ltn__blog-item ltn__blog-item-3">
<div class="ltn__blog-img">
<a href="categories-details.php"><img src="img/blog/household-uniform.jpg" " alt="
#"></a>
</div>
<div class="ltn__blog-brief">
<h3 class="ltn__blog-title"><a href="categories-details.php">Household Uniform</a></h3>
<p>Lorem, ipsum dolor sit amet consectetur adipisicing elit. A aperiam doloremque vero
animi illo facilis dolor aliquid voluptate. </p>
<div class="btn-wrapper mt-0">
<a href="categories-details.php"><button class='btn btn-custom-color'
style="margin-top:5px">Read More</button></a>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-sm-6 col-12">
<div class="ltn__blog-item ltn__blog-item-3">
<div class="ltn__blog-img">
<a href="categories-details.php"><img src="img/blog/industry.jpg" alt="#"></a>
</div>
<div class="ltn__blog-brief">
<h3 class="ltn__blog-title"><a href="categories-details.php">Industrial Uniform</a></h3>
<p>Lorem, ipsum dolor sit amet consectetur adipisicing elit. A aperiam doloremque vero
animi illo facilis dolor aliquid voluptate. </p>
<div class="btn-wrapper mt-0">
<a href="categories-details.php"><button class='btn btn-custom-color'
style="margin-top:5px">Read More</button></a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- BLOG AREA END -->
</div>
</div>
<!-- PAGE DETAILS AREA END -->
<?php include('partials/footer.php'); ?>

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,97 @@
/* ====================================================
Responsive
==================================================== */
/* Desktop 1200 - up */
@media (min-width: 1200px) {
.container {
max-width: 1200px;
}
}
/* Normal desktop :992px. (Laptop 14") */
@media (min-width: 992px) and (max-width: 1199px) {
/* Global */
h1 {
font-size: 30px;
}
h2 {
font-size: 26px;
}
h3 {
font-size: 22px;
}
h4 {
font-size: 20px;
}
h5 {
font-size: 18px;
}
h6 {
font-size: 16px;
}
}
/* Tablet device :768px. */
@media (min-width: 768px) and (max-width: 991px) {
/* Global */
body {
font-size: 14px;
}
h1 {
font-size: 26px;
}
h2 {
font-size: 22px;
}
h3 {
font-size: 20px;
}
h4 {
font-size: 18px;
}
h5 {
font-size: 16px;
}
h6 {
font-size: 15px;
}
p {
font-size: 14px;
}
}
/* small mobile :320px. */
@media (max-width: 767px) {
.ltn__header-middle-area {
position: fixed;
width: 100%;
z-index: 1000;
top: 0;
background-color: #f7f5eb; /* Change this to your desired background color */
}
/* Global */
body {
font-size: 14px;
}
h1 {
font-size: 24px;
}
h2 {
font-size: 20px;
}
h3 {
font-size: 18px;
}
h4 {
font-size: 17px;
}
h5 {
font-size: 16px;
}
h6 {
font-size: 14px;
}
p {
font-size: 14px;
}
}

File diff suppressed because it is too large Load Diff

Binary file not shown.

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 243 KiB

Binary file not shown.

View File

@ -0,0 +1,17 @@
<?xml version="1.0" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg xmlns="http://www.w3.org/2000/svg">
<metadata>Copyright (C) 2015 by original authors @ fontello.com</metadata>
<defs>
<font id="lightcase" horiz-adv-x="1000" >
<font-face font-family="lightcase" font-weight="400" font-stretch="normal" units-per-em="1000" ascent="850" descent="-150" />
<missing-glyph horiz-adv-x="1000" />
<glyph glyph-name="play" unicode="&#xe800;" d="m500 850c-275 0-499-224-499-500 0-275 224-500 499-500s500 225 500 500c0 276-224 500-500 500z m0-966c-256 0-466 210-466 466 0 257 210 466 466 466 257 0 466-209 466-466 0-257-209-466-466-466z m-38 644c-3 3-8 5-12 5 0 0 0 0 0 0-1 0-2 0-3-1-1 0-2 0-4 0-6-3-10-9-10-16v-331 0c0-3 0-5 1-7 2-4 5-7 10-9 1 0 2 0 3-1 1 0 2 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 4 0 9 1 12 5l165 165c7 7 7 18 0 24l-165 166z m5-302v249l125-125-125-124z" horiz-adv-x="1000" />
<glyph glyph-name="pause" unicode="&#xe801;" d="m500 850c-275 0-500-225-500-500 0-276 225-500 500-500s500 224 500 500c0 275-224 500-500 500z m0-966c-257 0-466 209-466 466 0 257 209 466 466 466 257 0 466-209 466-466 0-257-209-466-466-466z m129 620v-308c0-10-7-17-17-17s-17 7-17 17v308c0 9 8 17 17 17s17-8 17-17z m-223 0v-308c0-10-8-17-17-17-10 0-17 7-17 17v308c0 9 7 17 17 17 9 0 17-8 17-17z" horiz-adv-x="1000" />
<glyph glyph-name="close" unicode="&#xe802;" d="m660 487l-136-137 136-137c7-6 7-17 0-24-3-3-7-5-12-5-4 0-8 2-12 5l-136 137-137-137c-3-3-8-5-12-5-4 0-9 2-12 5-7 7-7 18 0 24l137 137-137 137c-7 6-7 17 0 24 6 6 17 6 24 0l137-137 136 137c7 6 18 6 24 0 7-7 7-18 0-24z m339-137c0-275-224-499-499-499-276 0-500 224-500 499 0 275 224 499 500 499 275 0 499-224 499-499z m-34 0c0 257-209 466-465 466-257 0-466-209-466-466 0-257 209-466 466-466 256 0 465 209 465 466z" horiz-adv-x="1000" />
<glyph glyph-name="prev" unicode="&#xe803;" d="m500 849c-275 0-499-223-499-499 0-275 224-499 499-499 275 0 499 224 499 499 0 276-224 499-499 499z m0-964c-257 0-466 209-466 465 0 257 209 466 466 466 256 0 465-209 465-466 0-256-209-465-465-465z m74 612l-153-154 153-153c7-7 7-18 0-24-6-7-17-7-24 0l-165 165c-6 7-6 17 0 24l165 166c4 3 8 5 12 5 5 0 9-2 12-5 7-7 7-18 0-24z" horiz-adv-x="1000" />
<glyph glyph-name="next" unicode="&#xe804;" d="m500-149c275 0 499 224 499 499 0 276-224 499-499 499-275 0-499-223-499-499 0-275 224-499 499-499z m0 965c256 0 465-209 465-466 0-256-209-465-465-465-257 0-466 209-466 465 0 257 209 466 466 466z m-75-612l153 154-153 153c-6 7-6 17 0 24 7 7 17 7 24 0l165-165c7-7 7-18 0-24l-165-166c-3-3-8-5-12-5-4 0-9 2-12 5-7 7-7 17 0 24z" horiz-adv-x="1000" />
<glyph glyph-name="spin" unicode="&#xe805;" d="m1000 315h-36c0 275-224 499-499 499v36c295 0 535-240 535-535z" horiz-adv-x="1000" />
</font>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 2.7 KiB

View File

@ -0,0 +1,164 @@
<?php
/**
* The template for displaying the footer
*
* Contains the closing of the #content div and all content after.
*
* @link https://developer.wordpress.org/themes/basics/template-files/#template-partials
*
* @package abchospitality
*/
?>
<!-- FOOTER AREA START -->
<footer class="ltn__footer-area">
<div class=" footer-top-area section-bg-2 plr--5">
<div class="container">
<div class="row">
<div class="col-xl-4 col-md-6 col-sm-6 col-12">
<div class="footer-widget footer-about-widget">
<div class="footer-logo">
<div class="site-logo">
<img src="<?php echo get_template_directory_uri(); ?>/img/logo/logo.png" alt="Logo" id="logo">
</div>
</div>
<div class="footer-address">
<ul>
<li>
<div class="footer-address-icon">
<i class="icon-placeholder"></i>
</div>
<div class="footer-address-info">
<p>Kathmandu Nepal</p>
</div>
</li>
<li>
<div class="footer-address-icon">
<i class="icon-call"></i>
</div>
<div class="footer-address-info">
<p>015312824</p>
</div>
</li>
<li>
<div class="footer-address-icon">
<i class="icon-mail"></i>
</div>
<div class="footer-address-info">
<p>info@abchospitality.com</p>
</div>
</li>
</ul>
</div>
<div class="ltn__social-media mt-20">
<ul>
<li><a href="https://www.facebook.com/abchospitalitynepal" title="Facebook"><i
class="fab fa-facebook-f"></i></a></li>
<li><a href="#" title="Instagram"><i class="fab fa-instagram"></i></a></li>
</ul>
</div>
</div>
</div>
<div class="col-xl-4 col-md-6 col-sm-6 col-12">
<div class="footer-widget footer-menu-widget clearfix">
<h4 class="footer-title">Recent Links</h4>
<div class="footer-menu" >
<?php
$args = array(
'theme_location'=>'footer',
'menu_class' =>'',
'container' =>'',
);
wp_nav_menu($args);
?>
<!-- <ul>
<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>
</div>
</div>
<div class="col-xl-4 col-md-6 col-sm-6 col-12">
<div class="footer-widget footer-menu-widget clearfix">
<h4 class="footer-title">Quick Links</h4>
<div class="footer-menu">
<?php
$args = array(
'theme_location'=>'footer-1',
'menu_class' =>'',
'container' =>'',
);
wp_nav_menu($args);
?>
<!-- <ul>
<li><a href="workplace-diversity">Diversity Work Environment</a></li>
<li><a href="championing-equity">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>
</div>
</div>
<div class="ltn__copyright-area ltn__copyright-2 section-bg-2 ltn__border-top-2 plr--5">
<div class="container-fluid">
<div class="row">
<div class="col-md-6 col-12">
<div class="ltn__copyright-design clearfix mt-1">
<p>All Rights Reserved @ ABC hospitality <span class="current-year"></span></p>
</div>
</div>
<div class="col-md-6 col-12 align-self-center">
<div class="ltn__copyright-menu text-right text-end ">
<img src="<?php echo get_template_directory_uri(); ?>/img/payment/esewa.png" class="payment" alt="">
<img src="<?php echo get_template_directory_uri(); ?>/img/payment/master.jpg" class="payment" alt="">
<img src="<?php echo get_template_directory_uri(); ?>/img/payment/credit-card.jpg" class="payment" alt="">
<img src="<?php echo get_template_directory_uri(); ?>/img/payment/connectips.png" class="payment" alt="">
<img src="<?php echo get_template_directory_uri(); ?>/img/payment/cod.png" class="payment" alt="">
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</footer>
<!-- FOOTER AREA END -->
<!-- MODAL AREA END -->
</div>
<!-- Body main wrapper end -->
<!-- All JS Plugins -->
<script src="<?php echo get_template_directory_uri(); ?>/js/plugins.js"></script>
<!-- Main JS -->
<script src="<?php echo get_template_directory_uri(); ?>/js/main.js"></script>
<?php wp_footer(); ?>
</body>
</html>

View File

@ -0,0 +1,181 @@
<?php
/**
* abchospitality functions and definitions
*
* @link https://developer.wordpress.org/themes/basics/theme-functions/
*
* @package abchospitality
*/
if ( ! defined( '_S_VERSION' ) ) {
// Replace the version number of the theme on each release.
define( '_S_VERSION', '1.0.0' );
}
/**
* Sets up theme defaults and registers support for various WordPress features.
*
* Note that this function is hooked into the after_setup_theme hook, which
* runs before the init hook. The init hook is too late for some features, such
* as indicating support for post thumbnails.
*/
function abchospitality_setup() {
/*
* Make theme available for translation.
* Translations can be filed in the /languages/ directory.
* If you're building a theme based on abchospitality, use a find and replace
* to change 'abchospitality' to the name of your theme in all the template files.
*/
load_theme_textdomain( 'abchospitality', get_template_directory() . '/languages' );
// Add default posts and comments RSS feed links to head.
add_theme_support( 'automatic-feed-links' );
/*
* Let WordPress manage the document title.
* By adding theme support, we declare that this theme does not use a
* hard-coded <title> tag in the document head, and expect WordPress to
* provide it for us.
*/
add_theme_support( 'title-tag' );
/*
* Enable support for Post Thumbnails on posts and pages.
*
* @link https://developer.wordpress.org/themes/functionality/featured-images-post-thumbnails/
*/
add_theme_support( 'post-thumbnails' );
// This theme uses wp_nav_menu() in one location.
register_nav_menus(
array(
'menu-1' => esc_html__( 'Primary', 'abchospitality' ),
'footer' => esc_html__( 'Secondary', 'abchospitality' ),
'footer-1' => esc_html__( 'Footer Right', 'abchospitality' ),
)
);
/*
* Switch default core markup for search form, comment form, and comments
* to output valid HTML5.
*/
add_theme_support(
'html5',
array(
'search-form',
'comment-form',
'comment-list',
'gallery',
'caption',
'style',
'script',
)
);
// Set up the WordPress core custom background feature.
add_theme_support(
'custom-background',
apply_filters(
'abchospitality_custom_background_args',
array(
'default-color' => 'ffffff',
'default-image' => '',
)
)
);
// Add theme support for selective refresh for widgets.
add_theme_support( 'customize-selective-refresh-widgets' );
/**
* Add support for core custom logo.
*
* @link https://codex.wordpress.org/Theme_Logo
*/
add_theme_support(
'custom-logo',
array(
'height' => 250,
'width' => 250,
'flex-width' => true,
'flex-height' => true,
)
);
}
add_action( 'after_setup_theme', 'abchospitality_setup' );
/**
* Set the content width in pixels, based on the theme's design and stylesheet.
*
* Priority 0 to make it available to lower priority callbacks.
*
* @global int $content_width
*/
function abchospitality_content_width() {
$GLOBALS['content_width'] = apply_filters( 'abchospitality_content_width', 640 );
}
add_action( 'after_setup_theme', 'abchospitality_content_width', 0 );
/**
* Register widget area.
*
* @link https://developer.wordpress.org/themes/functionality/sidebars/#registering-a-sidebar
*/
function abchospitality_widgets_init() {
register_sidebar(
array(
'name' => esc_html__( 'Sidebar', 'abchospitality' ),
'id' => 'sidebar-1',
'description' => esc_html__( 'Add widgets here.', 'abchospitality' ),
'before_widget' => '<section id="%1$s" class="widget %2$s">',
'after_widget' => '</section>',
'before_title' => '<h2 class="widget-title">',
'after_title' => '</h2>',
)
);
}
add_action( 'widgets_init', 'abchospitality_widgets_init' );
/**
* Enqueue scripts and styles.
*/
function abchospitality_scripts() {
wp_enqueue_style( 'abchospitality-style', get_stylesheet_uri(), array(), _S_VERSION );
wp_style_add_data( 'abchospitality-style', 'rtl', 'replace' );
wp_enqueue_script( 'abchospitality-navigation', get_template_directory_uri() . '/js/navigation.js', array(), _S_VERSION, true );
if ( is_singular() && comments_open() && get_option( 'thread_comments' ) ) {
wp_enqueue_script( 'comment-reply' );
}
}
add_action( 'wp_enqueue_scripts', 'abchospitality_scripts' );
/**
* Implement the Custom Header feature.
*/
require get_template_directory() . '/inc/custom-header.php';
/**
* Custom template tags for this theme.
*/
require get_template_directory() . '/inc/template-tags.php';
/**
* Functions which enhance the theme by hooking into WordPress.
*/
require get_template_directory() . '/inc/template-functions.php';
/**
* Customizer additions.
*/
require get_template_directory() . '/inc/customizer.php';
/**
* Load Jetpack compatibility file.
*/
if ( defined( 'JETPACK__VERSION' ) ) {
require get_template_directory() . '/inc/jetpack.php';
}
require get_template_directory() . '/lib/navwalker.php';

View File

@ -0,0 +1,124 @@
<?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">
<!-- <h6 class="section-subtitle ltn__secondary-color">// Welcome to our company</h6> -->
<h1 class="section-title white-color">Our Galleries</h1>
</div>
<div class="ltn__breadcrumb-list">
<ul>
<li><a href="index.php">Home</a></li>
<li>Galleries</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- BREADCRUMB AREA END -->
<!-- Gallery area start -->
<div class="ltn__gallery-area mb-120 mt-150">
<h3 class="section-title mt-80 mb-60" style="color:#017BAA; text-align:center">Our Galleries
</h3>
<div class="container">
<!--
<div class="row">
<div class="col-lg-12">
<div class="ltn__gallery-menu">
<div class="ltn__gallery-filter-menu portfolio-filter text-uppercase mb-50">
<button data-filter="*" class="active">all</button>
<button data-filter=".filter_category_1">White</button>
<button data-filter=".filter_category_2">Red</button>
<button data-filter=".filter_category_3">Black</button>
</div>
</div>
</div>
</div>
-->
<!--Portfolio Wrapper Start-->
<div class="ltn__gallery-active row ltn__gallery-style-1">
<div class="ltn__gallery-sizer col-1"></div>
<!-- gallery-item -->
<div class="ltn__gallery-item filter_category_3 col-md-4 col-sm-6 col-12">
<div class="ltn__gallery-item-inner">
<div class="ltn__gallery-item-img">
<a href="img/gallery/1.jpg" data-rel="lightcase:myCollection">
<img src="img/gallery/1.jpg" alt="Image">
</a>
</div>
</div>
</div>
<div class="ltn__gallery-item filter_category_3 col-md-4 col-sm-6 col-12">
<div class="ltn__gallery-item-inner">
<div class="ltn__gallery-item-img">
<a href="img/gallery/1.jpg" data-rel="lightcase:myCollection">
<img src="img/gallery/1.jpg" alt="Image">
</a>
</div>
</div>
</div>
<div class="ltn__gallery-item filter_category_3 col-md-4 col-sm-6 col-12">
<div class="ltn__gallery-item-inner">
<div class="ltn__gallery-item-img">
<a href="img/gallery/1.jpg" data-rel="lightcase:myCollection">
<img src="img/gallery/1.jpg" alt="Image">
</a>
</div>
</div>
</div>
</div>
<div id="ltn__inline_description_1" style="display: none;">
<h4 class="first">This content comes from a hidden element on that page</h4>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam quis mi eu elit tempor facilisis id et
neque. Nulla sit amet sem sapien. Vestibulum imperdiet porta ante ac ornare. Nulla et lorem eu nibh
adipiscing ultricies nec at lacus. Cras laoreet ultricies sem, at blandit mi eleifend aliquam. Nunc enim
ipsum, vehicula non pretium varius, cursus ac tortor.</p>
<p>Vivamus fringilla congue laoreet. Quisque ultrices sodales orci, quis rhoncus justo auctor in. Phasellus
dui eros, bibendum eu feugiat ornare, faucibus eu mi. Nunc aliquet tempus sem, id aliquam diam varius
ac. Maecenas nisl nunc, molestie vitae eleifend vel.</p>
</div>
<!-- pagination start -->
<!--
<div class="row">
<div class="col-lg-12">
<div class="ltn__pagination text-center margin-top-50">
<ul>
<li class="arrow-icon"><a href="#"> &leftarrow; </a></li>
<li class="active"><a href="blog.html">1</a></li>
<li><a href="blog-2.html">2</a></li>
<li><a href="blog-2.html">3</a></li>
<li><a href="blog-2.html">...</a></li>
<li><a href="blog-2.html">10</a></li>
<li class="arrow-icon"><a href="#"> &rightarrow; </a></li>
</ul>
</div>
</div>
</div>
-->
<!-- pagination end -->
</div>
</div>
<!-- Gallery area end -->
<?php include('partials/footer.php'); ?>

View File

@ -0,0 +1,132 @@
<?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">
<!-- <h6 class="section-subtitle ltn__secondary-color">// Welcome to our company</h6> -->
<h1 class="section-title white-color">Our Galleries</h1>
</div>
<div class="ltn__breadcrumb-list">
<ul>
<li><a href="index.php">Home</a></li>
<li>Galleries</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- BREADCRUMB AREA END -->
<!-- Gallery area start -->
<div class="ltn__gallery-area mt-100 mb-150">
<div class="container">
<!--
<div class="row">
<div class="col-lg-12">
<div class="ltn__gallery-menu">
<div class="ltn__gallery-filter-menu portfolio-filter text-uppercase mb-50">
<button data-filter="*" class="active">all</button>
<button data-filter=".filter_category_1">White</button>
<button data-filter=".filter_category_2">Red</button>
<button data-filter=".filter_category_3">Black</button>
</div>
</div>
</div>
</div>
-->
<!--Portfolio Wrapper Start-->
<div class="ltn__gallery-active row ltn__gallery-style-1">
<div class="ltn__gallery-sizer col-1"></div>
<!-- gallery-item -->
<div class="ltn__gallery-item filter_category_3 col-md-4 col-sm-6 col-12">
<div class="ltn__gallery-item-inner">
<div class="ltn__gallery-item-img">
<a href="gallery-details.php">
<img src="img/gallery/1.jpg" alt="Image">
</a>
</div>
<div class="ltn__gallery-item-info" style="text-align:center">
<h4><a href="gallery-details.php">Gallery Name</a></h4>
</div>
</div>
</div>
<div class="ltn__gallery-item filter_category_3 col-md-4 col-sm-6 col-12">
<div class="ltn__gallery-item-inner">
<div class="ltn__gallery-item-img">
<a href="gallery-details.php">
<img src="img/gallery/1.jpg" alt="Image">
</a>
</div>
<div class="ltn__gallery-item-info" style="text-align:center">
<h4><a href="gallery-details.php">Gallery Name</a></h4>
</div>
</div>
</div>
<div class="ltn__gallery-item filter_category_3 col-md-4 col-sm-6 col-12">
<div class="ltn__gallery-item-inner">
<div class="ltn__gallery-item-img">
<a href="gallery-details.php">
<img src="img/gallery/1.jpg" alt="Image">
</a>
</div>
<div class="ltn__gallery-item-info" style="text-align:center">
<h4><a href="gallery-details.php">Gallery Name</a></h4>
</div>
</div>
</div>
</div>
<div id="ltn__inline_description_1" style="display: none;">
<h4 class="first">This content comes from a hidden element on that page</h4>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam quis mi eu elit tempor facilisis id et
neque. Nulla sit amet sem sapien. Vestibulum imperdiet porta ante ac ornare. Nulla et lorem eu nibh
adipiscing ultricies nec at lacus. Cras laoreet ultricies sem, at blandit mi eleifend aliquam. Nunc enim
ipsum, vehicula non pretium varius, cursus ac tortor.</p>
<p>Vivamus fringilla congue laoreet. Quisque ultrices sodales orci, quis rhoncus justo auctor in. Phasellus
dui eros, bibendum eu feugiat ornare, faucibus eu mi. Nunc aliquet tempus sem, id aliquam diam varius
ac. Maecenas nisl nunc, molestie vitae eleifend vel.</p>
</div>
<!-- pagination start -->
<!--
<div class="row">
<div class="col-lg-12">
<div class="ltn__pagination text-center margin-top-50">
<ul>
<li class="arrow-icon"><a href="#"> &leftarrow; </a></li>
<li class="active"><a href="blog.html">1</a></li>
<li><a href="blog-2.html">2</a></li>
<li><a href="blog-2.html">3</a></li>
<li><a href="blog-2.html">...</a></li>
<li><a href="blog-2.html">10</a></li>
<li class="arrow-icon"><a href="#"> &rightarrow; </a></li>
</ul>
</div>
</div>
</div>
-->
<!-- pagination end -->
</div>
</div>
<!-- Gallery area end -->
<?php include('partials/footer.php'); ?>

View File

@ -0,0 +1,203 @@
<?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">Inquire</h1>
</div>
<div class="ltn__breadcrumb-list">
<ul>
<li><a href="index.html">Home</a></li>
<li>Inquire</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- BREADCRUMB AREA END -->
<!-- CONTACT MESSAGE AREA START -->
<div class="ltn__contact-message-area mt-120 mb--100">
<div class="container">
<div class="row">
<div class="col-lg-12">
<div class="ltn__form-box contact-form-box box-shadow white-bg">
<h4 class="title-2">Your Details</h4>
<hr>
<form id="contact-form" action="" method="post">
<div class="row">
<div class="col-md-6">
<div class="input-item ">
<input type="text" name="name" placeholder="Enter your name">
</div>
</div>
<div class="col-md-6">
<div class="input-item ">
<input type="email" name="email" placeholder="Position">
</div>
</div>
<div class="col-md-6">
<div class="input-item">
<select class="nice-select">
<option>Individual / Business</option>
<option>Individual</option>
<option>Business</option>
</select>
</div>
</div>
<div class="col-md-6">
<div class="input-item ">
<input type="text" name="phone" placeholder="Enter phone number">
</div>
</div>
<div class="col-md-6">
<div class="input-item ">
<input type="email" name="email" placeholder="Address">
</div>
</div>
<div class="col-md-6">
<div class="input-item ">
<input type="email" name="email" placeholder="Town/City">
</div>
</div>
<div class="col-md-6">
<div class="input-item ">
<input type="email" name="email" placeholder="Post Code">
</div>
</div>
<div class="col-md-6">
<div class="input-item ">
<input type="email" name="email" placeholder="Country">
</div>
</div>
</div>
<div class="row">
<h4 class="title-2">Contact information</h4>
<div class="col-md-6">
<div class="input-item ">
<input type="text" name="name" placeholder="Telephone Number">
</div>
</div>
<div class="col-md-6">
<div class="input-item ">
<input type="email" name="email" placeholder="Fax">
</div>
</div>
<div class="col-md-6">
<div class="input-item ">
<input type="text" name="phone" placeholder="Email Address">
</div>
</div>
</div>
<div class="row">
<h4 class="title-2">Other Details</h4>
<div class="col-md-6">
<div class="input-item">
<label for="" class="custom-text">How did you hear about us ?</label>
<select class="nice-select">
<option>Select one of the following</option>
<option>Facebook</option>
<option>Instagram</option>
<option>Google</option>
<option>Email</option>
<option>Magazine</option>
</select>
</div>
</div>
<div class="col-md-6">
<div class="input-item">
<label for="" class="custom-text">Type of industry</label>
<select class="nice-select">
<option>Select one of the following</option>
<option>Hospital</option>
<option>Hotels and Restaurant</option>
</select>
</div>
</div>
<div class="col-md-6">
<div class="input-item ">
<label for="" class="custom-text">If others, please specify</label>
<input type="text" name="name" placeholder="">
</div>
</div>
<div class="col-md-6">
<label for="" class="custom-text">If other, please specify</label>
<div class="input-item ">
<input type="text" name="name" placeholder="">
</div>
</div>
</div>
<div class="row">
<h4 class="title-2">Employees requiring clothing</h4>
<div class="col-md-6">
<div class="input-item">
<label for="" class="custom-text">Men</label>
<select class="nice-select">
<option>Select one of the following</option>
<option>Over 50</option>
<option>Over 250</option>
</select>
</div>
</div>
<div class="col-md-6">
<div class="input-item">
<label for="" class="custom-text">Women</label>
<select class="nice-select">
<option>Select one of the following</option>
<option>Over 50</option>
<option>Over 250</option>
</select>
</div>
</div>
</div>
<div class="row">
<h4 class="title-2">When would you require our services?</h4>
<div class="col-md-4">
<div class="input-item">
<select class="nice-select">
<option>Select one of the following</option>
<option>Now</option>
<option>0 - 3 months</option>
<option>3 - 6 months</option>
<option>6 -12 months months</option>
</select>
</div>
</div>
</div>
<div class="btn-wrapper mt-0">
<button class="btn theme-btn-1 btn-effect-1 text-uppercase" type="submit">Submit
Request</button>
</div>
<p class="form-messege mb-0 mt-20"></p>
</form>
</div>
</div>
</div>
</div>
</div>
<!-- CONTACT MESSAGE AREA END -->
<!-- GOOGLE MAP AREA START -->
<div class="google-map mb-120">
<iframe
src="https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d3531.8687959507097!2d85.295601!3d27.721337!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x39eb199bbcb1140f%3A0x90d296e19a734de8!2sROBHA%C2%AE%20(Hospitality%20Uniform%2FLinen)%20On%20robhanepal.com!5e0!3m2!1sen!2snp!4v1704186767816!5m2!1sen!2snp"
width="100%" height="100%" frameborder="0" allowfullscreen="" aria-hidden="false" tabindex="0"></iframe>
</div>
<!-- GOOGLE MAP AREA END -->
<?php include('partials/footer.php'); ?>

View File

@ -0,0 +1,208 @@
<?php
/**
* The header for our theme
*
* This is the template that displays all of the <head> section and everything up until <div id="content">
*
* @link https://developer.wordpress.org/themes/basics/template-files/#template-partials
*
* @package abchospitality
*/
?>
<!doctype html>
<html <?php language_attributes(); ?>>
<head>
<meta charset="<?php bloginfo( 'charset' ); ?>">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="profile" href="https://gmpg.org/xfn/11">
<!-- Place favicon.png in the root directory -->
<link rel="shortcut icon" href="<?php echo get_template_directory_uri(); ?>/img/logo/logo.png" type="image/x-icon" />
<!-- Font Icons css -->
<link rel="stylesheet" href="<?php echo get_template_directory_uri(); ?>/css/font-icons.css">
<!-- plugins css -->
<link rel="stylesheet" href="<?php echo get_template_directory_uri(); ?>/css/plugins.css">
<!-- Main Stylesheet -->
<link rel="stylesheet" href="<?php echo get_template_directory_uri(); ?>/css/style.css">
<!-- Responsive css -->
<link rel="stylesheet" href="<?php echo get_template_directory_uri(); ?>/css/responsive.css">
<?php wp_head(); ?>
</head>
<body <?php body_class(); ?>>
<?php wp_body_open(); ?>
<!-- HEADER AREA START (header-5) -->
<header class="ltn__header-area ltn__header-5 ltn__header-transparent gradient-color-4---"
style="background:white">
<!-- ltn__header-top-area start -->
<div class="ltn__header-top-area">
<div class="container">
<div class="row">
<div class="col-md-7">
<div class="ltn__top-bar-menu">
<ul>
<li><a href="locations.html"><i class="icon-placeholder"></i>Kathmandu, Nepal</a>
</li>
<li><a href="mailto:info@webmail.com?Subject=Flower%20greetings%20to%20you"><i
class="icon-mail"></i> info@abchospitality.com</a></li>
</ul>
</div>
</div>
<div class="col-md-5">
<div class="top-bar-right text-end">
<div class="ltn__top-bar-menu">
<ul>
<li>
<!-- ltn__social-media -->
<div class="ltn__social-media">
<ul>
<li><a href="https://www.facebook.com/abchospitalitynepal"
title="Facebook"><i class="fab fa-facebook-f"></i></a></li>
<li><a href="https://www.instagram.com/" title="Instagram"><i
class="fab fa-instagram"></i></a></li>
</ul>
</div>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- ltn__header-top-area end -->
<!-- ltn__header-middle-area start -->
<div class="ltn__header-middle-area ltn__header-sticky ltn__sticky-bg-white ltn__logo-right-menu-option plr--9--"
id="custom-header" style="background-color:white">
<div class="container">
<div class="row">
<div class="col-sm-3">
<div class="site-logo-wrap">
<div class="site-logo">
<?php if ( get_theme_mod( 'logo' ) ) : ?>
<a href='<?php echo esc_url( home_url( '/' ) ); ?>' title='<?php echo esc_attr( get_bloginfo( 'name', 'display' ) ); ?>' rel='home'>
<img src='<?php echo esc_url( get_theme_mod( 'logo' ) ); ?>' class='img-fluid' alt='<?php echo esc_attr( get_bloginfo( 'name', 'display' ) ); ?>' id="logo"></a>
<?php endif; ?>
</div>
</div>
</div>
<div class="col header-menu-column menu-color-white---">
<div class="header-menu d-none d-xl-block">
<nav>
<?php
$defaults = array(
'theme_location' => 'menu-1',
'menu' => 'menu-1',
'container' => 'div',
'container_class' => 'ltn__main-menu',
'container_id' => '',
'menu_class' => '',
'menu_id' => '',
'echo' => true,
'fallback_cb' => 'wp_page_menu',
'items_wrap' => '<ul class="" >%3$s</ul>',
'depth' => 0,
'walker' => new WP_Bootstrap_Navwalker()
);
wp_nav_menu( $defaults );
?>
<!--
<div class="ltn__main-menu">
<ul>
<li class="menu"><a href="index.php">Home</a>
</li>
<li class="menu"><a href="">About Us</a>
<ul class="sub-menu menu-pages-img-show ltn__sub-menu-col-2---">
<li>
<a href="about-us.php">About Us</a>
</li>
<li>
<a href="core-areas.php">Our Core Areas</a>
</li>
<li>
<a href="gallery-list.php">Galleries</a>
</li>
<li>
<a href="testimonials.php">Testimonials</a>
</li>
</ul>
</li>
<li class="menu" id="dropdown"><a href="products.php">Our Products</a>
</li>
<li class="menu" id="dropdown"><a href="values.php">Our Values</a>
</li>
<li class="menu"><a href="teams.php">Our Teams</a>
<li><a href="contact-us.php">Contact</a></li>
<a href="get-quote.php"> <button class='btn btn-custom-color'
style="margin-top:5px">SEND INQUIRY</button></a>
</ul>
</div> -->
</nav>
</div>
</div>
<div class="col-sm-auto col-lg-6 ltn__header-options ltn__header-options-2">
<!-- Mobile Menu Button -->
<div class="mobile-menu-toggle d-xl-none">
<a href="#ltn__utilize-mobile-menu" class="ltn__utilize-toggle">
<svg viewBox="0 0 800 600">
<path
d="M300,220 C300,220 520,220 540,220 C740,220 640,540 520,420 C440,340 300,200 300,200"
id="top"></path>
<path d="M300,320 L540,320" id="middle"></path>
<path
d="M300,210 C300,210 520,210 540,210 C740,210 640,530 520,410 C440,330 300,190 300,190"
id="bottom" transform="translate(480, 320) scale(1, -1) translate(-480, -318) ">
</path>
</svg>
</a>
</div>
</div>
</div>
</div>
</div>
<!-- ltn__header-middle-area end -->
</header>

Binary file not shown.

After

Width:  |  Height:  |  Size: 31 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 38 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 35 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 37 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 28 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 28 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 28 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 105 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 78 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 104 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 68 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 207 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 164 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 149 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 61 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 59 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 202 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 734 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 88 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 103 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 172 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 94 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 94 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 120 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 84 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 96 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 194 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 81 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 57 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 103 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 94 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 46 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 44 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 152 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 65 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 49 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 34 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 33 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 57 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Some files were not shown because too many files have changed in this diff Show More