From b833cea3bd7edf7da6abc9e4e1b091181e7a966b Mon Sep 17 00:00:00 2001 From: Joni Korpi Date: Wed, 28 Sep 2011 22:18:07 +0300 Subject: [PATCH] Copywriting --- framelessgrid.com/index.html | 10 +++++----- readme.md | 17 ++++++++++++++--- 2 files changed, 19 insertions(+), 8 deletions(-) diff --git a/framelessgrid.com/index.html b/framelessgrid.com/index.html index 4f82f52..1ef7643 100644 --- a/framelessgrid.com/index.html +++ b/framelessgrid.com/index.html @@ -154,10 +154,10 @@

4. That's it, really. Start using it.

-

Downloads

+

Downloads on GitHub

- + LESS LESS template @@ -166,7 +166,7 @@

Contains a small CSS reset, some consistency fixes, as well as some customizable super-basic variables and functions for starting off a Frameless grid. A good starting point for LESS CSS users.

- + SASS SCSS template @@ -175,7 +175,7 @@

The same as the LESS template above, but written in SCSS instead. Makes for a nice starting point for SASS users.

- + HTML HTML starting point @@ -184,7 +184,7 @@

This is what I use as a blank canvas. Contains some basic HTML5 to go along with the LESS and SCSS templates, including Paul Irish's conditional classes, the HTML5 Shim, and a proper meta viewport tag.

- + PS Photoshop template diff --git a/readme.md b/readme.md index 537c1be..d14c8df 100644 --- a/readme.md +++ b/readme.md @@ -1,4 +1,15 @@ -# Under development. +# Dig responsive design? Hate fluid grids? Try a Frameless grid. -All code licensed under CC0 -http://creativecommons.org/publicdomain/zero/1.0/ +See http://framelessgrid.com/ for more information. + +# Contents + +- **frameless.less** contains a small CSS reset, some consistency fixes, as well as some customizable super-basic variables and functions for starting off a Frameless grid. +- **frameless.scss** contains the same as the LESS file, but in SCSS instead. +- **frameless.html** is a basic HTML5 template, which includes [Paul Irish's conditional classes](http://paulirish.com/2008/conditional-stylesheets-vs-css-hacks-answer-neither/), the [HTML5 Shim](http://code.google.com/p/html5shim/), and a proper meta viewport tag. +- **frameless.psd** is a basic Photoshop template for a Frameless grid with 48 px columns and 24 px gutters. +- **frameless.js** is under development. + +# License + +All code licensed under CC0: http://creativecommons.org/publicdomain/zero/1.0/