Documentation version 1.0
First of all, Thank you so much for purchasing this template and for being my
loyal customer.
You are awesome!
You are entitled to get free lifetime updates to this product + exceptional
support from the author directly.
This documentation is to help you regarding each step of customization. Please go through the documentation carefully to understand how this template is made and how to edit this properly. Basic HTML and CSS knowledge is required to customize this template. You may learn basics here, here and here.
You will need the following sofwares to customize this template.
Be careful while editing the template. If not edited properly, the
design layout may break completely.
No support is provided for faulty customization.
This is the simple static HTML template so no need any headech to install it.
Just simple steps to follow:
main (demo folder) + assets (folder) = Enjoy your demo.
Ameen- Cryptocurrency Dashboard with Landing Page
Dashboard
//////////////////////////////
// Header Fixed
//////////////////////////////
$(".header-fix .header")
.stick_in_parent({}),
$(".toggle-nav")
.click(function () {
$("body")
.toggleClass("sidebar-show"), $(".toggle-nav i")
.toggleClass("mdi mdi-menu"),
$(".toggle-nav i")
.addClass("mdi mdi-close");
});
//////////////////////////////
// Active Nav
//////////////////////////////
$(function () {
for (var k = window.location, o = $("ul#sidebar-menu a")
.filter(function () {
return this.href == k;
})
.addClass("active")
.parent()
.addClass("active");;) {
if (!o.is("li")) break;
o = o.parent()
.addClass("in")
.parent()
.addClass("active");
}
});
//////////////////////////////
// Search Box
//////////////////////////////
$(".search-box a, .search-box .app-search .srh-btn")
.on("click", function () {
$(".app-search")
.slideToggle(200);
});
//////////////////////////////
// Mini Sidebar
//////////////////////////////
var k = function () {
(window.innerWidth > 0 ? window.innerWidth : this.screen.width) < 1170 ? ($("body")
.addClass("sidebar-mini"),
$(".navbar-brand span")
.hide(), $(".scroll-sidebar, .slimScroll")
.css("overflow-x", "visible")
.parent()
.css("overflow", "visible"),
$(".sidebartoggle i")
.addClass("ti-menu")) : ($("body")
.removeClass("sidebar-mini"),
$(".navbar-brand span")
.show());
var k = (window.innerHeight > 0 ? window.innerHeight : this.screen.height) - 1;
(k -= 70) < 1 && (k = 1), k > 70 && $(".page-wrapper")
.css("min-height", k + "px");
};
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300i,400,600,700,800');
@import url(../icons/font-awesome/css/font-awesome.min.css);
@import url(../icons/simple-line-icons/css/simple-line-icons.css);
@import url(../icons/weather-icons/css/weather-icons.min.css);
@import url(../icons/linea-icons/linea.css);
@import url(../icons/cryptocoins/css/cryptocoins.css);
@import url(../icons/cryptocoins/css/cryptocoins-colors.css);
@import url(../icons/themify-icons/themify-icons.css);
@import url(../icons/flag-icon-css/flag-icon.min.css);
@import url(../icons/material-design-iconic-font/css/materialdesignicons.min.css);
We have provided many layout options you can choose whatever you like
For Example| Fix header | Simply Put class
.fix-header to body tag |
| Fix Sidebar | Simply Put class
.fix-sidebar to body tag |
| Boxed Layout | Simply Put class
.boxed to body tag |
See how aspects of the Bootstrap grid system work across multiple devices with a handy table. check the official website grid page
| Extra small
<576px |
Small
≥576px |
Medium
≥768px |
Large
≥992px |
Extra large
≥1200px |
|
|---|---|---|---|---|---|
| Grid behavior | Horizontal at all times | Collapsed to start, horizontal above breakpoints | |||
| Max container width | None (auto) | 540px | 720px | 960px | 1140px |
| Class prefix |
.col-
|
.col-sm-
|
.col-md-
|
.col-lg-
|
.col-xl-
|
| # of columns | 12 | ||||
| Gutter width | 30px (15px on each side of a column) | ||||
| Nestable | Yes | ||||
| Offsets | Yes | ||||
| Column ordering | Yes | ||||
Grid classes apply to devices with screen widths greater than or equal to the breakpoint
sizes, and override grid classes targeted at smaller devices. Therefore, applying any
.col-md- class to an element will not only affect its styling on medium devices but also on large
devices if a
.col-lg- class is not present.
.col-md-* grid classes, you can create a default grid system that starts out stacked on mobile
devices and tablet devices (the extra small to small range) before becoming horizontal
on desktop (medium) devices. Place grid columns in any
.row..col-xs-*
.col-md-* to your columns. See the example below for a better idea of how it all works..col-sm-* classes..clearfix and our responsive utility classes..offset-md--* classes. These classes increase the left margin of a column by
* columns. For example,
.offset-md-4 moves
.col-md-4 over four columns.
BTC vs LTC vs NEO vs DASH vs ETH vs XRP
Below is the table of icon fonts used in this template.
| Icon Name | Example |
|---|---|
| Font-awesome |
<i class="fa fa-icon-name"></i>
|
| Material Icons |
<i class="mdi mdi-icon-name"></i>
|
| Simple Line Icons |
<i class="icon-name_of_icon"></i>
|
| Themify Icons |
<i class="ti-icon-name"></i>
|
| Weather Icons |
<i class="wi wi-icon-name"></i>
|
| Flag Icons |
<i class="flag-icon flsg-icon-country-name"></i>
|
| Crypto Icons |
<i class="cc NEO"></i>
|
Below is the table of pages which includes charts and where you can find the script related to it.
| Page | Where to find it's JS |
|---|---|
index.html (dashboard1) |
dist/js/pages/dashboard1.js
|
index2.html (dashboard2) |
dist/js/pages/dashboard2.js
|
Form Structure
Table Structure
| # | First Name | Last Name | Username | Role |
|---|---|---|---|---|
| 1 | Deshmukh | Prohaska | @Genelia | admin |
| 2 | Deshmukh | Gaylord | @Ritesh | member |
| 3 | Sanghani | Gusikowski | @Govinda | developer |
| 4 | Roshan | Rogahn | @Hritik | supporter |
| 5 | Joshi | Hickle | @Maruti | member |
| 6 | Nigam | Eichmann | @Sonu | supporter |
| File | Description |
|---|---|
custom.js, custom.min.js |
This is a main function js file. it contain sidebar and other basic js |
sidebarmenu.js |
This file contains sidebarnavigation js |