Introduction

Exto SEO & Marketing Company HTML Template

Template Features:
  • Multipage Demos
  • Easy to Customize
  • HTML5 & CSS3
  • Clean & Simple Design
  • Fully Responsive Layout
  • Crossbrowser Compatible with Edge, IE10+, Firefox, Opera, Chrome
  • W3 Valid
  • Retina ready
  • FontAwesome and Flaticon Free icons
  • Powered with Bootstrap (5.x)
  • Powered with jQuery (3.5.1)
  • Build with Sass
  • Smooth Animation
  • AJAX Contact Form Submission
  • AJAX Subscriptions Form Submission
  • Well Documented

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

The file and folder structure is something like this:

  1. assets/css — folder with css files.
  2. assets/fonts — folder with fonts files.
  3. assets/img — folder with image files.
  4. assets/js — folder with Javascript files.
  5. assets/php — folder with php files.

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

HTML Files:
Default Demo:
  1. Home Page One (index.html)
  2. Home Page Two (index-2.html)
  3. Home Page Three (index-3.html)
  4. Home Page Four (index-4.html)
  5. Home Page Five (index-5.html)
  6. About Page (about.html)
  7. Services Page (services.html)
  8. Single Service Page (single-service.html)
  9. Shop Page (shop.html)
  10. Single Product Page (single-product.html)
  11. Checkout Page (checkout.html)
  12. Cart Page (cart.html)
  13. Team Page (team.html)
  14. Price Page (price.html)
  15. Projects Page (Projects.html)
  16. Single Projects Page (single-projects.html)
  17. Blog Page (blog.html)
  18. Single Blog Page (single-blog.html)
  19. Contact Page (contact.html)
  20. Log In Page (log-in.html)
  21. Sign Up Page (sign-up.html)
  22. FAQ Page (faq.html)
  23. Coming Soon Page (coming-coon.html)
  24. 404 Error Page (404.html)
RTL Demo:
  1. Home Page One (index.html)
  2. Home Page Two (index-2.html)
  3. Home Page Three (index-3.html)
  4. Home Page Four (index-4.html)
  5. Home Page Five (index-5.html)
  6. About Page (about.html)
  7. Services Page (services.html)
  8. Single Service Page (single-service.html)
  9. Shop Page (shop.html)
  10. Single Product Page (single-product.html)
  11. Checkout Page (checkout.html)
  12. Cart Page (cart.html)
  13. Team Page (team.html)
  14. Price Page (price.html)
  15. Projects Page (Projects.html)
  16. Single Projects Page (single-projects.html)
  17. Blog Page (blog.html)
  18. Single Blog Page (single-blog.html)
  19. Contact Page (contact.html)
  20. Log In Page (log-in.html)
  21. Sign Up Page (sign-up.html)
  22. FAQ Page (faq.html)
  23. Coming Soon Page (coming-coon.html)
  24. 404 Error Page (404.html)

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


<!-- Bootstrap Min CSS -->
<link rel="stylesheet" href="assets/css/bootstrap.min.css">
<!-- Animate Min CSS -->
<link rel="stylesheet" href="assets/css/animate.min.css">
<!-- FlatIcon CSS -->
<link rel="stylesheet" href="assets/css/flaticon.css">
<!-- FlatIcon Two CSS -->
<link rel="stylesheet" href="assets/css/flaticon-two.css">
<!-- FlatIcon Three CSS -->
<link rel="stylesheet" href="assets/css/flaticon-three.css">
<!-- Font Awesome Min CSS -->
<link rel="stylesheet" href="assets/css/fontawesome.min.css">
<!-- Odometer Min CSS -->
<link rel="stylesheet" href="assets/css/odometer.min.css">
<!-- MeanMenu CSS -->
<link rel="stylesheet" href="assets/css/meanmenu.css">
<!-- Progressbar CSS -->
<link rel="stylesheet" href="assets/css/progressbar.min.css">
<!-- Magnific Popup Min CSS -->
<link rel="stylesheet" href="assets/css/magnific-popup.min.css">
<!-- Nice Select Min CSS -->
<link rel="stylesheet" href="assets/css/nice-select.min.css">
<!-- Owl Carousel Min CSS -->
<link rel="stylesheet" href="assets/css/owl.carousel.min.css">
<!-- Style CSS -->
<link rel="stylesheet" href="assets/css/style.css">
<!-- Responsive CSS -->
<link rel="stylesheet" href="assets/css/responsive.css">

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


