Skip to content

Commit ba3941d

Browse files
committed
fixed urls
1 parent 3ad4aae commit ba3941d

3 files changed

Lines changed: 110 additions & 100 deletions

File tree

.verb.md

Lines changed: 24 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
11
# {%= name %}
2+
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.
4+
5+
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.
6+
27
* {%= badge("travis") %}
3-
* [![Dependency Status](https://david-dm.org/onokumus/Bootstrap-Admin-Template.svg?theme=shields.io)](https://david-dm.org/onokumus/Bootstrap-Admin-Template)
4-
* [![devDependency Status](https://david-dm.org/onokumus/Bootstrap-Admin-Template/dev-status.svg?theme=shields.io)](https://david-dm.org/onokumus/Bootstrap-Admin-Template#info=devDependencies)
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)
510
* {%= badge("grunt") %}
611

7-
> {%= description %}
812

913
## TOC
1014
* [Download](#download)
@@ -16,10 +20,10 @@
1620
* [License](#license)
1721

1822
## Download
19-
* Bootstrap 2.3.2 [v1.2](https://github.com/onokumus/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)
2024
ready for use
2125

22-
* Bootstrap 3.3.0 [v{%= version %}](https://github.com/onokumus/Bootstrap-Admin-Template/archive/master.zip)
26+
* Bootstrap 3.3.0 [v{%= version %}](https://puikinsh.com/onokumus/Bootstrap-Admin-Template/archive/master.zip)
2327
ready `dist` folder your use
2428

2529

@@ -30,7 +34,7 @@ ready `dist` folder your use
3034
required [node.js](http://nodejs.org/) & [bower](http://bower.io/) & [grunt](http://gruntjs.com/getting-started)
3135

3236
```shell
33-
$ git clone https://github.com/onokumus/Bootstrap-Admin-Template.git yourfoldername
37+
$ git clone https://github.com/puikinsh/Bootstrap-Admin-Template.git yourfoldername
3438
$ cd yourfoldername
3539
$ npm install
3640
$ bower install
@@ -42,7 +46,7 @@ required [node.js](http://nodejs.org/) & [bower](http://bower.io/) & [grunt](htt
4246
required [node.js](http://nodejs.org/) & [bower](http://bower.io/) & [grunt](http://gruntjs.com/getting-started)
4347

4448
```shell
45-
$ git clone https://github.com/onokumus/Bootstrap-Admin-Template.git yourfoldername
49+
$ git clone https://github.com/puikinsh/Bootstrap-Admin-Template.git yourfoldername
4650
$ cd yourfoldername
4751
$ npm install
4852
$ bower install
@@ -51,16 +55,17 @@ required [node.js](http://nodejs.org/) & [bower](http://bower.io/) & [grunt](htt
5155
```
5256

5357
#### 1.2 Version
54-
$ git clone -b v1.2 https://github.com/onokumus/Bootstrap-Admin-Template.git yourfoldername
58+
```shell
59+
$ git clone -b v1.2 https://github.com/puikinsh/Bootstrap-Admin-Template.git yourfoldername
5560
$ cd yourfoldername
5661
$ git submodule init
5762
$ git submodule update
5863
$ open index.html
64+
```
5965

6066
## Demo
61-
* [Demo v{%= version %}](http://demo.onokumus.com/metis/)
62-
* [RTL v{%= version %}](http://demo.onokumus.com/metis/rtl/)
63-
* [v1.2 `not development`](http://demo.onokumus.com/metis/v12)
67+
* [Demo v{%= version %}](https://colorlib.com/polygon/metis/)
68+
* [RTL v{%= version %}](https://colorlib.com/polygon/metis/rtl/)
6469

6570

6671

@@ -109,16 +114,15 @@ required [node.js](http://nodejs.org/) & [bower](http://bower.io/) & [grunt](htt
109114
* [screenfull.js](https://github.com/sindresorhus/screenfull.js)
110115
* [metisMenu](https://github.com/onokumus/metisMenu)
111116

112-
## Author
113-
{%= include("authors", {
114-
authors: [
115-
{name: 'Osman Nuri Okumuş', username: 'onokumus'}
116-
]
117-
}) %}
117+
## About Authors
118+
119+
+ [Colorlib](https://colorlib.com/) - Colorlib is the most popular source for free WordPress themes and HTML templates.
120+
+ [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.
121+
122+
## License
123+
Copyright (c) 2016 Aigars Silkalns & Colorlib
124+
Released under the MIT license. This free Bootstrap admin template is distributed as as it with no support. You can feeel free to use it, share it, tweakit it, workin it, sell it or do whatver you want as long as you keep the original license in plce.
118125

119-
## License
120-
{%= copyright() %}
121-
{%= license() %}
122126

123127
***
124128

README.md

Lines changed: 80 additions & 74 deletions
Original file line numberDiff line numberDiff line change
@@ -1,42 +1,42 @@
11
# 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, 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

5-
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.
5+
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/onokumus/Bootstrap-Admin-Template.svg)](https://travis-ci.org/onokumus/Bootstrap-Admin-Template)
8-
* [![Dependency Status](https://david-dm.org/onokumus/Bootstrap-Admin-Template.svg?theme=shields.io)](https://david-dm.org/onokumus/Bootstrap-Admin-Template)
9-
* [![devDependency Status](https://david-dm.org/onokumus/Bootstrap-Admin-Template/dev-status.svg?theme=shields.io)](https://david-dm.org/onokumus/Bootstrap-Admin-Template#info=devDependencies)
10-
* [![Built with Grunt](https://cdn.gruntjs.com/builtwith.png)](http://gruntjs.com/)
11-
12-
13-
> Free Admin Template Based On Twitter Bootstrap 3.x
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/)
1411

1512
## TOC
16-
* [Download](#download)
17-
* [Building](#building)
18-
* [Demo](#demo)
19-
* [Release History](#release-history)
20-
* [Credits](#credits)
21-
* [Author](#author)
22-
* [License](#license)
13+
14+
* [Download](#download)
15+
* [Building](#building)
16+
* [Demo](#demo)
17+
* [Release History](#release-history)
18+
* [Credits](#credits)
19+
* [Author](#author)
20+
* [License](#license)
2321

2422
## Download
25-
* Bootstrap 2.3.2 [v1.2](https://github.com/onokumus/Bootstrap-Admin-Template/archive/v1.2.zip)
23+
24+
*
25+
Bootstrap 2.3.2 [ v1.2](https://github.com/puikinsh/Bootstrap-Admin-Template/archive/v1.2.zip)
2626
ready for use
2727

28-
* Bootstrap 3.3.0 [v2.3.2](https://github.com/onokumus/Bootstrap-Admin-Template/archive/master.zip)
28+
+
29+
Bootstrap 3.3.0 [ v2.3.2](https://puikinsh.com/onokumus/Bootstrap-Admin-Template/archive/master.zip)
2930
ready `dist` folder your use
3031

31-
32-
3332
## Building
3433

3534
#### 2.3.2 Version
35+
3636
required [node.js](http://nodejs.org/) & [bower](http://bower.io/) & [grunt](http://gruntjs.com/getting-started)
3737

3838
```shell
39-
$ git clone https://github.com/onokumus/Bootstrap-Admin-Template.git yourfoldername
39+
$ git clone https://github.com/puikinsh/Bootstrap-Admin-Template.git yourfoldername
4040
$ cd yourfoldername
4141
$ npm install
4242
$ bower install
@@ -45,84 +45,90 @@ required [node.js](http://nodejs.org/) & [bower](http://bower.io/) & [grunt](htt
4545
```
4646

4747
#### 2.3.2 RTL Version
48+
4849
required [node.js](http://nodejs.org/) & [bower](http://bower.io/) & [grunt](http://gruntjs.com/getting-started)
4950

5051
```shell
51-
$ git clone https://github.com/onokumus/Bootstrap-Admin-Template.git yourfoldername
52+
$ git clone https://github.com/puikinsh/Bootstrap-Admin-Template.git yourfoldername
5253
$ cd yourfoldername
5354
$ npm install
54-
bower install
55+
$ bower install
5556
$ npm run buildrtl
5657
$ grunt serve
5758
```
5859

5960
#### 1.2 Version
60-
$ git clone -b v1.2 https://github.com/onokumus/Bootstrap-Admin-Template.git yourfoldername
61+
62+
```shell
63+
$ git clone -b v1.2 https://github.com/puikinsh/Bootstrap-Admin-Template.git yourfoldername
6164
$ cd yourfoldername
6265
$ git submodule init
6366
$ git submodule update
6467
$ open index.html
68+
```
6569

6670
## Demo
67-
* [Demo v2.3.2](https://colorlib.com/polygon/metis/)
68-
* [RTL v2.3.2](https://colorlib.com/polygon/metis/rtl/)
69-
7071

72+
* [Demo v2.3.2](https://colorlib.com/polygon/metis/)
73+
* [RTL v2.3.2](https://colorlib.com/polygon/metis/rtl/)
7174

7275
## Credits
73-
* [node.js](http://nodejs.org/)
74-
* [bower](http://bower.io/)
75-
* [Grunt](http://gruntjs.com/)
76-
* [Assemble](http://assemble.io/)
77-
* [jQuery](http://jquery.com/)
78-
* [Bootstrap](http://getbootstrap.com/)
79-
* [LESS](http://lesscss.org/)
80-
* [Modernizr](http://modernizr.com/)
81-
* [Moment.js](http://momentjs.com/)
82-
* [SubtlePatterns](https://github.com/subtlepatterns/SubtlePatterns)
83-
* [FullCalendar](http://arshaw.com/fullcalendar/)
84-
* [Chosen](https://github.com/harvesthq/chosen)
85-
* [CKEditor](http://ckeditor.com/)
86-
* [Colorpicker for Bootstrap](http://www.eyecon.ro/bootstrap-colorpicker/)
87-
* [Data Tables](http://www.datatables.net)
88-
* [Datepicker for Bootstrap](http://www.eyecon.ro/bootstrap-datepicker)
89-
* [elFinder](http://elfinder.org)
90-
* [Input Limiter](http://rustyjeans.com/jquery-plugins/input-limiter)
91-
* [Jasny Bootstrap](http://jasny.github.com/bootstrap)
92-
* [jQuery Validation](http://jqueryvalidation.org/)
93-
* [jQuery Sparklines](http://omnipotent.net/jquery.sparkline)
94-
* [Animate](http://daneden.github.io/animate.css/)
95-
* [Autosize](http://www.jacklmoore.com/autosize)
96-
* [Countdown](http://keith-wood.name/countdown.html)
97-
* [Date range picker](https://github.com/dangrossman/bootstrap-daterangepicker)
98-
* [Flot](http://www.flotcharts.org)
99-
* [jQuery Form](http://jquery.malsup.com/form/)
100-
* [Form Wizard](http://thecodemine.org)
101-
* [Gritter](http://boedesign.com/blog/2009/07/11/growl-for-jquery-gritter/)
102-
* [Mouse Wheel](https://github.com/brandonaaron/jquery-mousewheel)
103-
* [PageDown-Bootstrap](https://github.com/kevinoconnor7/pagedown-bootstrap)
104-
* [Plupload](https://github.com/moxiecode/plupload)
105-
* [Bootstrap Switch](http://www.larentis.eu/switch/)
106-
* [tablesorter](http://tablesorter.com/)
107-
* [tagsinput](http://xoxco.com/projects/code/tagsinput/)
108-
* [Bootstrap Timepicker](http://jdewit.github.io/bootstrap-timepicker/)
109-
* [Touch Punch](http://touchpunch.furf.com/)
110-
* [Uniform](http://uniformjs.com/)
111-
* [Validation Engine](http://www.position-relative.net/)
112-
* [jquery.validVal](http://validval.frebsite.nl/)
113-
* [bootstrap3-wysihtml5-bower](https://github.com/Waxolunist/bootstrap3-wysihtml5-bower)
114-
* [screenfull.js](https://github.com/sindresorhus/screenfull.js)
76+
77+
* [node.js](http://nodejs.org/)
78+
* [bower](http://bower.io/)
79+
* [Grunt](http://gruntjs.com/)
80+
* [Assemble](http://assemble.io/)
81+
* [jQuery](http://jquery.com/)
82+
* [Bootstrap](http://getbootstrap.com/)
83+
* [LESS](http://lesscss.org/)
84+
* [Modernizr](http://modernizr.com/)
85+
* [Moment.js](http://momentjs.com/)
86+
* [SubtlePatterns](https://github.com/subtlepatterns/SubtlePatterns)
87+
* [FullCalendar](http://arshaw.com/fullcalendar/)
88+
* [Chosen](https://github.com/harvesthq/chosen)
89+
* [CKEditor](http://ckeditor.com/)
90+
* [Colorpicker for Bootstrap](http://www.eyecon.ro/bootstrap-colorpicker/)
91+
* [Data Tables](http://www.datatables.net)
92+
* [Datepicker for Bootstrap](http://www.eyecon.ro/bootstrap-datepicker)
93+
* [elFinder](http://elfinder.org)
94+
* [Input Limiter](http://rustyjeans.com/jquery-plugins/input-limiter)
95+
* [Jasny Bootstrap](http://jasny.github.com/bootstrap)
96+
* [jQuery Validation](http://jqueryvalidation.org/)
97+
* [jQuery Sparklines](http://omnipotent.net/jquery.sparkline)
98+
* [Animate](http://daneden.github.io/animate.css/)
99+
* [Autosize](http://www.jacklmoore.com/autosize)
100+
* [Countdown](http://keith-wood.name/countdown.html)
101+
* [Date range picker](https://github.com/dangrossman/bootstrap-daterangepicker)
102+
* [Flot](http://www.flotcharts.org)
103+
* [jQuery Form](http://jquery.malsup.com/form/)
104+
* [Form Wizard](http://thecodemine.org)
105+
* [Gritter](http://boedesign.com/blog/2009/07/11/growl-for-jquery-gritter/)
106+
* [Mouse Wheel](https://github.com/brandonaaron/jquery-mousewheel)
107+
* [PageDown-Bootstrap](https://github.com/kevinoconnor7/pagedown-bootstrap)
108+
* [Plupload](https://github.com/moxiecode/plupload)
109+
* [Bootstrap Switch](http://www.larentis.eu/switch/)
110+
* [tablesorter](http://tablesorter.com/)
111+
* [tagsinput](http://xoxco.com/projects/code/tagsinput/)
112+
* [Bootstrap Timepicker](http://jdewit.github.io/bootstrap-timepicker/)
113+
* [Touch Punch](http://touchpunch.furf.com/)
114+
* [Uniform](http://uniformjs.com/)
115+
* [Validation Engine](http://www.position-relative.net/)
116+
* [jquery.validVal](http://validval.frebsite.nl/)
117+
* [bootstrap3-wysihtml5-bower](https://github.com/Waxolunist/bootstrap3-wysihtml5-bower)
118+
* [screenfull.js](https://github.com/sindresorhus/screenfull.js)
119+
* [metisMenu](https://github.com/onokumus/metisMenu)
115120

116121
## About Authors
117122

118-
+ [Colorlib](https://colorlib.com/) - Colorlib is the most popular source for free WordPress themes and HTML templates.
119-
+ [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.
123+
* [Colorlib](https://colorlib.com/) - Colorlib is the most popular source for free WordPress themes and HTML templates.
124+
* [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.
120125

121126
## License
122-
Copyright (c) 2016 Aigars Silkalns & Colorlib
123-
Released under the MIT license. This free Bootstrap admin template is distributed as as it with no support. You can feeel free to use it, share it, tweakit it, workin it, sell it or do whatver you want as long as you keep the original license in plce.
124127

128+
Copyright (c) 2016 Aigars Silkalns & Colorlib
129+
130+
Released under the MIT license. This free Bootstrap admin template is distributed as as it with no support. You can feeel free to use it, share it, tweakit it, workin it, sell it or do whatver you want as long as you keep the original license in plce.
125131

126132
***
127133

128-
_This file was generated by [verb](https://github.com/assemble/verb) on January 13, 2015._
134+
_This file was generated by [verb-cli](https://github.com/assemble/verb-cli) on March 05, 2016._

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,21 @@
22
"name": "Bootstrap-Admin-Template",
33
"description": "Free Admin Template Based On Twitter Bootstrap 3.x",
44
"version": "2.3.2",
5-
"homepage": "https://github.com/onokumus/Bootstrap-Admin-Template",
5+
"homepage": "https://github.com/puikinsh/Bootstrap-Admin-Template",
66
"author": {
7-
"name": "onokumus",
8-
"url": "http://github.com/onokumus/"
7+
"name": "puikinsh",
8+
"url": "http://github.com/puikinsh/"
99
},
1010
"repository": {
1111
"type": "git",
12-
"url": "https://github.com/onokumus/Bootstrap-Admin-Template.git"
12+
"url": "https://github.com/puikinsh/Bootstrap-Admin-Template.git"
1313
},
1414
"bugs": {
15-
"url": "https://github.com/onokumus/Bootstrap-Admin-Template/issues"
15+
"url": "https://github.com/puikinsh/Bootstrap-Admin-Template/issues"
1616
},
1717
"license": {
1818
"type": "MIT",
19-
"url": "https://github.com/onokumus/Bootstrap-Admin-Template/blob/master/LICENSE.md"
19+
"url": "https://github.com/puikinsh/Bootstrap-Admin-Template/blob/master/LICENSE.md"
2020
},
2121
"keywords": [
2222
"twbs",

0 commit comments

Comments
 (0)