-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
699 lines (620 loc) · 29.7 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
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
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
<!DOCTYPE html>
<html lang="en">
<!-- head tag starts -->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<title>
Hello from UPWORK
</title>
<!-- Meta description and Keywords -->
<meta name="description" content="Instalocate is an AI powered personal travel assitant to convert your flight delays into money. Instalocate assistant tracks your journey in real time, predicts possible problems and then help you in resolving the problems automatically.">
<meta name="keywords" content="Flight Delays, Location Gateway, Facebook bot, Chatbots, Flight Tracking, Compensation, EC 261, Flight Cancellation, Denied Boarding">
<!-- Facebook Open Graph Tags -->
<!-- Twitter Card Tags -->
<!-- Other Settings -->
<meta name="theme-color" content="#ffffff">
<!-- Favicons -->
<link rel="shortcut icon" type="image/png" href="images\favicons.png"/>
<!-- Google Specific Settings -->
<!--STYLES-->
<link rel="stylesheet" href="min/production.v1512041343308.min.css">
<!--STYLES END-->
<link href="https://fonts.googleapis.com/css?family=Source+Sans+Pro" rel="stylesheet">
<!-- start Mixpanel -->
<script type="text/javascript">
(function(e, a) {
if (!a.__SV) {
var b = window;
try {
var c, l, i, j = b.location,
g = j.hash;
c = function(a, b) {
return (l = a.match(RegExp(b + "=([^&]*)"))) ? l[1] : null
};
g && c(g, "state") && (i = JSON.parse(decodeURIComponent(c(g, "state"))), "mpeditor" === i.action && (b.sessionStorage.setItem("_mpcehash", g), history.replaceState(i.desiredHash || "", e.title, j.pathname + j.search)))
} catch (m) {}
var k, h;
window.mixpanel = a;
a._i = [];
a.init = function(b, c, f) {
function e(b, a) {
var c = a.split(".");
2 == c.length && (b = b[c[0]], a = c[1]);
b[a] = function() {
b.push([a].concat(Array.prototype.slice.call(arguments,
0)))
}
}
var d = a;
"undefined" !== typeof f ? d = a[f] = [] : f = "mixpanel";
d.people = d.people || [];
d.toString = function(b) {
var a = "mixpanel";
"mixpanel" !== f && (a += "." + f);
b || (a += " (stub)");
return a
};
d.people.toString = function() {
return d.toString(1) + ".people (stub)"
};
k = "disable time_event track track_pageview track_links track_forms register register_once alias unregister identify name_tag set_config reset people.set people.set_once people.increment people.append people.union people.track_charge people.clear_charges people.delete_user".split(" ");
for (h = 0; h < k.length; h++) e(d, k[h]);
a._i.push([b, c, f])
};
a.__SV = 1.2;
b = e.createElement("script");
b.type = "text/javascript";
b.async = !0;
b.src = "undefined" !== typeof MIXPANEL_CUSTOM_LIB_URL ? MIXPANEL_CUSTOM_LIB_URL : "file:" === e.location.protocol && "//cdn.mxpnl.com/libs/mixpanel-2-latest.min.js".match(/^\/\//) ? "https://cdn.mxpnl.com/libs/mixpanel-2-latest.min.js" : "//cdn.mxpnl.com/libs/mixpanel-2-latest.min.js";
c = e.getElementsByTagName("script")[0];
c.parentNode.insertBefore(b, c)
}
})(document, window.mixpanel || []);
mixpanel.init("5ad7e9d0b830bbebc08978a6d7da7342");
// Mixpanel
var mixpanel_values = {};
mixpanel_track_event_name = "pageview";
if (mixpanel) {
mixpanel.track(mixpanel_track_event_name, mixpanel_values);
}
</script>
<!-- end Mixpanel -->
</head>
<!-- head tag ends -->
<body class="body_container" style="overflow-x:hidden">
<div class="main_content_container">
<div class="containerfluid">
<div class="row">
<div class="col">
<nav class="navbar navbar-toggleable-md" sty1le="background-color: #EFEFEF;">
<button class="navbar-toggler navbar-toggler-right toggler_button" type="button" data-toggle="collapse" data-target="#navbar_links">
<i class="icon fa fa-bars" aria-hidden="true"></i>
</button>
<a class="navbar-brand" href="https://greggubarev.github.io/instalocate/">
<img class="logo" src="images\instalocate_logo_white.png">
</a>
<div id="navbar_links" class="collapse navbar-collapse justify-content-end text-right">
<ul class="navbar-nav">
<li class="nav-item">
<a class="nav-link" href="https://greggubarev.github.io/instalocate/about_us.html">
About Us
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/assistant" style="pointer-events: none">
AI Assistant
</a>
</li>
<li class="nav-item">
<a class="nav-link" target="_blank" href="/blog" style="pointer-events: none">
Blog
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/app" style="pointer-events: none">
Flight Compensation
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://greggubarev.github.io/instalocate/passenger_rights.html">
Passenger Rights
</a>
</li>
</ul>
</div>
</nav>
</div>
</div>
<div class="row">
<div class="col">
<!-- Hero Section -->
<div class="container-fluid home_page_hero_section ve1rtical-align text-center">
<div class="row text-center">
<div class="col">
<div class="hero_section my-3">
<h2 class="main_heading animated fadeInUp">Convert flight delays into money</h2>
<p class="animated fadeInUp lead">Get up to 600 Euros in compensation for your delayed and cancelled flights</p>
<div class="input_widget animated fadeInUp mx-auto">
<form class="form" id="home_page_input_widget_form" name="home_page_input_widget_form" data-parsley-validate>
<input type="hidden" name="_csrf" value="Tt68lofl-12Mw55wVpe02yZzvOfZcMrWpOIw" />
<div class="form-group">
<input type="text" name="airline_code" class="form-control airline_code_autocomplete typeahead" id="airline_code" class="form-control" data-provide="typeahead" placeholder="Select Airlines ..." required aria-required=”true” data-parsley-required" autocomplete="off">
</div>
<div class="form-group">
<input type="text" name="flight_number" class="form-control" id="flight_number" placeholder="Flight Number" required aria-required=”true” data-parsley-required">
</div>
<div class="form-group">
<input data-provide="datepicker" data-date-format="yyyy-mm-dd" format="yyyy-mm-dd" data-date-end-date="0d" name="departure_date" class="form-control compensation_date_input" id="departure_date" placeholder="Departure Date" required data-parsley-required aria-required=”true” readonly="readonly">
</div>
<button type="submit" id="home_page_compensation_form_button" class="btn btn-success btn-block">Check Now</button>
<div id="loader_after_form_submit" class="instalocate_hide">
<p>
<span id="loader_after_form_submit_message">Checking flight details ...</span>
<div class="progress w-90">
<div id="compensation_progress_bar" class="progress-bar progress-bar-striped progress-bar-animated bg-success" role="progressbar" aria-valuenow="10" aria-valuemin="0" aria-valuemax="100" style="width: 10%"></div>
</div>
</p>
</div>
</form>
</div>
<div>
<div class="demo_queries animated fadeInUp mx-auto">
To see how it works, check out:
<div>
<a href="http://app.instalocate.com/result?airline_code=BA&flight_number=208&date_of_dpt=2017-10-13" style="pointer-events: none" >BA 208 (Miami to London)</a>
<!-- <br/>
<a href="http://app.instalocate.com/result?airline_code=AI&flight_number=866&date_of_dpt=2017-10-14">AI 866 (BOM to DEL)</a>
--> </div>
</div>
</div>
</div>
</div>
</div>
</div> </div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col">
<!-- Features Section -->
<!-- Feature -->
<div class="row home_page_features_list">
<div class="col-12 col-md-6 feature_text_section">
<div class="individual_feature_section">
<ul class="list-unstyled">
<a name="assistant"></a>
<li class="media special_feature_assistant">
<h1 class="image_icon hidden-sm-down"><i class="fa fa-paper-plane" aria-hidden="true"></i></h1>
<div class="media-body">
<h3 class="mt-0 mb-1 feature_title">AI personal travel assistant</h3>
<p class="feature_description">
Get your own personal automated travel assistant who will look after you on your travel day. It is available 24x7!
</p>
<div class="feature_action">
<a target="_blank" href="https://m.me"><strong>Talk to the assistant on Facebook Messenger</strong> <i class="fa fa-arrow-circle-right" aria-hidden="true"></i></a>
</div>
</div>
</li>
<li class="media special_feature_compensation">
<h1 class="image_icon hidden-sm-down"><i class="fa fa-dollar" aria-hidden="true"></i></h1>
<div class="media-body">
<a name="compensation"></a>
<h3 class="mt-0 mb-1 feature_title">Get flight delay compensation</h3>
<p class="feature_description">
You are entitled to get compensation when your flight is delayed. It can be as high as $650! Check how much money you have left on the table for your past flight delays.
</p>
<div class="feature_action">
<a href="/app">Check your flight for compensation <i class="fa fa-arrow-circle-right" aria-hidden="true"></i></a>
</div>
</div>
</li>
<li class="media special_feature_know_rights">
<h1 class="image_icon hidden-sm-down"><i class="fa fa-balance-scale" aria-hidden="true"></i></h1>
<div class="media-body">
<h3 class="mt-0 mb-1 feature_title">Know your customer rights</h3>
<p class="feature_description">
Nobody likes to read complex customer rights documents - they are complex and full of legal language. We have summarized the rights for you. </p>
<div class="feature_action">
<a href="/passenger_rights.html">Customer rights <i class="fa fa-arrow-circle-right" aria-hidden="true"></i></a>
</div>
</div>
</li>
</ul>
</div>
</div>
<div class="col-12 col-md-6 text-center feature_image_section">
<img class="feature_image img-fluid mx-auto animated fadeInLeft " src="images\screenshots\instalocate_gif1.gif">
<!-- <img class="feature_image img-fluid mx-auto animated fadeInLeft " src="/images/screenshots/new_images/instalocate3.png"> -->
</div>
</div>
</div>
</div>
</div>
<div class="container-fluid">
<div class="row text-center">
<div class="col">
<!-- Media Coverage Section -->
<!-- Media Coverage -->
<div class="container-fluid">
<div class="row home_page_media_coverage">
<div class="container">
<div class="row">
<div class="col">
<h3 class="media_section_title text-center">
Media Coverage
</3>
</div>
</div>
<div class="row hidden-sm-down">
<div class="col media_entry text-center">
<a href="https://economictimes.indiatimes.com">
<img class="img-thumbnail1 rounded media_logo" src="images\media_coverage\logos\et_logo_2.jpg">
<p class="media_name">
Economic Times
</p>
</a>
</div>
<div class="col media_entry text-center">
<a href="https://www.forbes.com">
<img class="img-thumbnail1 rounded media_logo" src="images\media_coverage\logos\forbes.png">
<p class="media_name">
Forbes
</p>
</a>
</div>
<div class="col media_entry text-center">
<a href="https://chatbottle.co">
<img class="img-thumbnail1 rounded media_logo" src="images\media_coverage\logos\chatbottle.png">
<p class="media_name">
ChatBottle Awards
</p>
</a>
</div>
<div class="col media_entry text-center">
<a href="http://venturebeat.com">
<img class="img-thumbnail1 rounded media_logo" src="images\media_coverage\logos\venture_beat_logo1.png">
<p class="media_name">
Venturebeat
</p>
</a>
</div>
<div class="col media_entry text-center">
<a href="http://gadgets.ndtv.com">
<img class="img-thumbnail1 rounded media_logo" src="images\media_coverage\logos\ndtvgadgetlogo.png">
<p class="media_name">
NDTV Gadgets
</p>
</a>
</div>
<div class="col media_entry text-center">
<a href="https://www.cnet.com">
<img class="img-thumbnail1 rounded media_logo" src="images\media_coverage\logos\cnet_logo.png">
<p class="media_name">
CNET
</p>
</a>
</div>
</div>
<div class="row hidden-md-up">
<div class="col-12 media_entry text-center ">
<a href="https://economictimes.indiatimes.com">
<img class="img-thumbnail1 rounded media_logo" src="images\media_coverage\logos\et_logo_2.jpg">
<p class="media_name">
Economic Times
</p>
</a>
</div>
<div class="col-12 media_entry text-center ">
<a href="https://www.forbes.com/">
<img class="img-thumbnail1 rounded media_logo" src="images\media_coverage\logos\forbes.png">
<p class="media_name">
Forbes
</p>
</a>
</div>
<div class="col-12 media_entry text-center ">
<a href="https://chatbottle.co/">
<img class="img-thumbnail1 rounded media_logo" src="images\media_coverage\logos\chatbottle.png">
<p class="media_name">
ChatBottle Awards
</p>
</a>
</div>
<div class="col-12 media_entry text-center hidden-sm-down">
<a href="http://venturebeat.com/">
<img class="img-thumbnail1 rounded media_logo" src="images\media_coverage\logos\venture_beat_logo1.png">
<p class="media_name">
Venturebeat
</p>
</a>
</div>
<div class="col-12 media_entry text-center hidden-sm-down">
<a href="http://gadgets.ndtv.com/">
<img class="img-thumbnail1 rounded media_logo" src="images\media_coverage\logos\ndtvgadgetlogo.png">
<p class="media_name">
NDTV Gadgets
</p>
</a>
</div>
<div class="col-12 media_entry text-center hidden-sm-down">
<a href="https://www.cnet.com">
<img class="img-thumbnail1 rounded media_logo" src="images\media_coverage\logos\cnet_logo.png">
<p class="media_name">
CNET
</p>
</a>
</div>
</div>
<div class="row">
<div class="col more_links_section text-center">
<a href="/press" >More coverage <i class="fa fa-angle-right" aria-hidden="true"></i></a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="container-fluid">
<div class="row">
<div class="col">
<!-- Blog Section -->
<!-- Blog Posts -->
<div class="container-fluid">
<div class="row home_page_blog">
<div class="container-fluid">
<div class="row">
<div class="col">
<h3 class="blog_section_title text-center">
<a href="/blog" >Blog</a>
</3>
</div>
</div>
<div class="row">
<div class="col-10 col-md-4 blog_entry ">
<div class="card">
<a href='#'>
<img class="card-img-top picture" src='images\home_page\blogs\blog_1.jpeg'>
</a>
<div class="card-block">
<p class="card-title">
<a href='#'>
How Instalocate got me $734.53 in compensation?
</a>
</p>
</div>
</div>
</div>
<div class="col-10 col-md-4 blog_entry hidden-sm-down">
<div class="card">
<a href='#'>
<img class="card-img-top picture" src='images\home_page\blogs\blog_3.jpeg'>
</a>
<div class="card-block">
<p class="card-title">
<a href='#'>
How to deal with baggage delays?
</a>
</p>
</div>
</div>
</div>
<div class="col-10 col-md-4 blog_entry hidden-sm-down">
<div class="card">
<a href='#'>
<img class="card-img-top picture" src='images\home_page\blogs\blog_2.jpeg'>
</a>
<div class="card-block">
<p class="card-title">
<a href='#'>
Did you know a flight delay could mean 600 Euros?
</a>
</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="container-fluid">
<div class="row">
<div class="col">
<!-- Testimonials Section -->
<!-- Testimonial -->
<div class="container-fluid">
<div class="row home_page_testimonials">
<div class="container-fluid">
<div class="row">
<div class="col">
<h3 class="testimonial_section_title text-center">
What people are saying?
</h3>
</div>
</div>
<div class="row">
<div class="col">
<div id="testimonial_carousel" class="carousel slide" data-ride="carousel" data-interval=3000>
<div class="carousel-inner" role="listbox">
<div class="carousel-item active">
<blockquote class="blockquote testimonial_entry">
<p class="mb-0">
2 minutes to fill out their form, and done nothing after that! Was very happy to get $734.53 from Delta.
</p>
<div class="blockquote-footer">
<cite class="name">
Amit from
Cummings, GA, USA
</cite>
</div>
</blockquote>
</div>
<div class="carousel-item non_active">
<blockquote class="blockquote testimonial_entry">
<p class="mb-0">
The airline was playing hard-ball, but I got my claim money through Instalocate. Excellent help, thanks guys!
</p>
<div class="blockquote-footer">
<cite class="name">
Neomi from
Menlo Park, CA, USA
</cite>
</div>
</blockquote>
</div>
<div class="carousel-item non_active">
<blockquote class="blockquote testimonial_entry">
<p class="mb-0">
These people are real professionals. They have their process in place! My compensation is here, thank you, Instalocate!
</p>
<div class="blockquote-footer">
<cite class="name">
Lucy from
San Francisco, CA, USA
</cite>
</div>
</blockquote>
</div>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col more_links_section text-center">
<a href="/testimonials">More testimonials <i class="fa fa-angle-right" aria-hidden="true"></i></a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<footer class="container-fluid">
<div class="row">
<div class="col-6 col-md-4">
<ul>
<li>
<h5 class="footer_heading"> About Us</h5>
</li>
<li>
<a href="https://greggubarev.github.io/instalocate/about_us.html">
About Us
</a>
</li>
<li>
<a target="_blank" href="/blog">
Blog
</a>
</li>
<li>
<a href="/contact">
Contact Us
</a>
</li>
<li>
<a href="/careers">
Careers
</a>
</li>
<li>
<a href="/press">
Media Coverage
</a>
</li>
<li>
<a href="/privacy_policy">
Privacy Policy
</a>
</li>
</ul>
</div>
<div class="col-6 col-md-4">
<ul>
<li>
<h5 class="footer_heading"> Product</h5>
</li>
<li>
<a href="/blog">
AI Personal Travel Assistant
</a>
</li>
<li>
<a href="/app">
Flight Compensation
</a>
</li>
<li class="instalocate_hide">
<a href="/track">
Track your flight
</a>
</li>
<li>
<a href="https://greggubarev.github.io/instalocate/passenger_rights.html">
Passenger Rights
</a>
</li>
<li>
<a href="/passenger_rights/india">
Indian Laws
</a>
</li>
<li>
<a href="/passenger_rights/baggage_laws">
Baggage Laws
</a>
</li>
<li>
<a href="/testimonials">
Testimonials
</a>
</li>
<li class="instalocate_hide">
<a href="/pricing">
Pricing
</a>
</li>
</ul>
</div>
<div class="col-6 col-md-4">
<ul>
<li>
<h5 class="footer_heading"> Follow Us</h5>
</li>
<li>
<a href="https://www.facebook.com">Facebook</a>
</li>
<li>
<a href="https://www.twitter.com/GGubarev">Twitter</a>
</li>
<li>
<a href="https://www.youtube.com">YouTube</a>
</li>
<li>
<a href="mailto:[email protected]?Subject=Hello">[email protected]</a>
</li>
<li>
<a href="tel:+91919818152187">Call +91-9818152187</a>
</li>
</ul>
</div>
</div>
</footer>
<script type="text/javascript">
// this is done because of bootstrap 4 check of Tether library
window.Tether = {};
</script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<!--SCRIPTS-->
<script src="min/production.v1512041343308.min.js"></script>
<!--SCRIPTS END-->
</body>
<!-- body tag ends -->
</html>