Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
Copywriting
Browse files Browse the repository at this point in the history
  • Loading branch information
jonikorpi committed Sep 28, 2011
1 parent 9d5908a commit b833cea
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 8 deletions.
10 changes: 5 additions & 5 deletions framelessgrid.com/index.html
Expand Up @@ -154,10 +154,10 @@ <h3>4. That's it, really. Start using it.</h3>
</section>

<section id="downloads">
<h2>Downloads</h2>
<h2>Downloads on <a href="https://github.com/jonikorpi/Frameless">GitHub</a></h2>

<h3>
<a href="#">
<a href="https://github.com/jonikorpi/Frameless/blob/master/frameless.less">
<strong>LESS</strong>
LESS template
</a>
Expand All @@ -166,7 +166,7 @@ <h3>
<p>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.</p>

<h3>
<a href="#">
<a href="https://github.com/jonikorpi/Frameless/blob/master/frameless.scss">
<strong>SASS</strong>
SCSS template
</a>
Expand All @@ -175,7 +175,7 @@ <h3>
<p>The same as the LESS template above, but written in SCSS instead. Makes for a nice starting point for SASS users.</p>

<h3>
<a href="#">
<a href="https://github.com/jonikorpi/Frameless/blob/master/frameless.html">
<strong>HTML</strong>
HTML starting point
</a>
Expand All @@ -184,7 +184,7 @@ <h3>
<p>This is what I use as a blank canvas. Contains some basic HTML5 to go along with the LESS and SCSS templates, including <a href="http://paulirish.com/2008/conditional-stylesheets-vs-css-hacks-answer-neither/">Paul Irish's conditional classes</a>, the <a href="http://code.google.com/p/html5shim/">HTML5 Shim</a>, and a proper meta viewport tag.</p>

<h3>
<a href="#">
<a href="https://github.com/jonikorpi/Frameless/blob/master/frameless.psd">
<strong>PS</strong>
Photoshop template
</a>
Expand Down
17 changes: 14 additions & 3 deletions 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/

0 comments on commit b833cea

Please sign in to comment.