-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
54 lines (47 loc) · 2.38 KB
/
index.html
File metadata and controls
54 lines (47 loc) · 2.38 KB
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
<!DOCTYPE html>
<!--[if lt IE 7 ]><html class="ie ie6" lang="en"> <![endif]-->
<!--[if IE 7 ]><html class="ie ie7" lang="en"> <![endif]-->
<!--[if IE 8 ]><html class="ie ie8" lang="en"> <![endif]-->
<!--[if (gte IE 9)|!(IE)]><!--><html lang="en"> <!--<![endif]-->
<head>
<!-- Basic Page Needs
================================================== -->
<meta charset="utf-8">
<title>Skewed</title>
<meta name="description" content="Skew transform for multiple media viewports image box with a jquery html5 lightbox">
<meta name="author" content="Marc Shifflett">
<!-- Mobile Specific Metas
================================================== -->
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<!-- CSS
================================================== -->
<link rel="stylesheet" href="css/base.css">
<link rel="stylesheet" href="css/skeleton.css">
<link rel="stylesheet" href="css/layout.css">
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<!-- Favicons
================================================== -->
<link rel="shortcut icon" href="images/favicon.ico">
<link rel="apple-touch-icon" href="images/apple-touch-icon.png">
<link rel="apple-touch-icon" sizes="72x72" href="images/apple-touch-icon-72x72.png">
<link rel="apple-touch-icon" sizes="114x114" href="images/apple-touch-icon-114x114.png">
<script type="text/javascript" src="html5lightbox.js"></script>
</head>
<body>
<div class="container">
<h1>Skew transform</h1>
<div class="box-wrapper">
<div class="box img1"><a href="image-1.png" class="html5lightbox" data-group="flower-power" title="Geranium"><img src="image-1.png"></a></div>
<div class="box img2"><a href="image-2.png" class="html5lightbox" data-group="flower-power" title="Red Day Lily"><img src="image-2.png"></a></div>
<div class="box img3"><a href="image-3.png" class="html5lightbox" data-group="flower-power" title="Bergamot & Catmint"><img src="image-3.png"></a></div>
<div class="box img4"><a href="image-5.png" class="html5lightbox" data-group="flower-power" title="Day Lily & Bergamot"><img src="image-5.png"></a></div>
</div>
<h1>Multiple media query</h1>
</div>
<footer>
<p>Handcrafted by <a href="http://www.twitter.com/mashcode">@mashcode</a> All photo rights reserved. © marcshifflett.com</p>
</footer>
</body>
</html>