<!doctype html>
<html lang="en" class="no-js">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Sketch / Gallery</title>
<meta name="description" content="">
<meta name="author" content="">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="shortcut icon" href="/favicon.ico">
<link rel="stylesheet" href="../css/reset.css">
<link rel="stylesheet" href="../css/gallery.css">
<link href='http://fonts.googleapis.com/css?family=Yanone+Kaffeesatz:regular,bold' rel='stylesheet' type='text/css'>
</head>
<body>
<div id="container">
<header>
<h1>Sketch / Gallery</h1>
<p>This gallery highlights some of the most recent and popular sketches drawn using <a href="../">Sketch</a></p>
<a class="sketch" href="../">Start Sketching</a>
</header>
<div id="main">
<div style="clear: both;"></div>
<section id="featured">
<h2>Featured</h2>
<ul id="featured-sketches" class="sketch-list">
</ul>
<div style="clear: both;"></div>
<a id="load-more-featured" class="load-more" href="#">Load More</a>
</section>
<div style="clear: both;"></div>
<section id="most-recent">
<h2>New</h2>
<ul id="most-recent-sketches" class="sketch-list">
</ul>
<div style="clear: both;"></div>
<a id="load-more-most-recent" class="load-more" href="#">Load More</a>
</section>
<section id="most-viewed">
<h2>Popular</h2>
<ul id="most-viewed-sketches" class="sketch-list">
</ul>
<div style="clear: both;"></div>
<a id="load-more-most-viewed" class="load-more" href="#">Load More</a>
</section>
</div>
<footer>
</footer>
</div>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.js"></script>
<script>!window.jQuery && document.write(unescape('%3Cscript src="../js/libs/jquery-1.4.4.js"%3E%3C/script%3E'))</script>
<script src="../js/hakim.sketch.io.js"></script>
<script src="../js/hakim.sketch.gallery.js"></script>
</body>
</html>