-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
654 lines (620 loc) · 26.9 KB
/
index.html
File metadata and controls
654 lines (620 loc) · 26.9 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
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
<!DOCTYPE html>
<html class="no-js">
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-164252936-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-164252936-1');
</script>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>TigerAware</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="A mobile-based data collection platform for collecting participant experiences in real time, over time."/>
<meta name="keywords" content="Ecological Momentary Assessment, mobile, data collection, mobile health"/>
<meta name="author" content="TigerAware Labs"/>
<!-- Facebook and Twitter integration -->
<meta property="og:title" content="TigerAware Labs"/>
<meta property="og:image" content="https://tigeraware.com/images/logo3.png">
<meta property="og:image:width" content="1552"/>
<meta property="og:image:height" content="1000"/>
<meta property="og:type" content="website"/>
<meta property="og:url" content="https://tigeraware.com"/>
<meta property="og:site_name" content="TigerAware"/>
<meta property="og:description" content="A mobile-based data collection platform for collecting participant experiences in real time, over time."/>
<meta name="twitter:title" content="TigerAware Labs"/>
<meta name="twitter:image" content="https://tigeraware.com/images/logo3.png"/>
<meta name="twitter:url" content="https://tigeraware.com"/>
<meta name="twitter:card" content="summary"/>
<meta name="twitter:site" content="@TigerAware"/>
<meta name="twitter:creator" content="@TigerAware"/>
<!-- Place favicon.ico and apple-touch-icon.png in the root directory -->
<link rel="shortcut icon" href="favicon.png">
<link href='https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,300,600,400italic,700' rel='stylesheet' type='text/css'>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<!-- Animate.css -->
<link rel="stylesheet" href="css/animate.css">
<!-- Icomoon Icon Fonts-->
<link rel="stylesheet" href="css/icomoon.css">
<!-- Simple Line Icons -->
<link rel="stylesheet" href="css/simple-line-icons.css">
<!-- Magnific Popup -->
<link rel="stylesheet" href="css/magnific-popup.css">
<!-- Bootstrap -->
<link rel="stylesheet" href="css/bootstrap.css">
<link rel="stylesheet" href="./css/style.css">
<script src="js/modernizr-2.6.2.min.js"></script>
<script>
(function () {
var s = document.createElement('script');
s.type = 'text/javascript';
s.async = true;
s.src = 'https://app.termly.io/embed.min.js';
s.id = 'a7115937-4c5e-4317-839c-37b820dcf085';
s.setAttribute("data-name", "termly-embed-banner");
var x = document.getElementsByTagName('script')[0];
x.parentNode.insertBefore(s, x);
})();
</script>
</head>
<body>
<header role="banner" id="fh5co-header">
<div class="container">
<!-- <div class="row"> -->
<nav class="navbar navbar-default">
<div class="navbar-header">
<!-- Mobile Toggle Menu Button -->
<a href="#" class="js-fh5co-nav-toggle fh5co-nav-toggle" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar"><i></i></a>
<a class="navbar-brand" href="index.html">TigerAware</a>
</div>
<div id="navbar" class="navbar-collapse collapse">
<ul class="nav navbar-nav navbar-right">
<li class="active"><a href="#" data-nav-section="home"><span>Home</span></a></li>
<!-- <li><a href="#" data-nav-section="testimonials"><span>Testimonials</span></a></li> -->
<li><a href="#" data-nav-section="services"><span>Services</span></a></li>
<li><a href="#" data-nav-section="functionality"><span>Functionality</span></a></li>
<!-- <li><a href="#" data-nav-section="about"><span>About</span></a></li> -->
<li><a href="#" data-nav-section="team"><span>Team</span></a></li>
<li><a href="#" data-nav-section="demo"><span>Demo</span></a></li>
<!-- <li><a href="#" data-nav-section="docs"><span>Docs</span></a></li> -->
</ul>
</div>
</nav>
<!-- </div> -->
</div>
</header>
<section id="fh5co-home" data-section="home" style="background-image: url(images/landing-header.jpeg);" data-stellar-background-ratio="0.5">
<div class="gradient"></div>
<div class="container">
<div class="text-wrap">
<div class="text-inner">
<div class="row">
<div class="col-md-8 col-md-offset-2">
<h1 class="to-animate">Mobile-based data collection: in real time, over time</h1>
<img class="to-animate ta-logo" src="images/logo2.png">
</div>
</div>
</div>
</div>
</div>
<div class="slant"></div>
</section>
<section id="fh5co-intro">
<div class="container">
<div class="row row-bottom-padded-lg">
<div class="fh5co-block to-animate" style="background-image: url(images/img_7.jpg);">
<div class="overlay-darker"></div>
<div class="overlay"></div>
<div class="fh5co-text">
<i class="fh5co-intro-icon icon-wrench"></i>
<h2>Build</h2>
<p>Develop custom surveys including a broad array of question types, notification schedules, and phone sensor configurations.</p>
<!-- <p><a href="#" class="btn btn-primary">Get In Touch</a></p> -->
</div>
</div>
<div class="fh5co-block to-animate" style="background-image: url(images/img_8.jpg);">
<div class="overlay-darker"></div>
<div class="overlay"></div>
<div class="fh5co-text">
<i class="fh5co-intro-icon icon-rocket"></i>
<h2>Launch</h2>
<p>Deploy surveys to participant lists, tracking user progress and compliance in real time.</p>
<!-- <p><a href="#" class="btn btn-primary">Click Me</a></p> -->
</div>
</div>
<div class="fh5co-block to-animate" style="background-image: url(images/img_10.jpg);">
<div class="overlay-darker"></div>
<div class="overlay"></div>
<div class="fh5co-text">
<i class="fh5co-intro-icon icon-signal"></i>
<h2>Analyze</h2>
<p>Visualize responses to survey questions, view data across geographical time and space, and download results for further analysis.</p>
<!-- <p><a href="#" class="btn btn-primary">Why Us?</a></p> -->
</div>
</div>
</div>
<div class="row watch-video text-center to-animate">
<span>Watch the video</span>
<iframe width=85% height="545" src="https://www.youtube.com/embed/5ovaU1QJ_ww?controls=0" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<!-- <iframe src="" width=85% height="545" frameborder="0" allow="autoplay; fullscreen" allowfullscreen></iframe> -->
</div>
</div>
</section>
<section id="fh5co-services" data-section="services">
<div class="container">
<div class="row">
<div class="col-md-12 section-heading text-left">
<h2 class=" left-border to-animate">Services</h2>
<div class="row">
<div class="col-md-8 subtext to-animate">
<h3>TigerAware is a cross-platform system for collecting information from participants in real life over time. Though the system is inspired by applications in Ecological Momentary Assessment (EMA), it can be used in research studies spanning many domains. This includes the social and medical sciences (including psychological studies on emotion, behavior, and substance use), campus climate tracking, and pharmaceutical trials.</h3>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-md-6 col-sm-6 fh5co-service to-animate">
<i class="icon to-animate-2 icon-monitor"></i>
<h3>Study Management Dashboard</h3>
<p>Manage creating, deploying, and tracking surveys in real-time with your privately-provisioned database for storing user responses. Allow your participants to confidentially message administrators and view their progress in the study. </p>
</div>
<div class="col-md-6 col-sm-6 fh5co-service to-animate">
<i class="icon to-animate-2 icon-mobile-phone"></i>
<h3>iOS & Android Support</h3>
<p>Effortlessly deploy your surveys on iOS and Android platforms. </p>
</div>
</div>
<row>
<div class="clearfix visible-sm-block"></div>
<div class="col-md-6 col-sm-6 fh5co-service to-animate">
<i class="icon to-animate-2 icon-tasks"></i>
<h3>Device Integration</h3>
<p>Incorporate internal device sensors such as GPS, speed, accelerometer, and ambient light, as well as external devices integrated via Bluetooth.</p>
</div>
<div class="col-md-6 col-sm-6 fh5co-service to-animate">
<i class="icon to-animate-2 icon-group"></i>
<h3>Support</h3>
<p>Leverage our experienced team throughout the build, deploy and analyze steps of your study life cycle.</p>
</div>
</row>
</div>
</div>
</section>
<section id="fh5co-work" data-section="functionality">
<div class="container">
<div class="row">
<div class="col-md-12 section-heading text-left">
<h2 class=" left-border to-animate">Functionality</h2>
<div class="row">
<div class="col-md-8 subtext to-animate">
<h3>TigerAware provides a sophisticated mobile data collection toolkit, including a broad array of question types, advanced notification configurations, compliance monitoring, and internal/external device integration.</h3>
</div>
</div>
</div>
</div>
<div class="col-md-12 text-center to-animate">
<p><a style='background-color:white;color: #EB8258;' href="https://ieeexplore.ieee.org/document/8411846" target='_' class="btn ">View IEEE White Paper</a></p>
</div>
<br><br><br><br><br>
<table class="table to-animate hide-small">
<thead>
<tr>
<th scope="col" style="width: 25%">Question Types (<a href="question_types" target='_'>See Preview</a>)</th>
<th scope="col" style="width: 25%">Notification Scheduling</th>
<th scope="col" style="width: 25%">Compliance Monitoring</th>
<th scope="col" style="width: 25%">External & Internal Device Integration </th>
</tr>
</thead>
<tbody>
<tr>
<td>
<ul>
<li>Yes/No</li>
<li>Multiple Choice</li>
<li>Scale (Continuous & Discrete)</li>
<li>Date & Time</li>
<li>Time Interval</li>
<li>Numeric</li>
<li>Location Selection</li>
<li>Free Response</li>
<br>
<b>Dynamic Ordering</b>
<li>Randomized question presentation</li>
<li>Branch based on user responses</li>
</ul>
</td>
<td>
<ul>
<li><b>Random notifications:</b> Notifications scheduled within a configured time interval</li>
<li><b>Scheduled notifications:</b> Notifications occurring at a constant time each day</li>
<li><b>Reminder notifications:</b> Activated when a user doesn't provide a response to a scheduled or random notification</li>
<li><b>Follow-ups:</b> Schedule or un-schedule additional surveys based on user responses</b></li>
<li>Offline notification scheduling</li>
</ul>
</td>
<td>
<ul>
<li>Track whether users provide responses in a timely manner by enabling custom compliance windows</li>
<li>Suspend: participant configurable options to temporarily disable notifications</li>
<li>Only allow users to take surveys in a specific time interval</li>
<li>Only allow users to provide a fixed number of responses each day</li>
<li>Hide surveys outside of notification windows</li>
<li>View detailed participant compliance information (surveys initiated, full notification schedule, and notification reminders)</li>
</ul>
</td>
<td>
<ul>
<li>Phone GPS sensor</li>
<li>Phone speed sensor</li>
<li>Integration with other ResearchKit Active Tasks upon request</li>
<li>Integration with other external devices upon request</li>
<br>
<b>Active Tasks</b>
<li>BACTrack Alcohol Sensor</li>
<li>ResearchKit Gait and Balance Active Task</li>
<li>ResearchKit Paced Serial Addition Test (PSAT) Active Task</li>
<li>ResearchKit Stroop Active Task</li>
</ul>
</td>
</tr>
</tbody>
</table>
</div>
</section>
<!-- <section id="fh5co-about" data-section="about">
<div class="container">
<div class="row">
<div class="col-md-12 section-heading text-center">
<h2 class="to-animate">Docs</h2>
<div class="row">
<div class="col-md-8 col-md-offset-2 subtext to-animate">
<h3>New to TigerAware and want to learn more about how to get surveys up and running? Click here to find out.</h3>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-md-4">
<div class="fh5co-person text-center to-animate">
<figure><img src="images/person1.jpg" alt="Image"></figure>
<h3>Jean Smith</h3>
<span class="fh5co-position">Web Designer</span>
<p>Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts</p>
<ul class="social social-circle">
<li><a href="#"><i class="icon-twitter"></i></a></li>
<li><a href="#"><i class="icon-facebook"></i></a></li>
<li><a href="#"><i class="icon-dribbble"></i></a></li>
</ul>
</div>
</div>
<div class="col-md-4">
<div class="fh5co-person text-center to-animate">
<figure><img src="images/person2.jpg" alt="Image"></figure>
<h3>Rob Smith</h3>
<span class="fh5co-position">Web Developer</span>
<p>Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts</p>
<ul class="social social-circle">
<li><a href="#"><i class="icon-twitter"></i></a></li>
<li><a href="#"><i class="icon-facebook"></i></a></li>
<li><a href="#"><i class="icon-github"></i></a></li>
</ul>
</div>
</div>
<div class="col-md-4">
<div class="fh5co-person text-center to-animate">
<figure><img src="images/person3.jpg" alt="Image"></figure>
<h3>Larry Ben</h3>
<span class="fh5co-position">Web Designer</span>
<p>Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts</p>
<ul class="social social-circle">
<li><a href="#"><i class="icon-twitter"></i></a></li>
<li><a href="#"><i class="icon-facebook"></i></a></li>
<li><a href="#"><i class="icon-dribbble"></i></a></li>
</ul>
</div>
</div>
</div>
</div>
</section> -->
<!-- <section id="fh5co-counters" style="background-image: url(images/full_image_1.jpg);" data-stellar-background-ratio="0.5">
<div class="fh5co-overlay"></div>
<div class="container">
<div class="row">
<div class="col-md-12 section-heading text-center to-animate">
<h2>Fun Facts</h2>
</div>
</div>
<div class="row">
<div class="col-md-3 col-sm-6 col-xs-12">
<div class="fh5co-counter to-animate">
<i class="fh5co-counter-icon icon-briefcase to-animate-2"></i>
<span class="fh5co-counter-number js-counter" data-from="0" data-to="89" data-speed="5000" data-refresh-interval="50">89</span>
<span class="fh5co-counter-label">Finished projects</span>
</div>
</div>
<div class="col-md-3 col-sm-6 col-xs-12">
<div class="fh5co-counter to-animate">
<i class="fh5co-counter-icon icon-code to-animate-2"></i>
<span class="fh5co-counter-number js-counter" data-from="0" data-to="2343409" data-speed="5000" data-refresh-interval="50">2343409</span>
<span class="fh5co-counter-label">Line of codes</span>
</div>
</div>
<div class="col-md-3 col-sm-6 col-xs-12">
<div class="fh5co-counter to-animate">
<i class="fh5co-counter-icon icon-cup to-animate-2"></i>
<span class="fh5co-counter-number js-counter" data-from="0" data-to="1302" data-speed="5000" data-refresh-interval="50">1302</span>
<span class="fh5co-counter-label">Cup of coffees</span>
</div>
</div>
<div class="col-md-3 col-sm-6 col-xs-12">
<div class="fh5co-counter to-animate">
<i class="fh5co-counter-icon icon-people to-animate-2"></i>
<span class="fh5co-counter-number js-counter" data-from="0" data-to="52" data-speed="5000" data-refresh-interval="50">52</span>
<span class="fh5co-counter-label">Happy clients</span>
</div>
</div>
</div>
</div>
</section> -->
<section id="fh5co-testimonials" data-section="team">
<div class="container">
<div class="row">
<div class="col-md-12 section-heading text-left">
<h2 class="left-border to-animate">Team</h2><a target="_" href="careers" class="btn btn-primary right to-animate">We Are Hiring!</a>
</div>
</div>
<div class="row">
<div class="col-md-4 text-center">
<div class="to-animate">
<div><img style="border-radius:50%;box-shadow: 0 0 4px rgba(0, 0, 0, .3);" height="150" src="images/willpic.png"></div>
<p>
<em>Will Morrison</em>
</p>
</div>
<div class="box-testimony">
<div class="to-animate-2">
<p>From developing avionics software at Boeing, working with mobile AI development at Google, and collaborating with Apple’s UX design team, Will has a considerable breadth of software development experience.</p>
</div>
</div>
</div>
<!-- Leave out while on VISA -->
<!-- <div class="col-md-4 text-center">
<div class="to-animate">
<div><img style="border-radius:50%;box-shadow: 0 0 4px rgba(0, 0, 0, .3);" height="150" src="images/luke.jpg" alt="Person"></div>
<p>
<em>Luke Guerdan</em>
</p>
</div>
<div class="box-testimony">
<div class="to-animate-2">
<p>Luke is a graduating computer science and psychology student. As a Goldwater Scholar, he has co-authored several papers developing machine learning and software infrastructure for improved behavioral analysis techniques.</p>
</div>
</div>
</div> -->
<div class="col-md-4 text-center">
<div class="to-animate">
<div class="founder"><img style="border-radius:50%;box-shadow: 0 0 4px rgba(0, 0, 0, .3);" height="150" src="images/trull.jpg" alt="Person"></div>
<p>
<em>Dr. Tim Trull</em>
</p>
</div>
<div class="box-testimony">
<div class="to-animate-2">
<p>Dr. Trull has 15 years of experience designing and conducting ecological momentary/ambulatory assessment studies, supported by multiple NIH grants and reported in numerous peer-reviewed publications.</p>
</div>
</div>
</div>
<div class="col-md-4 text-center">
<div class="to-animate">
<div><img style="border-radius:50%;box-shadow: 0 0 4px rgba(0, 0, 0, .3);" height="150" src="images/shang.png" alt="Person"></div>
<p>
<em>Dr. Yi Shang</em>
</p>
</div>
<div class="box-testimony">
<div class="to-animate-2">
<p>Dr. Shang is a Professor and Director of Graduate Studies in the EECS Department of MU, with extensive experiences in AI and machine learning, wireless sensor networks, distributed and mobile computing, and bioinformatics.</p>
</div>
</div>
</div>
</div>
<div class="row">
</div>
</div>
</section>
<section id="fh5co-contact" data-section="demo">
<div class="container">
<div class="row">
<div class="col-md-12 section-heading text-center">
<h2 class="to-animate"><a href="#">Contact</a></h2>
<div class="row">
<div class="col-md-8 col-md-offset-2 subtext to-animate">
<h3>Get in touch to schedule a personalized demo of our system.</h3>
</div>
</div>
<div class="row">
<div class="col-md-8 col-md-offset-2 subtext to-animate">
<a target="_" href="https://play.google.com/store/apps/details?id=edu.missouri.cs.tigeraware&hl=en_US"><img style="padding-right: 20px" height="70" src="images/android-store.png"></a>
<a target="_" href="https://apps.apple.com/us/app/tigeraware/id1464388023"><img height="70" src="images/apple-store.png"></a>
</div>
</div>
</div>
</div>
<div class="row row-bottom-padded-md">
<div class="col-md-6 to-animate">
<h3>Contact</h3>
<ul class="fh5co-contact-info">
<!-- <li class="fh5co-contact-address ">
<i class="icon-home"></i>
<p>
</p>
</li> -->
<li><i class="icon-envelope"></i>info@tigeraware.com</li>
<li><i class="icon-globe"></i> <a href="http://tigeraware.com" target="_blank">tigeraware.com</a></li>
</ul>
<div class="col-md-12 text-left">
<ul class="social social-circle text-left">
<li><a target="_" href="https://twitter.com/TigerAware"><i class="icon-twitter text-center"></i></a></li>
<li><a target="_" href="https://www.linkedin.com/company/tigeraware/"><i class="icon-linkedin text-center"></i></a></li>
<li><a target="_" href="https://www.youtube.com/channel/UCJbdsleaMDK3WNV_hyjNKsg"><i class="icon-youtube text-center"></i></a></li>
</ul>
</div>
<hr>
<div>
<br><br><br>
<h3>Links</h3>
<p><a target="_" href="https://tigerawarelabs.zendesk.com/hc/en-us" class="btn btn-primary">User Guide</a></p>
<p>
<a target="_" href="privacy" class="btn btn-primary">Privacy Policy</a>
<a target="_" href="terms" class="btn btn-primary">Terms of Use</a>
<a target="_" href="cookies" class="btn btn-primary">Cookies Policy</a>
</p>
<p><a target="_" class="btn btn-primary" onclick='displayPreferenceModal()'>Manage Cookies Preferences</a></p>
</div>
</div>
<!-- <div class="col-md-6 to-animate">-->
<!-- <h3><a name="contact">Demo Requests</a></h3>-->
<!-- <form id="contact-form" class="simple-form" action="#">-->
<!-- <div class="form-group">-->
<!-- <label for="contactName" class="sr-only">Name</label>-->
<!-- <input id="contactName" class="form-control" placeholder="Name" type="text" required>-->
<!-- </div>-->
<!-- <div class="form-group ">-->
<!-- <label for="email" class="sr-only">Email</label>-->
<!-- <input id="email" class="form-control" placeholder="Email" type="email" required>-->
<!-- </div>-->
<!-- <div class="form-group ">-->
<!-- <label for="message" class="sr-only">Message</label>-->
<!-- <textarea name="" id="message" cols="30" rows="5" class="form-control" placeholder="Message" required></textarea>-->
<!-- </div> -->
<!-- <br/>-->
<!-- -->
<!-- <div class="g-recaptcha" data-callback="recaptchaCallback" data-expired-callback="resetCallback" data-sitekey="6LcbhsoUAAAAABcgm-fxC-wEzVk0M1nD78hjWY2l"></div>-->
<!-- <br/>-->
<!-- <div class="form-group ">-->
<!-- <input class="btn btn-primary btn-lg" id ="submit-form" value="Submit" type="submit" disabled>-->
<!-- </div>-->
<!-- </div>-->
<!-- </form>-->
<!-- <script type="text/javascript">-->
<!-- -->
<!-- let validCaptcha = false;-->
<!-- function recaptchaCallback(){-->
<!-- validCaptcha = true;-->
<!-- updateValid()-->
<!-- }-->
<!-- function updateValid(){-->
<!-- if (email.checkValidity() && message.checkValidity() && -->
<!-- contactName.checkValidity() && validCaptcha) {-->
<!-- $('#submit-form').prop('disabled', false); -->
<!-- } else {-->
<!-- $('#submit-form').prop('disabled', 'disabled');-->
<!-- }-->
<!-- }-->
<!-- function resetCallback(){-->
<!-- validCaptcha = false;-->
<!-- updateValid()-->
<!-- }-->
<!-- $('input').on('blur keyup', function() {-->
<!-- updateValid();-->
<!-- });-->
<!-- $('textarea').on('blur keyup', function() {-->
<!-- updateValid();-->
<!-- });-->
<!-- var $form = $('form#contact-form'),-->
<!-- url = 'FIXME'-->
<!-- $('#submit-form').on('click', function(e) {-->
<!-- e.preventDefault();-->
<!-- var jqxhr = $.ajax({-->
<!-- url: url,-->
<!-- method: "GET",-->
<!-- dataType: "json",-->
<!-- data: {-->
<!-- contactName: $('#contactName').val(),-->
<!-- email: $('#email').val(),-->
<!-- message: $('#message').val()-->
<!-- },-->
<!-- success: function(data) {-->
<!-- $("#contact-form").trigger('reset');-->
<!-- $('#modal-success').modal('toggle');-->
<!-- },-->
<!-- error: function(data) {-->
<!-- $('#modal-failure').modal('toggle');-->
<!-- console.log(data);-->
<!-- }-->
<!-- })-->
<!-- })-->
<!-- </script>-->
<!-- </div>-->
<div class="modal fade" id="modal-success" tabindex="-1" role="dialog" aria-labelledby="myModalLabel">
<div class="modal-dialog" role="document">
<div class="modal-content">
<div class="modal-header">
Thank you for your interest! We will reach out to you shortly.
</div>
</div>
</div>
</div>
<div class="modal fade" id="modal-failure" tabindex="-1" role="dialog" aria-labelledby="myModalLabel">
<div class="modal-dialog" role="document">
<div class="modal-content">
<div class="modal-header">
Whoops!
</div>
<div class="modal-body">
An error has occurred, please try again.
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section id="fh5co-about" data-section="docs">
<div class="container">
<!-- <div class="row">
<div class="col-md-12 section-heading text-center">
<h2 class="to-animate">Docs</h2>
<div class="row">
<div class="col-md-8 col-md-offset-2 subtext to-animate">
<h3>New to TigerAware and want to learn more about how to get surveys up and running? Click here to find out.</h3>
</div>
</div>
</div>
</div> -->
</div>
</section>
<footer id="footer" role="contentinfo">
<a href="#" class="gotop js-gotop"><i class="icon-arrow-up2"></i></a>
<div class="container">
<div class="">
<div class="col-md-12 text-center">
<p>© Elate Free HTML5. All Rights Reserved. <br>Created by <a href="http://freehtml5.co/" target="_blank">FREEHTML5.co</a> Images: <a href="http://pexels.com/" target="_blank">Pexels</a>, <a href="http://plmd.me/" target="_blank">plmd.me</a></p>
</div>
</div>
</div>
</footer>
<!-- jQuery -->
<script src="js/jquery.min.js"></script>
<!-- jQuery Easing -->
<script src="js/jquery.easing.1.3.js"></script>
<!-- Bootstrap -->
<script src="js/bootstrap.min.js"></script>
<!-- Waypoints -->
<script src="js/jquery.waypoints.min.js"></script>
<!-- Stellar Parallax -->
<script src="js/jquery.stellar.min.js"></script>
<!-- Counter -->
<script src="js/jquery.countTo.js"></script>
<!-- Magnific Popup -->
<script src="js/jquery.magnific-popup.min.js"></script>
<script src="js/magnific-popup-options.js"></script>
<!-- Recaptcha -->
<script src="https://www.google.com/recaptcha/api.js"></script>
<!-- Main JS (Do not remove) -->
<script src="js/main.js"></script>
</body>
</html>