Skip to content

Commit 35fecec

Browse files
- initial release v1.0.0
1 parent abe8a65 commit 35fecec

Some content is hidden

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

66 files changed

+17304
-1
lines changed

License.pdf

74 KB
Binary file not shown.

README.md

Lines changed: 91 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,91 @@
1-
# material-dashboard
1+
# [Material Dashboard - Free Bootstrap Material Design Admin](http://demos.creative-tim.com/material-dashboard/examples/dashboard.html)
2+
3+
![alt text](http://s3.amazonaws.com/creativetim_bucket/products/50/original/opt_md_thumbnail.jpg "Material Dashboard Free")
4+
5+
Material Dashboard 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.
6+
7+
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.
8+
9+
This product came as a result of users asking for a material dashboard after we released our successful [Material Kit](http://www.creative-tim.com/product/material-kit). We developed it based on your feedback and it is a powerful bootstrap admin dashboard, which allows you to build products like admin panels, content managements systems and CRMs.
10+
11+
Material Dashboard comes with 5 color filter choices for both the sidebar and the card headers (blue, green, orange, red and purple) and an option to have a background image on the sidebar.
12+
13+
Material Dashboard uses a framework built by our friend [Federico - Bootstrap Material Design](http://fezvrasta.github.io/bootstrap-material-design/), who did an amazing job creating the backbone for the material effects, animations, ripples and transitions. Big thanks to his team for the effort and forward thinking they put into it.
14+
15+
Special thanks go to:
16+
[Robert McIntosh](https://github.com/mouse0270/bootstrap-notify) for the notification system.
17+
[Chartist](https://gionkunz.github.io/chartist-js/) for the wonderful charts.
18+
We are very excited to share this dashboard with you and we look forward to hearing your feedback!
19+
20+
You can find the Github Repo here.
21+
22+
## Links:
23+
24+
+ [Live Preview](http://demos.creative-tim.com/material-dashboard/examples/dashboard.html)
25+
+ [Material Kit - For Front End Development](http://www.creative-tim.com/product/material-kit)
26+
+ Material Dashboard PRO - coming soon
27+
28+
## Quick start
29+
30+
Quick start options:
31+
32+
- [Download from Github](https://github.com/creativetimofficial/material-dashboard/archive/master.zip).
33+
- [Download from Creative Tim](http://www.creative-tim.com/product/material-dashboard).
34+
- Clone the repo: `git clone https://github.com/creativetimofficial/material-dashboard.git`.
35+
36+
37+
### What's included
38+
39+
Within the download you'll find the following directories and files:
40+
41+
```
42+
material-dashboard/
43+
├── assets/
44+
| ├── css/
45+
| | ├── bootstrap.min.css
46+
| | ├── material-dashboard.css
47+
| | └── demo.css
48+
| ├── js/
49+
| | ├── bootstrap-notify.js
50+
| | ├── bootstrap.min.js
51+
| | ├── chartist.min.js
52+
| | ├── demo.js
53+
| | ├── jquery-3.1.0.min.js
54+
| | ├── material-dashboard.js
55+
| | └── material.min.js
56+
| ├── sass/
57+
| | ├── md
58+
| | └── material-dashboard.scss
59+
| └── img/
60+
|
61+
├── documentation/
62+
├── examples/
63+
└── License.pdf
64+
65+
```
66+
67+
### Version logs
68+
69+
V1.0 - 22 September 2016 initial release
70+
71+
## Useful Links
72+
73+
More products from Creative Tim: <http://www.creative-tim.com/products>
74+
75+
Tutorials: <https://www.youtube.com/channel/UCVyTG4sCw-rOvB9oHkzZD1w>
76+
77+
Freebies: <http://www.creative-tim.com/products>
78+
79+
Affiliate Program (earn money): <http://www.creative-tim.com/affiliates/new>
80+
81+
Social Media:
82+
83+
Twitter: <https://twitter.com/CreativeTim>
84+
85+
Facebook: <https://www.facebook.com/CreativeTim>
86+
87+
Dribbble: <https://dribbble.com/creativetim>
88+
89+
Google+: <https://plus.google.com/+CreativetimPage>
90+
91+
Instagram: <https://instagram.com/creativetimofficial>

assets/css/bootstrap.min.css

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/css/demo.css

Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,58 @@
1+
@media (min-width: 992px){
2+
.typo-line{
3+
padding-left: 140px;
4+
margin-bottom: 40px;
5+
position: relative;
6+
}
7+
8+
.typo-line .category{
9+
transform: translateY(-50%);
10+
top: 50%;
11+
left: 0px;
12+
position: absolute;
13+
}
14+
}
15+
16+
#map{
17+
position:relative;
18+
width:100%;
19+
height: calc(100% - 60px);
20+
margin-top: 70px;
21+
}
22+
23+
.places-buttons .btn{
24+
margin-bottom: 30px
25+
}
26+
27+
.space-70{
28+
height: 70px;
29+
display: block;
30+
}
31+
32+
.tim-row{
33+
margin-bottom: 20px;
34+
}
35+
36+
.tim-typo{
37+
padding-left: 25%;
38+
margin-bottom: 40px;
39+
position: relative;
40+
}
41+
.tim-typo .tim-note{
42+
bottom: 10px;
43+
color: #c0c1c2;
44+
display: block;
45+
font-weight: 400;
46+
font-size: 13px;
47+
line-height: 13px;
48+
left: 0;
49+
margin-left: 20px;
50+
position: absolute;
51+
width: 260px;
52+
}
53+
.tim-row{
54+
padding-top: 50px;
55+
}
56+
.tim-row h3{
57+
margin-top: 0;
58+
}

0 commit comments

Comments
 (0)