Introduction

Leve - Banking & Payment Processing 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
  • Boxicons & Flaticon Free icons
  • Powered with Bootstrap (4.5.0)
  • Powered with jQuery (3.5.1)
  • Build with Sass
  • Smooth animation
  • AJAX contact form Submission
  • AJAX subscriptions form Submission
  • Well documented

The template folder leve 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 (index-3.html)
  4. Home Page Four (index-4.html)
  5. Home Page Five (index-5.html)
  6. About Page (about.html)
  7. Team Page (team.html)
  8. Pricing Page (pricing.html)
  9. Open Account Page (open-account.html)
  10. Security Page (security.html)
  11. ATM and bank locations Page (atm-and-bank-locations.html)
  12. Credit Cards Page (credit-card.html)
  13. Loans Page (loans.html)
  14. Faq Page (faq.html)
  15. My Account (my-account.html)
  16. Testimonial Page (testimonial.html)
  17. Services Page (services.html)
  18. Services Details Page (services-details.html)
  19. Projects Two Column (projects-1.html)
  20. Projects Three Column (projects-2.html)
  21. Projects Four Column (projects-3.html)
  22. Projects Details Page (projects-details.html)
  23. Blog Two Column (blog-1.html)
  24. Blog Three Column (blog-2.html)
  25. Blog Four Column (blog-3.html)
  26. Blog Details Page (blog-details.html)
  27. Error Page (error-404.html)
  28. Terms Of Service Page (terms-of-service.html)
  29. Privacy Policy Page (privacy-policy.html)
  30. Contact Page (contact.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 CSS -->
<link rel="stylesheet" href="assets/css/bootstrap.min.css">
<!-- Animate CSS -->
<link rel="stylesheet" href="assets/css/animate.min.css">
<!-- Meanmenu CSS -->
<link rel="stylesheet" href="assets/css/meanmenu.css">
<!-- Boxicons CSS -->
<link rel="stylesheet" href="assets/css/boxicons.min.css">
<!-- Flaticon CSS -->
<link rel="stylesheet" href="assets/css/flaticon.css">
<!-- Nice Select CSS -->
<link rel="stylesheet" href="assets/css/nice-select.min.css">
<!-- Owl Carousel CSS -->
<link rel="stylesheet" href="assets/css/owl.carousel.min.css">
<!-- Owl Carousel Default CSS -->
<link rel="stylesheet" href="assets/css/owl.theme.default.min.css">
<!-- Odometer CSS -->
<link rel="stylesheet" href="assets/css/odometer.min.css">
<!-- Magnific Popup CSS -->
<link rel="stylesheet" href="assets/css/magnific-popup.min.css">
<!-- Style CSS -->
<link rel="stylesheet" href="assets/css/style.css">
<!-- Responsive CSS -->
<link rel="stylesheet" href="assets/css/responsive.css">

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


<!-- Jquery Slim JS -->
<script src="assets/js/jquery.min.js"></script>
<!-- Popper JS -->
<script src="assets/js/popper.min.js"></script>
<!-- Bootstrap JS -->
<script src="assets/js/bootstrap.min.js"></script>
<!-- Meanmenu JS -->
<script src="assets/js/jquery.meanmenu.js"></script>
<!-- Nice Select JS -->
<script src="assets/js/jquery.nice-select.min.js"></script>
<!-- Owl Carousel JS -->
<script src="assets/js/owl.carousel.min.js"></script>
<!-- Magnific Popup JS -->
<script src="assets/js/jquery.magnific-popup.min.js"></script>
<!-- Odometer JS -->
<script src="assets/js/odometer.min.js"></script>
<!-- Jquery Appear JS -->
<script src="assets/js/jquery.appear.min.js"></script>
<!-- Ajaxchimp JS -->
<script src="assets/js/jquery.ajaxchimp.min.js"></script>
<!-- Form Validator JS -->
<script src="assets/js/form-validator.min.js"></script>
<!-- Contact JS -->
<script src="assets/js/contact-form-script.js"></script>
<!-- Wow JS -->
<script src="assets/js/wow.min.js"></script>
<!-- Custom 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@envytheme.com

The Leve 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 Banking Area -->
<section class="banking-area pb-100">
    <div class="container">
        <div class="row align-items-center">
            <div class="col-lg-6">
                <div class="banking-image">
                    <img src="assets/img/banking/banking-1.png" alt="image">
                    <div class="shape-1">
                        <img src="assets/img/banking/banking-shape-1.png" alt="image">
                    </div>
                </div>
            </div>
            <div class="col-lg-6">
                <div class="banking-content">
                    <span>Business banking</span>
                    <h3>We operate our banking services in many countries around the world</h3>
                    <p>Lorem ipsum dolor sit amet consectetur adipiscing elit sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Quis ipsum suspendisse ultrices gravida. Risus commodo viverra maecenas accumsan lacus vel facilisis.</p>
                    <div class="banking-list">
                        <li><i class="flaticon-check"></i> Lorem ipsum dolor sit amet, consectetur adipiscing elit.</li>
                        <li><i class="flaticon-check"></i> Lorem ipsum dolor sit amet, consectetur adipiscing elit sed do eiusmod.</li>
                        <li><i class="flaticon-check"></i> Lorem ipsum dolor sit amet, consectetur adipiscing elit.</li>
                        <li><i class="flaticon-check"></i> Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod incididunt ut labore et dolore magna aliqua.</li>
                    </div>
                </div>
            </div>
        </div>
    </div>
</section>
<!-- End Banking 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:


<div class="contact-form">
    <form id="contactForm">
        <div class="row">
            <div class="col-lg-6 col-md-6">
                <div class="form-group">
                    <label>Full name</label>
                    <input type="text" name="name" id="name" class="form-control" required data-error="Please enter your name" placeholder="Full name">
                    <div class="help-block with-errors"></div>
                </div>
            </div>
            <div class="col-lg-6 col-md-6">
                <div class="form-group">
                    <label>Email</label>
                    <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 col-md-6">
                <div class="form-group">
                    <label>Phone</label>
                    <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 col-md-6">
                <div class="form-group">
                    <label>Subject</label>
                    <input type="text" name="msg_subject" id="msg_subject" class="form-control" required data-error="Please enter your subject" placeholder="Subject">
                    <div class="help-block with-errors"></div>
                </div>
            </div>
            <div class="col-lg-12 col-md-12">
                <div class="form-group">
                    <label>Your message</label>
                    <textarea name="message" class="form-control" id="message" cols="30" rows="5" required data-error="Write your message" placeholder="Message here."></textarea>
                    <div class="help-block with-errors"></div>
                </div>
            </div>
            <div class="col-lg-12">
                <div class="form-check">
                    <input type="checkbox" class="form-check-input" id="checkme">
                    <label class="form-check-label" for="checkme">
                        Accept <a href="terms-of-service.html">Terms of Services</a> and <a href="privacy-policy.html">Privacy Policy.</a>
                    </label>
                </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>
</div>

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 Roboto 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=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap');

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

$font-family: 'Open Sans', sans-serif;
$font-family: 'Roboto', sans-serif;

Note: After SCSS file run then it will be work

File path: assets/css/style.scss


$main-color: #f2132b; (All Primary Color)
$paragraph-color: #6e727f; (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/main.js


// Home Slides
$('.home-slides').owlCarousel({
    loop: true,
    nav: true,
    dots: false,
    autoplayHoverPause: true,
    items: 1,
    smartSpeed: 100,
    autoplay: false,
    navText: [
        "<i class='flaticon-left-arrow'></i>",
        "<i class='flaticon-right-arrow'></i>"
    ],
});
$(".home-slides").on("translate.owl.carousel", function(){
    $(".main-slider-content h1").removeClass("animated fadeInUp").css("opacity", "0");
    $(".main-slider-content p").removeClass("animated fadeInUp").css("opacity", "0");
    $(".main-slider-content a").removeClass("animated fadeInUp").css("opacity", "0");
});
$(".home-slides").on("translated.owl.carousel", function(){
    $(".main-slider-content h1").addClass("animated fadeInUp").css("opacity", "1");
    $(".main-slider-content p").addClass("animated fadeInUp").css("opacity", "1");
    $(".main-slider-content a").addClass("animated fadeInUp").css("opacity", "1");
});

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(){
    jQuery(".preloader").fadeOut(500);
});

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


<!-- Start Preloader Area -->
<div class="preloader">
    <div class="loader">
        <div class="shadow"></div>
        <div class="box"></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 Boxicons except existing but you can if you want to add from scratch but existing will not work and it's the feature of Boxicons. Boxicons.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:
Open Sans
Roboto

IconFont
Boxicons
Flaticon

If you have any questions, please use our profile contact form on Envato ( https://themeforest.net/user/envytheme ).
or send details query to support email hello@envytheme.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!