-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
executable file
·594 lines (539 loc) · 32.8 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Yibby - Rideshare Your Way</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<link href="css/bootstrap.css" rel="stylesheet" type="text/css" media="all" />
<link href="css/stack-interface.css" rel="stylesheet" type="text/css" media="all" />
<link href="css/socicon.css" rel="stylesheet" type="text/css" media="all" />
<link href="css/lightbox.min.css" rel="stylesheet" type="text/css" media="all" />
<link href="css/flickity.css" rel="stylesheet" type="text/css" media="all" />
<link href="css/iconsmind.css" rel="stylesheet" type="text/css" media="all" />
<link href="css/jquery.steps.css" rel="stylesheet" type="text/css" media="all" />
<link href="css/theme.css" rel="stylesheet" type="text/css" media="all" />
<link href="css/custom.css" rel="stylesheet" type="text/css" media="all" />
<link href="https://fonts.googleapis.com/css?family=Open+Sans:200,300,400,400i,500,600,700%7CMerriweather:300,300i" rel="stylesheet">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link href="css/main.css" rel="stylesheet" type="text/css" media="all" />
<link rel="icon" href="img/favicon.png">
<!-- Google Analytics -->
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-91075162-1', 'auto');
ga('send', 'pageview');
</script>
</head>
<body class=" ">
<a id="start"></a>
<div class="nav-container ">
<div class="bar bar--sm visible-xs">
<div class="container">
<div class="row">
<div class="col-3 col-md-2">
<a href="index.html">
<img class="logo logo-dark" alt="logo" src="img/yibby_logo.png" />
</a>
</div>
<div class="col-9 col-md-10 text-right">
<a href="#" class="hamburger-toggle" data-toggle-class="#menu1;hidden-xs">
<i class="icon icon--sm stack-interface stack-menu"></i>
</a>
</div>
</div>
<!--end of row-->
</div>
<!--end of container-->
</div>
<!--end bar-->
<nav id="menu1" class="bar bar--sm bar-1 hidden-xs bar--absolute">
<div class="container">
<div class="row">
<div class="col-lg-1 col-md-2 hidden-xs">
<div class="bar__module">
<a href="index.html">
<img class="logo logo-dark" alt="logo" src="img/yibby_logo.png" />
</a>
</div>
<!--end module-->
</div>
<div class="col-lg-11 col-md-12 text-right text-left-xs text-left-sm">
<div class="bar__module">
<ul class="menu-horizontal text-left">
<li>
<a href="beta.html">
Beta
</a>
</li>
<li>
<a href="page-about-company.html">
About
</a>
</li>
<li>
<a href="page-careers.html">
Careers
</a>
</li>
<li>
<a href="#contact" class="scroll">
Contact
</a>
</li>
</ul>
</div>
</div>
<!--end of row-->
</div>
<!--end of container-->
</div>
</nav>
<!--end bar-->
</div>
<div class="main-container">
<section class="cover space--lg bg--secondary switchable switchable--switch">
<div class="container">
<div class="row justify-content-around">
<div class="col-md-6 text-left">
<div class="mt--2">
<h1>Transparency at every corner.</h1>
<div style="width: 50px;">
<hr style="border-color: #2ECC71 !important; border-width: 3px !important">
</div>
<p class="lead"> It's time for you to take control of your rides and set your own price.</p>
</div>
<div class="phone">
<img alt="phone city" src="img/phone_city.png"/>
</div>
</div>
<div class="col-md-2">
</div>
<div class="col-md-4 mt--2" style="background-color: #f8f8f9; border-top:5px solid #2ECC71 !important;">
<div class="switchable__text text-center">
<p class="lead">
Yibby is live in <a href="beta.html#pickup_restriction">San Francisco Downtown</a>!
</p>
<p class="lead">
Ride with us today.
<br>
Monday to Friday - 4 PM to 7 PM
</p>
<div class="text-center">
<div>
<a class="btn btn--primary btn--icon" target="_blank" href="https://yibbyapp.com/download-rider">
<span class="btn__text yb-download-btn-txt"><i class="icon-Hipster-Sunglasses yb-download-btn"></i>Download Rider App</span>
</a>
</div>
<p></p>
<div>
<a class="btn btn-download-driver btn--icon" target="_blank" href="https://yibbyapp.com/download-driver">
<span class="btn__text yb-download-btn-txt"><i class="icon-Taxi yb-download-btn"></i>Download Driver App</span>
</a>
</div>
</div>
<!-- <form action="https://yibbyapp.us14.list-manage.com/subscribe/post?u=79b8dad219d284539c6f75ec3&id=e975806d45" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate form--active" target="_blank" data-success="Thanks for signing up. Please check your inbox for a confirmation email." data-error="Please provide your details." novalidate="true">
<div class="mc-field-group">
<input id="mce-FNAME" value="" class="validate-required signup_field" type="text" name="FNAME" placeholder="Your Name">
</div>
<div class="mc-field-group">
<input id="mce-EMAIL" class="form-control signup_field validate-required validate-email" type="email" name="EMAIL" placeholder="Email Address">
</div>
<div class="mc-field-group">
<input id="mce-INVITECODE" class="signup_field" type="text" name="INVITECODE" placeholder="Invite Code (Optional)">
</div>
<div class="container">
<div class="row" style="margin-top: 0em;">
<div id="yb_checkbox_rider" class="input-radio col-6">
<input type="radio" value="I'm a Rider" name="MMERGE5" id="mce-MMERGE5-0" class="validate-required">
<label for="mce-MMERGE5-0"></label>
<span>I'm a Rider</span>
</div>
<div id="yb_checkbox_driver" class="input-radio col-6">
<input type="radio" value="I'm a Driver" name="MMERGE5" id="mce-MMERGE5-1" class="validate-required">
<label for="mce-MMERGE5-1"></label>
<span>I'm a Driver</span>
</div>
</div>
</div>
<button id="mc-embedded-subscribe" type="submit" class="btn btn--primary type--uppercase">Subscribe</button>
<div style="position: absolute; left: -5000px;" aria-hidden="true">
<input type="text" name="b_77142ece814d3cff52058a51f_f300c9cce8" tabindex="-1" value="">
</div>
</form> -->
</div>
</div>
</div>
<!--end of row-->
</div>
<!--end of container-->
</section>
<section class="border--bottom space--xxs">
<div class="container">
<div class="row">
<div class="col-md-12 text-center">
<div class="modal-instance">
<!-- <h4 style="color: #519494;">Yibby Drivers meetup - Nov 2 (4:00 - 6:00 PM). RSVP and details <a href="https://www.eventbrite.com/e/yibby-driver-office-hours-tickets-51995952293" target="_blank">here</a>
</h4> -->
</div>
</div>
</div>
<!--end of row-->
</div>
<!--end of container-->
</section>
<section class="text-center">
<div class="container">
<div class="row justify-content-center">
<div class="col-md-10 col-lg-8">
<h2>All the tools you'll need</h2>
<p class="lead">
Whether you're driving full-time or part-time, Yibby's transparency and ease of use provides drivers an empowering experience.
</p>
</div>
</div>
<!--end of row-->
</div>
<!--end of container-->
</section>
<section class="text-center">
<div class="tabs-container" data-content-align="left">
<ul class="tabs tabs--spaced">
<li class="active">
<div class="tab__title text-center"><em class="icon icon--sm block icon-Dollar"></em> <span class="h5">Earnings Control</span></div>
<div class="tab__content">
<div class="container switchable switchable--switch">
<div class="row">
<div class="col-md-7">
<img alt="Earnings" src="img/earnings.png" />
</div>
<div class="col-md-5 col-lg-4">
<div class="mt--1">
<h3>Name your price</h3>
<p class="lead">
Yibby wants to put the control in your hands. Choose the fares that meet your needs and start earning money.
</p>
<hr class="short" />
<p>
Drivers can hit their target earnings by easily accepting trips they want with a swipe of their finger.
</p>
</div>
</div>
</div>
<!--end of row-->
</div>
<!--end of container-->
</div>
</li>
<li>
<div class="tab__title text-center">
<i class="icon icon--sm block icon-Magnifi-Glass2"></i>
<span class="h5">Full Transparency</span>
</div>
<div class="tab__content">
<div class="container">
<div class="row">
<div class="col-md-7">
<img alt="Image" src="img/trips.png"/>
</div>
<div class="col-md-5 col-lg-4">
<div class="mt--1">
<h3>Peace of mind</h3>
<p class="lead">
We provide transparent qualitative data for riders and drivers to understand their trips.
</p>
<hr class="short" />
<p>
No more guessing about how much percent is taken from your trips. We promise 20%.
</p>
</div>
</div>
</div>
<!--end of row-->
</div>
<!--end of container-->
</div>
</li>
<li>
<div class="tab__title text-center">
<i class="icon icon--sm block icon-Love-User"></i>
<span class="h5">360° Ownership</span>
</div>
<div class="tab__content">
<div class="container">
<div class="row">
<div class="col-md-7">
<img alt="Image" src="img/heart_phone.png" />
</div>
<div class="col-md-5 col-lg-4">
<div class="mt--1">
<h3>Experience quality</h3>
<p class="lead">
Yibby provides a powerful experience that connects riders and drivers in a new way.
</p>
<hr class="short" />
<p>
Riders and drivers, not us, are the main parties that set the price of the trips. We just provide a platform for the two to find one another.
</p>
</div>
</div>
</div>
<!--end of row-->
</div>
<!--end of container-->
</div>
</li>
</ul>
</div>
<!--end of tabs container-->
</section>
<section class=" ">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="slider slider--inline-arrows" data-arrows="true">
<ul class="slides">
<li>
<div class="testimonial row justify-content-center">
<!--<div class="col-lg-2 col-md-4 col-6 text-center">
<img class="testimonial__image" alt="Image" src="img/avatar-round-1.png" />
</div>
-->
<div class="col-lg-7 col-md-8 col-12">
<span class="h3">“The bidding concept will remove the shackles of weekly bonuses.”
</span>
<h5>George C. — Driver </h5>
<span>San Francisco, CA</span>
</div>
</div>
</li>
<li>
<div class="testimonial row justify-content-center">
<!-- <div class="col-lg-2 col-md-4 col-6 text-center">
<img class="testimonial__image" alt="Image" src="img/avatar-round-3.png" />
</div>
-->
<div class="col-lg-7 col-md-8 col-12">
<span class="h3">“Uber shows me the price upfront. But, sometimes it charges me more later.”
</span>
<h5>Abhinav T. — Rider </h5>
<span>San Francisco, CA</span>
</div>
</div>
</li>
<li>
<div class="testimonial row justify-content-center">
<!-- <div class="col-lg-2 col-md-4 col-6 text-center">
<img class="testimonial__image" alt="Image" src="img/avatar-round-4.png" />
</div>
-->
<div class="col-lg-7 col-md-8 col-12">
<span class="h3">“I look forward to stop chasing bogus bonuses to make ends meet.”
</span>
<h5>Erick N. — Driver</h5>
<span>San Francisco, CA</span>
</div>
</div>
</li>
<li>
<div class="testimonial row justify-content-center">
<!-- <div class="col-lg-2 col-md-4 col-6 text-center">
<img class="testimonial__image" alt="Image" src="img/avatar-round-3.png" />
</div>
-->
<div class="col-lg-7 col-md-8 col-12">
<span class="h3">“@SFO My flight lands and Lyft shows $25 to Sunnyvale. Baggage Claim - $30. Outside the gate - $45. Ridiculous!”
</span>
<h5>Kishy K. — Rider </h5>
<span>Sunnyvale, CA</span>
</div>
</div>
</li>
<li>
<div class="testimonial row justify-content-center">
<!-- <div class="col-lg-2 col-md-4 col-6 text-center">
<img class="testimonial__image" alt="Image" src="img/avatar-round-3.png" />
</div>
-->
<div class="col-lg-7 col-md-8 col-12">
<span class="h3">“Finally, an app that understands the needs of riders and drivers.”
</span>
<h5>Omar K. — Rider & Driver </h5>
<span>Hayward, CA</span>
</div>
</div>
</li>
</ul>
</div>
</div>
</div>
<!--end of row-->
</div>
<!--end of container-->
</section>
<section class="text-center imagebg promo1">
<img src="img/promo1.png"/>
</section>
<section class="border--bottom space--xxs" id="signup_access">
<div>
<div class="container">
<div class="row">
<div class="col-sm-12 signup_text">
<h2>Subscribe for latest news and promotions</h2>
</div>
</div>
<div class="row justify-content-center">
<div class="col-xs-12">
<div class="">
<iframe src="mailchimp-driver-form.html" frameborder="0" allowtransparency="true" scrolling="no" class="yb_iframe">
</iframe>
</div>
</div>
<div class="col-xs-12">
<div class="">
<iframe src="mailchimp-rider-form.html" frameborder="0" allowtransparency="true" scrolling="no" class="yb_iframe">
</iframe>
</div>
</div>
</div>
</div>
</div>
</section>
<section id="contact" class="border--bottom space--xxs">
<div class="get_in_touch_cont container">
<div class="row align-items-center">
<div class="col-sm-6">
<div class="col-xs-12 col-sm-12 col-md-12 cont_text">
<h2>Get in touch</h2>
</div>
<div class="col-xs-12 col-sm-12 col-md-12 wow fadeInUp">
<div class="form-group">
<form id="contact-form" method="post" novalidate="novalidate">
<div class="input-field">
<input required type="text" class="form-control" name="name" placeholder="Full Name">
</div>
<div class="input-field">
<input required type="email" class="form-control validate-email" placeholder="Email" name="email">
</div>
<div class="input-field">
<textarea required class="form-control" placeholder="Your Message" rows="3" name="message"></textarea>
</div>
<div>
<input id="contact-form-button" type="submit" class="form-control btn btn-primary contact_submit" value="SEND">
</div>
</form>
<div id="contact-form-spinner" class="text-center yb_hidden padding_20">
<img src="img/spinner.gif" alt="Sending Request...">
</div>
<div id="submit-success" class="text-center yb_hidden padding_20">
<p class="green-color">Your Message was sent successfully</p>
</div>
<div id="submit-error" class="text-center yb_hidden padding_20">
<p class="red-color">Your Message was NOT sent. Please email [email protected] directly.</p>
</div>
</div>
</div>
</div>
<div class="col-sm-6 cont_img">
<img src="img/background-lines.png" class="img-responsive" width="500px">
</div>
</div>
</div>
</section>
<footer class="text-center-xs space--xs ">
<div class="container">
<div class="row">
<div class="col-md-7">
<ul class="list-inline">
<li>
<a href="page-about-company.html">
<span class="h6 type--uppercase">About</span>
</a>
</li>
<li>
<a href="page-careers.html">
<span class="h6 type--uppercase">Careers</span>
</a>
</li>
<li>
<a href="#contact" class="scroll">
<span class="h6 type--uppercase">Support</span>
</a>
</li>
</ul>
</div>
<div class="col-md-5 text-right text-center-xs">
<ul class="social-list list-inline list--hover">
<li>
<a href="//twitter.com/yibbyapp" target="_blank">
<i class="socicon socicon-twitter icon icon--xs"></i>
</a>
</li>
<li>
<a href="//www.facebook.com/Yibbyapp/" target="_blank">
<i class="socicon socicon-facebook icon icon--xs"></i>
</a>
</li>
<li>
<a href="//www.linkedin.com/company/yibby" target="_blank">
<i class="socicon socicon-linkedin icon icon--xs"></i>
</a>
</li>
</ul>
</div>
</div>
<!--end of row-->
<div class="row">
<div class="col-md-7">
<span class="type--fine-print">©
<span class="update-year"></span> Yibby Inc.</span>
<a class="type--fine-print" href="privacy-policy.html">Terms of Service</a>
<!-- <a class="type--fine-print" href="#">Legal</a> -->
</div>
<div class="col-md-5 text-right text-center-xs">
<a class="type--fine-print" href="mailto:[email protected]?Subject=Hi%20there">[email protected]</a>
</div>
</div>
<!--end of row-->
</div>
<!--end of container-->
</footer>
</div>
<!--<div class="loader"></div>-->
<script type='text/javascript' src='//s3.amazonaws.com/downloads.mailchimp.com/js/mc-validate.js'></script>
<script type='text/javascript'>(function($) {window.fnames = new Array(); window.ftypes = new Array();fnames[0]='EMAIL';ftypes[0]='email';fnames[1]='FNAME';ftypes[1]='text';fnames[2]='LNAME';ftypes[2]='text';fnames[3]='SUBTYPE';ftypes[3]='text';fnames[4]='INVITECODE';ftypes[4]='text';}(jQuery));var $mcj = jQuery.noConflict(true);</script>
<!-- Javascript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<a class="back-to-top inner-link" href="#start" data-scroll-class="100vh:active">
<i class="stack-interface stack-up-open-big"></i>
</a>
<script src="js/jquery-3.1.1.min.js"></script>
<script src="//ajax.aspnetcdn.com/ajax/jquery.validate/1.11.1/jquery.validate.min.js"></script>
<script src="js/flickity.min.js"></script>
<script src="js/easypiechart.min.js"></script>
<script src="js/parallax.js"></script>
<script src="js/typed.min.js"></script>
<script src="js/datepicker.js"></script>
<script src="js/isotope.min.js"></script>
<script src="js/ytplayer.min.js"></script>
<script src="js/lightbox.min.js"></script>
<script src="js/granim.min.js"></script>
<script src="js/jquery.steps.min.js"></script>
<script src="js/countdown.min.js"></script>
<script src="js/twitterfetcher.min.js"></script>
<script src="js/spectragram.min.js"></script>
<script src="js/smooth-scroll.min.js"></script>
<script src="js/scripts.js"></script>
<script src="js/main.js"></script>
<script type="text/javascript">
var $zoho=$zoho || {};$zoho.salesiq = $zoho.salesiq ||
{widgetcode:"6c35014b813db71b7f8a79df66a45a2e1bcd070e7a9dea824f4bb2777b88530e", values:{},ready:function(){}};
var d=document;s=d.createElement("script");s.type="text/javascript";s.id="zsiqscript";s.defer=true;
s.src="https://salesiq.zoho.com/widget";t=d.getElementsByTagName("script")[0];t.parentNode.insertBefore(s,t);d.write("<div id='zsiqwidget'></div>");
</script>
</body>
</html>