|
1 | 1 | # ModularAdmin: Free Dashboard Theme <br/> HTML version |
2 | 2 |
|
3 | | -> [ModularAdmin](http://modularcode.github.io/modular-admin-html/) is an open source dashboard theme |
4 | | -> built in modular way. That makes it awesomely easy to scale, modify and maintain. |
5 | | -
|
6 | | -> This is the HTML version, which is great for enhancing and integrating it into other platforms and environments. |
7 | | -> AngularJS, Angular2, React and Meteor versions are coming soon. |
8 | | -
|
9 | 3 | <a href="http://modularcode.github.io/modular-admin-html/" target="_blank"> |
10 | 4 |  |
11 | 5 | </a> |
|
15 | 9 | <a href="http://modularcode.github.io/modular-admin-html/" target="_blank">View Demo</a> | <a href="https://github.com/modularcode/modular-admin-html/archive/master.zip" target="_blank">Download ZIP</a> |
16 | 10 | </strong> |
17 | 11 | </p> |
| 12 | +[ModularAdmin](http://modularcode.github.io/modular-admin-html/) is an open source dashboard theme |
| 13 | +built in modular way. That makes it awesomely easy to scale, modify and maintain. |
| 14 | +### Main features |
| 15 | + |
| 16 | +### Other versions |
| 17 | + |
| 18 | +This is the HTML version, which is great for enhancing and integrating it into other platforms and environments. |
| 19 | +AngularJS, Angular2, React and Meteor versions are coming soon. |
18 | 20 |
|
19 | 21 | ### Table of contents |
20 | 22 |
|
@@ -142,7 +144,7 @@ In this folder are located files related to our application building. That can b |
142 | 144 |
|
143 | 145 | ``` |
144 | 146 |
|
145 | | -#### ```public/``` folder |
| 147 | +#### ```dist/``` folder |
146 | 148 |
|
147 | 149 | Compiled state of our app with processed styles, templates, scripts and assets. |
148 | 150 |
|
@@ -171,11 +173,11 @@ There are also different theme variations located in ```src/_themes/``` folder, |
171 | 173 |
|
172 | 174 | #### Scripts (*.js) |
173 | 175 |
|
174 | | -#### Layouts (*-layout.hbs) |
| 176 | +#### Templates (*.hbs) |
175 | 177 |
|
176 | 178 | #### Pages (*-page.hbs) |
177 | 179 |
|
178 | | -#### Templates (*.hbs) |
| 180 | +#### Layouts (*-layout.hbs) |
179 | 181 |
|
180 | 182 | #### Contexts (_context.js) |
181 | 183 |
|
|
0 commit comments