Indexpage
Hidden
Index
Indexpage1
Follow the steps below to get started with your Site Template:
- Unzip the downloaded zip file
themeforest-xxxxx.zipfolder - Open folder named
main-file - Here you will find
assetsfolders of all files - You will need to Upload these files to your Web Server using FTP in order to use it on your Website.
- Make sure you upload the required files/folders listed below:
css- Extra Stylesheets Folder plus Main Stylesheet Fileimages- Images Folderjquery- Javacripts Foldervideo- Videos Folder.htmlextension files - main page template File
- You will need to Upload these files to your Web Server using FTP in order to use it on your Website and give the paths of files in
.htmlextension files. - You're now good to go..! Start adding your Content and show off your Brand New Beautiful Website in style.
OnBoarding Page Structure
Guruji follows a simple coding structure. here is the sample:
<!DOCTYPE html>
<html lang="zxx" dir="ltr">
<!-- All your metas will be here -->
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<head>
<!-- Your Stylesheets, Title -->
...
</head>
<body>
<!-- Page Wrapper Start -->
<div class="site_content">
<!-- The Preloader Before Site Load -->
<div class="loader-mask">
....
</div>
<!-- Onboarding Screen Start -->
<div id="carouselExampleIndicators" class="carousel slide onboarding-slider" data-bs-ride="carousel">
...
</div>
</div>
<!-- Page Wrapper End -->
<!-- Your All Scripts will be here ->
...
</body>
</html>
Let's You Screen Page Structure
Guruji follows a simple coding structure. here is the sample:
<!DOCTYPE html>
<html lang="zxx" dir="ltr">
<!-- All your metas will be here -->
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<head>
<!-- Your Stylesheets, Title -->
...
</head>
<body>
<!-- Page Wrapper Start -->
<div class="site_content">
<!-- The Preloader Before Site Load -->
<div class="loader-mask">
....
</div>
<!-- Header Start -->
<header id="let-you-screen">
...
</header>
<!--All Content Section-->
<section id="let-you-screen-content">
...
</section>
<!--Footer section start-->
<footer id="let-you-footer">
...
</footer>
</div>
<!-- Page Wrapper End -->
<!-- Your All Scripts will be here ->
...
</body>
</html>
Sign In Screen,Sign Up Screen Page Structure
Guruji follows a simple coding structure. here is the sample:
<!DOCTYPE html>
<html lang="zxx" dir="ltr">
<!-- All your metas will be here -->
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<head>
<!-- Your Stylesheets, Title -->
...
</head>
<body>
<!-- Page Wrapper Start -->
<div class="site_content">
<!-- The Preloader Before Site Load -->
<div class="loader-mask">
....
</div>
<!-- Header Start -->
<header id="top-header">
...
</header>
<!--All Content Section-->
<section id="">
...
</section>
<!--Footer section start-->
<footer id="let-you-footer">
...
</footer>
</div>
<!-- Page Wrapper End -->
<!-- Your All Scripts will be here ->
...
</body>
</html>
Forget Password Screen, Reset Password Screen, Verify Screen ,Notification Allow Screen ,Preferred Language Screen,Search No Result Found Screen Page Structure
Guruji follows a simple coding structure. here is the sample:
<!DOCTYPE html>
<html lang="zxx" dir="ltr">
<!-- All your metas will be here -->
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<head>
<!-- Your Stylesheets, Title -->
...
</head>
<body>
<!-- Page Wrapper Start -->
<div class="site_content">
<!-- The Preloader Before Site Load -->
<div class="loader-mask">
....
</div>
<!-- Header Start -->
<header id="top-header">
...
</header>
<!--All Content Section-->
<section id="">
...
</section>
</div>
<!-- Page Wrapper End -->
<!-- Your All Scripts will be here ->
...
</body>
</html>
Category Screen ,Filter Screen,Single Mentor Screen,Reviews Screen,Checkout Screen,Apply Coupon Screen,Payment Method Screen,Payment Successful Screen,Payment Not Successful Screen Page Structure
Guruji follows a simple coding structure. here is the sample:
<!DOCTYPE html>
<html lang="zxx" dir="ltr">
<!-- All your metas will be here -->
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<head>
<!-- Your Stylesheets, Title -->
...
</head>
<body>
<!-- Page Wrapper Start -->
<div class="site_content">
<!-- The Preloader Before Site Load -->
<div class="loader-mask">
....
</div>
<!-- Header Start -->
<header id="top-header">
...
</header>
<!--All Content Section-->
<section id="">
...
</section>
</div>
<!-- Page Wrapper End -->
<!-- Your All Scripts will be here ->
...
</body>
</html>
Notification Screen ,Single Courses Ongoing Screen ,Single Courses Complete Lessons Screen,Complete Course Rating Screen,Profile Edit Screen,Wallet Screen Page Structure
Guruji follows a simple coding structure. here is the sample:
<!DOCTYPE html>
<html lang="zxx" dir="ltr">
<!-- All your metas will be here -->
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<head>
<!-- Your Stylesheets, Title -->
...
</head>
<body>
<!-- Page Wrapper Start -->
<div class="site_content">
<!-- The Preloader Before Site Load -->
<div class="loader-mask">
....
</div>
<!-- Header Start -->
<header id="top-header">
...
</header>
<!--All Content Section-->
<section id="">
...
</section>
</div>
<!-- Page Wrapper End -->
<!-- Your All Scripts will be here ->
...
</body>
</html>
Setting Screen, Notification Option,Language Screen,Currency Screen,About Us Screen, Privacy Policy Screen,Privacy Policy Screen,Faqs,Send Feedback Screen Page Structure
Guruji follows a simple coding structure. here is the sample:
<!DOCTYPE html>
<html lang="zxx" dir="ltr">
<!-- All your metas will be here -->
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<head>
<!-- Your Stylesheets, Title -->
...
</head>
<body>
<!-- Page Wrapper Start -->
<div class="site_content">
<!-- The Preloader Before Site Load -->
<div class="loader-mask">
....
</div>
<!-- Header Start -->
<header id="top-header">
...
</header>
<!--All Content Section-->
<section id="">
...
</section>
</div>
<!-- Page Wrapper End -->
<!-- Your All Scripts will be here ->
...
</body>
</html>
Primary Goal Screen,Spend Learning Screen, Choose Interests Screen, Select Courses Screen, Trending Courses Screen, New Release Courses Screen,Mentors Screen Page Structure
Guruji follows a simple coding structure. here is the sample:
<!DOCTYPE html>
<html lang="zxx" dir="ltr">
<!-- All your metas will be here -->
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<head>
<!-- Your Stylesheets, Title -->
...
</head>
<body>
<!-- Page Wrapper Start -->
<div class="site_content">
<!-- The Preloader Before Site Load -->
<div class="loader-mask">
....
</div>
<!-- Header Start -->
<header id="top-navbar" class="top-navbar">
...
</header>
<!--All Content Section-->
<section id="">
...
</section>
</div>
<!-- Page Wrapper End -->
<!-- Your All Scripts will be here ->
...
</body>
</html>
Check Your Mail Screen Page Structure
Guruji follows a simple coding structure. here is the sample:
<!DOCTYPE html>
<html lang="zxx" dir="ltr">
<!-- All your metas will be here -->
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<head>
<!-- Your Stylesheets, Title -->
...
</head>
<body>
<!-- Page Wrapper Start -->
<div class="site_content">
<!-- The Preloader Before Site Load -->
<div class="loader-mask">
....
</div>
<!--All Content Section-->
<section id="check-mail-screen">
...
</section>
<!--Footer section start-->
<footer id="checkmail-footer">
...
</footer>
</div>
<!-- Page Wrapper End -->
<!-- Your All Scripts will be here ->
...
</body>
</html>
HomeScreen,Bookmark Screen,My Courses Ongoing Screen,Single Chat Screen,Profile Screen Page Structure
Guruji follows a simple coding structure. here is the sample:
<!DOCTYPE html>
<html lang="zxx" dir="ltr">
<!-- All your metas will be here -->
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<head>
<!-- Your Stylesheets, Title -->
...
</head>
<body>
<!-- Page Wrapper Start -->
<div class="site_content">
<!-- The Preloader Before Site Load -->
<div class="loader-mask">
....
</div>
<!-- Header Start-->
<header id="top-navbar" class="top-navbar">
...
</header>
<!--All Content Section-->
<section id="">
...
</section>
<!--Tabbar Start-->
<div id="bottom-navigation">
...
</div>
<!-- SideBar setting menu start-->
<div class="menu-sidebar details">
...
</div>
</div>
<!-- Page Wrapper End -->
<!-- Your All Scripts will be here ->
...
</body>
</html>
Search Screen ,Search Result Found Screen Page Structure
Guruji follows a simple coding structure. here is the sample:
<!DOCTYPE html>
<html lang="zxx" dir="ltr">
<!-- All your metas will be here -->
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<head>
<!-- Your Stylesheets, Title -->
...
</head>
<body>
<!-- Page Wrapper Start -->
<div class="site_content">
<!-- The Preloader Before Site Load -->
<div class="loader-mask">
....
</div>
<!-- Header Start-->
<header id="top-header">
...
</header>
<!--All Content Section-->
<section id="">
...
</section>
<!--Filter modal start-->
<div class="modal search-modal" id="filterModal">
...
</div>
</div>
<!-- Page Wrapper End -->
<!-- Your All Scripts will be here ->
...
</body>
</html>
Single Course Description Screen Page Structure
Guruji follows a simple coding structure. here is the sample:
<!DOCTYPE html>
<html lang="zxx" dir="ltr">
<!-- All your metas will be here -->
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<head>
<!-- Your Stylesheets, Title -->
...
</head>
<body>
<!-- Page Wrapper Start -->
<div class="site_content">
<!-- The Preloader Before Site Load -->
<div class="loader-mask">
....
</div>
<!--All Content Section-->
<section id="single-description-screen">
...
</section>
<!--Video modal start-->
<div class="modal" id="review-video-modal">
...
</div>
</div>
<!-- Page Wrapper End -->
<!-- Your All Scripts will be here ->
...
</body>
</html>
The Logo Container can be found in the - onboarding-screen.htmlfile
<div class="logo-img-sec"><img src="assets/images/logo/logo.png" alt="logo"></div>
Favicon
You can add a Favicon to your Website using the following code just bottom to the Stylesheet files links:
<link rel="icon" href="assets/images/favicon/icon.png" >
Change your Fonts from Google Fonts Library directly if you plan to use a Google Font. You can find the Linking to the Font Files in the head tag
<link href="https://fonts.googleapis.com/css2?family=League+Spartan:wght@100;200;300;400;500;600;700;800;900&display=swap" rel="stylesheet" rel="stylesheet"><link href="https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap" rel="stylesheet">
A Fast & Optimized Website has several factors which needs to be implemented in order to achieve the desired results. There are several Optimization Techniques available which will definitely affect your Website's Performance in a Positive Way & we want to share a few of them with you:
-
Image Compression & Optimization
We tend to use Lots of Images on our Websites but we often do not make efforts to Compress & Optimize them. Remember, the Larger the Image, the more time it takes to download and therefore this slows your website loading times affecting User Experience. Your customer will leave your website if it does not load within 3-5 Seconds which adversely affects your Sales. Therefore, it is important to Resize, Optimize & Compress your Images before using it on your Website. Here are some Tips which might come handy in optimizing images:
-
Resize your Images: Resize your Images before using it on your Website. Do not just Download an Image & place it as it is in your Website's
<img>Tag without resizing it. The size/resolution of the Image matters since it is not recommended to use an Image size of1200pxx800pxin a Content Size of300pxx200pxas this is unnecessary. Resize it to300pxx200px - Image Formats: There are three common file types that are used for web images which are JPEG, GIF, & PNG. For images with a Flat Background use JPEG images, for images with a Transparent background use PNG images and for images with Animations use GIF images.
-
Compressing Images: Images Compression is important as it considerably reduces the size without losing the quality. There are several FREE Image Optimization Tools available to Download.
For MAC use ImageOptim
For Windows use Riot for compressing JPEG Images & PNG Gauntlet for PNG Images.
-
Resize your Images: Resize your Images before using it on your Website. Do not just Download an Image & place it as it is in your Website's
-
CSS & jQuery Minifications
It is also recommended that you Combine & Minify all your CSS Files to a single CSS File & all Javascript Files to a single JS File since Minification reduces the size of the File and Combining the files helps in reducing the number of HTTP requests made to the server. This is also an Important Factor in increasing the speed of your website. There are several tools available online to Minify your CSS & JS Files. Our recommendations are:
For CSS use CSS Minifier and For Javascript use Javascript Minifier. -
Fast Web Hosting Servers
A lot depends on your Web Hosting Servers, so it is recommended that you choose a Hosting Company/Server that provides a Reliable & a Fast Hosting Service. You can check out some recommended Hosting Services here: http://themeforest.net/get_hosting.