Introduction
Avelo is a responsive modern HTML template created for Avelo Security website. The template is built on Bootstrap, HTML, Sass, and CSS. Avelo Avelo - Private Jet Charters HTML Template meticulously crafted for Avelo Security Services and IT Management. Setting the standard for excellence, it leverages Bootstrap 5 to deliver a cutting-edge experience. Tailored specifically for Avelo security websites, Avelo Avelo Security incorporates essential elements such as a Testimonial showcase and Services, making it the ideal choice for modern web and security agencies.
Also, this template has a working contact form, well-commented, and easily customizable source code with detailed documentation. These features will help make the template use and customization based on the ultimate needs.
Template Features:
- Multipage Demos
- Easy to Customize
- HTML5 & CSS3
- Clean & Simple Design
- Fully Responsive Layout
- W3 Valid
- Retina Ready
- Smooth Animation
- Owl Carousel
- RTL Support
- RemixIcon Free icons
- Built on Bootstrap (v5.x)
- Built on jQuery (v3.7.1)
- Built with Sass
- Well Documented
- Crossbrowser Compatible with Edge, IE11+, Firefox, Opera, Chrome
- Clean & Professional Code
- Developer Friendly
Getting Started
The template folder Avelo 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:
- assets/css — folder with CSS files.
- assets/fonts — folder with fonts files.
- assets/images — folder with image files.
- assets/js — folder with Javascript files.
Upload the template files to the server with the help of one of the FTP-clients like FileZilla.
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:
<!-- Link of CSS files -->
<link rel="stylesheet" href="assets/css/bootstrap.min.css">
<link rel="stylesheet" href="assets/fonts/regular/style.css">
<link rel="stylesheet" href="assets/fonts/fill/style.css">
<link rel="stylesheet" href="assets/fonts/bold/style.css">
<link rel="stylesheet" href="assets/css/meanmenu.min.css">
<link rel="stylesheet" href="assets/css/scrollCue.css" >
<link rel="stylesheet" href="assets/css/owl.carousel.min.css">
<link rel="stylesheet" href="assets/css/owl.theme.default.min.css">
<link rel="stylesheet" href="assets/css/style.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:.
<!-- Link of JS files -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/bootstrap.bundle.min.js"></script>
<script src="assets/js/meanmenu.min.js"></script>
<script src="assets/js/owl.carousel.min.js"></script>
<script src="assets/js/scrollCue.min.js"></script>
<script src="assets/js/main.js"></script>
Do You Want Real Demo Images?
Due to the Envato Policy, we are unable to include demo images inside the download bundle so for demo images please send an email to support@bestwpdeveloper.com.
HTML Structure
The Avelo 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 Request Quote Area -->
<div class="request-quote-area bg-image ptb-100">
<div class="container">
<div class="request-quote-content text-center mx-auto" data-cue="slideInUp">
<h2 class="mx-auto">
We Fly You To Over 20.000 Destinations World Wide
</h2>
<p>
Avelo Airline proudly raises the bar and exceeds the standard for luxury and corporate private jet charter services. We pride ourselves on offering a professional and personalised service.
</p>
<a href="blog-details.html" class="default-btn">
Request Quote
<i class="ph ph-arrow-right"></i>
</a>
</div>
</div>
</div>
<!-- End Request Quote Area -->
Responsive Breakpoints
The Avelo is a responsive template and is based on the Bootstrap Framework. For more information you can check the Bootstrap CSS.
/* Max width 767px */
@media only screen and (max-width : 767px) {
}
/* Min width 576px to Max width 767px */
@media only screen and (min-width : 576px) and (max-width : 767px) {
}
/* Min width 768px to Max width 991px */
@media only screen and (min-width : 768px) and (max-width : 991px) {
}
/* Min width 992px to Max width 1199px */
@media only screen and (min-width : 992px) and (max-width : 1199px) {
}
/* Min width 1200px to Max width 1399px */
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
}
/* Min width 1400px to Max width 1599px */
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
}
/* Min width 1600px */
@media only screen and (min-width: 1600px) {
}
Fonts Used
By default, the template loads Lexend 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=Lexend:wght@300;400;500;600;700&display=swap');
:root {
--fontFamily: 'Lexend', sans-serif;
--headingFontFamily: 'Lexend', sans-serif;
}
Note: After SCSS file run then it will be work
Main Color Change Option
File path: assets/css/style.scss
:root {
--mainColor: #10b981;
--optionalColor: #ff621f;
--bodyColor: #555555;
--whiteColor: #ffffff;
--blackColor: #111827;
}
Note: After SCSS file run then it will be work
How to Run SCSS File
Please open the file Visual Studio Code Editor.
And following the video tutorial.
Here the Link: https://www.youtube.com/watch?v=0MWmv1Gvv5w
Owl Carousel Edit Option
File path: assets/js/main.js
// Feedback Slides
$('.feedback-slides').owlCarousel({
nav: true,
loop: true,
margin: 25,
dots: false,
autoplay: false,
autoplayHoverPause: true,
navText: [
"",
"",
],
responsive: {
0: {
items: 1
},
576: {
items: 1
},
768: {
items: 2
},
992: {
items: 2
},
1200: {
items: 2
}
}
});
More Info please browser the link: Owl Carousel Docs Options
How to Hide Scroll Animation
Please remove or comment the below code file path: assets/js/main.js
// ScrollCue
scrollCue.init();
More Info please browser the link: ScrollCue
Speed Optimization
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/..
Please minify all JS file path: assets/js/..
How to Change Image?
Please go to the image file 'path: assets/images/...' replace the image which one you want following placeholder image size & name
How to Add New Updates of Existing Template
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.
Credits
Note: All images are used for preview purpose only and not included in the final purchase files.
Images from:
https://freepik.com/
https://pixabay.com/
https://unsplash.com/
Google Fonts:
Lexend
IconFont
Phosphor Icon
Support
24-Hour Turnaround Support:
- Quick, Dedicated & Professional Support!
- We only provide support through mail. Please submit your query to themeocean91@gmail.com
- 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!