Introduction
Everb is a business focussed HTML template for Consulting Services website. This is created with Bootstrap 5 and Sass. The template is for consulting business such as finance, financial consulting, consulting agency, consulting business, consulting firm, consulting services, technology consulting, management consulting, startup consulting, legal consulting, financial advisor, education consultant, immigration consulting, etc.
The template has RTL feature included so, using for Arabic and Hebrew language based website would be quicker and easier.
Also, this template has a working contact form, well commented, and easily customizable source code with detailed documentation. These features will help to make the template uses and customization based on the ultimate needs.
Template Features:
- Multipage Demos
- Easy to Customize
- HTML5 & CSS3
- Clean & Simple Design
- Fully Responsive Layout
- Crossbrowser Compatible with Firefox, Opera, Chrome
- W3 Valid
- Retina Ready
- Owl Carousel Slider
- FlatIcon Free icons
- Powered with Bootstrap (5.x)
- Build with Sass
- AJAX Contact Form Submission
- AJAX Subscriptions Form Submission
- Well Documented
Getting Started
The template folder everb and everb-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 following:
- assets/css — folder with css files.
- assets/font — folder with fonts files.
- assets/img — folder with image files.
- assets/js — folder with Javascript files.
- assets/php — folder with form-process.php files.
HTML Files:
Default Demo:
- Home Page One (index.html)
- Home Page Two (index-two.html)
- About Page (about.html)
- Service Page (service.html)
- Service Details (service-details.html)
- Portfolio One (portfolio.html)
- Portfolio Two (portfolio-two.html)
- Pricing Page (pricing.html)
- Blog Page One (blog.html)
- Blog Page Two (blog-two.html)
- Blog Page Three (blog-three.html)
- Blog Details Page (blog-details.html)
- Team Page (team.html)
- Team Page Two (team-two.html)
- 404 Page (404.html)
- FAQ Page (faq.html)
- Privacy Policy Page (privacy.html)
- Contact Page (contact.html)
RTL Demo:
- Home Page One (index.html)
- Home Page Two (index-two.html)
- About Page (about.html)
- Service Page (service.html)
- Service Details (service-details.html)
- Portfolio One (portfolio.html)
- Portfolio Two (portfolio-two.html)
- Pricing Page (pricing.html)
- Blog Page One (blog.html)
- Blog Page Two (blog-two.html)
- Blog Page Three (blog-three.html)
- Blog Details Page (blog-details.html)
- Team Page (team.html)
- Team Page Two (team-two.html)
- 404 Page (404.html)
- FAQ Page (faq.html)
- Privacy Policy Page (privacy.html)
- 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.
HEAD CSS Structure
Followings are the css files which loaded inside the Head Section:
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="assets/css/bootstrap.min.css">
<!-- Animate CSS -->
<link rel="stylesheet" href="assets/css/animate.css">
<!-- Flaticon CSS -->
<link rel="stylesheet" href="assets/font/flaticon.css">
<!-- Owl Carousel CSS -->
<link rel="stylesheet" href="assets/css/owl.carousel.min.css">
<!-- Owl Carousel Theme CSS -->
<link rel="stylesheet" href="assets/css/owl.theme.default.min.css">
<!-- Magnific Popup CSS -->
<link rel="stylesheet" href="assets/css/magnific-popup.css">
<!-- Meanmenu CSS -->
<link rel="stylesheet" href="assets/css/meanmenu.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 files which loaded inside the Head Section:
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="assets/css/bootstrap.rtl.min.css">
<!-- Animate CSS -->
<link rel="stylesheet" href="assets/css/animate.css">
<!-- Flaticon CSS -->
<link rel="stylesheet" href="assets/font/flaticon.css">
<!-- Owl Carousel CSS -->
<link rel="stylesheet" href="assets/css/owl.carousel.min.css">
<!-- Owl Carousel Theme CSS -->
<link rel="stylesheet" href="assets/css/owl.theme.default.min.css">
<!-- Magnific Popup CSS -->
<link rel="stylesheet" href="assets/css/magnific-popup.css">
<!-- Meanmenu CSS -->
<link rel="stylesheet" href="assets/css/meanmenu.css">
<!-- Style CSS -->
<link rel="stylesheet" href="assets/css/style.css">
<!-- RTL CSS -->
<link rel="stylesheet" href="assets/css/rtl.css">
<!-- Responsive CSS -->
<link rel="stylesheet" href="assets/css/responsive.css">
JavaScript Structure
Followings are the JS files which loaded before the end of HEAD or BODY Section:.
<!-- Jquery 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>
<!-- Subscribe From 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>
<!-- Owl Carousel Slider JS -->
<script src="assets/js/owl.carousel.min.js"></script>
<!-- Magnific Popup JS -->
<script src="assets/js/jquery.magnific-popup.min.js"></script>
<!-- Mixit Up JS -->
<script src="assets/js/jquery.mixitup.min.js"></script>
<!-- Meanmenu JS -->
<script src="assets/js/meanmenu.js"></script>
<!-- Custom JS -->
<script src="assets/js/custom.js"></script>
Do You Want Real Demo Images?
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 HiBootstrap Support System.
HTML Structure
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:
<!-- Feature Section Start -->
<section class="features-section pb-70">
<div class="container">
<div class="section-title text-center">
<span>Oue Feature</span>
<h2>Our Powerful Features</h2>
<p>This feature is essential for any mobile app, so make sure you have it! These types of notifications can directly alert your user.</p>
</div>
<div class="row">
<div class="col-lg-4 col-sm-6">
<div class="features-card feature-one">
<i class="flaticon-technical-support"></i>
<h3>24/7 Support</h3>
<p>When it comes after the noun, the adjective usually doesn't get a hyphen. So we say an easy to remember.</p>
</div>
</div>
<div class="col-lg-4 col-sm-6">
<div class="features-card feature-two">
<i class="flaticon-megaphone"></i>
<h3>Marketing</h3>
<p>When it comes after the noun, the adjective usually doesn't get a hyphen. So we say an easy to remember.</p>
</div>
</div>
<div class="col-lg-4 col-sm-6">
<div class="features-card feature-three">
<i class="flaticon-settings"></i>
<h3>Auto Customized</h3>
<p>When it comes after the noun, the adjective usually doesn't get a hyphen. So we say an easy to remember.</p>
</div>
</div>
<div class="col-lg-4 col-sm-6">
<div class="features-card feature-four">
<i class="flaticon-shield"></i>
<h3>Full Secured</h3>
<p>When it comes after the noun, the adjective usually doesn't get a hyphen. So we say an easy to remember.</p>
</div>
</div>
<div class="col-lg-4 col-sm-6">
<div class="features-card feature-five">
<i class="flaticon-back-in-time"></i>
<h3>Time Saving</h3>
<p>When it comes after the noun, the adjective usually doesn't get a hyphen. So we say an easy to remember.</p>
</div>
</div>
<div class="col-lg-4 col-sm-6">
<div class="features-card feature-six">
<i class="flaticon-newsletter"></i>
<h3>Email Marketing</h3>
<p>When it comes after the noun, the adjective usually doesn't get a hyphen. So we say an easy to remember.</p>
</div>
</div>
</div>
</div>
</section>
<!-- Feature Section End -->
Contact Form
The Contact form html code coming with jQuery form validation. Also, it's included a .php file(form-process.php) for AJAX baded email sending! HTML code example is similar to followings:
<form id="contactForm">
<div class="row">
<div class="col-md-12 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="Name">
<div class="help-block with-errors"></div>
</div>
</div>
<div class="col-md-12 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="Email">
<div class="help-block with-errors"></div>
</div>
</div>
<div class="col-md-12 col-sm-6">
<div class="form-group">
<input type="text" name="email" id="email" 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">
<textarea name="message" class="message-field" id="message" cols="30" rows="5" required data-error="Please type your message" placeholder="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 contact-btn">
Send Message
</button>
<div id="msgSubmit" class="h3 text-center hidden"></div>
<div class="clearfix"></div>
</div>
</div>
</form>
AJAX Contact Form Submission
File location: assets/php/form-process.php file
AJAX Subscriptions Form
https://mailchimp.com/help/add-a-signup-form-to-your-website/
Paste URL in the main.js File
Fonts used
By default, the template loads Montserrat, Poppins font from Google Web Font Services. The font can be changed based on the website needs.
Font code can be found in the "style.css" file:
@import url('https://fonts.googleapis.com/css?family=Montserrat&display=swap');
@import url('https://fonts.googleapis.com/css?family=Poppins&display=swap');
Credits
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/
https://pexels.com
Google Fonts:
Poppins
Montserrat
IconFont
Flaticon
24-Hour Turnaround Support:
Quick, Dedicated & Professional Support!
We only provide support through our ticketing system. Please submit your ticket by visiting the HiBootstrap 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!