<!-- Bootstrap Min CSS -->
<link rel="stylesheet" href="assets/css/bootstrap.rtl.min.css">
<!-- Animate Min CSS -->
<link rel="stylesheet" href="assets/css/animate.min.css">
<!-- FlatIcon CSS -->
<link rel="stylesheet" href="assets/css/flaticon.css">
<!-- FlatIcon Two CSS -->
<link rel="stylesheet" href="assets/css/flaticon-two.css">
<!-- FlatIcon Three CSS -->
<link rel="stylesheet" href="assets/css/flaticon-three.css">
<!-- Font Awesome Min CSS -->
<link rel="stylesheet" href="assets/css/fontawesome.min.css">
<!-- Odometer Min CSS -->
<link rel="stylesheet" href="assets/css/odometer.min.css">
<!-- MeanMenu CSS -->
<link rel="stylesheet" href="assets/css/meanmenu.css">
<!-- Progressbar CSS -->
<link rel="stylesheet" href="assets/css/progressbar.min.css">
<!-- Magnific Popup Min CSS -->
<link rel="stylesheet" href="assets/css/magnific-popup.min.css">
<!-- Nice Select Min CSS -->
<link rel="stylesheet" href="assets/css/nice-select.min.css">
<!-- Owl Carousel Min CSS -->
<link rel="stylesheet" href="assets/css/owl.carousel.min.css">
<!-- Style CSS -->
<link rel="stylesheet" href="assets/css/style.css">
<!-- Responsive CSS -->
<link rel="stylesheet" href="assets/css/responsive.css">
<!-- RTL CSS -->
<link rel="stylesheet" href="assets/css/rtl.css">

This is the basic structure of Top Navbar:


<!-- Start Navbar Area -->
<div class="navbar-area">
    <div class="exto-responsive-nav">
        <div class="container">
            <div class="exto-responsive-menu">
                <div class="logo">
                    <a href="index.html">
                        <img src="assets/img/logo/logo.png" alt="logo">
                    </a>
                </div>
            </div>
        </div>
    </div>
    <div class="exto-nav">
        <div class="container">
            <nav class="navbar navbar-expand-md navbar-light">
                <a class="navbar-brand" href="index.html">
                    <img src="assets/img/logo/logo.png" alt="logo">
                </a>
                <div class="collapse navbar-collapse mean-menu" id="navbarSupportedContent">
                    <ul class="navbar-nav">
                    <li class="nav-item">
                        <a href="#" class="nav-link active">
                            Home
                            <i class="fa fa-angle-down"></i>
                        </a>
                        <ul class="dropdown-menu">
                            <li class="nav-item">
                                <a href="index.html" class="nav-link active">SaaS Home</a>
                            </li>
                            <li class="nav-item">
                                <a href="index-2.html" class="nav-link">Marketing Home</a>
                            </li>
                            <li class="nav-item">
                                <a href="index-3.html" class="nav-link">Startup Home</a>
                            </li>
                            <li class="nav-item">
                                <a href="index-4.html" class="nav-link">SEO Agency Home</a>
                            </li>
                            <li class="nav-item">
                                <a href="index-5.html" class="nav-link">Freelancer Home</a>
                            </li>
                        </ul>
                    </li>
                    <li class="nav-item">
                        <a href="about.html" class="nav-link">About</a>
                    </li>
                    <li class="nav-item">
                        <a href="#" class="nav-link">
                            Services
                            <i class="fa fa-angle-down"></i>
                        </a>
                        <ul class="dropdown-menu">
                            <li class="nav-item">
                                <a href="services.html" class="nav-link">Service</a>
                            </li>
                            <li class="nav-item">
                                <a href="single-services.html" class="nav-link">Service Details</a>
                            </li>
                        </ul>
                    </li>
                    <li class="nav-item">
                        <a href="#" class="nav-link">
                            Projects
                            <i class="fa fa-angle-down"></i>
                        </a>
                        <ul class="dropdown-menu">
                            <li class="nav-item">
                                <a href="projects.html" class="nav-link">Project</a>
                            </li>
                            <li class="nav-item">
                                <a href="single-projects.html" class="nav-link">Project Details</a>
                            </li>
                        </ul>
                    </li>
                    <li class="nav-item">
                        <a href="#" class="nav-link">
                            Pages
                            <i class="fa fa-angle-down"></i>
                        </a>
                        <ul class="dropdown-menu">
                            <li class="nav-item">
                                <a href="about.html" class="nav-link">About</a>
                            </li>
                            <li class="nav-item">
                                <a href="team.html" class="nav-link">Team</a>
                            </li>
                            <li class="nav-item">
                                <a href="faq.html" class="nav-link">FAQ</a>
                            </li>
                            <li class="nav-item">
                                <a href="pricing.html" class="nav-link">Pricing</a>
                            </li>
                            <li class="nav-item">
                                <a href="login.html" class="nav-link">Log in</a>
                            </li>
                            <li class="nav-item">
                                <a href="signup.html" class="nav-link">Sign up</a>
                            </li>
                            <li class="nav-item">
                                <a href="error-404.html" class="nav-link">404 Error</a>
                            </li>
                            <li class="nav-item">
                                <a href="contact.html" class="nav-link">Contact</a>
                            </li>
                            <li class="nav-item">
                                <a href="coming-soon.html" class="nav-link">Coming Soon</a>
                            </li>
                        </ul>
                    </li>
                    <li class="nav-item">
                        <a href="#" class="nav-link">
                            Shop
                            <i class="fa fa-angle-down"></i>
                        </a>
                        <ul class="dropdown-menu">
                            <li class="nav-item">
                                <a href="shop.html" class="nav-link">Shop</a>
                            </li>
                            <li class="nav-item">
                                <a href="single-product.html" class="nav-link">Single Products</a>
                            </li>
                            <li class="nav-item">
                                <a href="cart.html" class="nav-link">Cart</a>
                            </li>
                            <li class="nav-item">
                                <a href="checkout.html" class="nav-link">Checkout</a>
                            </li>
                        </ul>
                    </li>
                    <li class="nav-item">
                        <a href="#" class="nav-link">
                            Blog
                            <i class="fa fa-angle-down"></i>
                        </a>
                        <ul class="dropdown-menu">
                            <li class="nav-item">
                                <a href="blog.html" class="nav-link">Blog</a>
                            </li>
                            <li class="nav-item">
                                <a href="single-blog.html" class="nav-link">Blog Details</a>
                            </li>
                        </ul>
                    </li>
                    <li class="nav-item">
                        <a href="contact.html" class="nav-link">Contact</a>
                    </li>
                </ul>
                <div class="others-options">
                    <div class="language-list">
                        <div class="select-box">
                            <select>
                                <option value="5">Eng</option>
                                <option value="1">USA</option>
                                <option value="2">Australia</option>
                                <option value="0">France</option>
                            </select>
                        </div>
                        <a class="saas-nav-btn" href="#">
                            Try it free
                            <i class="fa fa-arrow-right"></i>
                        </a>
                    </div>
                </div>
            </nav>
        </div>
    </div>
