PetCare | Pet Caretakers - HTML Template

Documentation


You will find these files in ZIP archive:

 

Unzip files from archive and you will find PetCare Html folder. Inside you'll find following files and folders:
  1. /css - folder with css files
  2. /fonts - folder with icon fonts
  3. /images - folder with all images
  4. /js - folder with jQuery script files
  5. html files
Basic Html Sctructure of any section looks like this:
 
<!-- Header Section -->
<div id="pageWrapper"">
    <header class="main-header"> 
        <div class="site-topbar">
            <div class="container">
                <div class="topbar-inner clearfix">
					
                </div>
                <div class="contain-to-grid header-section">
                	 
                </div>
                <div class="header-fill">  </div>
            </div>
            <div class="contain-to-grid header-section">
            </div>
        </div>
    </header> 
</div> 
Template is based on Bootstrap Framework. Using a single set of .col-md-* grid classes, you can create a basic grid system that starts out stacked on mobile devices and tablet devices (the extra small to small range) before becoming horizontal on desktop (medium) devices. Place grid columns in any .row. If you want to learn more about Bootstrap Grid System, please visit this link
 
Here is some basic examples:
 
2 equal columns:
<div class="row">
    <div class="col-md-6">.col-md-6</div>
    <div class="col-md-6">.col-md-6</div>
</div>
 
3 equal columns:
<div class="row">
    <div class="col-md-4">.col-md-4</div>
    <div class="col-md-4">.col-md-4</div>
    <div class="col-md-4">.col-md-4</div>
</div>
 
8 left columns + 4 right columns:
<div class="row">
    <div class="col-md-8">.col-md-8</div>
    <div class="col-md-4">.col-md-4</div>
</div>

To change country and city of map, you simply have to copy the HTML code in the source code of your website to add the map.

All images/illustrations are for preview purposes only and are not included in the download files.

jQuery plugins:

  1. jQuery
  2. Bootstrap
  3. Preloading Screen
  4. Font Awesome
  5. owl-carousel
  6. noUiSlider
  7. WOW Master
  8. Parallax
  9. shrinking js

If you have any question feel free to contact us at questions@bluehorntech.com