-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
56 lines (55 loc) · 2.76 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
<!--[if lt IE 7]> <html lang="en" class="no-js ie6 oldie"> <![endif]-->
<!--[if IE 7]> <html lang="en" class="no-js ie7 oldie"> <![endif]-->
<!--[if IE 8]> <html lang="en" class="no-js ie8 oldie"> <![endif]-->
<!--[if gt IE 8]><!-->
<html class='no-js' lang='en'>
<!--<![endif]-->
<head>
<meta charset='utf-8' />
<meta content='IE=edge,chrome=1' http-equiv='X-UA-Compatible' />
<title></title>
<meta content='' name='description' />
<meta content='' name='author' />
<meta content='width=device-width, initial-scale=1.0' name='viewport' />
<link href='stylesheets/style.css' rel='stylesheet' />
<script src='javascripts/modernizr-2.0.6.min.js'></script>
</head>
<body>
<div id='container'>
<header><h1>Filter Mixins v1.0</h1></header>
<div id='main' role='main'>
<div id="filters" data-filter="clear">
<ul>
<li><span class="grayscale"><img src="http://lorempixel.com/400/200" /></span><span>Grayscale</span></li>
<li><span class="sepia"><img src="http://lorempixel.com/400/200" /></span><span>Sepia</span></li>
<li><span class="hue-rotate"><img src="http://lorempixel.com/400/200" /></span><span>Hue Rotate</span></li>
<li><span class="brightness"><img src="http://lorempixel.com/400/200" /></span><span>Brightness</span></li>
<li><span class="contrast"><img src="http://lorempixel.com/400/200" /></span><span>Contrast</span></li>
<li><span class="blur"><img src="http://lorempixel.com/400/200" /></span><span>Blur</span></li>
<li><span class="saturate"><img src="http://lorempixel.com/400/200" /></span><span>Saturate</span></li>
<li><span class="invert"><img src="http://lorempixel.com/400/200" /></span><span>Invert</span></li>
</ul>
</div>
</div>
<footer></footer>
</div>
<script src='//ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js'></script>
<script>
window.jQuery || document.write("<script src='javascripts/jquery-1.6.2.min.js'>\x3C/script>")
</script>
<script src='javascripts/plugins.js'></script>
<script src='javascripts/script.js'></script>
<script>
var _gaq=[["_setAccount","UA-XXXXX-X"],["_trackPageview"],["_trackPageLoadTime"]];
(function(d,t){var g=d.createElement(t),s=d.getElementsByTagName(t)[0];g.async=1;
g.src=("https:"==location.protocol?"//ssl":"//www")+".google-analytics.com/ga.js";
s.parentNode.insertBefore(g,s)}(document,"script"));
</script>
<!--[if lt IE 7]>
<script src='//ajax.googleapis.com/ajax/libs/chrome-frame/1.0.3/CFInstall.min.js'></script>
<script>
window.attachEvent('onload',function(){CFInstall.check({mode:'overlay'})});
</script>
<![endif]-->
</body>
</html>