Corlate - Documentation
Main File Structure
All the file are well organized, its so easy to work with the template.
1. Unzip the files.
2. Open "Corlate-HTML" folder.
3.You will find the all html file (Ex: index.html / **.html) on the root that will be edited.
Also you will see 5 directories, css, js, fonts and img directories. In the css folder Content you will find main.css and other styling files the all the other files expect the htmls. Js folder contain only the jquery library. Fonts folder contain essetial font files for fonts.
main-path/
└── css/
├── ***.css
└── main.css
├── fonts
├── img
└── js/
├── ***.js
└── active.js
|
├── ***.html
└── index.html
HTML Markup Structure
The base structure was organized by bootstrap 3.3.7 row, col-** class
CSS Files
All CSS files included in Head
JavaScript Files
Jquery included in head & all javascript files included in footer