Introduction

Bonsa - 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
  • FlatIcons and BoxIcons Free Icons
  • Powered with Bootstrap (5.0.x)
  • Powered with jQuery (3.5.0)
  • Build with Sass
  • Smooth Animation
  • AJAX Contact form Submission
  • AJAX Subscriptions form Submission
  • Well Documented

The template folder bonsa and bonsa-rtl is available inside the downloaded zip file. Need to unzip the zip file to find the template also the documentation folder.

The files and folders structure is similar to the following:

  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 form-process.php files.

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

HTML Files:
  1. Home Page One (index.html)
  2. Home Page Two (index-two.html)
  3. Home Page Three (index-three.html)
  4. About Page (about.html)
  5. Blog Page (blog.html)
  6. Blog Details Page (blog-details.html)
  7. Contact Page (contact.html)
  8. FAQ Page (faq.html)
  9. Members Page (members.html)
  10. Portfolio Page (portfolio.html)
  11. Pricing Page (pricing.html)
  12. Services Page (services.html)
  13. Service Details Page (service-details.html)
  14. Login Page (login.html)
  15. Sing Up Page (sing-up.html)
  16. Recover Password Page (recover-password.html)
  17. Privacy Policy Page (privacy-policy.html)
  18. Terms & Condition Page (terms-condition.html)
  19. Testimonial Page (testimonial.html)
  20. 404 Page (404.html)
RTL Files:
  1. Home Page One (index.html)
  2. Home Page Two (index-two.html)
  3. Home Page Three (index-three.html)
  4. About Page (about.html)
  5. Blog Page (blog.html)
  6. Blog Details Page (blog-details.html)
  7. Contact Page (contact.html)
  8. FAQ Page (faq.html)
  9. Members Page (members.html)
  10. Portfolio Page (portfolio.html)
  11. Pricing Page (pricing.html)
  12. Services Page (services.html)
  13. Service Details Page (service-details.html)
  14. Login Page (login.html)
  15. Sing Up Page (sing-up.html)
  16. Recover Password Page (recover-password.html)
  17. Privacy Policy Page (privacy-policy.html)
  18. Terms & Condition Page (terms-condition.html)
  19. Testimonial Page (testimonial.html)
  20. 404 Page (404.html)
Files Edit & Upload:

Individual pages can be customized by opening in a code editor such as VS Code. Once all the customization completed then to make the website live you need to upload the updated project files to the hosting server for your own domain. The files can be uploaded using FTP client such as FileZilla.

Followings are the css files which loaded inside the Head Section:


<!-- Links of CSS files -->
<link rel="stylesheet" href="assets/css/bootstrap.min.css">
<link rel="stylesheet" href="assets/css/owl.theme.default.min.css">
<link rel="stylesheet" href="assets/css/owl.carousel.min.css">
<link rel="stylesheet" href="assets/css/magnific-popup.min.css">
<link rel="stylesheet" href="assets/css/animate.min.css">
<link rel="stylesheet" href="assets/css/boxicons.min.css">
<link rel="stylesheet" href="assets/css/flaticon.css">
<link rel="stylesheet" href="assets/css/meanmenu.min.css">
<link rel="stylesheet" href="assets/css/style.css">
<link rel="stylesheet" href="assets/css/responsive.css">

Followings are the rtl files which loaded inside the Head Section:


<!-- Links of CSS files -->
<link rel="stylesheet" href="assets/css/bootstrap-rtl.min.css">
<link rel="stylesheet" href="assets/css/owl.theme.default.min.css">
<link rel="stylesheet" href="assets/css/owl.carousel.min.css">
<link rel="stylesheet" href="assets/css/magnific-popup.min.css">
<link rel="stylesheet" href="assets/css/animate.min.css">
<link rel="stylesheet" href="assets/css/boxicons.min.css">
<link rel="stylesheet" href="assets/css/flaticon.css">
<link rel="stylesheet" href="assets/css/meanmenu.min.css">
<link rel="stylesheet" href="assets/css/style.css">
<link rel="stylesheet" href="assets/css/responsive.css">
<link rel="stylesheet" href="assets/css/rtl.css">

Followings are the JS files which loaded before the end of HEAD or BODY Section:.


