This is a first pass at a website for the group. This has all the basic info. It isn't pretty, but it will do the job. If anyone wants to improve it in any way whatsoever, please do.
The main things you need to know to contribute:
- The stylesheets are written in Sass via Compass and live
in the
sass
directory. If youbundle install
you'll get a compass executable. So in the project root you cancompass watch
to automatically recompile stylesheets as you edit them. If you just want to compile the stylesheets, it'scompass compile
. - We're using the Goldilocks Approach to responsive design.
- Blame any poor organization and/or weird code/markup on Charlie. :)