Add Simple Form logo 😻

This commit is contained in:
José Valim 2013-02-26 11:34:19 -07:00
parent 405175cb85
commit 774dc49820
2 changed files with 8 additions and 2 deletions

View File

@ -1,7 +1,11 @@
# SimpleForm - Rails forms made easy.
![Simple Form Logo](https://raw.github.com/plataformatec/simple_form/master/simple_form.png)
[![Gem Version](https://fury-badge.herokuapp.com/rb/simple_form.png)](http://badge.fury.io/rb/simple_form)
[![Build Status](https://secure.travis-ci.org/plataformatec/simple_form.png?branch=master)](http://travis-ci.org/plataformatec/simple_form)
[![Code Climate](https://codeclimate.com/github/plataformatec/simple_form.png)](https://codeclimate.com/github/plataformatec/simple_form)
Rails forms made easy.
**SimpleForm** aims to be as flexible as possible while helping you with powerful components to create
your forms. The basic goal of SimpleForm is to not touch your way of defining the layout, letting
you find the better design for your eyes. Most of the DSL was inherited from Formtastic,
@ -39,7 +43,7 @@ gem 'country_select'
### Twitter Bootstrap
**SimpleForm** 2.0 can be easily integrated to the [Twitter Bootstrap](http://twitter.github.com/bootstrap).
**SimpleForm** can be easily integrated to the [Twitter Bootstrap](http://twitter.github.com/bootstrap).
To do that you have to use the `bootstrap` option in the install generator, like this:
```console
@ -900,3 +904,5 @@ https://github.com/plataformatec/simple_form/issues
## License
MIT License. Copyright 2009-2013 Plataformatec. http://plataformatec.com.br
You are not granted rights or licenses to the trademarks of the Plataformatec, including without limitation the Simple Form name or logo.

BIN
simple_form.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.3 KiB