Introduction
Lanklub - Education HTML Template
Template Features:
- Multipage Demos
- Easy to Customize
- HTML5 & CSS3
- Clean & Simple Design
- Fully Responsive Layout
- W3 Valid
- Retina Ready
- Smooth Animation
- Owl Carousel
- FontAwesome 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 lanklub 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:
<!-- Links of CSS files -->
<link rel="stylesheet" href="assets/css/bootstrap.min.css">
<link rel="stylesheet" href="assets/css/magnific-popup.min.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/meanmenu.min.css">
<link rel="stylesheet" href="assets/css/scrollCue.css">
<link rel="stylesheet" href="assets/css/all.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:.
<!-- Links of JS files -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/bootstrap.bundle.min.js"></script>
<script src="assets/js/magnific-popup.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 us a email in alhikmahsoftware@gmail.com.
HTML Structure
The Lanklub 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 Video Area -->
<div class="video-area">
<div class="container">
<div class="video-box">
<img src="assets/img/video/video-bg1.jpg" alt="video-bg1">
<a href="https://www.youtube.com/watch?v=PWvPbGWVRrU" class="video-btn popup-video"><i class="ri-play-line"></i></a>
<div class="shape">
<img class="shape1" src="assets/img/shape/shape1.png" alt="shape1">
<img class="shape2" src="assets/img/shape/shape2.png" alt="shape2">
</div>
</div>
</div>
</div>
<!-- End Video Area -->
Responsive Breakpoints
The Lanklub 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 1600px */
@media only screen and (min-width: 1600px) {
}
Fonts Used
By default, the template loads Poppins & Unbounded 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=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Unbounded:wght@200..900&display=swap');
:root {
--fontFamily: "Poppins", sans-serif;
--headingFontFamily: "Unbounded", sans-serif;
}
Note: After SCSS file run then it will be work
Main Color Change Option
File path: assets/css/style.scss
:root {
--primaryColor: #A7FF37;
--secondaryColor: #586CEC;
--paragraphColor: #555555;
--whiteColor: #ffffff;
--blackColor: #000000;
}
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/custom.js
// Upcoming Courses Slides
$('.upcoming-courses-slides').owlCarousel({
nav: true,
loop: true,
margin: 25,
dots: false,
autoplay: true,
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 Docs
Speed Optimization
Please optimize all images KB, MB also, use the image size following by placeholder file path: assets/images/..
- 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 a Google Maps 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://freepik.com/
https://pixabay.com/
https://unsplash.com/
Google Fonts:
Poppins
Unbounded
IconFont
FontAwesome
Support
24-Hour Turnaround Support:
- Quick, Dedicated & Professional Support!
- 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!
Email: alhikmahsoftware@gmail.com