-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout_us.html
386 lines (362 loc) · 18.5 KB
/
about_us.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
<!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>
About Us
</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">
<!-- Other Settings -->
<meta name="theme-color" content="#ffffff">
<!-- Favicons -->
<link rel="shortcut icon" type="image/png" href="images\favicons.png"/>
<!--STYLES-->
<link rel="stylesheet" href="min/production.v1512127607024.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">
<div class="main_content_container">
<div class="about_us_page">
<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="h/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>
<section class="container content_section">
<div class="row">
<div class="col page_heading">
<h2>About Us</h2>
</div>
</div>
<div class="row">
<div class="col section_body">
<p class="lead">
Instalocate is building an AI travel assistant to provide you a worry-free travel experience.
</p>
<p>
We predict that the future will be full of AI assistants who will automate our day-to-day activities like predicting health, scheduling meetings or managing our travel. At Instalocate, we are building a network of AI assistants for your travel. Our mission is to modernize the travel-day experience using a group of AI assistants. We are combining the power of machine learning, Internet of Moving Things and modern interfaces such as conversational UI and voice to reduce your travel anxiety.
</p>
<p>
Instalocate assistant tracks your flight in real time, predicts possible problems with your journey and converts your flight delays into "free" money. It is available as a chatbot inside Facebook Messenger - <a href="https://m.me/instalocate">https://m.me/instalocate</a>.
</p>
</div>
</div>
</section>
<section class="container content_section">
<div class="row">
<div class="col section_heading">
<h4>Team</h4>
</div>
</div>
<div class="row">
<div class="col section_body">
<p>
We are a team of Stanford University alumni and Indian Institute of Management (IIM) graduates with experience in AI, machine learning, big data and mobile. We are also a team of chaos specialists and travel-junkies, who take themselves rather lightly, but take travel very seriously. We’ve been everywhere from Amazon jungles to the Great Wall of China, and faced every bad situation that can come a traveller’s way! We’re passionate about channelling our skills into creating a seamless virtual assistance product that’ll make travel hassle-free and fun, for you.
</p>
<p>
Instalocate is well-funded by top investors from Silicon Valley such as Venky Harinarayan (Rocketship.vc, Amazon, Kosmix), Gokul Rajaram (Google, Facebook, Square) who were also early investors in Facebook and Google. It was selected by Facebook to be part of its exclusive FBStart program.
</p>
</div>
</div>
</section>
<section class="container content_section">
<div class="row">
<div class="col section_heading">
<h4>Founders</h4>
</div>
</div>
<div class="row">
<div class="col section_body">
<div class="row team_section text-left">
<div class="col col-md-4">
<div class="team_entry">
<img class="bio_picture rounded" src="images/about_us/ankur_jain.jpg" alt="Ankur Jaiin">
<h4 class="bio_name">Ankur Jain</h4>
<p class="bio_title">CEO & Co-founder</p>
<div class="bio_links">
<div>
<a class="card-link" rel="nofollow" href="https://www.linkedin.com/">
<i class="fa fa-linkedin" aria-hidden="true"></i> LinkedIn
</a>
</div>
<div>
<a class="card-link" rel="nofollow" href="https://www.twitter.com/">
<i class="fa fa-twitter" aria-hidden="true"></i> Twitter
</a>
</div>
<div>
<a class="card-link" rel="nofollow" href="https://www.facebook.com/">
<i class="fa fa-facebook" aria-hidden="true"></i> Facebook
</a>
</div>
<div>
<a class="card-link" href="#">
<i class="fa fa-envira" aria-hidden="true"></i> Blog
</a>
</div>
</div>
</div>
</div>
<div class="col col-md-4">
<div class="team_entry">
<img class="bio_picture rounded" src="images/about_us/pallavi_jain.jpg" alt="Palavi Jain">
<h4 class="bio_name">Palavi Jain</h4>
<p class="bio_title">CMO & Co-founder</p>
<div class="bio_links">
<div>
<a class="card-link" rel="nofollow" href="https://www.linkedin.com/">
<i class="fa fa-linkedin" aria-hidden="true"></i> LinkedIn
</a>
</div>
<div>
<a class="card-link" rel="nofollow" href="https://www.twitter.com/">
<i class="fa fa-twitter" aria-hidden="true"></i> Twitter
</a>
</div>
<div>
<a class="card-link" rel="nofollow" href="https://www.facebook.com/">
<i class="fa fa-facebook" aria-hidden="true"></i> Facebook
</a>
</div>
<div>
<a class="card-link" href="https://medium.com/">
<i class="fa fa-envira" aria-hidden="true"></i> Blog
</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
</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/">Instalocate</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.v1512127607024.min.js"></script>
<!--SCRIPTS END-->
<!-- <script type="text/javascript">
$(document).ready(function() {
installClickTracking();
installVariousListeners();
var all_params = JSON.parse('{"development_server":false,"facebook_messenger":{"app_id":"1067311786665189","page_id":"182539172078482","bot_server_url":"https://www.instalocate.com/facebook/receive"},"instalocate_settings":{"facebook_messenger":{"development":{"app_id":"1080194138710287","page_id":"1586723644988758","bot_server_url":"https://37ca62c4.ngrok.io/facebook/receive"},"production":{"app_id":"1067311786665189","page_id":"182539172078482","bot_server_url":"https://www.instalocate.com/facebook/receive"}},"facebook_pixel_id":"138154540006948","aws_cloudfront_base_url":"https://d1386yamvz0i20.cloudfront.net"},"values_to_pass":{"page_title":"About Us"},"page_title":"About Us - Instalocate - AI Personal Travel Assistant","meta_tags":{"keywords":"Flight Delays, Location Gateway, Facebook bot, Chatbots, Flight Tracking, Compensation, EC 261, Flight Cancellation, Denied Boarding","meta_description":"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_description_for_social_media":"Instalocate converts flight delays and cancellation into free money. Use Instalocate AI assistant to get up to $700 (600 Euros) in compensation for flight delays and cancellation.","title":"Convert your flight delays into free money using Instalocate.","image":"https://www.instalocate.com/images/screenshots/new_images/instalocate5.png","image_social_media":"https://www.instalocate.com/images/screenshots/new_images/instalocate_twitter_card_picture.png","image_twitter":"https://www.instalocate.com/images/screenshots/new_images/instalocate_twitter_card_picture.png","twitter":{"site":"@instalocate","creator":"@instalocate"},"open_graph":{"site_name":"Instalocate","site":"www.instalocate.com","url":"https://www.instalocate.com","site_type":"website"}},"navigation_links":[{"title":"home1_nav"},{"title":"home2_nav"}]}');
trackVariousParameters(all_params);
configureVariousParams();
});
</script> -->
</body>
<!-- body tag ends -->
</html>