-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
530 lines (437 loc) · 14.2 KB
/
index.html
File metadata and controls
530 lines (437 loc) · 14.2 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
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
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<title>HTML Template</title>
<!-- Google font -->
<link href="https://fonts.googleapis.com/css?family=Montserrat:400,700%7CVarela+Round" rel="stylesheet">
<!-- Bootstrap -->
<link type="text/css" rel="stylesheet" href="css/bootstrap.min.css" />
<!-- Owl Carousel -->
<link type="text/css" rel="stylesheet" href="css/owl.carousel.css" />
<link type="text/css" rel="stylesheet" href="css/owl.theme.default.css" />
<!-- Magnific Popup -->
<link type="text/css" rel="stylesheet" href="css/magnific-popup.css" />
<!-- Font Awesome Icon -->
<link rel="stylesheet" href="css/font-awesome.min.css">
<!-- Custom stlylesheet -->
<link type="text/css" rel="stylesheet" href="css/style.css" />
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<!-- Header -->
<header id="home">
<!-- Background Image -->
<div class="bg-img" style="background-image: url('./img/background1.jpg');">
<div class="overlay"></div>
</div>
<!-- /Background Image -->
<!-- Nav -->
<nav id="nav" class="navbar nav-transparent">
<div class="container">
<div class="navbar-header">
<!-- Logo -->
<div class="navbar-brand">
<a href="index.html">
<!-- <img class="logo" src="img/logo_transparent_dark.png" alt="logo"> -->
<!-- <img class="logo-alt" src="img/logo_transparent.png" alt="logo"> -->
</a>
</div>
<!-- /Logo -->
<!-- Collapse nav button -->
<div class="nav-collapse">
<span></span>
</div>
<!-- /Collapse nav button -->
</div>
<!-- Main navigation -->
<ul class="main-nav nav navbar-nav navbar-right">
<li><a href="#home">Home</a></li>
<li><a href="#about">About</a></li>
<li><a href="#features">Features</a></li>
<li><a href="#gestures">Gestures</a></li>
<li><a href="#team">Team</a></li>
<li><a href="#download">Download</a></li>
</ul>
<!-- /Main navigation -->
</div>
</nav>
<!-- /Nav -->
<!-- home wrapper -->
<div class="home-wrapper" id ="home-nav">
<div class="container">
<div class="row">
<!-- home content -->
<div class="col-md-10 col-md-offset-1">
<div class="home-content">
<h1 class="white-text">Log.In</h1>
<p class="white-text">Quick Texting For The Visually Impaired
</p>
<a href="#about"><button class="white-btn">Learn More</button></a>
<a href="#download"><button class="main-btn">Download</button></a>
</div>
</div>
<!-- /home content -->
</div>
</div>
</div>
<!-- /home wrapper -->
</header>
<!-- /Header -->
<!-- About -->
<div id="about" class="section md-padding">
<!-- Container -->
<div class="container">
<!-- Row -->
<div class="row">
<!-- Section header -->
<div class="section-header text-center">
<h2 class="title">Why Log.In?</h2>
</div>
<!-- /Section header -->
<center> Current Voice-To-Text and VoiceOver solutions work well for general tasks - but can be restrictive, cumborsome, and mentally taxing</center>
<br>
<!-- about -->
<div class="col-md-4">
<div class="about">
<i class="fa"></i>
<h3>Noisy Enviroments</h3>
<p> Voice-To-Text works great when no one else is around, but it's harder to get the right message when the noise levels go up - not to mention if you want to send something without others overhearing.</p>
</div>
</div>
<!-- /about -->
<!-- about -->
<div class="col-md-4">
<div class="about">
<i class="fa"></i>
<h3>Large Search Spaces</h3>
<p> Current VoiceOver keyboard solutions require you to know 26 letter keyboard layouts and swipe one letter at a time - adding extra time and stress to your text message.</p>
</div>
</div>
<!-- /about -->
<!-- about -->
<div class="col-md-4">
<div class="about">
<i class="fa"></i>
<h3>Custom Text</h3>
<p>We know a lot of you have your own ways of texting your friends...but no matter how many times you send it how do you get Voice-To-Text to recognize "OMG rofllll 2 good 2 good"?</p>
</div>
</div>
<!-- /about -->
</div>
<!-- /Row -->
</div>
<!-- /Container -->
</div>
<!-- /About -->
<!-- Why Choose Us -->
<div id="features" class="section md-padding">
<!-- Container -->
<div class="container">
<!-- Row -->
<div class="row">
<!-- why choose us content -->
<div class="col-md-6">
<div class="section-header">
<h2 class="title">So, What Is Log.In?</h2>
</div>
<p>Log.In is an iOS keyboard app that lets you swipe to input characters. We chose the name because it's short for Log.Input - our algorithm reduces the size of your search space by "Log of N". This means that instead of having to potentially swipe through 26 characters on a standard keyboard - you only ever need to swipe a max of 5 times! </p>
<br>
<p> Some of our features: </p>
<div class="feature">
<i class="fa fa-check"></i>
<p>Maximum 5 Swipe Search Space</p>
</div>
<div class="feature">
<i class="fa fa-check"></i>
<p>Complete iOS Keyboard Support</p>
</div>
<div class="feature">
<i class="fa fa-check"></i>
<p>Full VoiceOver Integration</p>
</div>
<div class="feature">
<i class="fa fa-check"></i>
<p>12+ Swipe Gestures</p>
</div>
<div class="feature">
<i class="fa fa-check"></i>
<p>Complete Voice Feedback</p>
</div>
<div class="feature">
<i class="fa fa-check"></i>
<p>Emoji and Numeral Keyboards</p>
</div>
</div>
<!-- /why choose us content -->
<!-- About slider -->
<div class="col-md-6">
<div id="about-slider" class="owl-carousel owl-theme">
<video class="img-responsive" controls>
<source src="./vid/VInputExample.mp4" type="video/mp4">
</video>
</div>
</div>
<!-- /About slider -->
</div>
<!-- /Row -->
</div>
<!-- /Container -->
</div>
<!-- /Why Choose Us -->
<!-- Numbers -->
<div id="numbers" class="section sm-padding">
<!-- Background Image -->
<div class="bg-img" style="background-image: url('./img/background2.jpg');">
<div class="overlay"></div>
</div>
<!-- /Background Image -->
<!-- Container -->
<div class="container">
<!-- Row -->
<div class="row">
<!-- number -->
<div class="col-sm-3 col-xs-6">
<div class="number">
<i class="fa fa-phone"></i>
<h3 class="white-text"><span class="counter">60%</span></h3>
<span class="white-text">Average Input Time Reduced</span>
</div>
</div>
<!-- /number -->
<!-- number -->
<div class="col-sm-3 col-xs-6">
<div class="number">
<i class="fa fa-users"></i>
<h3 class="white-text"><span class="counter">50+</span></h3>
<span class="white-text">Number of Downloads</span>
</div>
</div>
<!-- /number -->
<!-- number -->
<div class="col-sm-3 col-xs-6">
<div class="number">
<i class="fa fa-cogs"></i>
<h3 class="white-text">3</h3>
<span class="white-text">Keyboards Supported</span>
</div>
</div>
<!-- /number -->
<!-- number -->
<div class="col-sm-3 col-xs-6">
<div class="number">
<i class="fa fa-file"></i>
<h3 class="white-text"><span class="counter">12+</span></h3>
<span class="white-text">Swipe Gestures</span>
</div>
</div>
<!-- /number -->
</div>
<!-- /Row -->
</div>
<!-- /Container -->
</div>
<!-- /Numbers -->
<!-- Pricing -->
<div id="gestures" class="section md-padding">
<!-- Container -->
<div class="container">
<!-- Row -->
<div class="row">
<!-- Section header -->
<div class="section-header text-center">
<h2 class="title">Swipe Gestures</h2>
</div>
<!-- /Section header -->
<img src="./img/flow.png" height="650" width="1200">
</div>
<!-- Row -->
</div>
<!-- /Container -->
</div>
<!-- /Pricing -->
<!-- Team -->
<div id="team" class="section md-padding">
<!-- Container -->
<div class="container">
<!-- Row -->
<div class="row">
<!-- Section header -->
<div class="section-header text-center">
<h2 class="title">Our Team</h2>
</div>
<!-- /Section header -->
<!-- team -->
<div class="col-sm-4">
<div class="team">
<div class="team-img">
<img class="img-responsive" src="./img/RYAN.jpeg" alt="">
<div class="overlay">
<div class="team-social">
<a href="https://www.linkedin.com/in/ryan-cesiel-a6869a49/"><i class="fa fa-linkedin"></i></a>
<a href="#"><i class="fa fa-facebook"></i></a>
</div>
</div>
</div>
<div class="team-content">
<h3>Ryan Cesiel</h3>
</div>
</div>
</div>
<!-- /team -->
<!-- team -->
<div class="col-sm-4">
<div class="team">
<div class="team-img">
<img class="img-responsive" src="./img/MIKE.png" alt="">
<div class="overlay">
<div class="team-social">
<a href="https://www.linkedin.com/in/mvlugt/"><i class="fa fa-linkedin"></i></a>
<a href=""><i class="fa fa-facebook"></i></a>
</div>
</div>
</div>
<div class="team-content">
<h3>Michael Vander Lugt</h3>
</div>
</div>
</div>
<!-- /team -->
<!-- team -->
<div class="col-sm-4">
<div class="team">
<div class="team-img">
<img class="img-responsive" src="./img/JENNY.jpeg" alt="">
<div class="overlay">
<div class="team-social">
<a href="https://www.linkedin.com/in/jenny-chen-745b188b/"><i class="fa fa-linkedin"></i></a>
<a href=""><i class="fa fa-facebook"></i></a>
</div>
</div>
</div>
<div class="team-content">
<h3>Jenny Cheng</h3>
</div>
</div>
</div>
<!-- /team -->
</div>
<!-- /Row -->
</div>
<!-- /Container -->
</div>
<!-- /Team -->
<!-- Contact -->
<div id="download" class="section md-padding">
<!-- Container -->
<div class="container">
<!-- Row -->
<div class="row">
<!-- Section-header -->
<div class="section-header text-center">
<h2 class="title">Shoot Us An Email!</h2>
</div>
<!-- /Section-header -->
<center> We'd love to know a little about you and why you're interested in Log.In! </center>
<center> We'll make sure to get back to you ASAP with step-by-step directions on how to setup our keyboard! </center>
<br><br>
<!-- contact -->
<div class="col-sm-4">
<div class="contact">
<i class="fa fa-phone"></i>
<h3>Phone</h3>
<p>512-421-3940</p>
</div>
</div>
<!-- /contact -->
<!-- contact -->
<div class="col-sm-4">
<div class="contact">
<i class="fa fa-envelope"></i>
<h3>Email</h3>
<p>Log.In.Text.Input@gmail.com</p>
</div>
</div>
<!-- /contact -->
<!-- contact -->
<div class="col-sm-4">
<div class="contact">
<i class="fa fa-map-marker"></i>
<h3>Location</h3>
<p>San Francisco, CA</p>
</div>
</div>
<!-- /contact -->
<!-- contact form -->
<!-- <div class="col-md-8 col-md-offset-2">
<form class="contact-form">
<input type="text" class="input" placeholder="Name">
<input type="email" class="input" placeholder="Email">
<textarea class="input" placeholder="We'd love to know a little about you and why you're interested in Log.In. We'll make sure to get back to you ASAP with directions on how to install our keyboard!"></textarea>
<button class="main-btn">Send</button>
</form>
</div> -->
<!-- /contact form -->
</div>
<!-- /Row -->
</div>
<!-- /Container -->
</div>
<!-- /Contact -->
<!-- Footer -->
<footer id="footer" class="sm-padding bg-dark">
<!-- Container -->
<div class="container">
<!-- Row -->
<div class="row">
<div class="col-md-12">
<!-- footer logo -->
<!-- <div class="footer-logo">
<a href="index.html"><img src="img/logo-alt.png" alt="logo"></a>
</div> -->
<!-- /footer logo -->
<!-- footer follow -->
<!-- <ul class="footer-follow">
<li><a href="#"><i class="fa fa-facebook"></i></a></li>
<li><a href="#"><i class="fa fa-google-plus"></i></a></li>
<li><a href="#"><i class="fa fa-instagram"></i></a></li>
<li><a href="#"><i class="fa fa-linkedin"></i></a></li>
<li><a href="#"><i class="fa fa-youtube"></i></a></li>
</ul> -->
<!-- /footer follow -->
</div>
</div>
<!-- /Row -->
</div>
<!-- /Container -->
</footer>
<!-- /Footer -->
<!-- Back to top -->
<div id="back-to-top"></div>
<!-- /Back to top -->
<!-- Preloader -->
<div id="preloader">
<div class="preloader">
<span></span>
<span></span>
<span></span>
<span></span>
</div>
</div>
<!-- /Preloader -->
<!-- jQuery Plugins -->
<script type="text/javascript" src="js/jquery.min.js"></script>
<script type="text/javascript" src="js/bootstrap.min.js"></script>
<script type="text/javascript" src="js/owl.carousel.min.js"></script>
<script type="text/javascript" src="js/jquery.magnific-popup.js"></script>
<script type="text/javascript" src="js/main.js"></script>
</body>
</html>