Introduction

Hacbu Handyman Services 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 (v5.x)
  • Powered with jQuery (v3.6.0)
  • Build with Sass
  • Smooth Animation
  • AJAX Contact Form Submission
  • AJAX Subscriptions Form Submission
  • Well Documented

The template folder hacbu And hacbu-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:
Default Demo:
  1. Home Page One (index.html)
  2. Home Page Two (index-2.html)
  3. Home Page Three (Video) (index-3.html)
  4. About Us Page (about-us.html)
  5. Projects Page (projects.html)
  6. Projects Details Page (projects-details.html)
  7. FAQ Page (faq.html)
  8. Product Page (product.html)
  9. Cart Page (cart.html)
  10. Checkout Page (checkout.html)
  11. Product Details Page (product-details.html)
  12. Our Staff Page (our-staff.html)
  13. My Account Page (my-account.html)
  14. Log In Page (log-in.html)
  15. Register Page (register.html)
  16. Book Online Page (book-online.html)
  17. Search Page (search-page.html)
  18. Pricing Plan Page (pricing-plan.html)
  19. Services Page (services.html)
  20. Services Details Page (services-details.html)
  21. Blog Page (blog.html)
  22. Blog Details Page (blog-details.html)
  23. Contact Page (contact.html)
  24. Privacy Policy Page (privacy-policy.html)
  25. Terms & Conditions Page (terms-conditions.html)
  26. Coming Soon Page (coming-soon.html)
  27. 404 Page (404.html)
RTL Demo:
  1. Home Page One (index.html)
  2. Home Page Two (index-2.html)
  3. Home Page Three (Video) (index-3.html)
  4. About Us Page (about-us.html)
  5. Projects Page (projects.html)
  6. Projects Details Page (projects-details.html)
  7. FAQ Page (faq.html)
  8. Product Page (product.html)
  9. Cart Page (cart.html)
  10. Checkout Page (checkout.html)
  11. Product Details Page (product-details.html)
  12. Our Staff Page (our-staff.html)
  13. My Account Page (my-account.html)
  14. Log In Page (log-in.html)
  15. Register Page (register.html)
  16. Book Online Page (book-online.html)
  17. Search Page (search-page.html)
  18. Pricing Plan Page (pricing-plan.html)
  19. Services Page (services.html)
  20. Services Details Page (services-details.html)
  21. Blog Page (blog.html)
  22. Blog Details Page (blog-details.html)
  23. Contact Page (contact.html)
  24. Privacy Policy Page (privacy-policy.html)
  25. Terms & Conditions Page (terms-conditions.html)
  26. Coming Soon Page (coming-soon.html)
  27. 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:


<!-- Bootstrap Min CSS -->
<link rel="stylesheet" href="assets/css/bootstrap.min.css">
<!-- Owl Theme Default Min CSS -->
<link rel="stylesheet" href="assets/css/owl.theme.default.min.css">
<!-- Owl Carousel Min CSS -->
<link rel="stylesheet" href="assets/css/owl.carousel.min.css">
<!-- Remixicon CSS -->
<link rel="stylesheet" href="assets/css/remixicon.css">
<!-- Flaticon CSS -->
<link rel="stylesheet" href="assets/css/flaticon.css">
<!-- Meanmenu Min CSS -->
<link rel="stylesheet" href="assets/css/meanmenu.min.css">
<!-- Animate Min CSS -->
<link rel="stylesheet" href="assets/css/animate.min.css">
<!-- Magnific Popup Min CSS -->
<link rel="stylesheet" href="assets/css/magnific-popup.min.css">
<!-- Odometer Min CSS-->
<link rel="stylesheet" href="assets/css/odometer.min.css">
<!-- Slick Min CSS-->
<link rel="stylesheet" href="assets/css/slick.css">
<!-- Style CSS -->
<link rel="stylesheet" href="assets/css/style.css">
<!-- Responsive CSS -->
<link rel="stylesheet" href="assets/css/responsive.css">

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


<!-- Bootstrap Rtl Min CSS -->
<link rel="stylesheet" href="assets/css/bootstrap.rtl.min.css">
<!-- Owl Theme Default Min CSS -->
<link rel="stylesheet" href="assets/css/owl.theme.default.min.css">
<!-- Owl Carousel Min CSS -->
<link rel="stylesheet" href="assets/css/owl.carousel.min.css">
<!-- Remixicon CSS -->
<link rel="stylesheet" href="assets/css/remixicon.css">
<!-- Flaticon CSS -->
<link rel="stylesheet" href="assets/css/flaticon.css">
<!-- Meanmenu Min CSS -->
<link rel="stylesheet" href="assets/css/meanmenu.min.css">
<!-- Animate Min CSS -->
<link rel="stylesheet" href="assets/css/animate.min.css">
<!-- Magnific Popup Min CSS -->
<link rel="stylesheet" href="assets/css/magnific-popup.min.css">
<!-- Odometer Min CSS-->
<link rel="stylesheet" href="assets/css/odometer.min.css">
<!-- Slick Min CSS-->
<link rel="stylesheet" href="assets/css/slick.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">

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


