-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
411 lines (235 loc) · 12.3 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
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 STRICT//EN"
"http://www.w3.org/TR/xhtml1/dtd/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<!-- Mirrored from www.slidescreenhome.com/ by HTTrack Website Copier/3.x [XR&CO'2014], Sun, 01 Mar 2015 22:03:36 GMT -->
<head>
<title>Slide Screen by Larva Labs</title>
<meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1" />
<meta http-equiv="Content-Language" content="en-US" />
<meta http-equiv="imagetoolbar" content="no" />
<meta name="owner" content="Matt Hall, John Watkinson - Larva Labs" />
<meta name="author" content="Design: Ideas on Purpose. Coding: Alvaro Casanova (YeahstyleDG)" />
<meta name="description" content="Larva Labs proposes a slide screen that creates a meaningful hierarchy out of a user's information. Designed for an Android-based handset, our home screen is intended to appeal to Blackberry owners and people struggling with information overload." />
<meta name="keywords" content="Larva Labs, mobile phone, Android, Blackberry, Slide Screen" />
<meta name="copyright" content="Larva Labs © 2010" />
<meta name="google-site-verification" content="yzRmuI6osBuGjiOsi-zu_bSsNa5RA99rLOHCSB7yuyI" />
<!-- STYLESHEETS -->
<link rel="stylesheet" type="text/css" href="css/style.css" media="screen" />
<link rel="stylesheet" href="css/coda-slider-2.0.css" type="text/css" media="screen" />
<link rel="stylesheet" href="css/thickbox.css" type="text/css" media="screen" />
<!-- CONDITIONAL COMMENTS -->
<!--[if IE 6]>
<link rel="stylesheet" type="text/css" href="css/ie6.css" />
<![endif]-->
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico" />
<link rel="icon" type="image/x-icon" href="favicon.ico" />
<!-- Shadowbox -->
<link rel="stylesheet" type="text/css" href="shadowbox-build-3.0rc1/shadowbox.css">
<script type="text/javascript" src="script/jquery.js"></script>
<script type="text/javascript" src="shadowbox-build-3.0rc1/shadowbox.js"></script>
<script type="text/javascript">
Shadowbox.init({
players: ["qt", "img"],
onFinish:function(){ $('#sb-body-inner img').one('click',Shadowbox.close); }
});
</script>
<!-- slider -->
<script type="text/javascript" src="script/jquery-1.3.2.min.js"></script>
<script type="text/javascript" src="script/jquery.easing.1.3.js"></script>
<script type="text/javascript" src="script/jquery.coda-slider-2.0.js"></script>
<script type="text/javascript">
$().ready(function() {
$('#coda-slider-1').codaSlider();
});
</script>
<!-- detect android -->
<script type="text/javascript" src="script/android_detect.js"></script>
<!-- End JavaScript -->
</head>
<body>
<div id="wrapper">
<div id="container" class="clearfix">
<!--
<script type="text/javascript" charset="utf-8">
var is_ssl = ("https:" == document.location.protocol);
var asset_host = is_ssl ? "https://s3.amazonaws.com/getsatisfaction.com/" : "http://s3.amazonaws.com/getsatisfaction.com/";
document.write(unescape("%3Cscript src='" + asset_host + "javascripts/feedback-v2.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript" charset="utf-8">
var feedback_widget_options = {};
feedback_widget_options.display = "overlay";
feedback_widget_options.company = "larvalabs";
feedback_widget_options.placement = "left";
feedback_widget_options.color = "#222";
feedback_widget_options.style = "question";
var feedback_widget = new GSFN.feedback_widget(feedback_widget_options);
</script>
-->
<div class="c_a left intro">
<h1><a id="logo" href="#"><span class="hidden">Slide Screen</span></a></h1>
<!-- APP DESCRIPTION -->
<p>Larva Labs presents a home screen that creates a meaningful hierarchy out of your information. Built for Android-based handsets, our home screen is designed for heavy phone users and people struggling with information overload.<p>
<!-- VIDEO AND BETA -->
<p><a id="video_button" rel="shadowbox;height=574;width=370" title="Slide Screen" href='http://www.larvalabs.com/images/videos/homescreenvideov2-400w-h264.mov'><span class="hidden">Watch Video</span></a></p>
<p><a id="android_video_button" title="Slide Screen" href='http://www.youtube.com/watch?v=9KoYF1hmKsE'><span class="hidden">Watch Video</span></a></p>
<!-- <p><a id="beta_button" href="https://market.android.com/details?id=com.larvalabs.slidescreen"><span class="hidden">Sign up for Beta</span></a></p> -->
</div>
<div class="c_a left last">
<!-- SCREENSHOTS -->
<div class="coda-slider-wrapper clearfix">
<div class="coda-slider preload" id="coda-slider-1">
<div class="panel">
<div class="panel-wrapper">
<a rel="shadowbox" href="images/newcolors-droid.png"><img alt="screenshot1" width="208" height="371" src="images/slide1.jpg" /></a>
</div>
</div>
<div class="panel">
<div class="panel-wrapper">
<a rel="shadowbox" href="images/filtermode-twitter.png"><img alt="screenshot2" width="208" height="371" src="images/slide2.jpg" /></a>
</div>
</div>
<div class="panel">
<div class="panel-wrapper">
<a rel="shadowbox" href="images/screenshot-launcher.jpg"><img alt="screenshot3" width="208" height="371" src="images/slide4.jpg" /></a>
</div>
</div>
<div class="panel">
<div class="panel-wrapper">
<a rel="shadowbox" href="images/screenshot-newsreader1.jpg"><img alt="screenshot4" width="208" height="371" src="images/slide3.jpg" /></a>
</div>
</div>
</div>
</div>
</div>
<!-- FEATURES -->
<h2 class="clear">Features</h2>
<div id="features_content" class="clearfix">
<div class="row clearfix">
<!-- DRAGGABLE CENTER BAR INFO -->
<div class="feature c_a left clearfix">
<img class="left" alt="Draggable Center Image" width="157" height="88" src="images/img1.jpg" />
<h3>Draggable center bar</h3>
<p>Divides messages and appointments from news, stocks and more general information. User can show more or less personal information by sliding bar vertically.</p>
</div>
<!-- COLOR CODING -->
<div class="feature c_a left last clearfix ">
<img class="left" alt="Color Coding" width="157" height="88" src="images/img3.jpg" />
<h3>Color coding</h3>
<p>Indicates different categories of information (e.g. text messages, phone calls, calendar events.) The latest information in each category is always visible.</p>
</div>
</div>
<div class="row clearfix">
<!-- ICONS -->
<div class="feature c_a left clearfix">
<img class="left" alt="Icons" width="157" height="88" src="images/img2.jpg" />
<h3>Icons</h3>
<p>Icons on the right-hand side link <br />to the full application for each category.</p>
</div>
<!-- WEATHER, DATE AND TIME -->
<div class="feature c_a left last clearfix ">
<img class="left" alt="Weather, Date and Time" width="157" height="88" src="images/img4.jpg" />
<h3>Weather, Date and Time</h3>
<p>A selection of system information and your latest weather conditions are always visible. A micro-forecast gives a compact indication of the week ahead.</p>
</div>
</div>
</div>
<!-- APPS -->
<h2 id="apps" class="clear">Apps</h2>
<div class="row clearfix">
<!-- TWITTER -->
<div id="twitter" class="app">
<img alt="Twitter" width="27" height="25" src="images/twitter.gif" />
<h4>Twitter</h4>
<p>Follow your friend and stay up to date.</p>
</div>
<!-- PHONE -->
<div id="phone" class="app">
<img alt="Phone" width="27" height="25" src="images/phone.gif" />
<h4>Phone</h4>
<p>Missed calls and voicemail, just touch to call or listen.</p>
</div>
<!-- SMS -->
<div id="sms" class="app">
<img alt="SMS" width="27" height="25" src="images/sms.gif" />
<h4>SMS</h4>
<p>A real time summary of new messages is always visible.</p>
</div>
<!-- STOCKS -->
<div id="stocks" class="app last">
<img alt="Stocks" width="27" height="25" src="images/stocks.gif" />
<h4>Stocks</h4>
<p>Real time quotes, listed by percentage change.</p>
</div>
</div>
<div class="row clearfix">
<!-- NEWS -->
<div id="news" class="app">
<img alt="News" width="27" height="25" src="images/news.gif" />
<h4>News</h4>
<p>News feeds summarized and updated regularly.</p>
</div>
<!-- EMAIL -->
<div id="email" class="app">
<img alt="Email" width="27" height="25" src="images/mail.gif" />
<h4>Email</h4>
<p>Multiple accounts, combined and prioritized by date.</p>
</div>
<!-- CALENDAR -->
<div id="calendar" class="app">
<img alt="Calendar" width="27" height="25" src="images/calendar.gif" />
<h4>Calendar</h4>
<p>See what appointment is next at all times.</p>
</div>
<!-- FACEBOOK -->
<div id="facebook" class="app last">
<img alt="Facebook" width="27" height="25" src="images/facebook.gif" />
<h4>Facebook</h4>
<p>Now with Facebook support!</p>
</div>
</div>
<!-- HELP SECTION -->
<h2 id="help" class="clear">Help</h2>
<div class="row clearfix">
<div class="help" >
<h4>Why isn't SlideScreen showing my email?</h4>
<p>Right now we sync email with the single GMail account you used to sign into the phone. Multiple accounts and exchange support are coming soon.</p>
</div>
<div class="help" >
<h4>Can I sync to my favorite app?</h4>
<p>In the current version we support the apps listed above. However, we are working on an API for developers to plug into our system.</p>
</div>
<div class="help ">
<h4>What features are you working on next?</h4>
<p>You can vote for what features we should work on over at the <a href="http://getsatisfaction.com/larvalabs">support site.</a></p>
</div>
<div class="help last" >
<h4>Support</h4>
<p>Visit our <a href="http://getsatisfaction.com/larvalabs">Support Site</a> for more help or to suggest new feature!</p>
</div>
</div>
<!-- HELP ENDS -->
<div class="push"></div>
</div>
</div>
<!-- FOOTER -->
<div id="footer" >
<div id="logos" class="clearfix">
<div class="c_a left clearfix">
<p class="developed_by">Developed by: <br /> <a href="http://www.larvalabs.com/">Larva Labs</a></p>
<p class="logo_here"><a id="larvalabs_logo" href="http://www.larvalabs.com/"><img alt="Larva Labs Logo" width="63" height="39" src="images/larvalabs_logo.gif" /></a></p>
</div>
<div class="c_a left cleafix last">
<p class="developed_by">Designed with our friends at: <br /> <a href="http://www.ideasonpurpose.com/">Ideas On Purpose</a></p>
<p class="logo_here"><a id="iop_logo" href="http://www.ideasonpurpose.com/"><img alt="Ideas On Purpose Logo" width="56" height="41" src="images/ideas_on_purpose_logo.gif" /></a></p>
</div>
</div>
</div>
<script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
</script>
<script type="text/javascript">
_uacct = "UA-191940-7";
urchinTracker();
</script>
</body>
<!-- Mirrored from www.slidescreenhome.com/ by HTTrack Website Copier/3.x [XR&CO'2014], Sun, 01 Mar 2015 22:04:13 GMT -->
</html>