Skip to content

Commit

Permalink
github repo
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandru-paduraru committed May 23, 2016
1 parent 0db20d4 commit 9bff925
Show file tree
Hide file tree
Showing 63 changed files with 22,057 additions and 0 deletions.
Binary file added Creative Tim License.pdf
Binary file not shown.
93 changes: 93 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,95 @@
# paper-dashboard
Paper Dashboard is a Bootstrap Admin Panel which combines soft colors with beautiful typography and spacious cards and graphics.


# [Paper Dashboard](http://www.creative-tim.com/product/paper-dashboard)

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 colors 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.

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.

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.

Let us know what you think and what we can improve below. And good luck with development!

## Links:

+ [Live Preview](http://demos.creative-tim.com/paper-dashboard/dashboard.html)
+ Paper Dashboard PRO (coming in June 2016 from $39)

## Quick start

Quick start options:

- [Download from Github](https://github.com/timcreative/paper-dashboard/releases/tag/v1.0).
- [Download from Creative Tim](http://www.creative-tim.com/product/paper-dashboard).
- Clone the repo: `git clone https://github.com/timcreative/paper-dashboard.git`.


### What's included

Within the download you'll find the following directories and files:

```
paper-dashboard/
├── assets/
| ├── css/
| | ├── animate.min.css
| | ├── bootstrap.min.css
| | ├── demo.css
│ | ├── paper-dashboard.css
│ | └── themify-icons.css
| ├── js/
| | ├── bootstrap-checkbox-radio.js
| | ├── bootstrap-notify.js
| | ├── bootstrap.min.js
│ | ├── chartist.min.js
│ | ├── demo.js
│ | ├── jquery-1.10.2.js
│ | └── paper-dashboard.js
| ├── fonts/
| | ├── themify.eot
| | ├── themify.svg
| | ├── themify.ttf
| | └── themify.woff
| ├── sass/
| └── img/
|
├── Creative Tim License.pdf
├── dashboard.html
├── icons.html
├── maps.html
├── notifications.html
├── table.html
├── template.html
├── typography.html
└── user.html
```

### Version logs

V1.0 - 29 March 2016 initial release


## Useful Links

More products from Creative Tim: <http://www.creative-tim.com/products>

Tutorials: <https://www.youtube.com/channel/UCVyTG4sCw-rOvB9oHkzZD1w>

Freebies: <http://www.creative-tim.com/products>

Affiliate Program (earn money): <http://www.creative-tim.com/affiliates/new>

Social Media:

Twitter: <https://twitter.com/CreativeTim>

Facebook: <https://www.facebook.com/CreativeTim>

Dribbble: <https://dribbble.com/creativetim>

Google+: <https://plus.google.com/+CreativetimPage>

Instagram: <https://instagram.com/creativetimofficial>
6 changes: 6 additions & 0 deletions assets/css/animate.min.css

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions assets/css/bootstrap.min.css

Large diffs are not rendered by default.

70 changes: 70 additions & 0 deletions assets/css/demo.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,70 @@
@media (min-width: 992px){
.typo-line{
padding-left: 140px;
margin-bottom: 40px;
position: relative;
}

.typo-line .category{
transform: translateY(-50%);
top: 50%;
left: 0px;
position: absolute;
}
}

.icon-section {
margin: 0 0 3em;
clear: both;
overflow: hidden;
}
.icon-container {
width: 240px;
padding: .7em 0;
float: left;
position: relative;
text-align: left;
}
.icon-container [class^="ti-"],
.icon-container [class*=" ti-"] {
color: #000;
position: absolute;
margin-top: 3px;
transition: .3s;
}
.icon-container:hover [class^="ti-"],
.icon-container:hover [class*=" ti-"] {
font-size: 2.2em;
margin-top: -5px;
}
.icon-container:hover .icon-name {
color: #000;
}
.icon-name {
color: #aaa;
margin-left: 35px;
font-size: .8em;
transition: .3s;
}
.icon-container:hover .icon-name {
margin-left: 45px;
}

.places-buttons .btn{
margin-bottom: 30px
}
.sidebar .nav > li.active-pro{
position: absolute;
width: 100%;
bottom: 10px;
}
.sidebar .nav > li.active-pro a{
background: rgba(255, 255, 255, 0.14);
opacity: 1;
color: #FFFFFF;
}

.table-upgrade td:nth-child(2),
.table-upgrade td:nth-child(3){
text-align: center;
}
Loading

0 comments on commit 9bff925

Please sign in to comment.