Thank you for purchasing our template. If you have any questions that are beyond the scope of this help file, please feel free to contact us via email support@magikcommerce.com . Thank you very much!
Amaze HTML is Html5 + CSS3 Website template and works fine in all major browsers and IE from version 9. It's powered by jQuery. Also. The code is clearly written and you will find comments for each considerable parts.
Lets take a closer look at the structure of Html, Css, JavaScript
When you unpack downloaded archive from ThemeForest.net you'll get folder containing 3 folders.
Here they are, sorted alphabetically:
Body part of the Html file is divided in three main sections and each of these sections is further divided into smaller parts:
Content divided on pages:
...
Based on Bootstrap, a sleek, intuitive, and powerful front-end framework.
Bootstrap makes use of certain HTML elements and CSS properties that require the use of the HTML5 doctype. Include it at the beginning of all your projects.
<!DOCTYPE html> <html lang="en"> ... </html>
The default Bootstrap grid system utilizes 12 columns.
For a simple two column layout, create a .row
and add the appropriate number of .col-lg-*
columns. As this is a 12-column grid, each .col-lg-*
spans a number of those 12 columns, and should always add up to 12 for each row (or the number of columns in the parent).
<div class="row"> <div class="col-lg-4">...</div> <div class="col-lg-8">...</div> </div>
Given this example, we have .col-lg-4 and .col-lg-8, making for 12 total columns and a complete row.
Move columns to the right using .col-lg-push-*
classes. Each class increases the left margin of a column by a whole column. For example, .col-lg-push-2
moves .col-lg-2
over two columns.
<div class="row"> <div class="col-lg-4">...</div> <div class="col-lg-4 col-lg-push-2">...</div> </div>
All css files located at css folder.
css/style.css - Theme main CSS file.
All JS files located at js folder.
js/common.js - Theme main JS file.
I've used the following images, icons or other files as listed.
Once again, thank you for purchasing this Theme. As mentioned at the beginning of this documentation, we would be glad to help you if you have any questions related to this Theme.
If you are satisfied with "Amaze HTML - site template" please go to your downloads section on ThemeForest.net and rate Amaze HTML with 5 stars.
Hope that you will enjoy in Amaze HTML as much as I've enjoyed designing this template.