Intruder - Responsive Multi-Purpose HTMl5 Template


Firstly, a huge thanks for purchasing this theme, your support is truly appreciated!
Template Features:
  • Multi Page Demos
  • 36+ HTML Files
  • 8 Multi Page demos
  • 8 Home Variation demos
  • Easy to customize
  • HTML5 & CSS4
  • Clean & Simple Design
  • Fully Responsive Layout
  • Crossbrowser Compatible with Edge, IE9+, Firefox, Safari, Opera, Chrome
  • Font Awesome 400+ icons
  • 7 Stroke 200+ icons
  • FlatIcon 150+ icons
  • Powered with Bootstrap
  • Smooth animation
  • Google Maps easy to setup via data attributes
  • Ready contact form
  • Well documented

Unzip the archive and find out the folder client-html. There are all the template files in this folder.

The file and folder structure is something like this:

  1. /css — folder with css files.
  2. /fonts — folder with icon fonts.
  3. /images — folder with image files.

Upload the template files to server with the help of one of the FTP-clients like FileZilla.

 

These are the css files which are loaded into the template in Head Section.

Copyhtml<!-- Bootstrap Core CSS -->
  <link rel="stylesheet" href="css/bootstrap.min.css">

  <!-- Custom CSS -->
  <link rel="stylesheet" type="text/css" href="css/style.css">

  <!-- Responsive stylesheet  -->
  <link rel="stylesheet" type="text/css" href="css/responsive.css">

  <!-- Favicon -->
  <link href="images/favicon.png" rel="shortcut icon" type="image/png">

We have used "Bootstrap - Responsive Menu" for this theme. From here you can get idea of the menu: https://getbootstrap.com/examples/navbar/
This is the basic structure of Header Menu:

