-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
395 lines (305 loc) · 17 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
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
<!doctype html>
<html lang="en">
<head>
<title>Lytro Dev</title>
<meta name="description" content="With LYTRO ILLUM, experience breakthrough photography with the first high-end camera that lets you capture and harness the power of light field, allowing you to create living pictures.">
<meta name="Robots" content="INDEX,FOLLOW">
<meta property="og:title" content="LYTRO DEVELOPERS">
<meta property="og:description" content="With LYTRO ILLUM, experience breakthrough photography with the first high-end camera that lets you capture and harness the power of light field, allowing you to create living pictures.">
<meta property="og:image" content="https://www.lytro.com/_global/images/social/og_camera.jpg">
<meta property="og:url" content="https://www.lytro.com">
<link rel="icon" href="favicon.ico?v=1" />
<link rel="shortcut icon" href="favicon.ico?v=1" />
<!-- CSS STYLES -->
<link rel="stylesheet" type="text/css" media="all" title="normal" href="css/reset.css" />
<link id="site-styles" rel="stylesheet" type="text/css" media="all" title="normal" href="css/styles.css" />
<link rel="stylesheet" type="text/css" href="css/font-defs.css" />
<link rel="stylesheet" type="text/css" media="all" title="normal" href="css/ui-lightness/jquery-ui-1.10.3.custom.css">
<!-- DEVICE DETECT -->
<script src="js/plugins/device.js"></script>
<!-- PROTOTYPE -->
<script src="js/plugins/prototype/prototype.js"></script>
<!-- JQUERY & PLUGINS -->
<script src="js/plugins/jquery/jquery-2.1.1.min.js"></script>
<script src="js/plugins/jquery/jquery-migrate-1.2.1.js"></script>
<script src="js/plugins/jquery/jquery.mousewheel.min.js"></script>
<script src="js/plugins/jquery/jquery.touchSwipe.min.js"></script>
<!-- GSAP -->
<script src="js/plugins/greensock/TweenMax.min.js"></script>
<script src="js/plugins/greensock/TimelineMax.min.js"></script>
<!-- APP SCRIPTS -->
<script src="js/Globals.js"></script>
<script src="js/navigation/TopNav.js"></script>
<script src="js/navigation/TopNavMobile.js"></script>
<script src="js/carousel/Carousel.js"></script>
<script src="js/navigation/Footer.js"></script>
<script src="js/navigation/Reviews.js"></script>
<script>
var $j = jQuery.noConflict();
// enable scroll for this page
$j('body, html').css('overflow-y', 'auto');
$j('body, html').css('overflow-x', 'hidden');
$j(window).bind("load", function() {
if (IS_MOBILE) {
topNav = new TopNavMobile();
} else {
topNav = new TopNav();
reviews = new Reviews();
topCarousel = new Carousel($j('#carousel-top'), 960, false, $j('#carousel-top-text'));
}
footer = new Footer();
// fade preloader out, show first elements of page
var preloader = $j('#preloader');
TweenMax.to(preloader, 1, { alpha:0, onComplete:function(){
preloader.css('display', 'none');
} });
// show main nav
TweenMax.delayedCall(0.5, function (){
topNav.show();
});
// clicks
$j('#illum-app-divider').click(function(){
TweenMax.to($j('html, body'), 0.5, { scrollTop: $j("#illum-app-divider").offset().top, ease:Power1.easeInOut });
});
$j('#illum-app-divider').on('mouseover', function(){
TweenMax.to(this, 0.5, { scale: 1.05 });
});
$j('#illum-app-divider').on('mouseout', function(){
TweenMax.to(this, 0.5, { scale: 1 });
});
});
</script>
</head>
<body>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-23763718-24', 'lytro.com');
ga('send', 'pageview');
</script>
<!-- LOADER -->
<div id="preloader">
<div class="preloader-sprite"></div>
</div>
<!--end LOADER -->
<!-- DESKTOP CONTENT -->
<div id="desktop-content">
<!-- MAIN NAV -->
<nav id="main-nav">
<div id="main-nav-inner">
<div id="logo"><a href="/"></a></div>
<div id="extra-menu-btn">
<svg class="extra-menu-btn-hitarea" version="1.1" xmlns="http://www.w3.org/2000/svg" x="0px" y="0px" width="29px" height="20px" viewBox="0 0 29 20" enable-background="new 0 0 29 20" xml:space="preserve">
<rect opacity="0.01" fill="#66CBE0" enable-background="new " width="29" height="20"/>
<path class="extra-menu-btn-fill" fill="#FFFFFF" d="M27.329,0H1.671C0.748,0,0,0.748,0,1.671v0.001c0,0.923,0.748,1.671,1.671,1.671h25.658
C28.252,3.344,29,2.595,29,1.673V1.671C29,0.748,28.252,0,27.329,0z M27.329,8.328H1.671C0.748,8.328,0,9.076,0,10v0.001
c0,0.923,0.748,1.671,1.671,1.671h25.658c0.923,0,1.671-0.748,1.671-1.671V10C29,9.076,28.252,8.328,27.329,8.328z
M27.329,16.656H1.671C0.748,16.656,0,17.405,0,18.328v0.001C0,19.252,0.748,20,1.671,20h25.658C28.252,20,29,19.252,29,18.329
v-0.001C29,17.405,28.252,16.656,27.329,16.656z"/>
</svg>
<div id="extra-menu">
<div id="extra-menu-top-arrow"></div>
<ul>
<li class="main-btns-responsive"><a href="https://www.lytro.com/downloads/">SOFTWARE</a></li>
<li class="main-btns-responsive"><a href="https://www.lytro.com/camera/specs/">SPECS</a></li>
<li class="main-btns-responsive"><a href="https://www.lytro.com/learn/">TRAINING</a></li>
<li><a href="https://pictures.lytro.com/" target="_blank">GALLERY</a></li>
<li><a href="https://www.lytro.com/about/" target="_blank">ABOUT</a></li>
<li><a href="https://support.lytro.com/hc/en-us" target="_blank">SUPPORT</a></li>
<li><a href="https://store.lytro.com/" target="_blank">SHOP</a></li>
</ul>
</div>
</div>
<ul id="main-btns">
<li><a href="#illum-app-divider">LFP PLAYER</a></li>
<li><a href="#kernel-source">THIRD PARTY OPEN SOURCE</a></li>
</ul>
</div>
</nav>
<!-- end MAIN NAV -->
<!-- CONTENT -->
<div class="static-page-content-wrapper margin-top-mainNavHeight">
<div class="software-page-content padding-top-30">
<!-- top carousel -->
<div id="carousel-top">
<div class="arrow-left"></div>
<div class="arrow-right"></div>
<div class="carousel-images-holder">
<ul>
<li>
<div id="web">
<h1>WELCOME DEVELOPERS</h1>
<h2>THE TOOLS TO BRING YOUR PICTURES TO LIFE.</h2>
<div style="padding-top: 30px;">
<p>This will be the home of technical information for developers who wish to develop using Lytro's technologies and products. We are currently working hard to put together tools to help developers enable exciting new experiences based on living pictures - stay tuned...</p>
<p>In the meantime, if you are interested in showcasing living pictures on your website, check out the following <a href="http://player.lytro.com/basic_player.html">embed instructions</a>.
</p>
</div>
<!--
<div id="download-btn-holder">
<a href="https://www.lytro.com/downloads/InstallLytro.exe"><span class="download-btn float-left">DOWNLOAD LFP SDK</span></a>
</div>
-->
</div>
</li>
<li>
<div id="kernel-source">
<h1>WELCOME DEVELOPERS</h1>
<h2>THIS IS THE HOME OF THIRD PARTY OPEN SOURCE.</h2>
<br>
<br>
<br>
<p>Download third-party open source code and materials for the Lytro ILLUM version 1.0.0</p>
<div id="download-btn-holder">
<a href="https://s3.amazonaws.com/dev.lytro.com/firmware/lytro-open-source.tar.gz"><span class="download-btn float-left">DOWNLOAD</span></a>
</div>
</div>
</li>
</ul>
</div>
</div>
<!-- end top carousel -->
</div>
</div>
<div id="illum-app-divider"><img src="images/design-elements/blue-down-arrow.svg" width="45" height="45"/><h1>INTERACTIVE PLAYER</h1></div>
<div class="static-page-content-wrapper">
<div class="software-page-content padding-top-30">
<p class="text">LFP Player allows you to showcase your living pictures artistically as animations and interactive user experiences directly onto your website / application. Our current option for enabling this is via a simple iframe embed, <a href="https://support.lytro.com/hc/en-us/articles/200864610-Introduction-to-Embedding-Lytro-Living-Pictures">see here</a> for details.</p>
<!-- devices carousel -->
<div id="carousel-devices">
<div class="carousel-item-holder" id="code">
<p data-height="360" data-theme-id="7417" data-slug-hash="mpklC" data-default-tab="html" class='codepen'></p>
</div>
<div class="carousel-item-holder" >
<p data-height="360" data-theme-id="7417" data-slug-hash="mpklC" data-default-tab="result" class='codepen'></p>
</div>
<script async src="http://codepen.io/assets/embed/ei.js"></script>
</div>
<p id="carousel-devices-text"></p>
<!-- end devices carousel -->
<!--<div id="app-store-btn">
<a href="https://itunes.apple.com/us/app/lytro/id653750461?mt=8#" target="_blank"><img src="images/page-software/app-store.svg" width="169" height="51"/></a>
</div>-->
</div>
</div>
<!-- end CONTENT -->
<!-- FOOTER -->
<div id="footer-wrapper">
<footer>
<ul>
<a href="https://www.facebook.com/Lytro" target="_blank"><li class="fb-icon"></li></a>
<a href="https://twitter.com/Lytro" target="_blank"><li class="tw-icon"></li></a>
<a href="http://instagram.com/Lytro" target="_blank"><li class="insta-icon"></li></a>
</ul>
<div class="logo"><a href="https://www.lytro.com/"></a></div>
<div class="copyright-text">© 2014 LYTRO, INC. ALL RIGHTS RESERVED<a></a>| <a href="https://www.lytro.com/privacy/">PRIVACY POLICY</a> | <a href="https://www.lytro.com/cookies/">COOKIES</a> | <a href="https://www.lytro.com/legal/">LEGAL</a></div>
<script src="js/plugins/jquery/jquery.ajaxchimp.js"></script>
<script src="js/plugins/jquery/jquery.placeholder.js"></script>
<script>
// for IE9, need placeholder plugin for textarea and input textfields
$j('input, textarea').placeholder();
</script>
</footer>
</div> <!-- end FOOTER -->
</div>
<!-- end DESKTOP CONTENT -->
<!-- MOBILE CONTENT -->
<div id="mobile-content">
<!-- MAIN NAV MOBILE -->
<nav id="main-nav-mobile">
<div id="menu-btn-mobile"></div>
<div id="logo-mobile"></div>
<div id="menu-mobile">
<ul>
<li class="title">LYTRO ILLUM</li>
<li><a href="https://www.lytro.com/"><p>EXPLORE</p></a></li>
<li><a href="https://www.lytro.com/downloads/"><p>SOFTWARE</p></a></li>
<li><a href="https://www.lytro.com/camera/specs/"><p>SPECS</p></a></li>
<li><a href="https://www.lytro.com/learn/"><p>TRAINING</p></a></li>
</ul>
<ul>
<li class="title">LYTRO</li>
<li><a href="https://pictures.lytro.com/" target="_blank"><p>GALLERY</p></a></li>
<li><a href="https://www.lytro.com/about/" target="_blank"><p>ABOUT</p></a></li>
<li><a href="https://support.lytro.com/hc/en-us" target="_blank"><p>SUPPORT</p></a></li>
<li><a href="https://store.lytro.com/" target="_blank"><p>SHOP</p></a></li>
<li></li>
<li></li>
</ul>
</div>
</nav> <!-- end MAIN NAV MOBILE -->
<!-- CONTENT -->
<div id="mobile-content-wrapper">
<div id="software-page-content">
<section class="padding-top-30">
<div class="section-header">
<h1 class="section-title">WELCOME DEVELOPERS</h1>
<h2 class="section-title-smaller">THE TOOLS TO BRING YOUR PICTURES TO LIFE.</h2>
<p class="text">This will be the home of technical information for developers who wish to develop using Lytro's technologies and products. We are currently working hard to put together tools to help developers enable exciting new experiences based on living pictures - stay tuned...</p>
<p class="text">In the meantime, if you are interested in showcasing living pictures on your website, check out the following <a href="http://player.lytro.com/basic_player.html">embed instructions</a>.
</p>
</div>
<div class="section-header">
<div class="one-px-divider-soft-sides"></div>
<h1 class="section-title">THIRD PARTY OPEN SOURCE</h1>
<p class="text" >Download third-party open source code and materials for the Lytro ILLUM version 1.0.0</p>
<p class="text">
<a href="https://s3.amazonaws.com/dev.lytro.com/firmware/lytro-open-source.tar.gz"><span class="download-btn float-left">DOWNLOAD</span></a>
</p>
</div>
</section>
<div class="thick-divider">
<img src="images/design-elements/blue-down-arrow.svg"/>
<h1>LFP PLAYER</h1>
</div>
<section class="padding-top-30">
<div class="section-header">
<p class="text">LFP Player allows you to showcase your living pictures artistically as animations and interactive user experiences directly onto your website / application. Our current option for enabling this is via a simple iframe embed, <a href="https://support.lytro.com/hc/en-us/articles/200864610-Introduction-to-Embedding-Lytro-Living-Pictures">see here</a> for details.</p>
<p data-height="360" data-theme-id="7417" data-slug-hash="mpklC" data-default-tab="html" class='codepen'></p>
<p data-height="360" data-theme-id="7417" data-slug-hash="mpklC" data-default-tab="result" class='codepen'></p>
<script async src="http://codepen.io/assets/embed/ei.js"></script>
</div>
</section>
<!--<div id="app-store-btn" style="margin-bottom:30px;">
<a href="https://itunes.apple.com/us/app/lytro/id653750461?mt=8#" target="_blank"><img src="images/page-software/app-store.svg" width="169" height="51"/></a>
</div>-->
</div>
</div>
<!-- end CONTENT -->
<!-- FOOTER -->
<div id="footer-wrapper">
<footer>
<div class="logo"></div>
<ul>
<a href="https://www.facebook.com/Lytro" target="_blank"><li class="fb-icon"></li></a>
<a href="https://twitter.com/Lytro" target="_blank"><li class="tw-icon"></li></a>
<a href="http://instagram.com/Lytro" target="_blank"><li class="insta-icon"></li></a>
</ul>
<script src="js/plugins/jquery/jquery.ajaxchimp.js"></script>
<script src="js/plugins/jquery/jquery.placeholder.js"></script>
<script>
// for IE9, need placeholder plugin for textarea and input textfields
$j('input, textarea').placeholder();
</script>
<div class="copyright-text">© 2014 LYTRO, INC. ALL RIGHTS RESERVED<a></a>| <a href="https://www.lytro.com/privacy/">PRIVACY POLICY</a> | <a href="https://www.lytro.com/cookies/">COOKIES</a> | <a href="https://www.lytro.com/legal/">LEGAL</a></div>
</footer>
</div> <!-- end FOOTER -->
</div>
<!-- end MOBILE CONTENT -->
<!-- CHECK PLATFORM. IF MOBILE, REMOVE ALL DESKTOP CONTENT. IF DESKTOP, REMOVE ALL MOBILE CONTENT. -->
<script src="js/Detect.js"></script>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-23763718-1']);
_gaq.push(['_setDomainName', 'lytro.com']);
_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>
</body>
</html>