• Stars
    star
    100
  • Rank 340,703 (Top 7 %)
  • Language
    HTML
  • Created over 15 years ago
  • Updated 7 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A very lightwieght XHTML/CSS framework that follows both the typographic grid, and also baseline grid

Fluid Grid System

A web grid system designed by Joseph Silvashy and New Gold Leaf that allows designers to use the screen real estate on large monitors and retain great design on smaller ones. The Fluid Grid System combines the principals of the typographic grid and a baseline grid into one resolution-independent framework.

How to use the Fluid Grid System

To the following code is an example of how the code works. Because The Fluid Grid System is based on a six column grid the only necessary provision is that all of the <div class="three column"> within it’s parent <div class="section"> element add up to 6. A total of 720 different combinations can be achieved in this fashion.

<div class="six_column section">
  <div class="two column">
    <div class="column_content">
      ...
    </div>
  </div>
  <div class="three column">
    <div class="column_content">
      ...
    </div>
  </div>
  <div class="one column">
    <div class="column_content">
      ...
    </div>
  </div>
</div>

The code for the Fluid Grid System is simple, lightweight, and non-obtrusive. The following is a sample of an empty three column layout with columns of varying width.

Credit and Inspiration

Many of the ideas that have inspired me to build the Fluid Grid System is from some long-time geniuses of the web world including Nathan Smith for the original web grid system the 960 grid system, also Andy Clarke, Jon Hicks, Shaun Inman, Cameron Moll, Jason Santa Maria, David Heinemeier Hansson, Sam Ruby, John Resig, Mark Bolton, Khoi Vinh, John Maeda, and Ryan Sims to name only a few.

Attributions

Modifications and fixes made from:

License

Copyright (c) 2010 Joseph Silvashy and New Gold Leaf LP Licensed under the MIT and GPL licenses.

Date: 2010-02-05 (Fri, 05 Feb 2010) Version: 0.4.0

More Repositories

1

chattyloo

A mini chat app written with Sinatra
CSS
9
star
2

repl

A simple ruby REPL
Ruby
8
star
3

elasticsearch_autocomplete

ElasticSearch with jQuery UI's autocomplete
JavaScript
5
star
4

kissmetrics

Go library for sending events to Kissmetrics
Go
3
star
5

poker

A poker game simulator written in Ruby
2
star
6

jpsilvashy.github.com

My blog
Ruby
2
star
7

panel

Ruby controlled LED panels
Ruby
2
star
8

epicmix

A Ruby gem for accessing your EpicMix data.
Ruby
2
star
9

treatyoself

Ruby
2
star
10

simple_server

Simple Server
Shell
2
star
11

project-euler

project-euler
Ruby
2
star
12

wysilol

A wysiwyg editor from the the future.
JavaScript
2
star
13

thewebreel-talkingpoints

Help us decide what to talk about on The Web Reel
2
star
14

mock-lled

Ruby
1
star
15

sinatra-sample-app

Ruby
1
star
16

poker-server

A Sinatra app for playing poker.
Ruby
1
star
17

sss

Simple Site Setup
1
star
18

x-messages

Ruby
1
star
19

newton-v1

A simple, hack-free, and opinionated HTML5 framework.
JavaScript
1
star
20

democracy

vote on anything
1
star
21

rerecipe-stack

D
1
star
22

iterm-presets

My iTerm2 presets and color palettes
1
star
23

textmate_bundles

Hand tailored versions of my favorite bundles
1
star
24

mongo_db_test

1
star
25

podcastrb

A video podcast conversion and podcast deployment tool!
1
star
26

newton

Newton framework
1
star
27

raemon

Raemon is a Ruby framework for building UNIX daemons
Ruby
1
star
28

ruby-superparser

Ruby
1
star
29

sublime_editor_settings

1
star
30

monospace-rails

A sample subscription service using Stripe for payments
Ruby
1
star
31

events

An event bus and relay, uses Node, Socket.io, and Redis.
JavaScript
1
star
32

cashier

A lightweight JavaScript library for managing and debugging your cache manifest files.
JavaScript
1
star
33

sinatra-streaming-example

A simple demonstration of streaming Redis pub/sub data over HTTP via Sinatra's new streaming capabilities.
Ruby
1
star