Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
137 changes: 137 additions & 0 deletions examples/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,137 @@
<!DOCTYPE html>

<html lang="en">
<head>
<meta charset="utf-8" />
<title>CSS3 Patterns - A less library</title>

<!-- Stylesheets -->
<link rel="stylesheet" href="stylesheets/demo.css" type="text/css" media="screen" />
<link rel="stylesheet" href="stylesheets/stylesheet.less" type="text/less" media="screen" />

<!-- Scripts -->
<script src="./js/less-1.4.0.min.js" type="text/javascript"> less = { env: "production"}; </script>
<!--[if lt IE 9]><script type="text/javascript" src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
</head>
<body>
<div class="page">
<header id="top">
<h1><a href="https://github.com/laughingwithu/flawless-semantics-grid">CSS3 Patterns - A less Library</a></h1>
<p>The Less mixins show cased here are based on the CSS3 patterns located <a href="http://lea.verou.me/css3patterns/">here</a> by Lea Verou and a few others.</p>
</header>
<div class="box argyle">
<p>Argyle</p>
</div>
<div class="box arrows">
<p>Arrows</p>
</div>
<div class="box blueprint">
<p>Blueprint</p>
</div>
<div class="box brady-bunch">
<p>Brady-bunch</p>
</div>
<div class="box bricks">
<p>Bricks</p>
</div>
<div class="box carbon">
<p>Carbon</p>
</div>
<div class="box carbon-fibre">
<p>Carbonfibre</p>
</div>
<div class="box checkerboard">
<p>Checkerboard</p>
</div>
<div class="box cicada-stripes">
<p>Cicada Stripes</p>
</div>
<div class="box cross">
<p>Cross</p>
</div>
<div class="box diagonal-checkerboard">
<p>Diagonal Checkerboard</p>
</div>
<div class="box diagonal-stripes">
<p>Diagonal Stripes</p>
</div>
<div class="box half-rombes">
<p>Half Rombes</p>
</div>
<div class="box hearts">
<p>Hearts</p>
</div>
<div class="box horizontal-stripes">
<p>Horizontal Stripes</p>
</div>
<div class="box houndstooth">
<p>Houndstooth</p>
</div>
<div class="box japanese-cube">
<p>Japanese Cube</p>
</div>
<div class="box lined-paper">
<p>Lined Paper</p>
</div>
<div class="box madras">
<p>Madras</p>
</div>
<div class="box marrakesh">
<p>Marrakesh</p>
</div>
<div class="box microbial-mat">
<p>Microbial Mat</p>
</div>
<div class="box polkadots">
<p>Polkadots</p>
</div>
<div class="box rainbow-bokeh">
<p>Rainbow Bokeh</p>
</div>
<div class="box seigaiha">
<p>Seigaiha</p>
</div>
<div class="box shippo">
<p>Shippo</p>
</div>
<div class="box stairs">
<p>Stairs</p>
</div>
<div class="box stars">
<p>Stars</p>
</div>
<div class="box starry-night">
<p>Starry Night</p>
</div>
<div class="box steps">
<p>Steps</p>
</div>
<div class="box tablecloth">
<p>Tablecloth</p>
</div>
<div class="box tartan">
<p>Tartan</p>
</div>
<div class="box upholstery">
<p>Upholstery</p>
</div>
<div class="box vertical-stripes">
<p>Vertical Stripes</p>
</div>
<div class="box waves">
<p>Waves</p>
</div>
<div class="box weave">
<p>Weave</p>
</div>
<div class="box zig-zag">
<p>Zigzag</p>
</div>

<footer>
<h3 class="show">And that's all folks!</h3>
<p><a href="http://github.com/laughingwithu/css-patterns-less">On Github!</a> | Designed using the <a href="http://github.com/laughingwithu/flawless-semantics-grid">Flawless Semantics Grid</a> </p>
</footer>
</div>
</body>
</html>
11 changes: 11 additions & 0 deletions examples/js/less-1.4.0.min.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions examples/stylesheets/Demo.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading