Skip to content

Commit 957ea96

Browse files
committed
second chapter
1 parent 50c347e commit 957ea96

845 files changed

Lines changed: 237406 additions & 115 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.travis.yml

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
1+
sudo: false
12
language: node_js
23
node_js:
4+
- "6"
5+
- "5"
6+
- "4"
7+
- "0.12"
38
- "0.10"
4-
before_script:
5-
- "npm install -g grunt-cli"
6-
- "npm install -g bower"
7-
- "bower install"
8-
- "grunt"
9-
after_script:
10-
- "npm run buildrtl"
9+
matrix:
10+
fast_finish: true
11+
allow_failures:
12+
- node_js: "4"
13+
- node_js: "0.10"
14+
- node_js: "0.12"

.verb.md

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ This template currently is slighly outdated but withing few weeks we are going t
77
* {%= badge("travis") %}
88
* [![Dependency Status](https://david-dm.org/puikinsh/Bootstrap-Admin-Template.svg?theme=shields.io)](https://david-dm.org/puikinsh/Bootstrap-Admin-Template)
99
* [![devDependency Status](https://david-dm.org/puikinsh/Bootstrap-Admin-Template/dev-status.svg?theme=shields.io)](https://david-dm.org/puikinsh/Bootstrap-Admin-Template#info=devDependencies)
10-
* {%= badge("grunt") %}
1110

1211

1312
## TOC
@@ -23,35 +22,35 @@ This template currently is slighly outdated but withing few weeks we are going t
2322
* Bootstrap 2.3.2 [v1.2](https://github.com/puikinsh/Bootstrap-Admin-Template/archive/v1.2.zip)
2423
ready for use
2524

26-
* Bootstrap 3.3.0 [v{%= version %}](https://puikinsh.com/onokumus/Bootstrap-Admin-Template/archive/master.zip)
27-
ready `dist` folder your use
25+
* Bootstrap 3.3.7 [v{%= version %}](https://puikinsh.com/puikinsh/Bootstrap-Admin-Template/archive/master.zip)
26+
ready `public` folder your use
2827

2928

3029

3130
## Building
3231

3332
#### {%= version %} Version
34-
required [node.js](http://nodejs.org/) & [bower](http://bower.io/) & [grunt](http://gruntjs.com/getting-started)
33+
required [node.js](http://nodejs.org/) & [bower](http://bower.io/) & [gulp](http://gulpjs.com/)
3534

3635
```shell
3736
$ git clone https://github.com/puikinsh/Bootstrap-Admin-Template.git yourfoldername
3837
$ cd yourfoldername
3938
$ npm install
4039
$ bower install
4140
$ npm run build
42-
$ grunt serve
41+
$ gulp serve
4342
```
4443

4544
#### {%= version %} RTL Version
46-
required [node.js](http://nodejs.org/) & [bower](http://bower.io/) & [grunt](http://gruntjs.com/getting-started)
45+
required [node.js](http://nodejs.org/) & [bower](http://bower.io/) & [gulp](http://gulpjs.com/)
4746

4847
```shell
4948
$ git clone https://github.com/puikinsh/Bootstrap-Admin-Template.git yourfoldername
5049
$ cd yourfoldername
5150
$ npm install
5251
$ bower install
5352
$ npm run buildrtl
54-
$ grunt serve
53+
$ gulp serve
5554
```
5655

5756
#### 1.2 Version
@@ -72,12 +71,11 @@ required [node.js](http://nodejs.org/) & [bower](http://bower.io/) & [grunt](htt
7271
## Credits
7372
* [node.js](http://nodejs.org/)
7473
* [bower](http://bower.io/)
75-
* [Grunt](http://gruntjs.com/)
74+
* [gulp](http://gulpjs.com/)
7675
* [Assemble](http://assemble.io/)
7776
* [jQuery](http://jquery.com/)
7877
* [Bootstrap](http://getbootstrap.com/)
7978
* [LESS](http://lesscss.org/)
80-
* [Modernizr](http://modernizr.com/)
8179
* [Moment.js](http://momentjs.com/)
8280
* [SubtlePatterns](https://github.com/subtlepatterns/SubtlePatterns)
8381
* [FullCalendar](http://arshaw.com/fullcalendar/)

README.md

Lines changed: 21 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -1,60 +1,54 @@
1-
# Bootstrap-Admin-Template
1+
# bootstrap-admin-template
22

3-
Metis is a simple yet powerful free Bootstrap admin dashboard template that you can feel free to use for any app, SaaS, admin dashboard, user dashbboard, web app, service, software or anything else. Feel free to share and fork it.
3+
Metis is a simple yet powerful free Bootstrap admin dashboard template that you can feel free to use for any app, service, software or anything else. Feel free to share and fork it.
44

55
This template currently is slighly outdated but withing few weeks we are going to make a major overhaul making ot the best free admin template you have seen on Github or elsehwere on the web.
66

7-
* [![Build Status](https://travis-ci.org/puikinsh/Bootstrap-Admin-Template.svg)](https://travis-ci.org/puikinsh/Bootstrap-Admin-Template)
8-
+ [![Dependency Status](https://david-dm.org/puikinsh/Bootstrap-Admin-Template.svg?theme=shields.io)](https://david-dm.org/puikinsh/Bootstrap-Admin-Template)
9-
+ [![devDependency Status](https://david-dm.org/puikinsh/Bootstrap-Admin-Template/dev-status.svg?theme=shields.io)](https://david-dm.org/puikinsh/Bootstrap-Admin-Template#info=devDependencies)
10-
+ [![Built with Grunt](https://cdn.gruntjs.com/builtwith.png)](http://gruntjs.com/)
7+
* [![Build Status](https://img.shields.io/travis/Osman%20Nuri%20Okumus/bootstrap-admin-template.svg?style=flat)](https://travis-ci.org/Osman%20Nuri%20Okumus/bootstrap-admin-template)
8+
* [![Dependency Status](https://david-dm.org/puikinsh/Bootstrap-Admin-Template.svg?theme=shields.io)](https://david-dm.org/puikinsh/Bootstrap-Admin-Template)
9+
* [![devDependency Status](https://david-dm.org/puikinsh/Bootstrap-Admin-Template/dev-status.svg?theme=shields.io)](https://david-dm.org/puikinsh/Bootstrap-Admin-Template#info=devDependencies)
1110

1211
## TOC
1312

1413
* [Download](#download)
15-
* [Building](#building)
16-
* [Demo](#demo)
17-
* [Other](#other)
18-
* [Credits](#credits)
19-
* [Author](#author)
20-
* [License](#license)
14+
- [Building](#building)
15+
- [Demo](#demo)
16+
- [Release History](#release-history)
17+
- [Credits](#credits)
18+
- [Author](#author)
19+
- [License](#license)
2120

2221
## Download
2322

24-
*
25-
Bootstrap 2.3.2 [ v1.2](https://github.com/puikinsh/Bootstrap-Admin-Template/archive/v1.2.zip)
23+
* Bootstrap 2.3.2 [v1.2](https://github.com/puikinsh/Bootstrap-Admin-Template/archive/v1.2.zip)
2624
ready for use
27-
28-
+
29-
Bootstrap 3.3.0 [ v2.3.2](https://puikinsh.com/onokumus/Bootstrap-Admin-Template/archive/master.zip)
30-
ready `dist` folder your use
31-
32-
## Building
25+
* Bootstrap 3.3.7 [v2.3.2](https://puikinsh.com/puikinsh/Bootstrap-Admin-Template/archive/master.zip)
26+
ready `public` folder your use
3327

3428
#### 2.3.2 Version
3529

36-
required [node.js](http://nodejs.org/) & [bower](http://bower.io/) & [grunt](http://gruntjs.com/getting-started)
30+
required [node.js](http://nodejs.org/) & [bower](http://bower.io/) & [gulp](http://gulpjs.com/)
3731

3832
```shell
3933
$ git clone https://github.com/puikinsh/Bootstrap-Admin-Template.git yourfoldername
4034
$ cd yourfoldername
4135
$ npm install
4236
$ bower install
4337
$ npm run build
44-
$ grunt serve
38+
$ gulp serve
4539
```
4640

4741
#### 2.3.2 RTL Version
4842

49-
required [node.js](http://nodejs.org/) & [bower](http://bower.io/) & [grunt](http://gruntjs.com/getting-started)
43+
required [node.js](http://nodejs.org/) & [bower](http://bower.io/) & [gulp](http://gulpjs.com/)
5044

5145
```shell
5246
$ git clone https://github.com/puikinsh/Bootstrap-Admin-Template.git yourfoldername
5347
$ cd yourfoldername
5448
$ npm install
5549
$ bower install
5650
$ npm run buildrtl
57-
$ grunt serve
51+
$ gulp serve
5852
```
5953

6054
#### 1.2 Version
@@ -71,35 +65,16 @@ required [node.js](http://nodejs.org/) & [bower](http://bower.io/) & [grunt](htt
7165

7266
* [Demo v2.3.2](https://colorlib.com/polygon/metis/)
7367
* [RTL v2.3.2](https://colorlib.com/polygon/metis/rtl/)
74-
*
75-
76-
## Other templates and useful resources
77-
* [Free Admin Templates](https://colorlib.com/wp/free-bootstrap-admin-dashboard-templates/ "Free Bootstrap Admin Templates on Colorlib") - A comprehensive list of the best free Bootstrap admin dashboard templates. All templates are built based on Bootstrap frontend framework making them responsive and mobile friendly. Most of them can compete with premium admin templates.
78-
79-
* [Free Admin Dashboard Templates](https://colorlib.com/wp/free-html5-admin-dashboard-templates/ "List of free HTML based admin templates by Colorlib") - Versatile list of the best free HTML5/CSS3 powered admin templates. Templates are licensed under MIT license making them free for personal and commercial use. However, no support is provided with these templates.
80-
81-
* [AngularJS Templates](https://colorlib.com/wp/angularjs-admin-templates/ "Angular Admin Templates on Colorlib") - Comprehensive list of the most popular AngularJS admin templates. Most of these templates comes with both HTML and Angular version therefore they are not just strictly limited to Angular or some other platform.
82-
83-
* [Premium Admin Templates](https://colorlib.com/wp/html-admin-templates/ "Premium HTML Material Design Admin Templates on Colorlib") - Comprehensive list of premium admin templates designed uing Flat and Material design. Most of these templates comes with both AngularJS and HTML version making your universal tool.
84-
85-
* [Bootstrap Admin Templates](https://colorlib.com/wp/bootstrap-admin-templates/ "List of Premium Bootstrap Admin Templates by Colorlib") - List of Bootstrap admin dashboard templates that uses a minimal yet stunning Flat or Material design. Most of these templates comes as HTML and AngularJS version making them universal and easy to use for your upcoming SaaS, web application, user dashboard, admin dashboard, CRM, ERP, database, or any other data driven interface.
86-
87-
* [WordPress Admin Templates](https://colorlib.com/wp/wordpress-admin-dashboard-themes-plugins/ "List of WordPress Admin Dashboard Templates and Plugins by Colorlib") - List of stunning and customizable WordPress admin dashboard templates that will add a personal touch to your WordPress dashboard via template or plugin.
88-
89-
* [WordPress Themes](https://colorlib.com/wp/free-wordpress-themes/ "List of Free WordPress themes by Colorlib") - Most versatile list of free WordPress themes all licensed under GPL. These themes can be used, shared, tweaked, redistributed without restriction as long as you keep the original copyright/license information.
90-
91-
9268

9369
## Credits
9470

9571
* [node.js](http://nodejs.org/)
9672
* [bower](http://bower.io/)
97-
* [Grunt](http://gruntjs.com/)
73+
* [gulp](http://gulpjs.com/)
9874
* [Assemble](http://assemble.io/)
9975
* [jQuery](http://jquery.com/)
10076
* [Bootstrap](http://getbootstrap.com/)
10177
* [LESS](http://lesscss.org/)
102-
* [Modernizr](http://modernizr.com/)
10378
* [Moment.js](http://momentjs.com/)
10479
* [SubtlePatterns](https://github.com/subtlepatterns/SubtlePatterns)
10580
* [FullCalendar](http://arshaw.com/fullcalendar/)
@@ -136,7 +111,7 @@ required [node.js](http://nodejs.org/) & [bower](http://bower.io/) & [grunt](htt
136111
* [screenfull.js](https://github.com/sindresorhus/screenfull.js)
137112
* [metisMenu](https://github.com/onokumus/metisMenu)
138113

139-
## Author
114+
## About Authors
140115

141116
* [Colorlib](https://colorlib.com/) - Colorlib is the most popular source for free WordPress themes and HTML templates.
142117
* [Aigars Silkalns](https://twitter.com/AigarsSilkalns) - Aigars maintains this project and is also the idea author behind Colorlib and everythiwn you will find on that website.
@@ -149,4 +124,4 @@ Released under the MIT license. This free Bootstrap admin template is distribute
149124

150125
***
151126

152-
_This file was generated by [verb-cli](https://github.com/assemble/verb-cli) on March 05, 2016._
127+
_This file was generated by [verb](https://github.com/verbose/verb), v0.9.0, on July 31, 2016._

assemblefile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,6 @@ app.task('html', ['init'], function() {
4444
.pipe(browserSync.stream());
4545
});
4646

47-
app.task('default', ['html']);
47+
app.task('default', ['html', 'html:rtl']);
4848

4949
module.exports = app;

bower.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
{
22
"name": "bootstrap-admin-template",
33
"description": "Twitter Bootstrap Admin Template",
4-
"authors": [
5-
"puikinsh (http://github.com/puikinsh/)"
6-
],
4+
"authors": "puikinsh (http://github.com/puikinsh/)",
75
"homepage": "https://github.com/puikinsh/Bootstrap-Admin-Template",
86
"repository": {
97
"type": "git",
10-
"url": "git://github.com/puikinsh/Bootstrap-Admin-Template.git"
8+
"url": "git+https://github.com/puikinsh/Bootstrap-Admin-Template.git"
119
},
1210
"main": [
1311
"dist/core.js",

0 commit comments

Comments
 (0)