JapMag

JapMag is the design language created by Felix Ding in the spring of 2012. The essential idea behind JapMag is Japanese Minimalism. It focuses on content itself, and aims to solve information overload. On interaction design, JapMag advocates a flat information architecutre, a one-task-one-step method and a natural content flow on each page. Visually, JapMag stresses typography, whitespace and uses graphical elements as little as possible. Technically, JapMag avoids using Javascript, or overriding browsers' default behaviors.

This gem helps designers start a project that follows JapMag. It consists of several CSS definations, Rails helpers and view templates.

Installation

Add this line to your application's Gemfile:

gem 'jap_mag'

And then execute:

$ bundle

Or install it yourself as:

$ gem install jap_mag

Usage

Documentation is one the way. Stay tuned!

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Added some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request