Kenny Admin is a WebApp template for admin dashboards and control panels. It is a responsive HTML template that is based on the CSS framework Bootstrap 3.3.6 It utilizes all of the Bootstrap components in its design and re-styles many commonly used plugins to create a consistent design that can be used as a user interface for backend applications. Kenny Admin is based on a modular design, which allows it to be easily customized and built upon. This documentation will guide you through installing the template and exploring the various components that are bundled with the template.
Use of these tools is completely optional.
npm install -g grunt-cli
and npm install grunt --save-dev
After installing all the required frameworks, components and dependencies, go to the root folder of and run the following commands from the command line:
If everything was installed correctly, you should see the jQuery version of Kenny running in http://localhost:9000/
Above all procedures are optional you can directly use the compiled file(dist/) which we provided you.
HTML ├── │ └── kenny/ │ └── dist │ └── Distribution pkg(Ready to Use) │ └── src │ └── Source pkg │ └── vendors │ └── bower_components │ └── All Required plugins files │ └── All Html Pages │ └── .bowerrc │ └── .bowerrc │ └── .jshintrc │ └── bower.json │ └── package.json └──
<body> <!-- Preloader --> <div class="preloader-it"> <div class="la-anim-1"></div> </div> !-- /Preloader --> <!-- Wrapper --> <div id="wrapper"> <!-- Top Menu Items --> <nav class="navbar navbar-inverse navbar-fixed-top"> ------ <!-- Left Sidebar Menu --> <div class="fixed-sidebar-left"> ------ <!-- Right Sidebar Menu --> <div class="fixed-sidebar-right"> ------ <!-- Main Content --> <div class="page-wrapper"> <!-- Title --> <div class="row heading-bg bg-blue"> ------ <!-- Breadcrumb --> <div class="col-lg-9 col-sm-8 col-md-8 col-xs-12"> ------ --content-- <!-- Footer --> <footer class="footer container-fluid pl-30 pr-30"> </body> </html>
please use below classes bg colors:
bg-green
bg-blue
bg-red
bg-pink
bg-yellow
main scss file in present in src folder.
File | Description |
---|---|
style.scss |
you can update main style using this scss file. |
_bourbon.scss |
for all styles of bourbon css. |
mixins.sess |
for all preset mixins. |
custom js file in present in dist/js folder.
File | Description |
---|---|
init.js |
all custom js required for kenny. |
**-data.scss |
all js with **-data are releted with individual pages. |
Note : Images are not included in downloaded version source.
If you have any questions that aren’t covered in this article, please mail us at contact@hencework.com