Skip to content

Commit 2a5ca07

Browse files
committed
update readme
1 parent d0c18ef commit 2a5ca07

File tree

3 files changed

+28
-18
lines changed

3 files changed

+28
-18
lines changed

README.md

Lines changed: 24 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
# Angular material admin dashboard
1+
# Angular Material Dashboard
22

3-
This application based on [Angular Material](https://github.com/angular/material).
3+
Responsive Angular admin dashboard with material design based on
4+
[Angular Material](https://github.com/angular/material).
45

56
Check out [DEMO](http://flatlogic.github.io/angular-material-dashboard/site/)
67

@@ -17,9 +18,29 @@ Install dependencies:
1718
Run development web-server:
1819

1920
$ gulp serve
20-
21+
22+
## Features
23+
24+
* AngularJS
25+
* Angular UI Router
26+
* Angular Material
27+
* Sass styles
28+
* Gulp build
29+
* Stylish, clean, responsive layout with original design
30+
* BrowserSync for the ease of development
31+
32+
## Project structure
33+
34+
Project structure based on [gulp-angular yeoman generator](https://github.com/Swiip/generator-gulp-angular).
35+
If you have any questions about the build or project structure please check out their documentation.
36+
2137
## Build to Github pages
2238

2339
* Merge *master* to *gh-pages*
2440
* run `gulp build`
2541
* Push *gh-pages* branch to remote origin
42+
43+
## Community
44+
- [Tweet about it](https://twitter.com/intent/tweet?text=Angular%20Material%20Dashboard%20https://github.com/flatlogic/angular-material-dashboard%20via%20@flatlogicinc) to support revolution in classic paid templates market.
45+
- Follow [@flatlogicinc on Twitter](https://twitter.com/flatlogicinc).
46+
- Subscribe to Flatlogic newsletter at [flatlogic.com](http://flatlogic.com/)

src/app/stylesheets/_custom.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,10 @@ md-radio-button.md-accent.md-checked .md-label span {
132132
color: $accent-color;
133133
}
134134

135+
.md-toolbar-tools h1 {
136+
font-size: $font-size-large;
137+
}
138+
135139
// libs overrides
136140
.material-icons {
137141
vertical-align: middle;

src/assets/images/user.svg

Lines changed: 0 additions & 15 deletions
This file was deleted.

0 commit comments

Comments
 (0)