Copyhtml       
        <header class="main-herader">
            <!-- Start Navigation -->
            <nav class="navbar navbar-default bootsnav navbar-sticky" id="navbar-main">
                <!-- Start Top Search -->
                <div class="top-search">
                    <div class="container pt-0 pb-0">
                        <div class="input-group">
                            <span class="input-group-addon"><i class="pe-7s-search"></i></span>
                            <input type="text" class="form-control" placeholder="Search">
                            <span class="input-group-addon close-search"><i class="fa fa-times"></i></span>
                        </div>
                    </div>
                </div>
                <!-- End Top Search -->
                <div class="container pt-0 pb-0">
                    <!-- Start Atribute Navigation -->
                    <div class="attr-nav">
                        <ul>
                            <li class="dropdown">
                                <a href="javascript:;" class="dropdown-toggle" data-toggle="dropdown">
                                    <i class="pe-7s-cart"></i>
                                    <span class="badge">3</span>
                                </a>
                                <ul class="dropdown-menu cart-list">
                                    <li>
                                        <a href="#" class="photo"><img src="images/shop/c1.jpg" class="cart-thumb" alt="" /></a>
                                        <h6><a href="#">Computer </a></h6>
                                        <p>2x - <span class="price">$99.99</span></p>
                                    </li>
                                    <li>
                                        <a href="#" class="photo"><img src="images/shop/c2.jpg" class="cart-thumb" alt="" /></a>
                                        <h6><a href="#">Smart Watch</a></h6>
                                        <p>1x - <span class="price">$33.33</span></p>
                                    </li>
                                    <li>
                                        <a href="#" class="photo"><img src="images/shop/c3.jpg" class="cart-thumb" alt="" /></a>
                                        <h6><a href="#">Smart Phone </a></h6>
                                        <p>2x - <span class="price">$99.99</span></p>
                                    </li>
                                    <li class="total">
                                        <span class="pull-right"><strong>Total</strong>: $0.00</span>
                                        <a href="shop-cart.html" class="btn btn-default btn-cart">Cart</a>
                                    </li>
                                </ul>
                            </li>
                            <li class="search"><a href="#"><i class="pe-7s-search"></i></a></li>
                        </ul>
                    </div>
                    <!-- End Atribute Navigation -->

                    <!-- Start Header Navigation -->
                    <div class="navbar-header">
                        <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar-menu">
                            <i class="fa fa-bars"></i>
                        </button>
                        <a class="navbar-brand" href="index-mp-1.html"><img src="images/logo-1.png" class="logo" alt=""></a>
                    </div>
                    <!-- End Header Navigation -->

                    <!-- Collect the nav links, forms, and other content for toggling -->
                    <div class="collapse navbar-collapse" id="navbar-menu">
                        <ul class="nav navbar-nav navbar-right" data-in="fadeInUp" data-out="fadeOutDown">
                            <li class="dropdown active">
                                <a href="#" class="dropdown-toggle" data-toggle="dropdown">Home </a>
                                <ul class="dropdown-menu">
                                    <li class="dropdown">
                                        <a href="#" class="dropdown-toggle" data-toggle="dropdown">Multipage Layout</a>
                                        <ul class="dropdown-menu">
                                            <li><a class="dropdown-item" href="index-mp-1.html">Multipage Layout 1</a></li>
                                            <li><a class="dropdown-item" href="index-mp-2.html">Multipage Layout 2</a></li>
                                            <li><a class="dropdown-item" href="index-mp-3.html">Multipage Layout 3</a></li>
                                        </ul>
                                    </li>
                                    <li class="dropdown">
                                        <a href="#" class="dropdown-toggle" data-toggle="dropdown">Singlepage Layout</a>
                                        <ul class="dropdown-menu">
                                            <li><a class="dropdown-item" href="index-sp-1.html">Singlepage Layout 1</a></li>
                                            <li><a class="dropdown-item" href="index-sp-2.html">Singlepage Layout 2</a></li>
                                            <li><a class="dropdown-item" href="index-sp-3.html">Singlepage Layout 3</a></li>
                                        </ul>
                                    </li>
                                    <li class="dropdown">
                                        <a href="#" class="dropdown-toggle" data-toggle="dropdown">RTL Page Layout</a>
                                        <ul class="dropdown-menu">
                                            <li><a class="dropdown-item" href="index-rtl-mp-1.html">RTL Page Layout 1</a></li>
                                            <li><a class="dropdown-item" href="index-rtl-mp-2.html">RTL Page Layout 2</a></li>
                                            <li><a class="dropdown-item" href="index-rtl-mp-3.html">RTL Page Layout 3</a></li>
                                        </ul>
                                    </li>
                                    <li class="dropdown disabled">
                                        <a href="#" class="dropdown-toggle" data-toggle="dropdown">Boxed Layout <span class="label label-denger"> Comming Soon</span></a>
                                    </li>
                                    <li class="dropdown">
                                        <a href="#" class="dropdown-toggle" data-toggle="dropdown">Home Variations</a>
                                        <ul class="dropdown-menu">
                                            <li class="disabled"><a class="dropdown-item " href="#">Revolution Slider  <span class="label label-denger"> Comming Soon</span></a></li>
                                            <li><a class="dropdown-item" href="home-bootstrap-slider.html">Bootstrap Slider</a></li>
                                            <li><a class="dropdown-item" href="home-flex-slider.html">Flex Slider</a></li>
                                            <li><a class="dropdown-item" href="home-slick.html">Slick Slider</a></li>
                                            <li><a class="dropdown-item" href="home-type-slider.html">Type Slider</a></li>
                                            <li><a class="dropdown-item" href="home-video-bg.html">Youtube Video layout </a></li>
                                            <li><a class="dropdown-item" href="home-parallax.html">Bg Parallax Layout</a></li>
                                        </ul>
                                    </li>
                                    <li class="dropdown">
                                        <a href="#" class="dropdown-toggle" data-toggle="dropdown">Footer Variations</a>
                                        <ul class="dropdown-menu">
                                            <li><a class="dropdown-item" href="footer-style-1.html#footer">Light Style 1</a></li>
                                            <li><a class="dropdown-item" href="footer-style-1-dark.html#footer">Dark Style 1</a></li>
                                            <li><a class="dropdown-item" href="footer-style-2.html#footer">Light Style 2</a></li>
                                            <li><a class="dropdown-item" href="footer-style-2-dark.html#footer">Dark Style 2</a></li>
                                            <li><a class="dropdown-item" href="footer-style-3.html#footer">Light Style 3</a></li>
                                            <li><a class="dropdown-item" href="footer-style-3-dark.html#footer">Dark Style 3</a></li>
                                            <li><a class="dropdown-item" href="footer-style-4.html#footer">Light Style 4</a></li>
                                            <li><a class="dropdown-item" href="footer-style-4-dark.html#footer">Dark Style 4</a></li>
                                        </ul>
                                    </li>
                                </ul>
                            </li>
                            <li class="dropdown">
                                <a href="#" class="dropdown-toggle" data-toggle="dropdown">Services</a>
                                <ul class="dropdown-menu">
                                    <li><a class="dropdown-item" href="service-style-1.html">Services One</a></li>
                                    <li><a class="dropdown-item" href="service-style-2.html">Services Two</a></li>
                                    <li><a class="dropdown-item" href="service-style-3.html">Services Three</a></li>
                                    <li><a class="dropdown-item" href="service-details.html">Services Details</a></li>
                                </ul>
                            </li>
                            <li class="dropdown megamenu-fw">
                                <a href="#" class="dropdown-toggle" data-toggle="dropdown">Page</a>
                                <ul class="dropdown-menu megamenu-content" role="menu">
                                    <li>
                                        <div class="row">
                                            <div class="col-menu col-md-2">
                                                <div class="content">
                                                    <ul class="menu-col">
                                                        <li><a href="about-style-1.html">About Style 1</a></li>
                                                        <li><a href="about-style-2.html">About Style 2</a></li>
                                                        <li><a href="team.html">Team</a></li>
                                                        <li><a href="team-details.html">Team Details</a></li>
                                                        <li><a href="shotcode-tab.html">Tab</a></li>
                                                        
                                                    </ul>
                                                </div>
                                            </div>
                                            <!-- end col-3 -->
                                            <div class="col-menu col-md-2">
                                                <div class="content">
                                                    <ul class="menu-col">
                                                        <li><a href="header-style-1.html">Header Style 1</a></li>
                                                        <li><a href="header-style-2.html">Header Style 2</a></li>
                                                        <li><a href="header-style-3.html">Header Style 3</a></li>
                                                        <li><a href="comming-soon.html">Comming Soon</a></li>
                                                        <li><a href="404.html">404 / Error</a></li>
                                                    </ul>
                                                </div>
                                            </div>
                                            <!-- end col-3 -->
                                            <div class="col-menu col-md-2">
                                                <div class="content">
                                                    <ul class="menu-col">
                                                        <li><a href="shortcode-funfact.html">Funfact</a></li>
                                                        <li><a href="shortcode-half-background.html">Half Background</a></li>
                                                        <li><a href="shotcode-table.html">Table</a></li>
                                                        <li><a href="shortcode-pricing-table.html">Pricing Table</a></li>
                                                        <li><a href="shotcode-timeline.html">Timeline</a></li>
                                                    </ul>
                                                </div>
                                            </div>
                                            <div class="col-menu col-md-2">
                                                <div class="content">
                                                    <ul class="menu-col">
                                                        <li><a href="shotcode-subscribe.html">Subscribe</a></li>
                                                        <li><a href="shop-grid.html">Shop Grid</a></li>
                                                        <li><a href="shop-list.html">Shop List</a></li>
                                                        <li><a href="shop-single.html">Shop Single</a></li>
                                                        <li><a href="shop-checkout.html">Checkout</a></li>
                                                    </ul>
                                                </div>
                                            </div>
                                            <div class="col-menu col-md-4">
                                                <div class="content">
                                                    <h6 class="title text-left">Introder HTML5 Template</h6>
                                                    <img src="images/shop/sp3.jpg" alt="The Project">
                                                </div>
                                            </div>
                                            <!-- end col-3 -->
                                        </div>
                                        <!-- end row -->
                                    </li>
                                </ul>
                            </li>
                            <li class="dropdown">
                                <a href="#" class="dropdown-toggle" data-toggle="dropdown">Portfolio</a>
                                <ul class="dropdown-menu">
                                    <li class="dropdown">
                                        <a href="#" class="dropdown-toggle" data-toggle="dropdown">Portfolio</a>
                                        <ul class="dropdown-menu">
                                            <li>
                                                <a class="dropdown-item" href="gallery-2col.html">2 Column</a>
                                            </li>
                                            <li>
                                                <a class="dropdown-item" href="gallery-3col.html">3 Column</a>
                                            </li>
                                            <li>
                                                <a class="dropdown-item" href="gallery-4col.html">4 Column</a>
                                            </li>
                                            <li>
                                                <a class="dropdown-item" href="gallery-left-sidebar.html">With Left Sidebar</a>
                                            </li>
                                            <li>
                                                <a class="dropdown-item" href="gallery-right-sidebar.html">With Right Sidebar</a>
                                            </li>
                                        </ul>
                                    </li>
                                    <li class="dropdown">
                                        <a href="#" class="dropdown-toggle" data-toggle="dropdown">Portfolio Gutter </a>
                                        <ul class="dropdown-menu">
                                            <li>
                                                <a class="dropdown-item" href="gallery-gutter-2col.html">2 Column</a>
                                            </li>
                                            <li>
                                                <a class="dropdown-item" href="gallery-gutter-3col.html">3 Column</a>
                                            </li>
                                            <li>
                                                <a class="dropdown-item" href="gallery-gutter-4col.html">4 Column</a>
                                            </li>
                                            <li>
                                                <a class="dropdown-item" href="gallery-gutter-left-sidebar.html">With Left Sidebar</a>
                                            </li>
                                            <li>
                                                <a class="dropdown-item" href="gallery-gutter-right-sidebar.html">With Right Sidebar</a>
                                            </li>
                                        </ul>
                                    </li>
                                    <li class="dropdown">
                                        <a href="#" class="dropdown-toggle" data-toggle="dropdown">Portfolio FullWidth</a>
                                        <ul class="dropdown-menu">
                                            <li>
                                                <a class="dropdown-item" href="gallery-full-2col.html">2 Column</a>
                                            </li>
                                            <li>
                                                <a class="dropdown-item" href="gallery-full-3col.html">3 Column</a>
                                            </li>
                                            <li>
                                                <a class="dropdown-item" href="gallery-full-4col.html">4 Column</a>
                                            </li>
                                            <li>
                                                <a class="dropdown-item" href="gallery-full-left-sidebar.html">With Left Sidebar</a>
                                            </li>
                                            <li>
                                                <a class="dropdown-item" href="gallery-full-right-sidebar.html">With Right Sidebar</a>
                                            </li>
                                        </ul>
                                    </li>
                                    <li class="dropdown">
                                        <a href="#" class="dropdown-toggle" data-toggle="dropdown">Portfolio With Title</a>
                                        <ul class="dropdown-menu">
                                            <li>
                                                <a class="dropdown-item" href="gallery-2col-with-title.html">2 Column</a>
                                            </li>
                                            <li>
                                                <a class="dropdown-item" href="gallery-3col-with-title.html">3 Column</a>
                                            </li>
                                            <li>
                                                <a class="dropdown-item" href="gallery-4col-with-title.html">4 Column</a>
                                            </li>
                                            <li>
                                                <a class="dropdown-item" href="gallery-title-left-sidebar.html">With Left Sidebar</a>
                                            </li>
                                            <li>
                                                <a class="dropdown-item" href="gallery-title-right-sidebar.html">With Right Sidebar</a>
                                            </li>
                                        </ul>
                                    </li>
                                </ul>
                            </li>
                            <li class="dropdown">
                                <a href="#" class="dropdown-toggle" data-toggle="dropdown">Blog</a>
                                <ul class="dropdown-menu">
                                    <li><a class="dropdown-item" href="blog-grid.html">Blog Grid</a></li>
                                    <li><a class="dropdown-item" href="blog-single.html">Blog Single</a></li>
                                    <li><a class="dropdown-item" href="blog-left-sidebar.html">Blog Left Sidebar</a></li>
                                    <li><a class="dropdown-item" href="blog-right-sidebar.html">Blog Right Sidebar</a></li>
                                    <li><a class="dropdown-item" href="blog-both-sidebar.html">Blog Both Sideber</a></li>
                                    <li><a class="dropdown-item" href="blog-no-sidebar.html">Blog No Sidber</a></li>
                                </ul>
                            </li>
                            <li class="dropdown menu-right">
                                <a href="#" class="dropdown-toggle" data-toggle="dropdown">Contact</a>
                                <ul class="dropdown-menu">
                                    <li><a class="dropdown-item" href="contact-style-1.html">Contact One</a></li>
                                    <li><a class="dropdown-item" href="contact-style-2.html">Contact Two</a></li>
                                    <li><a class="dropdown-item" href="contact-style-3.html">Contact Three</a></li>
                                    <li><a class="dropdown-item" href="contact-style-4.html">Contact Four</a></li>
                                    <li><a class="dropdown-item" href="contact-style-5.html">Contact Five</a></li>
                                    <li><a class="dropdown-item" href="contact-style-6.html">Contact Six</a></li>
                                    <li><a class="dropdown-item" href="contact-style-7.html">Contact Seven</a></li>
                                </ul>
                            </li>
                        </ul>
                    </div>
                    <!-- /.navbar-collapse -->
                </div>
            </nav>
        </header>
    

