Introduction
Paso IT Solutions & Digital Services 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
- FlatIcons And BoxIcons Free Icons
- Powered With Bootstrap (v5.x)
- Powered With jQuery (v3.x)
- Build With Sass
- Smooth Animation
- AJAX Contact Form Submission
- AJAX Subscriptions Form Submission
- Well Documented
Getting Started
The template folder paso And paso-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 the following:
- assets/css — folder with CSS files.
- assets/fonts — folder with fonts files.
- assets/img — folder with image files.
- assets/js — folder with Javascript files.
- 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:
- Home Page One (index.html)
- Home Page Two (home-2.html)
- Home Page Three (home-3.html)
- About Page (about.html)
- Solutions Page (solutions.html)
- Solutions Details Page (solutions-details.html)
- Case Studies Page (case.html)
- Case Details Page (case-details.html)
- Blog Page (blog.html)
- Blog Details Page (blog-details.html)
- Team Page (team.html)
- Pricing Page (pricing.html)
- Gallery Page (gallery.html)
- Testimonials Page (testimonials.html)
- Sign Up Page (sign-up.html)
- Sign In Page (sign-in.html)
- FAQ Page (faq.html)
- Terms & Condition Page (terms-condition.html)
- Privacy Page (privacy.html)
- Contact Page (contact.html)
- Error 404 Page (404.html)
Demo RTL:
- Home Page One (index.html)
- Home Page Two (home-2.html)
- Home Page Three (home-3.html)
- About Page (about.html)
- Solutions Page (solutions.html)
- Solutions Details Page (solutions-details.html)
- Case Studies Page (case.html)
- Case Details Page (case-details.html)
- Blog Page (blog.html)
- Blog Details Page (blog-details.html)
- Team Page (team.html)
- Pricing Page (pricing.html)
- Gallery Page (gallery.html)
- Testimonials Page (testimonials.html)
- Sign Up Page (sign-up.html)
- Sign In Page (sign-in.html)
- FAQ Page (faq.html)
- Terms & Condition Page (terms-condition.html)
- Privacy Page (privacy.html)
- Contact Page (contact.html)
- Error 404 Page (404.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:
<!-- Bootstrap Min CSS -->
<link rel="stylesheet" href="assets/css/bootstrap.min.css">
<!-- MeanMenu Min CSS -->
<link rel="stylesheet" href="assets/css/meanmenu.min.css"/>
<!-- Boxicon Min CSS -->
<link rel="stylesheet" href="assets/css/boxicons.min.css"/>
<!-- Flaticon CSS -->
<link rel="stylesheet" href="assets/css/flaticon.css"/>
<!-- Magnific Min CSS -->
<link rel="stylesheet" href="assets/css/magnific-popup.min.css"/>
<!-- Animate Min CSS -->
<link rel="stylesheet" href="assets/css/animate.min.css"/>
<!-- Owl Carousel Min CSS -->
<link rel="stylesheet" href="assets/css/owl.carousel.min.css"/>
<!-- Main CSS -->
<link rel="stylesheet" href="assets/css/style.css"/>
<!-- Responsive CSS -->
<link rel="stylesheet" href="assets/css/responsive.css"/>
HEAD CSS Structure
Followings are the rtl css files which loaded inside the Head Section:
<!-- Bootstrap Rtl Min CSS -->
<link rel="stylesheet" href="assets/css/bootstrap.rtl.min.css">
<!-- MeanMenu Min CSS -->
<link rel="stylesheet" href="assets/css/meanmenu.min.css"/>
<!-- Boxicon Min CSS -->
<link rel="stylesheet" href="assets/css/boxicons.min.css"/>
<!-- Flaticon CSS -->
<link rel="stylesheet" href="assets/css/flaticon.css"/>
<!-- Magnific Min CSS -->
<link rel="stylesheet" href="assets/css/magnific-popup.min.css"/>
<!-- Animate Min CSS -->
<link rel="stylesheet" href="assets/css/animate.min.css"/>
<!-- Owl Carousel Min CSS -->
<link rel="stylesheet" href="assets/css/owl.carousel.min.css"/>
<!-- Main CSS -->
<link rel="stylesheet" href="assets/css/style.css"/>
<!-- Responsive CSS -->
<link rel="stylesheet" href="assets/css/responsive.css"/>
<!-- Rtl CSS -->
<link rel="stylesheet" href="assets/css/rtl.css">
Javascript Structure
Followings are the JS files which loaded before the end of HEAD or BODY Section:.
<!-- jQuery Min JS -->
<script src="assets/js/jquery.min.js"></script>
<!-- Bootstrap Bundle Min JS -->
<script src="assets/js/bootstrap.bundle.min.js"></script>
<!-- MeanMenu Min JS -->
<script src="assets/js/meanmenu.min.js"></script>
<!-- Magnific Popup Min JS -->
<script src="assets/js/magnific-popup.min.js"></script>
<!-- Owl carasol Min Js -->
<script src="assets/js/owl.carousel.min.js"></script>
<!-- Wow Min js -->
<script src="assets/js/wow.min.js"></script>
<!-- Isotope MinJs -->
<script src="assets/js/isotope.pkgd.min.js"></script>
<!-- Form Ajaxchimp Min JS -->
<script src="assets/js/ajaxchimp.min.js"></script>
<!-- Form Validator Js -->
<script src="assets/js/form-validator.min.js"></script>
<!-- Contact Form Min Js -->
<script src="assets/js/contact-form-script.js"></script>
<!-- Main js -->
<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 download bundle so for demo images please send us an email to hello@hibootstrap.com
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 Area -->
<section class="feature-area bg-color ptb-100">
<div class="container">
<div class="row align-items-center">
<div class="col-lg-6">
<div class="contnet">
<div class="feature-tittle">
<span>Features</span>
<h2>We Have Also Some Features That Provided by Paso</h2>
<p>Lorem ipsum dolor, sit amet consectetur adipisicing elit. Incidunt consectetur, beatae quod eaque reprehenderit non ab quibusdam doloribus voluptatibus! Voluptatum aspernatur quasi id dolore doloremque quo vero</p>
</div>
<ul>
<li>
<i class="flaticon-correct"></i>
Freelancing Traning Course
</li>
<li>
<i class="flaticon-correct"></i>
Technological Consultation
</li>
<li>
<i class="flaticon-correct"></i>
Monthly Paid Workspace
</li>
<li>
<i class="flaticon-correct"></i>
IT Learning Institute
</li>
<li>
<i class="flaticon-correct"></i>
Digital Marketing
</li>
</ul>
<a href="" class="box-btn">Lets Talk!</a>
</div>
</div>
<div class="col-lg-6">
<div class="feature-img">
<img src="assets/images/feature-img.png" alt="feature" />
</div>
</div>
</div>
</div>
</section>
<!-- End Feature Area -->
Contact Form Strong
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:
<form id="contactForm">
<div class="row">
<div class="col-lg-6 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="Your Name">
<div class="help-block with-errors"></div>
</div>
</div>
<div class="col-lg-6 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="Your Email">
<div class="help-block with-errors"></div>
</div>
</div>
<div class="col-lg-6 col-sm-6">
<div class="form-group">
<input type="text" name="number" id="msg_subject" class="form-control" required data-error="Please enter phone number" placeholder="Phone Number">
<div class="help-block with-errors"></div>
</div>
</div>
<div class="col-lg-6 col-sm-6">
<div class="form-group">
<input type="text" name="msg_subject" id="msg_subject" class="form-control" required data-error="Please enter 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="form-control" id="message" cols="30" rows="5" required data-error="Write your message" placeholder="Your 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 btn-two">
<span class="label">Send Message</span>
<i class='bx bx-plus'></i>
</button>
<div id="msgSubmit" class="h3 text-center hidden"></div>
<div class="clearfix"></div>
</div>
</div>
</div>
</form>
AJAX Contact Form
File location: assets/php/form-process.php file
AJAX Subscriptions Form
https://mailchimp.com/help/add-a-signup-form-to-your-website/
Paste URL on main.js File
Fonts Used
By default, the template loads Open Sans And Catamaran 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=Catamaran:wght@100;200;300;400;500;600;700;800;900&display=swap");
$body-font-family: "Open Sans", sans-serif;
$heading-font-family: "Catamaran", sans-serif;
Note: After SCSS file run then it will be work
Main Color Change Option
File path: assets/css/style.scss
$main-color: #1d42d9;
$body-color: #7a7e9a;
$heading-color: #293a5c;
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
// Banner Image Slides
$('.banner-image-slider').owlCarousel({
loop: true,
nav: true,
dots: false,
autoplayHoverPause: true,
autoplay: true,
autoplayTimeout: 2500,
autoHeight: true,
items: 1,
animateOut: 'fadeOut',
margin: 0,
navText: [
"",
""
],
});
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/wow.js
// WOW JS
if($('.wow').length){
var wow = new WOW({
mobile: false
});
wow.init();
}
How to edit/off Preloader
Please remove or comment the below code file path: assets/js/main.js
// Preloader
$(window).ready(function() {
$(".loader-content").fadeOut(1200);
});
Also, please remove or comment the below code all HTML files
<!-- PreLoader Start -->
<div class="loader-content">
<div class="d-table">
<div class="d-table-cell">
<div class="sk-folding-cube">
<div class="sk-cube1 sk-cube"></div>
<div class="sk-cube2 sk-cube"></div>
<div class="sk-cube4 sk-cube"></div>
<div class="sk-cube3 sk-cube"></div>
</div>
</div>
</div>
</div>
<!-- PreLoader End -->
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/img/...' replace the image which one you want following placeholder image size & name
How to Edit Especially For Flaticon
You won't able to add new flaticon except existing but you can if you want to add from scratch but existing will not work and it's the feature of flaticon. Flaticon.com
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://www.freepik.com/
https://pixabay.com/
https://unsplash.com/
Support
If you have any questions, please use our profile contact form on Envato ( https://themeforest.net/user/hibootstrap ).
or send details query to support email hello@hibootstrap.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!