Introduction
Plod - Technology & IT Startups 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
- Remixicon
- Powered with Bootstrap (5.x)
- Powered with jQuery (3.6.0)
- Build with Sass
- Smooth Animation
- AJAX Contact Form Submission
- AJAX Subscriptions Form Submission
- Well Documented
Getting Started
The template folder plod and plod-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:
Default Demo:- Home Page One (index.html)
- Home Page Two (index-2.html)
- Home Page Three (index-3.html)
- Home Page Four (index-4.html)
- Home Page Five (index-5.html)
- About Us (about-1.html)
- About Two (about-2.html)
- Features One (features-1.html)
- Features Two (features-2.html)
- Testimonials (testimonials.html)
- Team Member (team-member.html)
- Pricing Plan (pricing.html)
- Gallery (gallery.html)
- FAQ (faq.html)
- Profile Authentication (profile-authentication.html)
- Purchase Guide (purchase-guide.html)
- Membership Levels (membership-levels.html)
- Terms Of Service Page (terms-of-service.html)
- Privacy Policy Page (privacy-policy.html)
- Error Page (error-404.html)
- Coming Soon (coming-soon.html)
- Contact (contact.html)
- Events (events.html)
- Events Details (events-details.html)
- Courses Grid (courses-grid.html)
- Courses Right Sidebar (courses-right-sidebar.html)
- Courses Details (courses-details.html)
- Services One (services-1.html)
- Services Two (services-2.html)
- Services Three (services-3.html)
- Services Details (services-details.html)
- Case Study One (case-study-1.html)
- Case Study Two (case-study-2.html)
- Case Study Details (case-study-details.html)
- Blog Post (blog.html)
- Blog Right Sidebar (blog-right-sidebar.html)
- Blog Standard (blog-standard.html)
- Blog Details (blog-details.html)
- Products Grid (products-grid.html)
- Cart (cart.html)
- Checkout (checkout.html)
- Products Details (products-details.html)
- Home Page One (index.html)
- Home Page Two (index-2.html)
- Home Page Three (index-3.html)
- Home Page Four (index-4.html)
- Home Page Five (index-5.html)
- About Us (about-1.html)
- About Two (about-2.html)
- Features One (features-1.html)
- Features Two (features-2.html)
- Testimonials (testimonials.html)
- Team Member (team-member.html)
- Pricing Plan (pricing.html)
- Gallery (gallery.html)
- FAQ (faq.html)
- Profile Authentication (profile-authentication.html)
- Purchase Guide (purchase-guide.html)
- Membership Levels (membership-levels.html)
- Terms Of Service Page (terms-of-service.html)
- Privacy Policy Page (privacy-policy.html)
- Error Page (error-404.html)
- Coming Soon (coming-soon.html)
- Contact (contact.html)
- Events (events.html)
- Events Details (events-details.html)
- Courses Grid (courses-grid.html)
- Courses Right Sidebar (courses-right-sidebar.html)
- Courses Details (courses-details.html)
- Services One (services-1.html)
- Services Two (services-2.html)
- Services Three (services-3.html)
- Services Details (services-details.html)
- Case Study One (case-study-1.html)
- Case Study Two (case-study-2.html)
- Case Study Details (case-study-details.html)
- Blog Post (blog.html)
- Blog Right Sidebar (blog-right-sidebar.html)
- Blog Standard (blog-standard.html)
- Blog Details (blog-details.html)
- Products Grid (products-grid.html)
- Cart (cart.html)
- Checkout (checkout.html)
- Products Details (products-details.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 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">
<!-- Remixicon CSS -->
<link rel="stylesheet" href="assets/css/remixicon.css">
<!-- Odometer CSS -->
<link rel="stylesheet" href="assets/css/odometer.min.css">
<!-- Nice Select CSS -->
<link rel="stylesheet" href="assets/css/nice-select.min.css">
<!-- Carousel CSS -->
<link rel="stylesheet" href="assets/css/owl.carousel.min.css">
<!-- Carousel Default CSS -->
<link rel="stylesheet" href="assets/css/owl.theme.default.min.css">
<!-- Magnific Popup CSS -->
<link rel="stylesheet" href="assets/css/magnific-popup.min.css">
<!-- Fancybox CSS -->
<link rel="stylesheet" href="assets/css/fancybox.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 rtl files which loaded inside the Head Section:
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="assets/css/bootstrap.rtl.min.css">
<!-- Animate CSS -->
<link rel="stylesheet" href="assets/css/animate.min.css">
<!-- Meanmenu CSS -->
<link rel="stylesheet" href="assets/css/meanmenu.css">
<!-- Remixicon CSS -->
<link rel="stylesheet" href="assets/css/remixicon.css">
<!-- Odometer CSS -->
<link rel="stylesheet" href="assets/css/odometer.min.css">
<!-- Nice Select CSS -->
<link rel="stylesheet" href="assets/css/nice-select.min.css">
<!-- Carousel CSS -->
<link rel="stylesheet" href="assets/css/owl.carousel.min.css">
<!-- Carousel Default CSS -->
<link rel="stylesheet" href="assets/css/owl.theme.default.min.css">
<!-- Magnific Popup CSS -->
<link rel="stylesheet" href="assets/css/magnific-popup.min.css">
<!-- Fancybox CSS -->
<link rel="stylesheet" href="assets/css/fancybox.min.css">
<!-- Style 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 Slim JS -->
<script src="assets/js/jquery.min.js"></script>
<!-- Bootstrap Bundle JS -->
<script src="assets/js/bootstrap.bundle.min.js"></script>
<!-- Meanmenu JS -->
<script src="assets/js/jquery.meanmenu.js"></script>
<!-- Owl Carousel JS -->
<script src="assets/js/owl.carousel.min.js"></script>
<!-- Jquery Appear JS -->
<script src="assets/js/jquery.appear.js"></script>
<!-- Odometer JS -->
<script src="assets/js/odometer.min.js"></script>
<!-- Nice Select JS -->
<script src="assets/js/nice-select.min.js"></script>
<!-- Magnific Popup JS -->
<script src="assets/js/jquery.magnific-popup.min.js"></script>
<!-- Fancybox JS -->
<script src="assets/js/fancybox.min.js"></script>
<!-- TweenMax JS -->
<script src="assets/js/TweenMax.min.js"></script>
<!-- Scrollbar JS -->
<script src="assets/js/scrollbar.min.js"></script>
<!-- Horizontal Scrollbar JS -->
<script src="assets/js/horizontal-scrollbar.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>
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 EnvyTheme 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:
<!-- Start Features Area -->
<div class="features-area pt-100 pb-70">
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-4 col-md-6">
<div class="single-features">
<img src="assets/images/features/features-1.png" alt="image">
<h3>Strategic Planning</h3>
<p>Best Strategic planning dolor sit amet, consectetur adipiscing elit. Scelerisque amet odio velit, eu, auctor. Aliquet nam elit nulla eget sodales dui pulvinar.</p>
<div class="features-btn">
<a href="#" class="default-btn">Read More <i class="ri-arrow-right-line"></i><span></span></a>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6">
<div class="single-features">
<img src="assets/images/features/features-2.png" alt="image">
<h3>Research & Development</h3>
<p>Plod is totally desigital techonology based creative agency ipsum dolor sit amet, consectetur adipiscing elit. Scelerisque amet odio velit, eu, auctor. Aliquet nam elit nulla eget sodales dui pulvinar</p>
<div class="features-btn">
<a href="#" class="default-btn">Read More <i class="ri-arrow-right-line"></i><span></span></a>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6">
<div class="single-features">
<img src="assets/images/features/features-3.png" alt="image">
<h3>Design & Implimentation</h3>
<p>Best Strategic planning dolor sit amet, consectetur adipiscing elit. Scelerisque amet odio velit, eu, auctor. Aliquet nam elit nulla eget sodales dui pulvinar.</p>
<div class="features-btn">
<a href="#" class="default-btn">Read More <i class="ri-arrow-right-line"></i><span></span></a>
</div>
</div>
</div>
</div>
</div>
<div class="features-shape-1" data-speed="0.08" data-revert="true">
<img src="assets/images/features/shape-1.png" alt="image">
</div>
<div class="features-shape-2" data-speed="0.08" data-revert="true">
<img src="assets/images/features/shape-2.png" alt="image">
</div>
<div class="features-shape-3">
<img src="assets/images/features/shape-3.png" alt="image">
</div>
<div class="features-shape-4">
<img src="assets/images/features/shape-4.png" alt="image">
</div>
</div>
<!-- End Features 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-md-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-lg-6 col-md-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-lg-6 col-md-6">
<div class="form-group">
<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">
<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">
<textarea name="message" class="form-control" id="message" cols="30" rows="5" required data-error="Write 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">Send Message <i class="ri-arrow-right-line"></i><span></span></button>
<div id="msgSubmit" class="h3 text-center hidden"></div>
<div class="clearfix"></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 Inter 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=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');
$font-family: 'Inter', sans-serif;
Note: After SCSS file run then it will be work
Main Color Change Option
File path: assets/css/style.scss
$main-color: #0064FB; (All Primary Color)
$paragraph-color: #494A60; (All Paragraph Color)
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
// Partner Slides
$('.partner-slides').owlCarousel({
loop: true,
nav: false,
dots: false,
smartSpeed: 500,
margin: 30,
autoplayHoverPause: true,
autoplay: true,
responsive: {
0: {
items: 1
},
576: {
items: 2
},
768: {
items: 3
},
1200: {
items: 5
}
}
});
More Info please browser the link: Owl Carousel Docs Options
How to edit/off Preloader
Please remove or comment the below code file path: assets/js/main.js
// Preloader
$(window).on('load', function() {
$('.preloader-area').fadeOut();
});
Also, please remove or comment the below code all HTML files
<!-- Start Preloader Area -->
<div class="preloader-area">
<div class="spinner">
<div class="inner">
<div class="disc"></div>
<div class="disc"></div>
<div class="disc"></div>
</div>
</div>
</div>
<!-- End Preloader Area -->
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 Remixicon
You won't able to add new Remixicon except existing but you can if you want to add from scratch but existing will not work and it's the feature of Remixicon. Remixicon.com
How to Add a Google Map to The Website?
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.
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/
Google Fonts:
Inter
IconFont
Remixicon
24-Hour Turnaround Support:
Quick, Dedicated & Professional Support!
We only provide support through our ticketing system. Please submit your ticket by visiting the EnvyTheme 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!