• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..01-Mar-2020-

css/H01-Mar-2020-1,6891,264

fonts/icons/H01-Mar-2020-

img/H01-Mar-2020-

js/H01-Mar-2020-1,6421,015

sass/H01-Mar-2020-4,7444,227

.bower.jsonH A D26-Apr-2016397 1717

.jshintignoreH A D26-Apr-201652 54

.jshintrcH A D26-Apr-2016198 1110

.travis.ymlH A D26-Apr-2016578 1615

README.mdH A D26-Apr-20162.4 KiB3826

apple-touch-icon-precomposed.pngH A D26-Apr-201654.1 KiB

apple-touch-icon.pngH A D26-Apr-201654.1 KiB

bower.jsonH A D26-Apr-2016101 65

composer.jsonH A D26-Apr-2016656 2019

config.rbH A D26-Apr-20161.2 KiB348

demo.htmlH A D26-Apr-201627.5 KiB1,2611,096

facebook.jpgH A D26-Apr-201638.2 KiB

favicon.pngH A D26-Apr-20163 KiB

gumby.min.jsH A D26-Apr-201619.7 KiB11

humans.txtH A D26-Apr-20162.4 KiB4744

index.htmlH A D26-Apr-20164.6 KiB12454

ui.htmlH A D26-Apr-201662.6 KiB1,3181,236

README.md

1Gumby Framework [![Build Status](https://travis-ci.org/GumbyFramework/Gumby.png?branch=master)](https://travis-ci.org/GumbyFramework/Gumby)
2=====================
3
4Gumby Framework is a flexible, responsive CSS Framework, Powered by SASS. Create rapid and logical page layout and app
5prototypes with a flexible and responsive grid system and UI kit.
6
7Full documentation can be found at [http://gumbyframework.com](http://gumbyframework.com/docs).
8
9More information, including our changelog, can be found in the [Wiki](https://github.com/GumbyFramework/Gumby/wiki).
10
11Our [Google Plus Community](https://plus.google.com/u/0/communities/108760896951473344451) is rapidly growing, we recommend heading over there with any questions you may have or to geek out and discuss the framework and rwd in general.
12
13Gumby is developed with love by your friends at [Digital Surgeons](http://www.digitalsurgeons.com).
14
15Gumby has a few dependencies. Big thank you to the innovative geniuses behind these awesome technologies.
16
17- [Sass](https://github.com/nex3/sass) - Nathan Weizenbaum
18- [Compass](https://github.com/chriseppstein/compass) - Chris Eppstein
19- [Modular Scale](https://github.com/Team-Sass/modular-scale) - Scott Kellum  *Note: Please use modular scale 1.0.6, 2.x has not been integrated yet*
20- [FitText](http://fittextjs.com/) - Paravel
21- [jQuery](http://jquery.com/)
22- [Modernizr](http://modernizr.com/)
23
24**MIT Open Source License**
25
26Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
27documentation files (the "Software"), to deal in the Software without restriction, including without limitation the
28rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit
29persons to whom the Software is furnished to do so, subject to the following conditions:
30
31The above copyright notice and this permission notice shall be included in all copies or substantial portions of the
32Software.
33
34THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
35WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
36COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
37OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
38