Intoduction


NioBis - Corporate Business HTML Template

An HTML Template

Created : 22/03/2020
By : Themexriver
Email : support@themexriver.com

Thank you for purchasing NioBis HTML Template. If you have any questions that are beyond the scope of this help file, please feel free to email, via my user page contact form or put a ticket at Support Center .
Thankyou so much!

HTML Structure


The html template uses Latest Bootstrap v4.0.0 with valid HTML5 tags. This theme is a responisve layout with 4 column Support column. All of the information in content area is nested within a class and comes with predefined classes.

             <!-- Start of header
             ============================================= -->
             <header>
             ...
             </header>
             <!-- End of header
             ============================================= -->

             <!-- Start of section name
             ============================================= -->
             <section id="section-name-id" class="section-name-class">
             ...
             </section>
             <!-- End section name
             ============================================= -->


             <!-- Start of footer
             ============================================= -->
             <footer>
             ...
             </footer>
             <!-- End of footer
             ============================================= -->
         

Main Slider Structure


To learn how to use Main Slider , here is the code or go to Owl Carousel 2 and check how does it work.


     <section id="slider" class="slider-section">
     <div class="slider-img" data-background="Put your Image path here"></div>
     <div class="slider-text">
     <div class="slider_text-box">
     <div class="content-area">
     <div class="video-play">
     <a class="video_box" href="Insert Your video link here">
     </a>
     </div>
     <h1>Put your text here.</h1>
     <p>Put your text here.</p>
     </div>
     </div>
     </div>
     </section>
 

PEI Chart Structure


To learn how to use PIE Chart ,here is the code or go to Chart.js and check how does it work.


      
      datasets: [{
      data: [Put your Chart Parcentage Here],
      backgroundColor: [
      'Put your chart background here'
      ],
      label: 'Dataset 1'
  }],
  labels: [
  'Put your chart label text here'
  ]
  

Project Slider Structure


To learn how to use "We Have Done" Slider , here is the code or go to Owl Carousel 2 and check how does it work.


        <div id="project_slide" class="project_slide_area">
        <div class="project-slider-item relative-position">
        <div class="project-img">
        ------
        </div>
        <div class="project-text position-absolute headline">
        -----
        </div>
        </div>
        <!-- /slide-item -->
        <div class="project-slider-item relative-position">
        <div class="project-img">
        ------
        </div>
        <div class="project-text position-absolute headline">
        -----
        </div>
        </div>
        <!-- /slide-item -->
        <div class="project-slider-item relative-position">
        <div class="project-img">
        ------
        </div>
        <div class="project-text position-absolute headline">
        -----
        </div>
        </div>
        <!-- /slide-item -->
        </div>
    

Client Slider Structure


To learn how to use Client Slider , here is the code or go to Owl Carousel 2 and check how does it work.


        <div id="client_slide" class="client-list">
        <div class="client_show"><img src="Put your Imgae path" alt="img_not_found"></div>
        <div class="client_show"><img src="Put your Imgae path" alt="img_not_found"></div>
        <div class="client_show"><img src="Put your Imgae path" alt="img_not_found"></div>
        <div class="client_show"><img src="Put your Imgae path" alt="img_not_found"></div>
        <div class="client_show"><img src="Put your Imgae path" alt="img_not_found"></div>
        <div class="client_show"><img src="Put your Imgae path" alt="img_not_found"></div>
        <div class="client_show"><img src="Put your Imgae path" alt="img_not_found"></div>
        <div class="client_show"><img src="Put your Imgae path" alt="img_not_found"></div>
        <div class="client_show"><img src="Put your Imgae path" alt="img_not_found"></div>
        <div class="client_show"><img src="Put your Imgae path" alt="img_not_found"></div>
        </div>
    

Team Slider Structure


To learn how to use "Our Advisors" Team Slider , here is the code or go to Owl Carousel 2 and check how does it work.


       <div id="team_slide" class="team_slide_area">
       <div class="team-member">
       -----
       </div>
       <div class="team-member">
       -----
       </div>
       <div class="team-member">
       -----
       </div>
       </div>
   

Testimonial Slider Structure


To learn how to use Testimonials Slider , here is the code or go to Owl Carousel 2 and check how does it work.


       <div id="testimonial_slide" class="testimonial-content">
       <div class="testimonial-text-pic">
       ----
       </div>
       <div class="testimonial-text-pic">
       ----
       </div>
       <div class="testimonial-text-pic">
       ----
       </div>
       </div>
   