</div>
<!-- End Navbar Area -->

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


<!-- jQuery Min JS -->
<script src="assets/js/jquery.min.js"></script>
<!-- Popper Min JS -->
<script src="assets/js/popper.min.js"></script>
<!-- Bootstrap Min JS -->
<script src="assets/js/bootstrap.min.js"></script>
<!-- MeanMenu JS  -->
<script src="assets/js/jquery.meanmenu.js"></script>
<!-- Appear Min JS -->
<script src="assets/js/jquery.appear.min.js"></script>
<!-- Odometer Min JS -->
<script src="assets/js/odometer.min.js"></script>
<!-- Owl Carousel Min JS -->
<script src="assets/js/owl.carousel.min.js"></script>
<!-- Magnific Popup Min JS -->
<script src="assets/js/jquery.magnific-popup.min.js"></script>
<!-- Nice Select Min JS -->
<script src="assets/js/jquery.nice-select.min.js"></script>
<!-- WOW Min JS -->
<script src="assets/js/wow.min.js"></script>
<!-- Form Validator JS -->
<script src="assets/js/form-validator.min.js"></script>
<!-- Ajaxchimp Min JS -->
<script src="assets/js/jquery.ajaxchimp.min.js"></script>
<!-- Contact JS -->
<script src="assets/js/contact-form-script.js"></script>
<!-- Particles JS -->
<script src="assets/js/particles.min.js"></script>
<!-- Progressbar Min JS -->
<script src="assets/js/progressbar.min.js"></script>
<!-- Main JS -->
<script src="assets/js/main.js"></script>

Due to the Envato policy, we are unable to include demo images inside download bundle so for demo images please send us an email to hello@hibootsrap.com

The Exto is a responsive template and is based on the Bootstrap Framework. For more information you can check the Bootstrap CSS.

The general template structure is the same throughout the template and each of the part is under a section with a section id name. Here is the general structure:


<!-- Start Top Services Section -->
<section class="top-services-section pb-100">
    <div class="container">
        <div class="top-services-area">
            <div class="row align-items-center">
                <div class="col-lg-3 col-md-6 col-sm-6">
                    <div class="top-services-content">
                        <img src="assets/img/top-services/1.png" alt="image">
                        <h3>Exceptional Execution</h3>
                        <p>Lorem ipsum dolor sit amet consecte adipiscing elit sed do eiusincidunt.</p>
                    </div>
                </div>
                <div class="col-lg-3 col-md-6 col-sm-6">
                    <div class="top-services-content">
                        <img src="assets/img/top-services/2.png" alt="image">
                        <h3>Business Consultation</h3>
                        <p>Lorem ipsum dolor sit amet consecte adipiscing elit sed do eiusincidunt.</p>
                    </div>
                </div>
                <div class="col-lg-3 col-md-6 col-sm-6">
                    <div class="top-services-content">
                        <img src="assets/img/top-services/3.png" alt="image">
                        <h3>Initial Concept Phase</h3>
                        <p>Lorem ipsum dolor sit amet consecte adipiscing elit sed do eiusincidunt.</p>
                    </div>
                </div>
                <div class="col-lg-3 col-md-6 col-sm-6">
                    <div class="top-services-content">
                        <img src="assets/img/top-services/4.png" alt="image">
                        <h3>Insight and Analytics</h3>
                        <p>Lorem ipsum dolor sit amet consecte adipiscing elit sed do eiusincidunt.</p>
                    </div>
                </div>
            </div>
        </div>
    </div>