<!-- Jquery Min JS -->
<script src="assets/js/jquery.min.js"></script>
<!-- Bootstrap Bundle Min JS -->
<script src="assets/js/bootstrap.bundle.min.js"></script>
<!-- Meanmenu Min JS -->
<script src="assets/js/meanmenu.min.js"></script>
<!-- Owl Carousel Min JS -->
<script src="assets/js/owl.carousel.min.js"></script>
<!-- Wow Min JS -->
<script src="assets/js/wow.min.js"></script>
<!-- Magnific Popup Min JS -->
<script src="assets/js/magnific-popup.min.js"></script>
<!-- Appear Min JS -->
<script src="assets/js/appear.min.js"></script>
<!-- Odometer Min JS -->
<script src="assets/js/odometer.min.js"></script>
<!-- Slick Min JS -->
<script src="assets/js/slick.min.js"></script>
<!-- Form Validator Min JS -->
<script src="assets/js/form-validator.min.js"></script>
<!-- Contact JS -->
<script src="assets/js/contact-form-script.js"></script>
<!-- Ajaxchimp Min JS -->
<script src="assets/js/ajaxchimp.min.js"></script>
<!-- Custom JS -->
<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 submit your ticket by visiting the EnvyTheme Support System.

The Hacbu 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 Features Area -->
<section class="features-area pb-100">
    <div class="container">
        <div class="features-bg">
            <div class="row justify-content-center">
                <div class="col-lg-4 col-sm-6 pl-0">
                    <div class="single-features">
                        <i class="flaticon-transparency"></i>
                        <h3>Transparent</h3>
                    </div>
                </div>

                <div class="col-lg-4 col-sm-6 pl-0">
                    <div class="single-features active">
                        <i class="flaticon-loyalty"></i>
                        <h3>Loyalty</h3>
                        <img src="assets/images/features-shape.png" class="features-shape" alt="Image">
                    </div>
                </div>

                <div class="col-lg-4 col-sm-6 pl-0">
                    <div class="single-features">
                        <i class="flaticon-reliability"></i>
                        <h3>Reliable</h3>
                    </div>
                </div>
            </div>
        </div>
    </div>
</section>
<!-- End Features Area -->

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" id="name" class="form-control" 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" id="email" class="form-control" 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="number" id="msg_subject" class="form-control" required data-error="Please enter phone number" placeholder="Phone Number">
                <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" id="msg_subject" class="form-control" required data-error="Please enter subject" placeholder="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" class="form-control" id="message" cols="30" rows="5" 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 btn-two">
                <span class="label">Send Message</span>
                <i class='bx bx-plus'></i>
            </button>
            <div id="msgSubmit" class="h3 text-center hidden"></div>
                <div class="clearfix"></div>
            </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 main.js File

By default, the template loads Open Sans And Raleway font from 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=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@500;600;700;800;900&display=swap');

--body-font-family: 'Open Sans', sans-serif;
--heading-font-family: 'Raleway', sans-serif;


Note: After SCSS file run then it will be work

File path: assets/css/style.scss


--body-color: #6c6e71;
--main-color: #ffa300;
--heading-color: #1f242e;
--optional-color: #10539a;

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


// Hero Slider JS
$('.hero-slider').owlCarousel({
    items: 1,
    loop: true,
    margin: 0,
    nav: false,
    dots: true,
    autoplay: true,
    autoplayHoverPause: true,
});

More Info please browser the link: Owl Carousel Docs Options

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


    
// WOW JS
if($('.wow').length){
	var wow = new WOW({
		mobile: false
	});
	wow.init();
}

                

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


// Preloader
$(window).on('load', function() {
    $('.preloader').addClass('preloader-deactivate');
}) 

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


<!-- Start Preloader Area -->
<div class="preloader">
    <div class="lds-ripple">
        <div class="pl-flip-1 pl-flip-2"></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 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/

Fonts:
Open Sans
Raleway

IconFont
Remixicon
Flaticon Images

Quick, Dedicated & Professional Support!

We only provide support through our ticketing system. Please submit your ticket by visiting the EnvyTheme Support System.

For any pre-purchase query, please use live chat on the item demo site also, email, and the item’s comment section on ThemeForest. Thanks!