Thank you for purchasing Jetly - Private Jet Charters 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!
For a simple two column layout, create a .container and add the appropriate number of .col-md* columns.
Given this example, we have .col-md-4 and .col-md-8, making for 12 total columns and a complete row.
- <div class="container">
- <div class="col-md-4">...</div>
- <div class="col-md-8">...</div>
- </div>
-
<div class="container">
<div class="col-md-4">...</div>
<div class="col-md-8">...</div>
</div>
To nest your content with the default grid, add a new .container and set of .col-md* columns within an existing .col-md* column. Nested rows should include a set of columns that add up to the number of columns of its parent.
- <div class="container">
- <div class="col-md-9">
- Level 1 column
- <div class="row">
- <div class="col-md-8">Level 2</div>
- <div class="col-md-4">Level 2</div>
- </div>
- </div>
-
- <div class="col-md-3">
- Level 2 column
- </div>
- </div>
<div class="container">
<div class="col-md-9">
Level 1 column
<div class="row">
<div class="col-md-8">Level 2</div>
<div class="col-md-4">Level 2</div>
</div>
</div>
<div class="col-md-3">
Level 2 column
</div>
</div>
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.
These are the css files that are loaded into templates in top of head of html file labled as link css.
- <link rel="stylesheet" href="assets/vendors/bootstrap/css/bootstrap.min.css" />
- <link rel="stylesheet" href="assets/vendors/animate/animate.min.css" />
- <link rel="stylesheet" href="assets/vendors/animate/custom-animate.css" />
- <link rel="stylesheet" href="assets/vendors/fontawesome/css/all.min.css" />
- <link rel="stylesheet" href="assets/vendors/jarallax/jarallax.css" />
- <link rel="stylesheet" href="assets/vendors/jquery-magnific-popup/jquery.magnific-popup.css" />
- <link rel="stylesheet" href="assets/vendors/nouislider/nouislider.min.css" />
- <link rel="stylesheet" href="assets/vendors/nouislider/nouislider.pips.css" />
- <link rel="stylesheet" href="assets/vendors/odometer/odometer.min.css" />
- <link rel="stylesheet" href="assets/vendors/swiper/swiper.min.css" />
- <link rel="stylesheet" href="assets/vendors/ambed-icons/style.css">
- <link rel="stylesheet" href="assets/vendors/tiny-slider/tiny-slider.min.css" />
- <link rel="stylesheet" href="assets/vendors/reey-font/stylesheet.css" />
- <link rel="stylesheet" href="assets/vendors/owl-carousel/owl.carousel.min.css" />
- <link rel="stylesheet" href="assets/vendors/owl-carousel/owl.theme.default.min.css" />
- <link rel="stylesheet" href="assets/vendors/bxslider/jquery.bxslider.css" />
- <link rel="stylesheet" href="assets/vendors/bootstrap-select/css/bootstrap-select.min.css" />
- <link rel="stylesheet" href="assets/vendors/vegas/vegas.min.css" />
- <link rel="stylesheet" href="assets/vendors/jquery-ui/jquery-ui.css" />
- <link rel="stylesheet" href="assets/vendors/timepicker/timePicker.css" />
-
- <!-- template styles -->
- <link rel="stylesheet" href="assets/css/ambed.css" />
- <link rel="stylesheet" href="assets/css/ambed-responsive.css" />
-
<link rel="stylesheet" href="assets/vendors/bootstrap/css/bootstrap.min.css" />
<link rel="stylesheet" href="assets/vendors/animate/animate.min.css" />
<link rel="stylesheet" href="assets/vendors/animate/custom-animate.css" />
<link rel="stylesheet" href="assets/vendors/fontawesome/css/all.min.css" />
<link rel="stylesheet" href="assets/vendors/jarallax/jarallax.css" />
<link rel="stylesheet" href="assets/vendors/jquery-magnific-popup/jquery.magnific-popup.css" />
<link rel="stylesheet" href="assets/vendors/nouislider/nouislider.min.css" />
<link rel="stylesheet" href="assets/vendors/nouislider/nouislider.pips.css" />
<link rel="stylesheet" href="assets/vendors/odometer/odometer.min.css" />
<link rel="stylesheet" href="assets/vendors/swiper/swiper.min.css" />
<link rel="stylesheet" href="assets/vendors/ambed-icons/style.css">
<link rel="stylesheet" href="assets/vendors/tiny-slider/tiny-slider.min.css" />
<link rel="stylesheet" href="assets/vendors/reey-font/stylesheet.css" />
<link rel="stylesheet" href="assets/vendors/owl-carousel/owl.carousel.min.css" />
<link rel="stylesheet" href="assets/vendors/owl-carousel/owl.theme.default.min.css" />
<link rel="stylesheet" href="assets/vendors/bxslider/jquery.bxslider.css" />
<link rel="stylesheet" href="assets/vendors/bootstrap-select/css/bootstrap-select.min.css" />
<link rel="stylesheet" href="assets/vendors/vegas/vegas.min.css" />
<link rel="stylesheet" href="assets/vendors/jquery-ui/jquery-ui.css" />
<link rel="stylesheet" href="assets/vendors/timepicker/timePicker.css" />
<!-- template styles -->
<link rel="stylesheet" href="assets/css/ambed.css" />
<link rel="stylesheet" href="assets/css/ambed-responsive.css" />
By default, the template loads this font from Google Web Font Services, you can change the font with the one that suits you best.
- <link href="https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap" rel="stylesheet">
-
<link href="https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap" rel="stylesheet">
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
These are the JS files that are loaded into templates in end of the Body Section.
- <script src="assets/vendors/jquery/jquery-3.6.0.min.js"></script>
- <script src="assets/vendors/bootstrap/js/bootstrap.bundle.min.js"></script>
- <script src="assets/vendors/jarallax/jarallax.min.js"></script>
- <script src="assets/vendors/jquery-ajaxchimp/jquery.ajaxchimp.min.js"></script>
- <script src="assets/vendors/jquery-appear/jquery.appear.min.js"></script>
- <script src="assets/vendors/jquery-circle-progress/jquery.circle-progress.min.js"></script>
- <script src="assets/vendors/jquery-magnific-popup/jquery.magnific-popup.min.js"></script>
- <script src="assets/vendors/jquery-validate/jquery.validate.min.js"></script>
- <script src="assets/vendors/nouislider/nouislider.min.js"></script>
- <script src="assets/vendors/odometer/odometer.min.js"></script>
- <script src="assets/vendors/swiper/swiper.min.js"></script>
- <script src="assets/vendors/tiny-slider/tiny-slider.min.js"></script>
- <script src="assets/vendors/wnumb/wNumb.min.js"></script>
- <script src="assets/vendors/wow/wow.js"></script>
- <script src="assets/vendors/isotope/isotope.js"></script>
- <script src="assets/vendors/countdown/countdown.min.js"></script>
- <script src="assets/vendors/owl-carousel/owl.carousel.min.js"></script>
- <script src="assets/vendors/bxslider/jquery.bxslider.min.js"></script>
- <script src="assets/vendors/bootstrap-select/js/bootstrap-select.min.js"></script>
- <script src="assets/vendors/vegas/vegas.min.js"></script>
- <script src="assets/vendors/jquery-ui/jquery-ui.js"></script>
- <script src="assets/vendors/timepicker/timePicker.js"></script>
- <script src="assets/vendors/circleType/jquery.circleType.js"></script>
- <script src="assets/vendors/circleType/jquery.lettering.min.js"></script>
- <!-- template js -->
- <script src="assets/js/ambed.js"></script>
-
<script src="assets/vendors/jquery/jquery-3.6.0.min.js"></script>
<script src="assets/vendors/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="assets/vendors/jarallax/jarallax.min.js"></script>
<script src="assets/vendors/jquery-ajaxchimp/jquery.ajaxchimp.min.js"></script>
<script src="assets/vendors/jquery-appear/jquery.appear.min.js"></script>
<script src="assets/vendors/jquery-circle-progress/jquery.circle-progress.min.js"></script>
<script src="assets/vendors/jquery-magnific-popup/jquery.magnific-popup.min.js"></script>
<script src="assets/vendors/jquery-validate/jquery.validate.min.js"></script>
<script src="assets/vendors/nouislider/nouislider.min.js"></script>
<script src="assets/vendors/odometer/odometer.min.js"></script>
<script src="assets/vendors/swiper/swiper.min.js"></script>
<script src="assets/vendors/tiny-slider/tiny-slider.min.js"></script>
<script src="assets/vendors/wnumb/wNumb.min.js"></script>
<script src="assets/vendors/wow/wow.js"></script>
<script src="assets/vendors/isotope/isotope.js"></script>
<script src="assets/vendors/countdown/countdown.min.js"></script>
<script src="assets/vendors/owl-carousel/owl.carousel.min.js"></script>
<script src="assets/vendors/bxslider/jquery.bxslider.min.js"></script>
<script src="assets/vendors/bootstrap-select/js/bootstrap-select.min.js"></script>
<script src="assets/vendors/vegas/vegas.min.js"></script>
<script src="assets/vendors/jquery-ui/jquery-ui.js"></script>
<script src="assets/vendors/timepicker/timePicker.js"></script>
<script src="assets/vendors/circleType/jquery.circleType.js"></script>
<script src="assets/vendors/circleType/jquery.lettering.min.js"></script>
<!-- template js -->
<script src="assets/js/ambed.js"></script>
You have to add mailchimp popup form URL. You can find mailchimp dashboard
Now You have to fill up the credentials to your project sendemail.php Can be located at assets/inc/sendemail.php
Now Add your gmail email address and password (App Password Which Generated Before) to SMTP_EMAIL & SMTP_PASSWORD see screenshot below.
Then Update the RECIPIENT_EMAIL and RECIPIENT_NAME Where you will get that email You can give same gmail or other email here to get your user emails.
Also There is some recommended info you should update to match the site information like HOST_NAME, HOST_EMAIL
Lets start updating the template. Open index.html file and follow the steps.
Most of the updates are same for all pages. So will explain once here.
- <a class="navbar-brand" href="index.html">
- <img src="img/logo.png" alt="Awesome Image"/>
- </a>
-
<a class="navbar-brand" href="index.html">
<img src="img/logo.png" alt="Awesome Image"/>
</a>
Replace "images/logo.png" with your logo image url source or website name .
This is the basic structure.
- <!-- Collect the nav links, forms, and other content for toggling -->
- <div class="collapse navbar-collapse main-navigation" id="main-nav-bar">
- <ul class="nav navbar-nav navigation-box">
- <li>
- <a href="index.html">Home</a>
- <ul class="sub-menu">
- <li><a href="index.html">Home One</a></li>
- <li><a href="index2.html">Home Two</a></li>
- <li><a href="index3.html">Home Three</a></li>
- <li><a href="index4.html">Home Four</a></li>
- <li><a href="index5.html">Home Five</a></li>
- </ul><!-- /.sub-menu -->
- </li>
- <li>
- <a href="about.html">About Us</a>
- <ul class="sub-menu">
- <li><a href="company-overview.html">Company Overview</a></li>
- <li><a href="company-history.html">Company History</a></li>
- <li><a href="partners.html">Our Partners</a></li>
- </ul><!-- /.sub-menu -->
- </li>
- <li>
- <a href="...">....</a>
- <ul class="sub-menu">
- <li><a href="....">...</a></li>
- <li><a href="....">...</a></li>
- </ul><!-- /.sub-menu -->
- </li>
- </ul>
- </div><!-- /.navbar-collapse -->
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse main-navigation" id="main-nav-bar">
<ul class="nav navbar-nav navigation-box">
<li>
<a href="index.html">Home</a>
<ul class="sub-menu">
<li><a href="index.html">Home One</a></li>
<li><a href="index2.html">Home Two</a></li>
<li><a href="index3.html">Home Three</a></li>
<li><a href="index4.html">Home Four</a></li>
<li><a href="index5.html">Home Five</a></li>
</ul><!-- /.sub-menu -->
</li>
<li>
<a href="about.html">About Us</a>
<ul class="sub-menu">
<li><a href="company-overview.html">Company Overview</a></li>
<li><a href="company-history.html">Company History</a></li>
<li><a href="partners.html">Our Partners</a></li>
</ul><!-- /.sub-menu -->
</li>
<li>
<a href="...">....</a>
<ul class="sub-menu">
<li><a href="....">...</a></li>
<li><a href="....">...</a></li>
</ul><!-- /.sub-menu -->
</li>
</ul>
</div><!-- /.navbar-collapse -->
Add your own menu item to that ul li item. and if you want to add dropdown menu just make a nesting ul li with class of sub-menu
- <section class="footer-bottom text-center">
- <div class="thm-container">
- <p>© Copyright Jetly 2022 . All right reserved.</p>
- </div><!-- /.thm-container -->
- </section><!-- /.footer-bottom -->
-
-
<section class="footer-bottom text-center">
<div class="thm-container">
<p>© Copyright Jetly 2022 . All right reserved.</p>
</div><!-- /.thm-container -->
</section><!-- /.footer-bottom -->
replace "© Copyright Jetly 2022 . All right reserved." with the copyright info.
Fonts Used are :
File Used For Animation Effects :
hover.css (in css Folder)
animate.css (in css Folder)
Sliders Used Are :
Plugins Used Are :
Magnific Popup (can be located in js folder)
jQuery Validation (can be located in js folder)
jQuery Circle Pogress (can be located in js folder)
Bootstrap Select (can be located in js folder)
isotope (can be located in js folder)
Gmap.js (can be located in js folder)
FontAwesome Icons (can be located in plugins folder)
Icofont Icons (can be located in plugins folder)
Every Code is properly commented for Editing Ease.Contact Us at : ashik.mdashikurrahman@gmail.com