Finbiz - Consulting Business PHP Template Documentation 1.0.0

Thank you very much for your purchase!

If you have any questions that are beyond the scope of this documentation, please feel free to email or contact us via our Support Page: Support

Introduction

Finbiz is a clean professional Consulting Business PHP Template suitable for Corporate Business, Consulting Business, Branding Agency, Financial and Marketing Business, etc. websites. Built with Bootstrap 5 and SCSS technology, it ensures easy usability across all devices and allows for global customization of colors/fonts. Featuring 22 demo home pages and over 40 well-organized Inner Templates, Finbiz offers a clean, creative, and professional design for business, finance, and corporate purposes. Utilizing the Bootstrap 5 grid, it ensures seamless functionality on all devices. - Finbiz is the way to go!

Installation

To setup the Finbiz template, follow below-mentioned steps

  • Download and Extract the Zip File:
    • Download the zip file containing all files integrated with Finbiz.
    • Extract the contents of the zip file to your desired location.
  • Install PHP:
    • If you're using XAMPP, WAMP, or MAMP, PHP should already be included. Make sure your server environment (Apache, Nginx, etc.) is configured to work with PHP. If PHP is not installed, you can download it from the official PHP website: PHP Downloads.
  • Install Node Modules for Tailwind CSS:
    • Open your command prompt or terminal.
    • Navigate to the directory where you extracted the Finbiz project.
    • Run the following command to install Node modules: npm install
  • Generate CSS From SCSS:
    • Open your command prompt or terminal.
    • Navigate to the directory where you extracted the Finbiz project.
    • Run the following command to Generate CSS: npm run build
  • Running the PHP Application:
    • Start your PHP server. If you're using XAMPP, WAMP, or MAMP, start Apache. Navigate to localhost in your web browser and specify the port number if necessary (e.g.,http://localhost:8080).

File Structure

├──  Finbiz/
│   ├──  assets/
│   │   ├──  assets/
│   │   │   ├──  css/
│   │   │   ├──  fonts/
│   │   │   ├──  images/
│   │   │   ├──  js/
│   │   │   └──  scss/
│   ├──  partials/
│   │   ├──  footer.php
│   │   ├──  head.php
│   │   └──  header.php
│   ├──  Contains all php template files used for rendering the front-end views of the application.
├──  Documentation/
│   └── index.html - Index file for documentation.
├──  finbiz.fig

PHP Structure

<!DOCTYPE html>
    <html lang="en">

    <?php include './partials/head.php'?>
    
    <body>
    
        <!-- start header area -->
        <?php include './partials/header.php'?>
        <!-- End header area -->
    
        <?php include './partials/sidebar.php'?>
        <!-- ENd Header Area -->
    
        <!-- banner blank space area -->
        <div class="rts-banner-area rts-banner-one">
            <div class="swiper mySwiper banner-one">
               ....  ....  ....
            </div>
            <div class="animation-img">
                <img class="shape-img two" src="assets/images/banner/shape/02.png" alt="banner_business">
                <img class="shape-img three" src="assets/images/banner/shape/03.png" alt="banner_business">
            </div>
        </div>
        <!-- banner blank space area end -->
    
        <!-- rts about us section start -->
        <div class="rts-about-area rts-section-gap bg-about-sm-shape">
            <div class="container">
              ....  ....  ....
            </div>
        </div>
        <!-- rts about us section end -->
    
        <!-- rts service post area  Start-->
        <div class="rts-service-area rts-section-gapBottom">
           ....  ....  ....
        </div>
        <!-- rts service post area ENd -->
    
        <!-- business goal area -->
        <div class="rts-business-goal mt--0 rts-section-gapBottom">
            <div class="container">
               ....  ....  ....
            </div>
        </div>
        <!-- business goal area End -->
    
        <!-- rts-counter up area start -->
        <div class="rts-counter-up-area rts-section-gap counter-bg">
            <div class="container">
               ....  ....  ....
            </div>
        </div>
        <!-- rts-counter up area end -->
    
        <!-- start gallery section -->
        <div class="rts-gallery-area rts-section-gap gallery-bg bg_image">
            <div class="container">
               ....  ....  ....
            </div>
        </div>
        <!-- start gallery section -->
    
        <!-- start trusted client section -->
        <div class="rts-trusted-client rts-section-gapBottom">
            <div class="container">
               ....  ....  ....
            </div>
        </div>
        <!-- end trusted client section -->
    
        <!-- start team section -->
        <div class="rts-team-area rts-section-gap bg-team">
            <div class="container">
               ....  ....  ....
            </div>
        </div>
        <!-- end team section -->
    
        <!-- rts features area start -->
        <div class="rts-feature-area rts-section-gap">
            <div class="container-fluid padding-controler plr--120">
              ....  ....  ....
            </div>
        </div>
        <!-- rts features area end -->
    
        <!-- start client feed back section -->
        <div class="rts-client-feedback">
            <div class="container">
               ....  ....  ....
            </div>
        </div>
        <!-- start client feed back section End -->
    
        <!-- blog area start -->
        <div class="rts-blog-area rts-section-gap bg-secondary">
            <div class="container">
               ....  ....  ....
            </div>
        </div>
        <!-- blog area end -->
    
        <!-- contact area start -->
        <div class="rts-contact-area contact-one">
            <div class="container">
                ....  ....  ....
            </div>
        </div>
        <!-- contact area end -->
    
        <!-- map area start -->
        <div class="rts-map-area bg-light-white">
            <div class="container-fluid">
               ....  ....  ....
            </div>
        </div>
        <!-- map area end -->
    
    
        <!-- start header area -->
        <!-- rts footer area start -->
        <?php include './partials/footer.php'?>
        <!-- rts footer area end -->
        <!-- ENd Header Area -->
    
    
        <?php include './partials/loader.php'?>
    
        <?php include './partials/progress-bar.php'?>
    
        <?php include './partials/scripts.php'?>
        
    </body>
    
    </html>
    

CSS

Finbiz Built with latest version of CSS3.

File Name Details
css/swiper.min.css Swiper CSS
css/fontawesome-5.css Font Awesome CSS
css/animate.min.css Animate CSS
css/unicons.css Uni icon CSS

Javascript

Finbiz Built with Javascript

File Name Details
js/jquery.min.js jQuery js
js/waypoint.js Waypoints Js
js/swiper.js Swiper js
js/counterup.js Counter-Up Js
js/waw.js WOW Js
js/sal.min.js sal Js
js/main.js All Custom js

Credit & Resources

We have used the following plugins.

Support

Thank you for become a part of us. If you have any query, suggestion and complain. Contact us anytime. If you have any questions that are beyond the scope of this documentation, please feel free to email us via our Support Page: Support

Changelog

1.0.0 - 5th June 2024

General

Initial Released

© 2024 Finbiz