Circle Progress Structure


To learn how to use Circle Progress , here is the code or go to jquery-circle-progress and check how does it work.


      <div class="client_counterup">
      <div class="counter_up float-left">
      <div class="first circle relative-position">
      <strong><span>%</span></strong>
      </div>
      <div class="icon-bg">
      <span class="icon_class"></span>
      </div>
      </div>
      <div class="client_countertext headline pera-content">
      <h3>Title</h3>
      <p>Content text</p>
      </div>
      </div>
      
  

Line Chart Structure


To learn how to use Line Chart ,here is the code or go to Chart.js and check how does it work.


        
        data: {
        labels: ['horizontal value text'],
        datasets: [{
        label: 'On hover content text',
        data: [Varticel value text],
    }]
},


Video PopUp Structure




        <div class="video-play  text-center">
        <a class="block-display video_box" href="Put your video link here">

        </a>
        </div>


        jQuery('.video_box').magnificPopup({
        disableOn: 200,
        type: 'iframe',
        mainClass: 'mfp-fade',
        removalDelay: 160,
        preloader: false,
        fixedContentPos: false,
    });

CSS Files and Structure


Mainly two main CSS files are used in this theme. The first one bootstrap.css, second one is style.css which for this template and responsive style include in style.css file.

If you would like to edit a specific section of the site, simply find the appropriate label in the CSS file, and then scroll down until you find the appropriate style that needs to be edited.

CSS Files

Common stylesheets included in all pages:

        <link href="assets/css/owl.carousel.css">
        <link href="assets/css/font-awesome.min.css">
        <link href="assets/css/bootstrap.min.css">
        <link href="assets/css/flaticon.css">
        <link href="assets/css/animate.css">
        <link href="assets/css/video.min.css">
        <link href="assets/css/_style.css">
    

Jquery and javascript


This theme imports three types of Javascript files.

  • jQuery
  • Custom scripts (script.js)
  • Some plugins

  • jQuery is a Javascript library that greatly reduces the amount of code that you must write.
  • Most of the animation in this site is carried out from the customs scripts. There are a few functions worth looking over.

In addition to the custom scripts, I have implemented few "tried and true" plugins to create the effects. This plugin is packed, so you won't need to manually edit anything in the file. The only necessary thing to know is how to call the method. (All javascript plugins include in jquery-plugin-collection.js file)

        <script src="assets/js/jquery.min.js"></script>
        <script src="assets/js/bootstrap.min.js"></script>
        <script src="assets/js/popper.min.js"></script>
        <script src="assets/js/owl.carousel.min.js"></script>
        <script src="assets/js/jarallax.js"></script>
        <script src="assets/js/jquery.magnific-popup.min.js"></script>
        <script src="assets/js/appear.js"></script>
        <script src="assets/js/Chart.min.js"></script>
        <script src="assets/js/utils.js"></script>
        <script src="assets/js/wow.min.js"></script>
        <script src="assets/js/jquery.filterizr.js"></script>
        <script src="assets/js/jquery.marquee.min.js"></script>
        <script src="assets/js/circle-progress.js"></script>
        <script src="assets/js/tilt.jquery.min.js"></script>
        <script src="assets/js/script.js"></script>
        <script src="assets/js/gmap3.min.js"></script>
        <script src="http://maps.google.com/maps/api/js?key=AIzaSyC61_QVqt9LAhwFdlQmsNwi5aUJy9B2SyA"></script>
    

Sources and Credits


Fonts Used int the template are google fonts, you can find theme on Google Fonts API

Fonts Used are :

"Adamina"

"Roboto"


File Used For Animation Effects :

animate.css (in css Folder)


PIE Chart & Line Chart :

Chart.js (in js Folder)


Circle Progress :

circle-progress.js (in js Folder)


Background Parallax :

jarallax.js (in js Folder)


Sliders Used Are :

Owl Carousel


Every Code is properly commented for Editing Ease.

Icons Used are :


Fontawsome Icons
https://fortawesome.github.io/Font-Awesome/

Support


Once again, thank you so much for purchasing this template. As I said at the beginning, I'd be glad to help you if you have any questions relating to this template. No guarantees, but I'll do my best to assist. If you have any queries, please feel free to contact us at Support Center.

Email Us at : support@themexriver.com