Skip to content

Commit

Permalink
Changed read me hierarchy
Browse files Browse the repository at this point in the history
  • Loading branch information
benschwarz committed Apr 15, 2013
1 parent 3aebaa3 commit 096ac1f
Showing 1 changed file with 16 additions and 5 deletions.
21 changes: 16 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,20 @@ Gallery.css is *all* CSS. Think: Simple, maintainable and understandable galleri

_What? No script!? Why?_ — Gallery css started as an experiment to build interactive, fluid componentry without the need for jQuery, or a jQuery carousel script. Use this library, or don't — either way, hopefully you'll learn from the techniques used within.

### Installation
------

## Installation

The preferred method to install gallery-css is by using Bower, a package manager for front-end components.

`bower install gallery-css`

Otherwise, if you want to keep it simple, check the [dist directory](/dist).

### Getting started

------

## Getting started

You've got a couple options with how you'd like to use gallery.css:

Expand All @@ -22,11 +27,15 @@ You've got a couple options with how you'd like to use gallery.css:

Read the [getting started guide](http://benschwarz.github.io/gallery-css#getting-started), or checkout the [examples](/examples)

### How does it work?
------

## How does it work?

I've [prepared a screencast](http://benschwarz.github.io/gallery-css) that will take you through how to build something like Gallery-css from scratch, theres tonnes of tiny details that I learnt myself while building it. Its $12, you'll learn and it'll help me keep building for the web. How good is that?

### Browser support
------

## Browser support

<table width="100%" style="text-align: center;">
<thead>
Expand All @@ -53,7 +62,9 @@ I've [prepared a screencast](http://benschwarz.github.io/gallery-css) that will

[Absolutely possible](examples/ie-8) using a variety of JS selector shims, although not recommended.

# Build instructions
------

## Build instructions

Gallery CSS is built using [grunt](http://gruntjs.com) & RubySASS.

Expand Down

0 comments on commit 096ac1f

Please sign in to comment.