Skip to content

Commit 0035798

Browse files
Initial Commit
Initial commit
1 parent ef0c8f4 commit 0035798

68 files changed

Lines changed: 20741 additions & 0 deletions

Some content is hidden

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

README.md

Lines changed: 108 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,108 @@
1+
# [Paper Dashboard](http://demos.creative-tim.com/paper-dashboard/dashboard.html)
2+
![alt text](https://s3.amazonaws.com/creativetim_bucket/products/43/original/opt_pd_thumbnail.jpg "Paper Dashboard Free")
3+
4+
If you are a developer or a website owner that needs to work within a dashboard and want to have a pretty sight while doing so, Paper Dashboard is for you. Paper Dashboard is a Bootstrap Admin Panel which combines soft colours with beautiful typography and spacious cards and graphics. It is a powerful tool, but it is light and easy to use. It has enough features to allow you to get the job done, but it is not crowded to the point where you can't find the files for a specific plugin.
5+
6+
We like consistency and design that blends into its purpose. Paper Dashboard is a perfect example of our most thoughtful work. It combines over a dozen components and plugins, while looking like everything fits together. For an easy start or inspiration for you project, we have also create a set of example pages, like the user settings or usage graphics.
7+
8+
Paper Dashboard is built using the same design language as [Paper Kit](http://www.creative-tim.com/product/paper-kit). You can easily use them together, or pick between them depending on the project you have.
9+
10+
Let us know what you think and what we can improve below. And good luck with development!
11+
12+
## Links:
13+
14+
+ [Live Preview](http://demos.creative-tim.com/paper-dashboard/dashboard.html)
15+
+ [Paper Dashboard PRO](http://www.creative-tim.com/product/paper-dashboard-pro?ref=pd-free-upgrade-github) (from $39)
16+
17+
## Quick start
18+
19+
Quick start options:
20+
21+
- [Download from Github](https://github.com/timcreative/paper-dashboard/releases/tag/v1.1).
22+
- [Download from Creative Tim](http://www.creative-tim.com/product/paper-dashboard).
23+
- Clone the repo: `git clone https://github.com/timcreative/paper-dashboard.git`.
24+
25+
26+
### What's included
27+
28+
Within the download you'll find the following directories and files:
29+
30+
```
31+
paper-dashboard/
32+
├── assets/
33+
| ├── css/
34+
| | ├── animate.min.css
35+
| | ├── bootstrap.min.css
36+
| | ├── demo.css
37+
│ | ├── paper-dashboard.css
38+
│ | └── themify-icons.css
39+
| ├── js/
40+
| | ├── bootstrap-checkbox-radio.js
41+
| | ├── bootstrap-notify.js
42+
| | ├── bootstrap.min.js
43+
│ | ├── chartist.min.js
44+
│ | ├── demo.js
45+
│ | ├── jquery-1.10.2.js
46+
│ | └── paper-dashboard.js
47+
| ├── fonts/
48+
| | ├── themify.eot
49+
| | ├── themify.svg
50+
| | ├── themify.ttf
51+
| | └── themify.woff
52+
| ├── sass/
53+
| └── img/
54+
|
55+
├── dashboard.html
56+
├── documentation/
57+
| ├── css
58+
| └── documentation.html
59+
├── icons.html
60+
├── maps.html
61+
├── notifications.html
62+
├── table.html
63+
├── template.html
64+
├── typography.html
65+
├── upgrade.html
66+
└── user.html
67+
68+
```
69+
70+
### Version logs
71+
72+
V1.0, 29.03.2016 Original Release
73+
74+
V1.1.0, 30 Sept 2016 - New Page
75+
- added Upgrade to PRO page for those who want to upsell inside the dashboard
76+
77+
V1.1.1, 8 Feb 2017
78+
- switched to MIT license
79+
80+
V1.1.2, 8 Mar 2017
81+
- added documentation
82+
83+
### License
84+
85+
- Copyright 2017 Creative Tim (http://www.creative-tim.com)
86+
- Licensed under MIT (https://github.com/creativetimofficial/paper-dashboard/blob/master/LICENSE.md)
87+
88+
## Useful Links
89+
90+
More products from Creative Tim: <http://www.creative-tim.com/products>
91+
92+
Tutorials: <https://www.youtube.com/channel/UCVyTG4sCw-rOvB9oHkzZD1w>
93+
94+
Freebies: <http://www.creative-tim.com/products>
95+
96+
Affiliate Program (earn money): <http://www.creative-tim.com/affiliates/new>
97+
98+
Social Media:
99+
100+
Twitter: <https://twitter.com/CreativeTim>
101+
102+
Facebook: <https://www.facebook.com/CreativeTim>
103+
104+
Dribbble: <https://dribbble.com/creativetim>
105+
106+
Google+: <https://plus.google.com/+CreativetimPage>
107+
108+
Instagram: <https://instagram.com/creativetimofficial>

assets/css/animate.min.css

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

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: 70 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,70 @@
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+
.icon-section {
17+
margin: 0 0 3em;
18+
clear: both;
19+
overflow: hidden;
20+
}
21+
.icon-container {
22+
width: 240px;
23+
padding: .7em 0;
24+
float: left;
25+
position: relative;
26+
text-align: left;
27+
}
28+
.icon-container [class^="ti-"],
29+
.icon-container [class*=" ti-"] {
30+
color: #000;
31+
position: absolute;
32+
margin-top: 3px;
33+
transition: .3s;
34+
}
35+
.icon-container:hover [class^="ti-"],
36+
.icon-container:hover [class*=" ti-"] {
37+
font-size: 2.2em;
38+
margin-top: -5px;
39+
}
40+
.icon-container:hover .icon-name {
41+
color: #000;
42+
}
43+
.icon-name {
44+
color: #aaa;
45+
margin-left: 35px;
46+
font-size: .8em;
47+
transition: .3s;
48+
}
49+
.icon-container:hover .icon-name {
50+
margin-left: 45px;
51+
}
52+
53+
.places-buttons .btn{
54+
margin-bottom: 30px
55+
}
56+
.sidebar .nav > li.active-pro{
57+
position: absolute;
58+
width: 100%;
59+
bottom: 10px;
60+
}
61+
.sidebar .nav > li.active-pro a{
62+
background: rgba(255, 255, 255, 0.14);
63+
opacity: 1;
64+
color: #FFFFFF;
65+
}
66+
67+
.table-upgrade td:nth-child(2),
68+
.table-upgrade td:nth-child(3){
69+
text-align: center;
70+
}

0 commit comments

Comments
 (0)