paper icon indicating copy to clipboard operation
paper copied to clipboard

Paper - Elegant & Flat Bootstrap Theme

Paper - A Simple, Elegant & Flat Bootstrap Theme

http://sudharti.github.io/paper

Paper is a simple, elegant & flat Bootstrap Theme. It's free to use and open source. Paper is built on Twitter Bootstrap and written using Sass. It also comes up with Jquery Backstretch, Fontawesome and the Lato font.

paper/
  ├── dist/
  │   ├── css/
  │   │   ├── fonts/
  │   │   │   ├── Lato/
  │   │   │   ├── FontAwesome.otf
  │   │   │   ├── fontawesome-webfont.eot
  │   │   │   ├── fontawesome-webfont.svg
  │   │   │   ├── fontawesome-webfont.ttf
  │   │   │   └── fontawesome-webfont.woff
  │   │   │      
  │   │   ├── font-awesome.css
  │   │   ├── paper.css
  │   │   ├── paper.css.map
  │   │   └── paper.min.css
  │   │
  │   └── js/
  │       ├── vendor/
  │       ├── paper.js
  │       └── paper.min.js
  │   
  ├── fonts/
  │   └── Lato/
  ├── assets/
  │   ├── css/
  │   └── img/
  ├── src/
  │   ├── js/
  │   │   ├── bootstrap.js
  │   │   ├── card.js
  │   │   ├── jquery.backstretch.min.js
  │   │   └── slidepanel.js
  │   └── scss/
  │       ├── bootstrap/
  │       ├── components/
  │       ├── _bootstrap.scss
  │       └── paper.scss
  ├── pages/
  │   ├── components.html
  │   ├── css.html
  │   ├── extras.html
  │   ├── getting-started.html
  │   └── slider.html
  ├── templates/
  │   ├── code-templates/
  │   ├── css/
  │   ├── img/
  │   ├── js/
  │   ├── index.html
  │   ├── blog.html
  │   ├── login.html
  │   ├── timeline.html
  │   └── landing.html
  ├── index.html
  ├── Gruntfile.js
  ├── package.json
  ├── bower.json
  └── .jshintrc

Getting Started

  • Download
  • Or clone the project git clone https://github.com/sudharti/paper.git
  • Or install using bower bower install paper-bootstrap
  • Replace Bootstrap with contents in dist/ directory
  • Don't forget to copy the fonts/ directory
  • Voila!

Additional Components

  • Card
  • Feed
  • Pricing Tables
  • Slider Panel

Customizing

To customize the theme check out the Getting Started Guide

Templates

Some templates included with this theme http://sudharti.github.io/paper/templates/index.html

Dependencies

  • Grunt
  • Bower
  • npm

Pull Requests

If you want to contribute to this project

  • Fork the Project at https://github.com/sudharti/paper
  • Make changes to the code
  • Send Pull Request!

Issues

You can raise issues at https://github.com/sudharti/paper/issues

Author

Authored by Sudharsanan M(sudharti) License

This project is licensed under MIT

You can support this project by Spreading the word or Starring this project above :)