-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
554 lines (540 loc) · 26.4 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
<!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">
<meta name="description" content="Adventure trip providers... Accept instant card payments from your guests. Manage your trips, payments and guests in one place. So you can cut the crap and get back out on the mountains.">
<meta name="author" content="mybookingsherpa.com">
<title>mybookingsherpa.com - Booking, payments and customer management system for small-medium sized adventure trip providers. </title>
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
<link href="node_modules/bootstrap/dist/css/bootstrap.min.css" rel="stylesheet">
<link href="node_modules/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<link href="node_modules/animate.css/animate.min.css" rel="stylesheet">
<link rel="stylesheet" href="img/device-mockups/device-mockups.min.css">
<script src='https://www.google.com/recaptcha/api.js'></script>
<link href="css/style.css" rel="stylesheet">
<!-- HTML5 Shim and Respond.js 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/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-115341091-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'UA-115341091-1');
</script>
<!-- Social Media Tags -->
<meta property="og:title" content="Simplify Your Group Bookings">
<meta property="og:description" content="Booking, payments and customer management system for small-medium sized adventure trip providers.">
<meta property="og:image" content="http://www.mybookingsherpa.com/img/socialthumbnail.png">
<meta property="og:url" content="http://www.mybookingsherpa.com">
<meta name="twitter:card" content="Simplify Your Group Bookings">
<meta property="og:site_name" content="mybookingsherpa.com">
<meta name="twitter:image:alt" content="www.mybookingsherpa.com">
<!-- Start of Async Drift Code -->
<script>
"use strict";
!function() {
var t = window.driftt = window.drift = window.driftt || [];
if (!t.init) {
if (t.invoked) return void (window.console && console.error && console.error("Drift snippet included twice."));
t.invoked = !0, t.methods = [ "identify", "config", "track", "reset", "debug", "show", "ping", "page", "hide", "off", "on" ],
t.factory = function(e) {
return function() {
var n = Array.prototype.slice.call(arguments);
return n.unshift(e), t.push(n), t;
};
}, t.methods.forEach(function(e) {
t[e] = t.factory(e);
}), t.load = function(t) {
var e = 3e5, n = Math.ceil(new Date() / e) * e, o = document.createElement("script");
o.type = "text/javascript", o.async = !0, o.crossorigin = "anonymous", o.src = "https://js.driftt.com/include/" + n + "/" + t + ".js";
var i = document.getElementsByTagName("script")[0];
i.parentNode.insertBefore(o, i);
};
}
}();
drift.SNIPPET_VERSION = '0.3.1';
drift.load('n4zvt2kb6kk6');
</script>
<!-- End of Async Drift Code -->
</head>
<body id="page-top" data-scroll-animation="true">
<div id="spinner">
<div class="sk-folding-cube">
<div class="sk-cube1 sk-cube"></div>
<div class="sk-cube2 sk-cube"></div>
<div class="sk-cube4 sk-cube"></div>
<div class="sk-cube3 sk-cube"></div>
</div>
</div>
<nav id="mainNav" class="navbar navbar-default navbar-fixed-top navbar-light">
<div class="container">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
<span class="sr-only">Toggle navigation</span>
<img src="img/menu-light.svg" alt="">
</button>
<a class="navbar-brand page-scroll navbar-brand-custom" href="#page-top">
</a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav navbar-right">
<li>
<a class="page-scroll" href="#video">Quick Explainer Video</a>
</li>
<li>
<a class="page-scroll" href="#features">How We Help</a>
</li>
<li>
<a class="page-scroll" href="#about">Show Me More</a>
</li>
<li>
<a class="page-scroll" href="#questions">FAQs</a>
</li>
<li>
<a class="page-scroll" href="#contact">Contact</a>
</li>
</ul>
</div>
<!-- /.navbar-collapse -->
</div>
<!-- /.container-fluid -->
</nav>
<header class="bottom-laptop">
<div class="container">
<div class="header-content">
<div class="header-content-inner">
<h1 class="extreme">
Embrace the Adventure
</h1>
<h1>
Not the Admin
</h1>
<h2>Take Instant Card Payments for All Your Bookings</h2>
<a href="#video" class="btn btn-rect btn-rect--dark btn-xl page-scroll wow fadeInUp" data-wow-delay="0.3s">Show Me the Video</a>
</div>
</div>
<div class="col-sm-12 wow fadeInUp" data-wow-delay="0.6s">
<div class="device-mockup macbook_2015 landscape black">
<div class="device">
<div class="screen">
<img src="img/dark-finder.gif" alt="">
</div>
</div>
</div>
</div>
</div>
</header>
<section class="mobile-download" id="booking">
<div class="container">
<ul class="steps">
<li class="step1">
<span>
<h2>One Link</h2>
<p>Share a unique, public, booking link with your new guests on your website or email.</p>
</span><i></i>
</li>
<li class="step2">
<span>
<h2>One Click</h2>
<p>Your guest enters their personal and payment details and hits the “Make Payment” button.</p>
</span><i></i>
</li>
<li class="step3">
<span>
<h2>One New Customer</h2>
<p>Deposits and final payments are all taken care of and paid directly to your bank account.</p>
</span><i></i>
</li>
</ul>
</div>
</div>
</section>
<section class="video-1 no-padding" id="video">
<div class="videoWrapper">
<!-- <img class="placeholder" src="img/design-video-snapshot.png" data-video="https://player.vimeo.com/video/310397568?byline=0&portrait=0&autoplay=1"> -->
<iframe src="https://player.vimeo.com/video/310397568?byline=0&portrait=0" width="640" height="400" frameborder="0" webkitallowfullscreen
mozallowfullscreen allowfullscreen></iframe>
</div>
</section>
<section class="functionality bg-gray" id="features">
<div class="container">
<div class="row section-heading">
<h1>We've got you covered…</h1>
</div>
<div class="row">
<div class="col-md-6 col-sm-6 left-content">
<div class="media wow fadeInLeft">
<div class="media-body text-right">
<h2>Reduce your Emails</h2>
<p>Automated booking emails</p>
</div>
<div class="media-left">
<span class="circle-icon">
<i class="fa fa-envelope fa-1x red"></i>
</span>
</div>
</div>
<div class="media wow fadeInLeft" data-wow-delay="0.3">
<div class="media-body text-right">
<h2>No more Invoicing</h2>
<p>Payment requests made easy</p>
</div>
<div class="media-left">
<span class="circle-icon">
<i class="fa fa-shopping-cart fa-1x red"></i>
</span>
</div>
</div>
<div class="media wow fadeInLeft" data-wow-delay="0.6">
<div class="media-body text-right">
<h2>No more Stress</h2>
<p>We do all the heavy lifting</p>
</div>
<div class="media-left">
<span class="circle-icon">
<i class="fa fa-ban fa-1x red"></i>
</span>
</div>
</div>
</div>
<div class="col-md-6 col-sm-6 right-content">
<div class="media wow fadeInRight">
<div class="media-left">
<span class="circle-icon">
<i class="fa fa-credit-card fa-1x"></i>
</span>
</div>
<div class="media-body">
<h2>Instant Card Payments</h2>
<p>Increase conversions and customers</p>
</div>
</div>
<div class="media wow fadeInRight" data-wow-delay="0.3">
<div class="media-left">
<span class="circle-icon">
<i class="fa fa-calculator fa-1x"></i>
</span>
</div>
<div class="media-body">
<h2>Deposits and Full Payments</h2>
<p>All automated. All instant.</p>
</div>
</div>
<div class="media wow fadeInRight" data-wow-delay="0.6">
<div class="media-left">
<span class="circle-icon">
<i class="fa fa-clock-o fa-1x"></i>
</span>
</div>
<div class="media-body">
<h2>Save Time</h2>
<p>We handle all the booking pains</p>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="split-fullscreen no-padding" id="about">
<div class="drop-margins">
<div class="row same-height-row">
<div class="col-sm-6 image-section bw2">
<img src="img/space-2.jpg" alt="Focus on what really matters" class="wow fadeIn" data-wow-delay="1s" data-wow-duration="2s">
</div>
<div class="col-sm-6 content-section splash--light">
<div class="row">
<div class="col-sm-10 col-sm-offset-1">
<div class="feat-description">
<div class="title-box-icon title-about">
<h1 class="title">We'll help you focus on what really matters...</h1>
</div>
<h4>...creating adventures that your customers will love and recommend to others.</h4>
<p class="text-muted">We free up your time so you can <b>work on your core business.</b> Not wasting time on emails, pulling your hair out checking payments or stressing over spreadsheets. </p>
<p class="text-muted">
Welcome to the future, baby.</p>
</div>
</div>
</div>
</div>
</div>
<div class="row same-height-row">
<div class="col-md-push-6 col-sm-6 image-section bw1">
<img src="img/space-1.jpg" alt="Simplifying individual bookings" class="wow fadeIn" data-wow-delay="1s" data-wow-duration="2s">
</div>
<div class="col-md-pull-6 col-sm-6 content-section splash--light">
<div class="row">
<div class="col-sm-10 col-sm-offset-1">
<div class="feat-description">
<div class="title-box-icon title-about">
<h1 class="title">We simplify those painful bookings...</h1>
</div>
<h4>...making them as easy as 🥧. Yummy.</h4>
<p class="text-muted">Stop worrying about everyone's invoices and deposits, checking for payments, emailing loads of people... We do all that for you. You just get a group of happy customers who will arrive at the correct time and place. All fully paid up.</p>
<p class="text-muted">Just one simple link to our booking system, leads users to a fully self-served booking and payment system. No more invoices, emails, checking bank statements for payments, etc etc… </p>
</div>
</div>
</div>
</div>
</div>
<div class="row same-height-row">
<div class="col-sm-6 image-section bw3">
<img src="img/space-3.jpg" alt="Minimise cancelled trips" class="wow fadeIn" data-wow-delay="1s" data-wow-duration="2s">
</div>
<div class="col-sm-6 content-section splash--light">
<div class="row">
<div class="col-sm-10 col-sm-offset-1">
<div class="feat-description">
<div class="title-box-icon title-about">
<h1 class="title">Cancel cancelled trips</h1>
</div>
<div class="coming-soon rotate">Coming Soon!</div>
<h4>You like throwing money away? Didn't think so... </h4>
<p class="text-muted">Ever had a trip that had to be cancelled because there wasn’t enough people to make it feasible? Not any more baby.
</p>
<p class="text-muted">
Introducing... the revolutionary: "Not-Enough-People-Signed-Up?-Promote-My-Trip"™ feature.
</p>
<p class="text-muted">When the minimum number of participants is not being met for a trip, we will automatically email others who have shown interest in your trips before. Promoting those last few spaces on a trip (with an optional discount) makes sure you don’t lose the booking.
</p>
<p class="text-muted">
And that's not all... We'll add a smart referral scheme to any trip that's looking a little empty. So those who've already booked can bring a friend and get a discount.
</p>
<p class="text-muted">
The trip's not cancelled, they love you, you love them and everyone's a winner, baby.
</p>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="bg-gray testimonials testimonials--quotes" id="questions">
<div class="section-heading">
<h1>Frequently Asked Questions</h1>
<h4>Answers to the questions we get asked the most about.</h4>
</div>
<div class="container">
<div class="text-center">
<div class="row">
<div class="col-md-6 wow fadeInUp" data-wow-delay="0.3s">
<h2>How does it work?</h2>
<div class="testimonial-quote text-left">
<p class="text-muted">
Once you've set up your account, you then create a new trip.
<br/>
<br/>
This trip will have a unique, sharable, booking link, that you can place on your website, or you can share via email.
<br/>
<br/>
Your new guest clicks on the link, taking them to a page where they enter their personal and payment details.
<br/>
<br/>
Once they've done that, and the payment is successfully processed, their money will be transferred to your bank account.
<br/>
<br/>
You will get an email letting you know about your new booking and your guest will get an email letting them know they payment is successful and they are booked on your trip.
</p>
</div>
</div>
<div class="col-md-6 wow fadeInUp" data-wow-delay="0.6s">
<h2>How much does it cost?</h2>
<div class="testimonial-quote text-left text-muted">
<h2 class="text-center text-muted">1%</h2>
<p class="text-muted">
<br/>...per booking, with a minimum cost of €4/£4.
<br/>
<br/>
We also process <a href="https://stripe.com/gb/pricing" target="_blank">the card handler fee</a> on your behalf (that you have to pay anyway when you take card payments) which is 1.4%.
<br/>
<br/>
For this, we allow you to take instant card payments, deal with all your payment processing, handle each booking, send new guest emails, handle deposit payments, automatically charge the outstanding payment at the correct date, chase late payments, organise and secure your customer data, update guest numbers, etc... so much... for so little.
</p>
</div>
</div>
<div class="col-md-6 wow fadeInUp" data-wow-delay="0.3s">
<h2>Where does the money go?</h2>
<div class="testimonial-quote text-left">
<p class="text-muted">
We use the card handling service
<a href="https://stripe.com" target="_blank">Stripe</a> to process your customer's payment (they're the ones charging the 1.4%). Once payment is successful, it goes straight into your bank account, minus any fees payable.
<br/>
<br/>
Saving you the hassle of dealing with bank transfers and chasing payments - yet again! 👏
</p>
</div>
</div>
<div class="col-md-6 wow fadeInUp" data-wow-delay="0.6s">
<h2>Is there a minimum contract? / Am I tied into a subscription?</h2>
<div class="testimonial-quote text-left text-muted">
<h2 class="text-center text-muted">No.</h2>
<p class="text-muted">
<br/> We're nice guys and we don't want to tie you up if you don't want to be with us.
<br/>
<br/>
There's no setup fees, monthly fees, or hidden fees.
There's no minimum contract, no commitment, no annoying sales people...
<br/>
<br/>
Come and go as you please. If you have a couple of quiet months, then there's no cost. We're trying to help you save time and make money, not force you to pay for something you don't want.
<br/>
<br/> Go ⛷ you are free!
</p>
</div>
</div>
<div class="col-md-6 wow fadeInUp" data-wow-delay="0.3s">
<h2>What about trip deposits, cancellations, etc?</h2>
<div class="testimonial-quote text-left">
<p class="text-muted">
On trips that require a deposit up front, we automatically adjust the payment required to only ask for this amount.
<br/><br/>
When the trip start date is close by, we check if the minimum number of guests on the trip has been met. If it has, then we automatically charge the outstanding amount for all your guests who have only paid the deposit so far.
<br/><br/>
If the minimum number of guests on the trip has not been met, then we email you and ask if you want to cancel the trip and refund your guests' deposits.
</p>
</div>
</div>
<div class="col-md-6 wow fadeInUp" data-wow-delay="0.6s">
<h2>Would I loose the personal touch?</h2>
<div class="testimonial-quote text-left">
<p class="text-muted">
We automatically send out an email (to you and your new guest) when your guest has successfully made payment for your trip.
<br/><br/>
On trips with a deposit and then full payment, we automatically send out an email if the full payment fails, with a link allowing your guest to update their card details to complete the payment.
<br/><br/>
But no one wants to talk to robots.
<br/>
<br/>
If your guest has a special request (other than: "Why is this booking process so damn easy...?") then there's always your own email address on the page for getting deep and personal.
<br/>
<br/>
Also! You can email your guests yourself at anytime to see how they're getting on, talk about the snow this year, etc.
<br/>
<br/> Let us deal with all the repetitive stuff. Giving you more time to chat.
</p>
</div>
</div>
<div class="col-md-6 wow fadeInUp" data-wow-delay="0.3s">
<h2>Who are you?</h2>
<div class="testimonial-quote text-left">
<p class="text-muted">
We are a small, independent company based in the UK and we know what's it's like to have to watch the pennies.
<br/>
<br/> Between us we have made software used by 1,000s of PR professionals around the world, apps that are used in the global publishing trade and much more.
<br/>
<br/> Now we want to help independent businesses like yourself (and us) make the most of their limited resources and not waste time and money.
<br/>
<br/> If you want more details contact us on: <a href="mailto:[email protected]">[email protected]</a>. We're friendly and we want to speak to you 😀.
</p>
</div>
</div>
<div class="col-md-6 wow fadeInUp" data-wow-delay="0.6s">
<h2>What about SCA?</h2>
<div class="testimonial-quote text-left">
<p class="text-muted">
What the hell is SCA?
<br/><br/>
Strong Customer Authentication (SCA) is a new European regulatory requirement to reduce fraud and make online payments more secure. To accept payments and meet SCA requirements, you need to build additional authentication into your payments system. More info <a href="https://stripe.com/gb/guides/strong-customer-authentication">here.</a>
<br/><br/>
Even if you already have an existing card payment booking system in place, you'll need to re-engineer this to make sure you can still accept card payments. Soon, card handlers will refuse payments without the extra authentication that SCA requires.
<br/><br/>
The bad news? That means more time and money on a development team to make sure you don't lose any customers trying to pay you.
<br/><br/>
The good news? We're all SCA ready. So you're future proof with us. In fact, as this is the sole area we focus on, you can ensure your payments will always be processed and up to date with the most recent financial regulations when you use MyBookingSherpa.
<br/><br/>
We keep up to date with global financial regulations, so you don't have to. 👍
</p>
</div>
</div>
</div>
</div>
<!-- end Col -->
</div>
</section>
<section class="contact-default splash splash--primary" id="contact">
<h1 class="heading-text">
Interested? We want to talk to you.
</h1>
<form role="form" id="contact-form" class="contact-form" method="GET" action="https://place.us17.list-manage.com/subscribe/post-json?u=9f9d7b0506c15fe539fba8b45&id=8d0edf259f&c=?">
<div class="row">
<div class="col-md-4 col-md-offset-4">
<div class="form-group">
<input type="email" class="form-control" name="EMAIL" autocomplete="off" id="Email" placeholder="Enter your email and we'll get straight back to you">
</div>
</div>
</div>
<button class="btn btn-rect btn-xl btn-rect--dark" id="submit" type="submit">Email Us</button>
<div id="responseMessage"></div>
<div style="left: -9999px; position: absolute" aria-label="Please leave the following three fields empty">
<label for="b_name">Name: </label>
<input type="text" name="b_name" tabindex="-1" value="" placeholder="Freddie" id="b_name">
<label for="b_email">Email: </label>
<input type="email" name="b_email" tabindex="-1" value="" placeholder="[email protected]" id="b_email">
<label for="b_comment">Comment: </label>
<textarea name="b_comment" tabindex="-1" placeholder="Please comment" id="b_comment"></textarea>
</div>
</form>
</section>
<footer class="footer footer--light">
<div class="container">
<div class="row bottom-row">
<div class="col-sm-12">
<div class="footer-alt text-center">
<p>
<img src="img/logo-dk.svg" width="150px" alt="">
</p>
</div>
</div>
</div>
</div>
</footer>
<script src="node_modules/jquery/dist/jquery.min.js"></script>
<script src="node_modules/bootstrap/dist/js/bootstrap.min.js"></script>
<script src="node_modules/jquery.easing/jquery.easing.1.3.min.js"></script>
<script src="node_modules/scrollreveal/dist/scrollreveal.min.js"></script>
<script src="node_modules/svg-injector/dist/svg-injector.min.js"></script>
<script src="node_modules/wowjs/dist/wow.min.js"></script>
<script src="js/index.min.js"></script>
<script>
document.getElementById('contact-form').addEventListener('submit', (e) => {
e.preventDefault();
postEmailAddress($('#contact-form'));
});
$('.placeholder').click(function () {
video = '<iframe src="' + $(this).attr('data-video') + '" width="640" height="400" frameborder="0"></iframe>';
$(this).replaceWith(video);
});
function postEmailAddress($form) {
$.ajax({
type: $form.attr('method'),
url: $form.attr('action'),
data: $form.serialize(),
cache: false,
dataType: 'json',
contentType: "application/json; charset=utf-8",
error: function (err) { alert("Could not connect to the registration server. Please try again later."); },
success: function (data) {
if (data.result != "success") {
// Something went wrong, do something to notify the user.
console.log('failure ' + data.msg);
document.getElementById('Email').value = '';
} else {
console.log('Success');
document.getElementById('Email').value = '';
document.getElementById('responseMessage').innerHTML = "Thank you. We will get back to you shortly."
}
}
});
};
</script>
</body>
</html>