- After unzip the download pack, you'll found a Template Folder with all the files.
- You can view this Template in any browser, you can display or edit the Template without an internet connection.(May not wotrk fonts and google map).
- The only section that will not work is the Contact Section which contains PHP code and requires a server environment for send messages.
- Now go to your cpanel or open your FTP Client (like Filezilla) and upload the content of the Template on your server root.
- Once the files are done uploading go to www.yourdomainname.com/index.html
Edupath - Education, Course & Online Learning HTML Template
Edupath - Education, Course & Online Learning HTML Template
Firstly, a huge thanks for purchasing this Template, your support is truly appreciated!
This document covers the installation and use of this Template and
often reveals answers to common problems and issues - read this
document thoroughly if you are experiencing any difficulties. If
you have any questions that are beyond the scope of this document,
feel free to email at
themecorn.com
Thank you so much!
Template Features
- 2 Unique Homepage Version
- 15+ valid HTML5 Files
- Built on Bootstrap 5
- GSAP Animation
- Fully Responsive
- Valid HTML5 & CSS3 Files
- W3c validatations
- All Required Files Available
- Well Organized Files
- Unique, Clean and Modern Design
- Pixel Perfect Design
- SEO Friendly Code
- Blog Pages
- Smooth Scroll
- Cross Browser Compatibility
- Stickey Menu
- Multiple location google map
- Awesome Unique Look
- Unique effects and functionality
- Google font
- Quick, Dedicated and Professional Support
- Well Documented and More.
Edupath - Education, Course & Online Learning HTML Template
Installing Template.
Template Structure
All information within the main content area is nested within a body tag. The general template structure is pretty the same throughout the template. Here is the general structure of main page (index.html).
CSS Files and Structure
These are the css files that are loaded into templates in Head Section.
Google Web Fonts
By default, the template loads this font from Google Web Font Services, you can change the font with the one that suits you best.
@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap");
Remember to change the font into reset.css
Javascript Files and Structure
These are the list of Javascript files that are loaded into templates in end of the Body Section.
Contact Form
This is a PHP Script for sending messages to your email, you should replace name@youremail.com to your email to start receive messages.
if($_POST) { $to = "name@youremail.com"; // Your email here $subject = 'New Message'; // Subject message here }