If you have any questions that are beyond the scope of this help file, please email our support support@themehats.com.
JANGO has a base page structure containg of header, mega menu, top bar, components and footer as shown below:
Below code is used at the beginning of all HTML pages to detect Internet Explorer browser version and set a spesific class applied to Internet Explorer versions.
<!DOCTYPE html> <!--[if IE 8]> <html lang="en" class="ie8"> <![endif]--> <!--[if IE 9]> <html lang="en" class="ie9"> <![endif]--> <!--[if !IE]><!--> <html lang="en"> <!--<![endif]-->
The Page head contains of metadata, theme css files:
<!DOCTYPE html>
<!--[if IE 9]>
<html lang="en" class="ie9 no-js">
<![endif]-->
<!--[if !IE]><!-->
<html lang="en">
<!--<![endif]-->
<!-- BEGIN HEAD -->
<head>
<meta charset="utf-8"/>
<title>JANGO | Ultimate Multipurpose Bootstrap HTML Theme - Home Page - 1</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta content="width=device-width, initial-scale=1.0" name="viewport"/>
<meta http-equiv="Content-type" content="text/html; charset=utf-8">
<meta content="" name="description"/>
<meta content="" name="author"/>
<link href='http://fonts.googleapis.com/css?family=Roboto+Condensed:300italic,400italic,700italic,400,300,700&subset=latin,cyrillic-ext,greek-ext,cyrillic,latin-ext,vietnamese,greek' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Hind:400,500,300,600,700' rel='stylesheet' type='text/css'>
<link href="assets/plugins/socicon/socicon.css" rel="stylesheet" type="text/css"/>
<link href="assets/plugins/bootstrap-social/bootstrap-social.css" rel="stylesheet" type="text/css"/>
<link href="assets/plugins/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css"/>
<link href="assets/plugins/simple-line-icons/simple-line-icons.min.css" rel="stylesheet" type="text/css"/>
<link href="assets/plugins/animate/animate.min.css" rel="stylesheet" type="text/css"/>
<link href="assets/plugins/bootstrap/css/bootstrap.min.css" rel="stylesheet" type="text/css"/>
<!-- END GLOBAL MANDATORY STYLES -->
<!-- BEGIN: LAYOUT PLUGINS -->
<link href="assets/plugins/revo-slider/css/settings.css" rel="stylesheet" type="text/css"/>
<link href="assets/plugins/cubeportfolio/css/cubeportfolio.min.css" rel="stylesheet" type="text/css"/>
<link href="assets/plugins/owl-carousel/owl.carousel.css" rel="stylesheet" type="text/css"/>
<link href="assets/plugins/owl-carousel/owl.theme.css" rel="stylesheet" type="text/css"/>
<link href="assets/plugins/owl-carousel/owl.transitions.css" rel="stylesheet" type="text/css"/>
<link href="assets/plugins/fancybox/jquery.fancybox.css" rel="stylesheet" type="text/css"/>
<!-- END: LAYOUT PLUGINS -->
<!-- BEGIN: PAGE STYLES -->
<!-- END: PAGE STYLES -->
<!-- BEGIN THEME STYLES -->
<link href="assets/base/css/plugins.css" rel="stylesheet" type="text/css"/>
<link href="assets/base/css/components.css" id="style_components" rel="stylesheet" type="text/css"/>
<link href="assets/base/css/themes/default.css" rel="stylesheet" id="style_theme" type="text/css"/>
<link href="assets/base/css/custom.css" rel="stylesheet" type="text/css"/>
<!-- END THEME STYLES -->
<link rel="shortcut icon" href="favicon.ico"/>
</head>
Base CSS files are included in every page in order to support theme's base styles:
<!-- BEGIN GLOBAL MANDATORY STYLES --> <link href='http://fonts.googleapis.com/css?family=Roboto+Condensed:300italic,400italic,700italic,400,300,700&subset=latin,cyrillic-ext,greek-ext,cyrillic,latin-ext,vietnamese,greek' rel='stylesheet' type='text/css'> <link href='http://fonts.googleapis.com/css?family=Hind:400,500,300,600,700' rel='stylesheet' type='text/css'> <link href="assets/plugins/socicon/socicon.css" rel="stylesheet" type="text/css"/> <link href="assets/plugins/bootstrap-social/bootstrap-social.css" rel="stylesheet" type="text/css"/> <link href="assets/plugins/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css"/> <link href="assets/plugins/simple-line-icons/simple-line-icons.min.css" rel="stylesheet" type="text/css"/> <link href="assets/plugins/animate/animate.min.css" rel="stylesheet" type="text/css"/> <link href="assets/plugins/bootstrap/css/bootstrap.min.css" rel="stylesheet" type="text/css"/> <!-- END GLOBAL MANDATORY STYLES -->
Base plugins are required by global reusable components(portfolio, carousels, fancybox, etc).
<!-- BEGIN: BASE PLUGINS --> <link href="assets/plugins/revo-slider/css/settings.css" rel="stylesheet" type="text/css"/> <link href="assets/plugins/cubeportfolio/css/cubeportfolio.min.css" rel="stylesheet" type="text/css"/> <link href="assets/plugins/owl-carousel/owl.carousel.css" rel="stylesheet" type="text/css"/> <link href="assets/plugins/owl-carousel/owl.theme.css" rel="stylesheet" type="text/css"/> <link href="assets/plugins/owl-carousel/owl.transitions.css" rel="stylesheet" type="text/css"/> <link href="assets/plugins/fancybox/jquery.fancybox.css" rel="stylesheet" type="text/css"/> <!-- END: BASE PLUGINS -->
The theme styles are used globally in every template page. The include order should be followed and not to be changed.
<!-- BEGIN THEME STYLES --> <link href="assets/base/css/plugins.css" rel="stylesheet" type="text/css"/> <link href="assets/base/css/components.css" id="style_components" rel="stylesheet" type="text/css"/> <link href="assets/base/css/themes/default.css" rel="stylesheet" id="style_theme" type="text/css"/> <link href="assets/base/css/custom.css" rel="stylesheet" type="text/css"/> <!-- END THEME STYLES -->
Javascript files loaded in the end of page to reduce page load time.
<!-- BEGIN CORE PLUGINS -->
<!--[if lt IE 9]>
<script src="assets/global/plugins/excanvas.min.js"></script>
<![endif]-->
<script src="assets/plugins/jquery.min.js" type="text/javascript" type="text/javascript" ></script>
<script src="assets/plugins/jquery-migrate.min.js" type="text/javascript" type="text/javascript" ></script>
<script src="assets/plugins/bootstrap/js/bootstrap.min.js" type="text/javascript" type="text/javascript" ></script>
<script src="assets/plugins/bootstrap-hover-dropdown/bootstrap-hover-dropdown.min.js" type="text/javascript"></script>
<script src="assets/plugins/wow/wow.min.js" type="text/javascript"></script>
<!-- END: CORE PLUGINS -->
<!-- BEGIN: LAYOUT PLUGINS -->
<script src="assets/plugins/revo-slider/js/jquery.themepunch.tools.min.js" type="text/javascript"></script>
<script src="assets/plugins/revo-slider/js/jquery.themepunch.revolution.min.js" type="text/javascript"></script>
<script src="assets/plugins/cubeportfolio/js/jquery.cubeportfolio.min.js" type="text/javascript"></script>
<script src="assets/plugins/owl-carousel/owl.carousel.min.js" type="text/javascript"></script>
<script src="assets/plugins/counterup/jquery.waypoints.min.js" type="text/javascript"></script>
<script src="assets/plugins/counterup/jquery.counterup.min.js" type="text/javascript"></script>
<script src="assets/plugins/fancybox/jquery.fancybox.pack.js" type="text/javascript"></script>
<!-- END: LAYOUT PLUGINS -->
<!-- BEGIN: THEME SCRIPTS -->
<script src="assets/base/js/components.js" type="text/javascript"></script>
<script src="assets/base/js/app.js" type="text/javascript"></script>
<script>
$(document).ready(function() {
App.init(); // init core
});
</script>
<!-- END: THEME SCRIPTS -->
JANGO uses Roboto Condensed Google Font as base font. The font must be loaded in HTML header before the rest of css files:
<link href='http://fonts.googleapis.com/css?family=Roboto+Condensed:300italic,400italic,700italic,400,300,700&subset=latin,cyrillic-ext,greek-ext,cyrillic,latin-ext,vietnamese,greek' rel='stylesheet' type='text/css'>
JANGO comes with 35 predefined theme colors located under assets/base/css/themes folder.
To setup a selected theme color include assets/base/css/themes/[theme_name].css in page head.
For instance, if you like to use red1 theme color, include assets/base/css/themes/red1.css css file:
<link href="assets/base/css/themes/red1.css" rel="stylesheet" id="style_theme" type="text/css"/>
The best way to learn how to use JANGO's available layout options, please go to one of JANGO pages and expand the "Theme Settings" quick sidebar panel by clicking the sidebar toggler icon in the header menu.
Choose you preferred layout options, and use Chrome's Developer Tool and/or Firefox's Firebug Tool to see the HTML code changes upon you select your layout combination.
When you change the laypout option, mostly some css classes will be added into the page's body element. When you change the layout settings only the most parent HTML elements will be modified, the page content part remains as it is.
To learn how to use the browser developer tools you can refer to below links:
https://developer.mozilla.org/en/docs/Debugging_JavaScript
https://developers.google.com/chrome-developer-tools/docs/javascript-debugging
JANGO Helper Classes are predefined CSS classes to assist your development. Most of the general CSS stylings are readily available for you upon download. To use JANGO Helper Classes, simply type in the JANGO Helper Class name into your element class attribute.
General Classes are JANGO's basic utility classes that predefines basic borders, display styles, font styles or resets padding/margin.
| Class | Description |
|---|---|
c-border
|
Sets 1px width border with solid border style |
c-no-border
|
Removes the border style from the element |
c-border-top
|
Sets 1px width top border only with solid border style |
c-border-bottom
|
Sets 1px width bottom border only with solid border style |
c-border-left
|
Sets 1px width left border only with solid border style |
c-border-right
|
Sets 1px width right border only with solid border style |
c-reset
|
Resets element's padding and margin to 0px |
c-hide
|
Hides element with display:none |
c-overflow-hide
|
Sets element overflow as hidden |
c-bg-parallax
|
Sets a shadow effect to the element |
c-shadow
|
Sets your background to have a parallax effect |
c-pos-relative
|
Adds position:relative to your element |
c-font-[i]
|
Sets the font size to [i]px. You can replace [i] to any number from 10 to 40 |
c-font-thin
|
Sets the font-weight in the element to 300 |
c-font-slim
|
Sets the font-weight in the element to 400 |
c-font-sbold
|
Sets the font-weight in the element to 500 |
c-font-bold
|
Sets the font-weight in the element to 600 |
c-font-uppercase
|
Sets the all your fonts in the element to UPPERCASE |
c-font-lowercase
|
Sets the all your fonts in the element to lowercase. This is JANGO's default font case |
c-line-height-[i]
|
Sets the line height size to [i]px. You can replace [i] to any number from 10 to 40 |
c-bs-grid-small-space
|
Sets Boostrap'ss grid left and right margins to -5px and Boostrap's Grid left and right paddings to 5px |
Margin & Padding classes are JANGO's flexible predefined classes for you to set margins or paddings to your element within the HTML class attribute quickly and effortlessly.
| Class | Description |
|---|---|
c-margin-t-[x]
|
Add a margin to the TOP of your element. Replace the [x] to the margin number you require. JANGO only predefines the margins for 5, 8, 10, 15, 25, 30, 40, 50, 60, 80 pixels. Therefore to add margin-top:10px; simply add c-margin-t-10 to the HTML class attribute. |
c-margin-b-[x]
|
Add a margin to the BOTTOM of your element. Replace the [x] to the margin number you require. JANGO only predefines the margins for 5, 10, 15, 25, 30, 60, 80, 100 pixels. Therefore to add margin-bottom:10px; simply add c-margin-b-10 to the HTML class attribute. |
c-padding-[x]
|
Add padding to all TOP, BOTTOM, LEFT and RIGHT your element. Replace the [x] to the padding number you require. JANGO only predefines the padding for 10, 20 pixels. Therefore to add padding:10px; simply add c-padding-10 to the HTML class attribute. |
Alignment Classes are JANGO's predefined classes for styling your element's text-align style. JANGO aligns your text to the left of the element by default.
| Class | Description |
|---|---|
c-center
|
Centers your text within the element. |
c-right
|
Aligns your text to the right of your element |
c-bg-img-center
|
Aligns your background image to the center of your element |
c-bg-img-top
|
Aligns your background image to the top of your element |
c-bg-img-bottom-right
|
Aligns your background image to the bottom and right of your element |
c-bg-img-top-center
|
Aligns your background image to the top and center of your element |
Color Classes are JANGO's predefined classes to control the colour for you element's background and font.
| Class | Description |
|---|---|
c-bg-[color]
|
Sets your element's background color to a color that is either white, black, regular, green, green-1, green-2, green-3, red, red-1, red-2, red-3, yellow, yellow-1, yellow-2, yellow-3, blue, blue-1, blue-2, blue-3, purple, purple-1, purple-2, purple-3, brown, brown-1, brown-2, brown-3, dark, dark-1, dark-2, dark-3, grey, grey-1, grey-2, grey-3. . Replace the [color] to your selected color to complete the class attribute, e.g. c-bg-white. Please refer to JANGO's Color chart for the full list of colors available. |
c-font-[color]
|
Sets your element's font color to a color that is either white, black, regular, green, green-1, green-2, green-3, red, red-1, red-2, red-3, yellow, yellow-1, yellow-2, yellow-3, blue, blue-1, blue-2, blue-3, purple, purple-1, purple-2, purple-3, brown, brown-1, brown-2, brown-3, dark, dark-1, dark-2, dark-3, grey, grey-1, grey-2, grey-3. . Replace the [color] to your selected color to complete the class attribute, e.g. c-font-white. Please refer to JANGO's Color chart for the full list of colors available. |
c-border-[color]
|
Sets your element's border color to a color that is either white, black, regular, green, green-1, green-2, green-3, red, red-1, red-2, red-3, yellow, yellow-1, yellow-2, yellow-3, blue, blue-1, blue-2, blue-3, purple, purple-1, purple-2, purple-3, brown, brown-1, brown-2, brown-3, dark, dark-1, dark-2, dark-3, grey, grey-1, grey-2, grey-3. . Replace the [color] to your selected color to complete the class attribute, e.g. c-border-white. Please refer to JANGO's Color chart for the full list of colors available. |
c-border-left-[color]
|
Sets your element's left border color to a color that is either white, black, regular, green, green-1, green-2, green-3, red, red-1, red-2, red-3, yellow, yellow-1, yellow-2, yellow-3, blue, blue-1, blue-2, blue-3, purple, purple-1, purple-2, purple-3, brown, brown-1, brown-2, brown-3, dark, dark-1, dark-2, dark-3, grey, grey-1, grey-2, grey-3. . Replace the [color] to your selected color to complete the class attribute, e.g. c-border-white. Please refer to JANGO's Color chart for the full list of colors available. |
c-border-right-[color]
|
Sets your element's right border color to a color that is either white, black, regular, green, green-1, green-2, green-3, red, red-1, red-2, red-3, yellow, yellow-1, yellow-2, yellow-3, blue, blue-1, blue-2, blue-3, purple, purple-1, purple-2, purple-3, brown, brown-1, brown-2, brown-3, dark, dark-1, dark-2, dark-3, grey, grey-1, grey-2, grey-3. . Replace the [color] to your selected color to complete the class attribute, e.g. c-border-white. Please refer to JANGO's Color chart for the full list of colors available. |
c-border-top-[color]
|
Sets your element's right border color to a color that is either white, black, regular, green, green-1, green-2, green-3, red, red-1, red-2, red-3, yellow, yellow-1, yellow-2, yellow-3, blue, blue-1, blue-2, blue-3, purple, purple-1, purple-2, purple-3, brown, brown-1, brown-2, brown-3, dark, dark-1, dark-2, dark-3, grey, grey-1, grey-2, grey-3. . Replace the [color] to your selected color to complete the class attribute, e.g. c-border-white. Please refer to JANGO's Color chart for the full list of colors available. |
c-border-bottom-[color]
|
Sets your element's right border color to a color that is either white, black, regular, green, green-1, green-2, green-3, red, red-1, red-2, red-3, yellow, yellow-1, yellow-2, yellow-3, blue, blue-1, blue-2, blue-3, purple, purple-1, purple-2, purple-3, brown, brown-1, brown-2, brown-3, dark, dark-1, dark-2, dark-3, grey, grey-1, grey-2, grey-3. . Replace the [color] to your selected color to complete the class attribute, e.g. c-border-white. Please refer to JANGO's Color chart for the full list of colors available. |
c-btn-[color]
|
Sets your element's button color to a color that is either white, black, regular, green, green-1, green-2, green-3, red, red-1, red-2, red-3, yellow, yellow-1, yellow-2, yellow-3, blue, blue-1, blue-2, blue-3, purple, purple-1, purple-2, purple-3, brown, brown-1, brown-2, brown-3, dark, dark-1, dark-2, dark-3, grey, grey-1, grey-2, grey-3. Replace the [color] to your selected color to complete the class attribute, e.g. c-btn-white. Please refer to JANGO's Color chart for the full list of colors available. |
Element Opacity Classes are JANGO's predefined classes to set the opacity of the element.
| Class | Description |
|---|---|
c-opacity-0
|
Sets the element opacity to 0 |
c-opacity-01
|
Sets the element opacity to 0.1 |
c-opacity-02
|
Sets the element opacity to 0.2 |
c-opacity-03
|
Sets the element opacity to 0.3 |
c-opacity-04
|
Sets the element opacity to 0.4 |
c-opacity-05
|
Sets the element opacity to 0.5 |
c-opacity-06
|
Sets the element opacity to 0.6 |
c-opacity-07
|
Sets the element opacity to 0.7 |
c-opacity-08
|
Sets the element opacity to 0.8 |
c-opacity-09
|
Sets the element opacity to 0.9 |
c-opacity-1
|
Sets the element opacity to 1 |
c-bg-opacity
|
Sets the element background opacity to 0.04 |
c-bg-opacity-2
|
Sets the element background opacity to 0.4 |
c-bg-transparent
|
Sets the element background style to background:none |
Classes to use to add reveal animation upon scroll. To animate any element, add these 3 classes to your element .wow .animate and the animation style class. Basic animation styles are listed below.
| Animation Style Class | Description |
|---|---|
fadeIn
|
Fade in element |
fadeInUp
|
Fade in element whilst moving up |
fadeInDown
|
Fade in element whilst moving down |
fadeInLeft
|
Fade in element whilst moving left |
fadeInRight
|
Fade in element whilst moving right |
Example animation class: class="wow animate fadeIn"
For complete list of animation styles, please refer to animate.css
Please refer to WOW Reveal Animate plugin reference for more info.
All Animated Progress Bars will require the .c-progress-bar-line class. The progress bar colors are controlled using JANGO's border and font helper classes. .c-border-[color] or .c-theme-border will control the main progress bar color. .c-font-[color] will control the icon or percentage text colors. The Animated Progress Bars also comes with some custom data parameters below. For more info, visit: http://kimmobrunfeldt.github.io/progressbar.js/
| Data Parameter Name | Description |
|---|---|
data-progress-bar
|
Type of progress bar. Select from line, circle or semicircle |
data-stroke-width
|
Progress bar thickness. Defaults at 3. |
data-duration
|
Number in miliseconds it takes to complete the animation. Defaults at 1500ms. |
data-trail-width
|
Progress bar background thickness. Defaults at 0. |
data-progress
|
Position where the progress bar will stop. Values 0.00 to 1.00. Defaults at 1.00 |
data-trail-width
|
Progress bar background thickness. Defaults at 0. |
data-trail-color
|
Progress bar background color. Defaults at #5c6873. |
data-display-value
|
Displays Percentage value. Defaults at false. |
data-animation
|
Progress bar animation type. Select from linear, easeIn, easeOut, easeInOut, bounce. Defaults at easeInOut. |
Gulp is a toolkit that will help you automate painful or time-consuming tasks in your development workflow. To get started first install Node.js as gulp require npm to run. It can be downloaded at http://nodejs.org/download/. We can now install Gulp using npm. To install Gulp just follow below steps:
JANGO supports multiple themes and the core components including all the 3rd party plugins can be used accros all the themes.
| Folder | Description |
|---|---|
JANGO |
Root folder |
assets |
Assets folder contains of compiled css files, plugins, images and other files used by the theme |
base |
Contains of the theme's base css, images, javascript and media files |
plugins |
Contains of all plugins used withing JANGO |
html |
Contains all of JANGO's HTML files for all pages. |
src |
Contains of JANGO's SASS files |
components |
Contains of JANGO's SASS files packaged by their individual component categories |
plugins |
Contains of JANGO's SASS files that controls the plugins included |
themes |
Contains of JANGO's color library files |
To overide the theme CSS styles in CSS level you should use assets/base/css/custom.css for your own customization. This will make the future updates easier if you keep your own CSS code seperate.
Below is the list of all plugins and external resources used to power JANGO.
| Name | Description | URL |
|---|---|---|
| jQuery 1.11.0 | Core Javascript library | http://www.jquery.com |
| jQuery Migrate plugin 1.2.1 | jQuery Migrate plugin to simplify the transition from older versions of jQuery. The plugin restores deprecated features and behaviors so that older code will still run properly on jQuery 1.9 and later. Use the uncompressed development version to diagnose compatiblity issues, it will generate warnings on the console that you can use to identify and fix problems. Use the compressed production version to simply fix compatibility issues without generating console warnings | http://www.jquery.com |
| Twitter Bootstrap v3.3.6 | Sleek, intuitive, and powerful front-end framework for faster and easier web development | http://getbootstrap.com |
| Bootstrap Hover Dropdown Plugin | A simple plugin to enable twitter bootstrap dropdowns to activate on hover and provide a nice user experience. | https://github.com/CWSpear/bootstrap-hover-dropdown |
| Slider Revolution | Slider Revolution is an All-Purpose Slide Displaying Solution that allows for showing almost any kind of content. | http://www.themepunch.com/revsliderjquery-doc/get-started/#introduction |
| Cube Portfolio | Cube Portfolio is a jQuery grid plugin that provides powerfull portfolio system, beautiful animated filtering, custom captions and it’s perfect for portfolio projects, horizontal slider, images gallery, team members, blog posts or any other ordered grid content. | http://scriptpie.com/cubeportfolio/live-preview/ |
| Owl Corousel Plugin | A great corousel plugin that is both responsive and flexible for customization. | http://owlgraphic.com/owlcarousel/ |
| CounterUp | An excellent animation plugin for number counters. | https://github.com/bfintal/Counter-Up |
| WOW Reveal Animate | An awesome plugin to animate your elements during scroll. For complete list of animation styles, please refer to animate.css | https://github.com/matthieua/WOW |
| FontAwesome | The iconic font designed for use with Twitter Bootstrap | http://fortawesome.github.com/Font-Awesome/ |
| Simple Line Icons | Simple Line Icons is 162 simple stroke icons that are great for mobile applications, websites, user interfaces, etc. All icons were converted from the same beautiful simple line icon sets released previously on GraphicBurger. | http://graphicburger.com/simple-line-icons-webfont/ |
| Animated Progress Bars | With ProgressBar.js, it's easy to create responsive and stylish progress bars for the web. Animations perform well even on mobile devices. It provides a few built‑in shapes like Line, Circle and SemiCircle but you can also create custom shaped progress bars with any vector graphic editor. | http://kimmobrunfeldt.github.io/progressbar.js/ |
| Roboto Condense | JANGO uses Roboto Condense web font from google fonts: http://fonts.googleapis.com/css?family=Roboto+Condensed:300italic,400italic,700italic,400,300,700&subset=latin,cyrillic-ext,greek-ext,cyrillic,latin-ext,vietnamese,greek | http://www.google.com/webfonts |
| Free & Properly Licensed Stock Photos | JANGO uses open source free stock photos and properly licenses commercial stock photos that you can use in your projects within JANGO without any limitation. For more info please check the credits. | unsplash.com/ www.flickr.com/photos/spacexphotos/with/16491695667/ www.pexels.com/ picjumbo.com/ www.imcreator.com/free |
component-progress-bars-2.htmlcomponents.cssindex.html
home-2.html
home-5.html
home-6.html
home-7.html
home-8.html
shop-home-2.html
shop-home-4.html
shop-home-7.html
index.html and slider-4.jshome-8.html and slider-5.jsonepage-6.htmlpage-team.html
index.html
home-2.html
home-3.html
home-4.html
home-5.html
home-6.html
home-7.html
home-8.html
home-9.html
home-10.html
home-11.html
home-12.html
onepage-1.html
onepage-2.html
onepage-3.html
onepage-4.html
onepage-5.html
onepage-6.html
onepage-7.html
onepage-8.html
onepage-9.html
onepage-10.html
onepage-11.html
onepage-12.html
shop-home-1.html
shop-home-3.html
shop-home-6.html
assets/base/css/components.cssassets/base/js/scripts/revo-slider/slider-1.js
assets/base/js/scripts/revo-slider/slider-2.js
assets/base/js/scripts/revo-slider/slider-3.js
assets/base/js/scripts/revo-slider/slider-4.js
assets/base/js/scripts/revo-slider/slider-5.js
assets/base/js/scripts/revo-slider/slider-6.js
assets/base/js/scripts/revo-slider/slider-7.js
assets/base/js/scripts/revo-slider/slider-8.js
assets/base/js/scripts/revo-slider/slider-9.js
assets/base/js/scripts/revo-slider/slider-10.js
assets/base/js/scripts/revo-slider/slider-11.js
assets/base/js/scripts/revo-slider/slider-12.js
assets/base/js/scripts/revo-slider/shop-slider-1.js
assets/base/js/scripts/revo-slider/shop-slider-2.js
assets/base/js/scripts/revo-slider/shop-slider-3.js
assets/base/js/scripts/revo-slider/shop-slider-4.js
assets/plugins/revo-slider/*component-fontawesome-icons.htmlassets/plugins/font-awesome/*assets/base/css/components.cssfooter-6
footer-7
indexabout-1about-2about-3app-1app-2features-1features-4-1features-4-2features-4-3features-4-4features-4-5features-4-6features-4-7features-8features-9latest-items-1latest-items-3latest-works-1latest-works-2product-1pricing-1services-2steps-1team-2testimonials-2tile-3why-choose-us-1assets/plugins/reveal-animate/wow.jsassets/plugins/reveal-animate/wow.min.jsassets/base/js/scripts/reveal-animate/reveal-animate.jsassets/base/css/components.cssassets/base/css/components.cssassets/base/css/components.csspage-about-3.htmlpage-about-4.htmlcomponent-features.htmlassets/base/css/components.csspage-faq-2.htmlassets/base/css/components.cssassets/plauings/counterupassets/base/css/components.cssassets/base/css/plugins.csstab-2.htmlassets/base/css/components.cssassets/base/css/components.cssshop-product-details-3.htmlshop-product-details-4.htmlshop-order-history-2.htmlassets/base/css/components.cssshop-home-1.htmlshop-home-2.htmlshop-home-3.htmlshop-home-4.htmlshop-home-5.htmlshop-home-6.htmlshop-home-7.htmlshop-product-list.htmlshop-product-grid.htmlshop-product-search.htmlshop-product-details.htmlshop-product-details-2.htmlshop-product-comparison.htmlshop-product-wishlist.htmlshop-customer-account.htmlshop-customer-dashboard.htmlshop-customer-profile.htmlshop-cart.htmlshop-cart-empty.htmlshop-checkout.htmlshop-checkout-complete.htmlcomponent-shop-1.htmlcomponent-shop-2.htmlcomponent-shop-3.htmlcomponent-shop-4.htmlcomponent-shop-5.htmlcomponent-shop-6.htmlcomponent-shop-7.htmlassets/base/css/components.cssassets/base/css/components.cssshop-sidebar-menu.htmlshop-sidebar-menu-2.htmlshop-sidebar-dashboard.htmlassets/base/css/components.cssassets/base/js/components-shop.jsassets/base/js/components.jsassets/base/css/components.cssassets/base/css/components.csssidebar-menu-1.htmlassets/base/css/components.csshome-11.htmlhome-12.htmlassets/base/css/components.cssonepage-11.htmlonepage-12.htmlassets/base/css/components.cssassets/base/css/components.cssassets/base/js/components.jsgulpfile.jspackage.jsassets/base/js/components.jsassets/base/css/plugins.cssassets/base/css/components.cssassets/base/css/themes/*onepage-1.htmlonepage-2.htmlonepage-3.htmlonepage-4.htmlonepage-5.htmlonepage-6.htmlonepage-7.htmlonepage-8.htmlonepage-9.htmlonepage-10.htmlassets/base/js/app.jsassets/base/js/components.jsassets/plugins/jquery.easing.min.jsassets/base/css/plugins.cssassets/base/css/components.cssassets/base/css/themes/*component-testimonials.htmlassets/base/css/components.cssassets/base/js/app.jsassets/base/js/components.jsassets/base/css/plugins.cssassets/base/css/components.cssassets/base/css/themes/*