<!-- Links of JS files -->
<script src="assets/js/jquery-3.5.0.min.js"></script>
<script src="assets/js/bootstrap.bundle.min.js"></script>
<script src="assets/js/meanmenu.min.js"></script>
<script src="assets/js/owl.carousel.min.js"></script>
<script src="assets/js/magnific-popup.min.js"></script>
<script src="assets/js/wow.min.js"></script>
<script src="assets/js/form-validator.min.js"></script>
<script src="assets/js/contact-form-script.js"></script>
<script src="assets/js/ajaxchimp.min.js"></script>
<script src="assets/js/custom.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@hibootstrap.com

The Comero 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:


<!-- About Area -->
    <div class="about-area pt-100 pb-70">
        <div class="container-fluid">
            <div class="row align-items-center">
                <div class="col-lg-5 pl-0">
                    <div class="about-img">
                        <img src="assets/img/about/1.png" alt="About Images">
                    </div>
                </div>

                <div class="col-lg-7">
                    <div class="about-content about-width">
                        <span>About Us</span>
                        <h2>We Are Helping People to Reach Their Customer Since 2005</h2>
                        <p>
                            It is a long established fact that a reader will be distracted by the readable content
                            of a page when looking at its layout. The point of using Lorem Ipsum is that it has a 
                            more-or-less normal distribution of letters.
                        </p>
                        <p>
                            As opposed to using 'Content here, content here', making it look like readable English.
                            Many desktop publishing packages and web  page editors now use Lorem Ipsum as their default 
                            model text, and a search for 'lorem ipsum' will uncover many web sites still in their infancy.
                            Various versions have evolved over the years.
                        </p>

                        <div class="about-btn">
                            <a href="#" class="default-btn">Know More</a>
                        </div>
                    </div>
                </div>
            </div>
        </div>

        <div class="about-shape">
            <img src="assets/img/shape/right-side.png" alt="Shape Images">
        </div>
    </div>
<!-- About Area End -->

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 col-sm-6">
            <div class="form-group">
                <input type="text" name="name" class="form-control" id="name" required data-error="Please enter your name" placeholder="Your name">
                <div class="help-block with-errors"></div>
            </div>
        </div>

        <div class="col-lg-6 col-sm-6">
            <div class="form-group">
                <input type="email" name="email" class="form-control" id="email" required data-error="Please enter your email" placeholder="Your email">
                <div class="help-block with-errors"></div>
            </div>
        </div>

        <div class="col-lg-6 col-sm-6">
            <div class="form-group">
                <input type="text" name="phone_number" class="form-control" id="phone_number" required data-error="Please enter your phone number" placeholder="Your phone">
                <div class="help-block with-errors"></div>
            </div>
        </div>

        <div class="col-lg-6 col-sm-6">
            <div class="form-group">
                <input type="text" name="msg_subject" class="form-control" id="msg_subject" required data-error="Please enter your subject" placeholder="Your Subject">
                <div class="help-block with-errors"></div>
            </div>
        </div>

        <div class="col-lg-12 col-md-12">
            <div class="form-group">
                <textarea name="message" id="message" class="form-control" 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 col-md-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>

File location: assets/php/form-process.php file

https://mailchimp.com/help/add-a-signup-form-to-your-website/

Paste URL on custom.js File

By default, the template loads Poppins font from Google Web Font Services. The font can be changed based on the website needs. Google Fonts

Font code can be found in the "style.scss" file path: assets/css/style.scss


@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400&display=swap');

$font-family: 'Poppins', sans-serif;

Note: After SCSS file run then it will be work

File path: assets/css/style.scss


$main-color: #ff4a35; (All Primary Color)
$paragraph-color: #75799b; (All Paragraph 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/custom.js


$('.brand-slider').owlCarousel({
    loop: true,
    margin: 30,
    nav: false,
    dots: false,
    autoplay: true,
    autoplayHoverPause: true,
    responsive:{
        0:{
            items: 2
        },
        568:{
            items: 3
        },
        768:{
            items: 5
        },
        1000:{
            items: 5
        }
    }
});

More Info please browser the link: Owl Carousel Docs Options

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


// WOW JS
new WOW().init();

                

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


// Preloader JS
jQuery(window).on('load',function(){
    jQuery(".preloader").fadeOut(500);
});

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


<div class="preloader">
	<div class="preloader-wave"></div>
</div>

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 flaticon except existing but you can if you want to add from scratch but existing will not work and it's the feature of flaticon. Flaticon.com

1. Please go to maps.google.com. Type the location in the search box and click on Share.



2. In the new window click on Embed a map and copy the HTML code of the map. After that add the HTML file.

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/

Google Fonts:
Poppins

IconFont
FlatIcons
Boxicons

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!