</section>
<!-- End Top Services Section -->

The Contact form html code coming with jQuery form validation. Also, it's included a .php file(form-process.php) for AJAX based email sending! HTML code example is similar to followings:


<form id="contactForm">
    <div class="row">
        <div class="col-lg-6">
            <div class="form-group">
                <input type="text" name="name" id="name" class="form-control" required data-error="Please enter your name" placeholder="Name">
                <div class="help-block with-errors"></div>
            </div>
        </div>
        <div class="col-lg-6">
            <div class="form-group">
                <input type="email" name="email" id="email" class="form-control" required data-error="Please enter your email" placeholder="Email">
                <div class="help-block with-errors"></div>
            </div>
        </div>
        <div class="col-lg-6">
            <div class="form-group">
                <input type="text" name="phone_number" id="phone_number" required data-error="Please enter your number" class="form-control" placeholder="Phone">
                <div class="help-block with-errors"></div>
            </div>
        </div>
        <div class="col-lg-6">
            <div class="form-group">
                <input type="text" name="subject" id="subject" required data-error="Please enter your subject" class="form-control" placeholder="Subject">
                <div class="help-block with-errors"></div>
            </div>
        </div>
        <div class="col-lg-12">
            <div class="form-group">
                <textarea name="message" class="form-control" id="message" cols="30" rows="6" required data-error="Write your message" placeholder="Your Message"></textarea>
                <div class="help-block with-errors"></div>
            </div>
        </div>
        <div class="col-lg-12">
            <button type="submit" class="default-btn">Send Message</button>
            <div id="msgSubmit" class="h3 text-center hidden"></div>
            <div class="clearfix"></div>
        </div>
    </div>
</form>

By default, the template loads Muli And Poppins 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:


@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Rubik:300,300i,400,400i,500,500i,700,700i,900,900i&display=swap&subset=cyrillic,hebrew,latin-ext');

File path: assets/css/style.scss


--mainColor: #fd5a0e; (All Primary Color)
--optionalColor: #ffdecf; (All Optional Color)

Note: After SCSS file run then it will be work

Please open the file Visual Studio Code Editor.

And following the video tutorial.

Here the Link: https://www.youtube.com/watch?v=0MWmv1Gvv5w

File path: assets/js/main.js


// Partner-slider
$('.partner-slider').owlCarousel({
    loop: true,
    nav: false,
    dots: false,
    rtl: true,
    smartSpeed: 2000,
    margin: 30,
    autoplayHoverPause: true,
    autoplay: true,
    responsive: {
        0: {
            items: 2
        },
        576: {
            items: 3
        },
        768: {
            items: 4
        },
        1200: {
            items: 5
        }
    }
});

More Info please browser the link: Owl Carousel Docs Options

Please remove or comment the below code file path: assets/js/main.js


// Preloader
jQuery(window).on("load", function() {
    $('.preloader-area').fadeOut();
});

Also, please remove or comment the below code all HTML files


<!-- Preloader Area -->
<div class="preloader-area">
    <div class="spinner">
        <div class="dot1"></div>
        <div class="dot2"></div>
    </div>
</div>
<!-- End Preloader Area -->

Please optimize all images KB, MB also, use the image size following by placeholder file path: assets/img/..

- Tinypng

Please minify all CSS file path: assets/css/..

- CSS Minifier

Please minify all JS file path: assets/js/..

- Javascript Minifier

Please go to the image file 'path: assets/img/...' replace the image which one you want following placeholder image size & name

You won't able to add new FontAwesome except existing but you can if you want to add from scratch but existing will not work and it's the feature of FontAwesome. FontAwesome.com

After a certain time, we will update our project based on the latest technology but in your template, you need to update on your own if you want.

Note: All images are used for preview purpose only and not included in the final purchase files.

Images from:
https://www.freepik.com/
https://pixabay.com/
https://unsplash.com/
https://pexels.com

Google Fonts:
Open Sans
Rubik

IconFont
FontAwesome
Flaticon

If you have any questions, please use our profile contact form on Envato ( https://themeforest.net/user/hibootstrap ).
or send details query to support email hello@hibootstrap.com

We aim to answer all questions within 24 hours . In some cases the waiting time can be extended to 48 hours.

We hope you found this document helpful. Thank you!