Skip to content

Commit

Permalink
text change to highlight that this is not a template or widget lib.
Browse files Browse the repository at this point in the history
  • Loading branch information
Egor Kloos committed Sep 8, 2011
1 parent 7315d21 commit 363a3e3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.html
Expand Up @@ -36,6 +36,9 @@ <h1>Web stack basics</h1>
<h5>Get it right and start with LESS!</h5>
</hgroup>
<section>
<p>
The first thing to point out is that this isn't a kitchen sink project like HTML5 Boilerplate. In fact it's not a template or widget library at all. <strong>FE-Patterns is a web stack pattern reference</strong>. These patterns are for you to tinker around with. Create your own HTML and use LESS files to style it.
</p>
<p>
All web projects these days make use of the full web stack (HTML, CSS and JavaScript).
With front-end conventions and rendering conformance being more commen across browser vendors we at Lunatech Research have started shedding the extra bloat of the past and are looking forward to making first grade web experiences. Each and every time.
Expand All @@ -44,9 +47,6 @@ <h5>Get it right and start with LESS!</h5>
To make the this process even easier we've started using pre-parsers like LESS and SASS.
For its simplicity and ease of use right out of the box we've opted for <a href="http://lesscss.org/">LESS</a>. Implementing markup and UI patterns has never been this effortless.
</p>
<p>
The first thing to point out is that this isn't a kitchen sink project like HTML5 Boilerplate. I've avoided the need to trim down the front-end, in fact it assumes that you will tinker around.
</p>
</section>
<ol class="bootsteps">

Expand Down

0 comments on commit 363a3e3

Please sign in to comment.