Skip to content

Commit 8bff64a

Browse files
committed
* 'master' of https://github.com/creativetimofficial/material-dashboard-angular: small adjustments changes in readme name changes and version
2 parents d717737 + 5b246f6 commit 8bff64a

File tree

5 files changed

+11
-11
lines changed

5 files changed

+11
-11
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# [Material Dashboard Angular - Free Bootstrap Material Design Admin](https://material-dashboard-angular2.herokuapp.com/)
1+
# [Material Dashboard Angular - Free Bootstrap Material Design Admin](https://www.creative-tim.com/product/material-dashboard-angular2)
22

3-
![alt text](http://s3.amazonaws.com/creativetim_bucket/products/50/original/opt_md_angular_thumbnail.jpg "Material Dashboard Free")
3+
![alt text](http://s3.amazonaws.com/creativetim_bucket/products/53/original/opt_md_angular_thumbnail.jpg "Material Dashboard Angular 2 Free")
44

5-
**[Material Dashboard Angular2](https://material-dashboard-angular2.herokuapp.com/)** is a free Material Bootstrap Admin with a fresh, new design inspired by Google's Material Design. We are very excited to introduce our take on the material concepts through an easy to use and beautiful set of components. Material Dashboard was built over the popular Bootstrap framework and it comes with a couple of third-party plugins redesigned to fit in with the rest of the elements.
5+
**[Material Dashboard Angular2](https://www.creative-tim.com/product/material-dashboard-angular2/)** is a free Material Bootstrap Admin with a fresh, new design inspired by Google's Material Design. We are very excited to introduce our take on the material concepts through an easy to use and beautiful set of components. Material Dashboard was built over the popular Bootstrap framework and it comes with a couple of third-party plugins redesigned to fit in with the rest of the elements.
66

77
Material Dashboard makes use of light, surface and movement. The general layout resembles sheets of paper following multiple different layers, so that the depth and order is obvious. The navigation stays mainly on the left sidebar and the content is on the right inside the main panel.
88

@@ -21,8 +21,8 @@ You can find the Github Repo here.
2121

2222
## Links:
2323

24-
+ [Live Preview](https://material-dashboard-angular2.herokuapp.com/)
25-
+ [Material Kit - For Front End Development](http://www.creative-tim.com/product/material-kit?ref=github-md-free)
24+
+ [Live Preview](https://www.creative-tim.com/product/material-dashboard-angular2)
25+
+ [Material Kit - For Front End Development](http://www.creative-tim.com/product/material-kit?ref=github-md-angular)
2626

2727
## Quick start
2828

assets/css/material-dashboard.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1500,7 +1500,7 @@ h2.title {
15001500

15011501
.loader {
15021502
margin: 0 auto;
1503-
width: 100px;
1503+
width: 60px;
15041504
position: absolute;
15051505
display: block;
15061506
left: 0;

assets/sass/md/_misc.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
.loader {
33
margin: 0 auto;
4-
width: 100px;
4+
width: 60px;
55
position: absolute;
66
display: block;
77
left: 0;

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@
5151
<!-- Core JS Files -->
5252
<script src="assets/js/jquery-3.1.0.min.js" type="text/javascript"></script>
5353
<script src="assets/js/bootstrap.min.js" type="text/javascript"></script>
54+
<script src="assets/js/arrive.min.js"></script>
5455
<script src="assets/js/material.min.js" type="text/javascript"></script>
5556

5657
<!-- Charts Plugin -->
@@ -61,12 +62,11 @@
6162

6263
<!-- Google Maps Plugin -->
6364
<script type="text/javascript" src="https://maps.googleapis.com/maps/api/js?key=YOUR_KEY"></script>
65+
6466
<!-- Material Dashboard javascript methods -->
6567
<script src="assets/js/material-dashboard.js"></script>
6668

6769
<!-- Material Dashboard DEMO methods, don't include it in your project! -->
6870
<script src="assets/js/demo.js"></script>
6971

70-
<script src="assets/js/arrive.min.js"></script>
71-
7272
</html>

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "Material Dashboard Angular2",
3-
"version": "1.1.0.0",
2+
"name": "material-dashboard-angular2",
3+
"version": "1.1.0",
44
"scripts": {
55
"start": "tsc && concurrently \"tsc -w\" \"lite-server\" ",
66
"lite": "lite-server",

0 commit comments

Comments
 (0)