forked from thomasxiii/lenticular.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
108 lines (101 loc) · 3.6 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<script type="text/javascript" src="http://use.typekit.com/yoe8gdj.js"></script>
<script type="text/javascript">try{Typekit.load();}catch(e){}</script>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<title>lenticular.js - tilt-controlled images</title>
<link rel="stylesheet" href="css/reset.css">
<link rel="stylesheet" href="css/base.css">
<script src="js/jquery-1.8.0.min.js"></script>
<script src="js/modernizr.js"></script>
<script src="js/lenticular.min.js"></script>
<script src="js/base.js"></script>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-12900000-9']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</head>
<body>
<header>
<div class="logo">
<a href="http://attasi.com"></a>
</div>
<hgroup>
<h1>lenticular.js</h1>
<h2>tilt-controlled images <span class="me">from your pal <a href="http://twitter.com/attasi">@attasi</a></span></h2>
</hgroup>
<nav>
<ul>
<li><a href="/" class="current">examples</a></li>
<li><a href="docs.html">docs</a></li>
<li><a href="https://github.com/thomasxiii/lenticular.js">github</a></li>
<li><a href="http://twitter.com/share?url=http%3A%2F%2Flenticular.attasi.com&related=attasi&text=lenticular.js%20-%20tilt-controlled%20images%20by%20@attasi" target="_blank">tweet</a></li>
<li><a href="js/lenticular.min.js" class="download-btn">download</a></li>
</ul>
</nav>
</header>
<a href="#" class="previous"></a>
<a href="#" class="next"></a>
<article class="mobile-examples">
<a href="#" class="victoria-link"></a>
<a href="#" class="swanson-link"></a>
<a href="#" class="lambo-link"></a>
</article>
<a href="#" class="mobile-close-btn"></a>
<article class="mobile-lenticular"></article>
<article class="example">
<div class="description description-1">
<h3>flow-mo</h3>
<p>views of sexy ladies dressed like chiquita banana.<p>
</div>
<div class="description description-2">
<h3>tilt-gifs</h3>
<p>of the witty,<br>mustachioed elite.<p>
</div>
<div class="description description-3">
<h3>spin-a-ma-jigs</h3>
<p>of things you'll never own.<p>
</div>
<div class="qr qr-1">
<div class="mini-phone">
<!-- <img src="images/qr-victoria.png" class="qr-victoria" /> -->
</div>
<p><strong>try it on a fancy<br>pocket computer</strong><br>iPhones work well</p>
</div>
<div class="qr qr-2">
<div class="mini-phone">
<!-- <img src="images/qr-victoria.png" class="qr-victoria" /> -->
</div>
<p><strong>try it on a fancy<br>pocket computer</strong><br>iPhones work well</p>
</div>
<div class="qr qr-3">
<div class="mini-phone">
<!-- <img src="images/qr-victoria.png" class="qr-victoria" /> -->
</div>
<p><strong>try it on a fancy<br>pocket computer</strong><br>iPhones work well</p>
</div>
<div class="ipad">
<div class="camera"></div>
<div class="specular-wrapper">
<div class="specular"></div>
</div>
<div class="ipad-content">
<div class="lenticular swanson"></div>
<div class="lenticular lambo"></div>
<div class="lenticular victorias-secret"></div>
</div>
<button class="home-btn"></button>
</div>
</article>
</body>
</html>