These are the JS files which are loaded into the template before the end of the HEAD and BODY Section.

Copyhtml<!-- Main JavaScript -->
<script src="js/jquery-3.2.1.min.js"></script>
<script src="js/popper.min.js"></script>
<script src="js/bootstrap.min.js"></script>


<!-- Optional JavaScript -->
<script src="js/bootstrap-dropdownhover.min.js"></script>
<script src="js/bootsnav.js"></script>
<script src="js/bootstrap-slider.js"></script>
<script src="js/jquery.flexslider-min.js"></script>
<script src="js/slick.min.js"></script>
<script src="js/owl.carousel.min.js"></script>
<script src="js/retina.min.js"></script>
<script src="js/css3-animate-it.js"></script>
<script src="js/magnific-popup.min.js"></script>
<script src="js/jquery.fancybox.js"></script>
<script src="js/gallery.js"></script>
<script src="js/player-min.js"></script>


<!-- Custom JavaScript -->
<script src="js/script.js"></script>
This template has a responsive layout and is based on the Bootstrap V5 Framework. For more information about this visit Bootstrap CSS.

The general template structure is the same throughout the template. Here is the general structure:

Copyhtml<section id="sectionID_if_Needed">  
  <div class="container">    
    <div class="row">       
      <!-- Section Title -->      
      <div class="section-title">        
        <div class="col-md-12">          
          ...          ...          ...        
        </div>      
      </div>            
      <!-- Section Content -->     
      <div class="section-content">        
        <div class="col-md-12">          
          ...          ...          ...        
        </div>      
      </div>    
    </div>  
  </div>
</section>

 

Divider Background Overlay Layer

Layer Overlay Utility Classes:

Copyprettyprint lang-css linenums 
.over-layer-black {
    position: relative;
}
.over-layer-black:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-color: rgba(0, 0, 0, 0.9);
}

There are two types of preloader we used
1. gif animated images

Gif Image preloader example:

Copyhtml<div class="preloader"></div>

The Contact form html code example is as follows :

Copyhtml<form id="ajax-contact" method="post" action="php/contact.php">
    <div class="form-row">
      <div class="row">
        <div class="col-md-6">
          <div class="form-group">
              <input type="text" name="name" id="name" class="form-control bg-transparent" placeholder="First Name" required>
          </div>
        </div>
        <div class="col-md-6">
          <div class="form-group">
              <input type="text" name="name" id="name2" class="form-control bg-transparent" placeholder="Last Name" required>
          </div>
        </div>
        <div class="col-md-12">
          <div class="form-group">
              <input type="email" name="email" id="email" class="form-control bg-transparent" placeholder="Your Email"  required>
            </div>
        </div>
        <div class="col-md-12">
          <div class="form-group">
            <input type="text" name="subject" class="form-control bg-transparent" placeholder="Subject" id="subject" required>
          </div>
        </div>
        <div class="col-md-12">
          <div class="form-group">
            <div class="contact-textarea">
              <textarea class="form-control bg-transparent" rows="6" placeholder="Wright Message" id="message" name="message" required></textarea>
              <button class="btn btn-theme mt-4" type="submit" value="Submit Form">GET AN APPOINTMENT</button>
            </div>
          </div>
        </div>
        <div id="form-messages"></div>
      </div>
    </div>
</form>

By default, the template loads Poiret One and Noto font from Google Web Font Services, you can change the font with the one that suits you best.

You will find the font code in the "style.css" file in the "css" folder:

Copycss@import url('https://fonts.googleapis.com/css?family=Oswald:300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,400i,500,500i,700');

Google Fonts

Font Icon

Used Images

Again, thank you for purchasing this Template!

If you have any questions, please use our profile contact form on Envato ( https://themeforest.net/user/tributetheme ).
We aim to answer all questions within 24 hours . In some cases the waiting time can be extended to 48 hours.

Email: shafiulislam4241@gmail.com