-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
697 lines (634 loc) · 33.2 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<title>For Investors Only</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="robots" content="noindex, nofollow">
<meta name="robots" content="noarchive">
<!-- FAVICONs -->
<link rel="apple-touch-icon-precomposed" sizes="57x57" href="img/favicons/apple-touch-icon-57x57.png" /><link rel="apple-touch-icon-precomposed" sizes="114x114" href="img/favicons/apple-touch-icon-114x114.png" />
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="img/favicons/apple-touch-icon-72x72.png" /><link rel="apple-touch-icon-precomposed" sizes="144x144" href="img/favicons/apple-touch-icon-144x144.png" />
<link rel="apple-touch-icon-precomposed" sizes="60x60" href="img/favicons/apple-touch-icon-60x60.png" /><link rel="apple-touch-icon-precomposed" sizes="120x120" href="img/favicons/apple-touch-icon-120x120.png" />
<link rel="apple-touch-icon-precomposed" sizes="76x76" href="img/favicons/apple-touch-icon-76x76.png" /><link rel="apple-touch-icon-precomposed" sizes="152x152" href="img/favicons/apple-touch-icon-152x152.png" />
<link rel="icon" type="image/png" href="img/favicons/favicon-196x196.png" sizes="196x196" /><link rel="icon" type="image/png" href="img/favicons/favicon-96x96.png" sizes="96x96" />
<link rel="icon" type="image/png" href="img/favicons/favicon-32x32.png" sizes="32x32" /><link rel="icon" type="image/png" href="img/favicons/favicon-16x16.png" sizes="16x16" /><link rel="icon" type="image/png" href="img/favicons/favicon-128.png" sizes="128x128" /><meta name="application-name" content=" "/>
<meta name="msapplication-TileColor" content="#FFFFFF" /><meta name="msapplication-TileImage" content="img/favicons/mstile-144x144.png" /><meta name="msapplication-square70x70logo" content="img/favicons/mstile-70x70.png" /><meta name="msapplication-square150x150logo" content="img/favicons/mstile-150x150.png" /><meta name="msapplication-wide310x150logo" content="img/favicons/mstile-310x150.png" /><meta name="msapplication-square310x310logo" content="img/favicons/mstile-310x310.png" />
<!-- CSS -->
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/main.css">
<link rel="stylesheet" href="css/magnific-popup.css">
<!-- 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]-->
</head>
<body>
<div id="page-top"></div>
<!-- INTRO/PROBLEM -->
<header class="intro svg-bg">
<div class="container">
<div class="row intro-css">
<div class="col-md-12 text-center">
<img class="rj-logo" src="img/logo-rj.svg" alt="">
<img class="a-500s-company desktop" src="img/a-500s-company.png" alt="">
</div>
</div>
</div>
<div class="container-fluid" id="topbar">
<nav class="header-navigation hidden-xs" >
<ul class="nav navbar-nav ul-nav">
<li><a class="page-scroll" href="#opportunity">OPPORTUNITY</a></li>
<li><a class="page-scroll" href="#product">PRODUCT</a></li>
<li><a class="page-scroll" href="#strategy">STRATEGY</a></li>
<li><a class="page-scroll" href="#business">BUSINESS</a></li>
<li><a class="page-scroll" href="#competition">COMPETITION</a></li>
<li><a class="page-scroll" href="#pilot">PILOT</a></li>
<li><a class="page-scroll" href="#next-steps">NEXT STEPS</a></li>
<li><a class="page-scroll" href="#team">TEAM</a></li>
<li><a class="page-scroll" href="#contact">CONTACT</a></li>
</ul>
</nav>
<div class="visible-xs mobile-title">
FOR INVESTORS ONLY
</div>
</div>
</header>
<section id="opportunity">
<div class="container section-header">
<div class="row">
<div class="col-md-12 text-center">
<div class="title">
<img src="img/icons/i-opportunity.svg" alt="" height="24"><span>The Opportunity</span>
</div>
<h1 class="opportunity-title">Everyone has the potential to make exercise a habit.</h1>
<h2>Sadly, <b>most people fail</b> because they don’t measure their habit and aren’t held accountable.</h2>
</div>
</div>
</div>
<div class="container topic">
<div class="row book-margins">
<div class="col-md-12">
<h3>50% of people stop exercising after <span class="make-yellow">6 weeks or less</span>.</h3>
<p>Getting motivated to exercise is tricky because the short term reward is too small compared to the effort required; therefore, if people rely on willpower alone, they will likely choose to not exercise today.</p>
</div>
</div>
<div class="row big-margins">
<div class="col-md-12">
<img class="img-responsive open-image-popup" href="img/bias-en.png" src="img/bias-en.png" srcset="img/bias-en.png 1x, img/[email protected] 2x" alt="" />
</div>
</div>
</div>
<div class="container topic">
<div class="row book-margins">
<div class="col-md-12">
<h3>People fail because they <span class="make-yellow">don’t measure their habit</span>.</h3>
<p>Exercise trackers measure things like heart rate and calories burned, but fail to motivate people to exercise in the first place. Making exercise a habit should be Goal #1, and exercise habit the thing to measure.</p>
</div>
</div>
</div>
<div class="container topic">
<div class="row book-margins">
<div class="col-md-12">
<h3>People fail because they <span class="make-yellow">aren’t held accountable</span>.</h3>
<p>Being held accountable is highly motivating, but holding people accountable is not easy because results have to constantly be shared and compared to some (usually unclear) criteria that determines success.</p>
</div>
</div>
</div>
</section>
<!-- end INTRO/PROBLEM -->
<!-- PRODUCT -->
<section id="product" style="background-color: #1e1e1e;">
<div class="container section-header">
<div class="row">
<div class="col-md-12 text-center">
<div class="title"><img src="img/icons/i-product.svg" alt="" height="24"><span>The Product</span></div>
<h1>RocketJourney is an app with a gameful design to help users measure and sustain their habit.</h1>
</div>
</div>
</div>
<div class="container topic">
<div class="row gm-margins">
<div class="col-md-12 text-center">
<h3 class="make-yellow">Users just have to follow 3 simple rules: </h3>
</div>
<div class="col-md-3">
<div class="gm-container gm-container-left">
<img class="img-responsive" src="img/mechanics-positive.svg" alt="" />
</div>
</div>
<div class="col-md-6">
<ul id="game-mechanics">
<li style="background-image: url('img/utils/bullet-1.svg')">The goal is to exercise at least 3 days per week to increase your streak.</li>
<li style="background-image: url('img/utils/bullet-2.svg')">You have to get your 3 days of exercise before Sunday night. If not, you’ll lose your streak.</li>
<li style="background-image: url('img/utils/bullet-3.svg')">You can earn <img src="img/star.png" height="16"> <span class="cheats">cheat days</span> to maintain your streak on lazy weeks.</li>
<li class="gm-notes">Incentives: <br>(1) (3) provide positive reinforcement, <br>(2) triggers a sense of loss aversion.</li>
</ul>
</div>
<div class="col-md-3">
<div class="gm-container gm-container-right">
<img class="img-responsive" src="img/mechanics-negative.svg" alt="" />
</div>
</div>
</div>
</div>
<div class="container topic">
<div class="row book-margins">
<div class="col-md-12">
<h3>Users <span class="make-yellow"><b>automatically advance</b></span> in the game every day they exercise.</h3>
<p>To verify their exercise activities, users have to connect with tracking apps/devices or check-in softwares/beacons. From that day forward, users automatically advance in the game by using that verification method and meeting the required criteria.</p>
</div>
</div>
<div class="row big-margins">
<div class="col-md-12">
<img class="img-responsive open-image-popup" href="img/sources.svg" src="img/sources.svg" alt="">
</div>
</div>
</div>
<div class="container">
<div class="row book-margins">
<div class="col-md-12">
<h3>Users can form <span class="make-yellow"><b>groups to hold each other accountable</b></span>.</h3>
<p>Exercise habit is something that applies to everybody, regardless of fitness level or type of exercise. This attracts groups of friends to compete on who can sustain the longest streak, keep track of challenges and bets, and support each other.</p>
</div>
</div>
<div class="row book-margins double-phone-wrapper">
<div class="col-md-6">
<div class="double-phone-wrapper-item">
<img class="img-responsive" src="img/phone/team-main.png" alt="">
</div>
</div>
<div class="col-md-6">
<div class="double-phone-wrapper-item">
<img class="img-responsive" src="img/phone/team-chat.png" alt="">
</div>
</div>
</div>
</div>
</section>
<!-- end PRODUCT -->
<!-- GO-TO-MARKET -->
<section id="strategy">
<div class="container section-header">
<div class="row">
<div class="col-md-12 text-center">
<div class="title"><img src="img/icons/i-strategy.svg" alt="" height="24"><span>Go-to-Market Strategy</span></div>
<h1>The best way to distribute this product is to partner with fitness clubs.</h1>
<h2>We offer the product, they promote it.</h2>
</div>
</div>
</div>
<div class="container topic">
<div class="row book-margins">
<div class="col-md-12">
<h3>There are 200,000+ fitness clubs serving <span class="make-yellow">162+ million members worldwide</span>.</h3>
<p>1 out of every 5 Americans have a fitness club membership (57M people). Other interesting markets include: Germany (10M), U.K. (9.7M), Brazil (9.6M), Canada (5.6M), France (5.4M), Italy (5.2M), Spain (5M), Japan (4.1M), and Mexico (4.1M). </p>
</div>
</div>
</div>
<div class="container topic">
<div class="row book-margins">
<div class="col-md-12">
<h3><span class="make-yellow">RocketJourney helps fitness clubs</span> increase member retention.</h3>
<p>Every year, fitness clubs lose on average 40% of their members. Most members stop renewing their memberships because they lose motivation and stop visiting their club frequently enough to justify the expense. RocketJourney motivates members to continue visiting longer periods of time, and therefore continue paying their memberships. </p>
</div>
</div>
</div>
<div class="container topic">
<div class="row book-margins">
<div class="col-md-12">
<h3>Clubs can integrate to RocketJourney <span class="make-yellow">for free</span>.</h3>
<p>When a club integrates, its members become able to automatically advance in the RocketJourney game every day they attend the club. To integrate, a club has two options:</p>
</div>
</div>
<div class="row book-margins">
<div class="col-md-6">
<div class="integration-method">
<div class="integration-method-icon">
<!-- lame icon, must improve -->
<img src="img/icons/i-turnstile.svg" alt="">
</div>
<p class="integration-method-option">Integrate its software with the RocketJourney API.</p>
<p class="integration-method-description">
<b>Members have to:</b><br>
Check in like they normally do.
</p>
<p class="integration-method-description">
<b>Ideal for:</b><br>
Clubs with automated check-in system.
</p>
</div>
</div>
<div class="col-md-6">
<div class="integration-method">
<div class="integration-method-icon">
<!-- lame icon, must improve -->
<img src="img/icons/i-beacon.svg" alt="">
</div>
<p class="integration-method-option">Place a bluetooth beacon inside the club.</p>
<p class="integration-method-description">
<b>Members have to:</b><br>
Open app inside the club.
</p>
<p class="integration-method-description">
<b>Ideal for:</b><br>
Clubs without automated check-in system.
</p>
</div>
</div>
</div>
</div>
<div class="container topic">
<div class="row book-margins">
<div class="col-md-12">
<h3>Once integrated, <span class="make-yellow">fitness clubs promote RocketJourney</span> to their members.</h3>
<p>Clubs have great ability to promote RocketJourney because they collect members’ email addresses and contact information. Additionally, clubs have an incentive to promote RocketJourney on an ongoing basis to every new member because the first weeks of membership usage are key to long-term retention.</p>
</div>
</div>
</div>
<div class="container topic">
<div class="row book-margins">
<div class="col-md-12">
<h3><span class="make-yellow">Users help us convince their clubs</span> to join RocketJourney.</h3>
<p>In RocketJourney, users can request their clubs to join. We use these requests as leverage to approach and convince these clubs to integrate. This means we could motivate a specific club to integrate by running user acquisition campaigns targeted at its members to get a few of them to download the app and request their club.</p>
</div>
</div>
<div class="row book-margins requests">
<div class="col-md-6">
<img class="img-responsive" src="img/requests/request-1.svg" alt="">
<img class="img-responsive" src="img/requests/request-2.svg" alt="">
<img class="img-responsive" src="img/requests/request-3.svg" alt="">
</div>
<div class="col-md-6">
<img class="img-responsive" src="img/requests/request-4.svg" alt="">
<img class="img-responsive" src="img/requests/request-5.svg" alt="">
<img class="img-responsive" src="img/requests/request-6.svg" alt="">
</div>
</div>
</div>
<div class="container topic">
<div class="row book-margins">
<div class="col-md-12">
<h3>The goal is to <span class="make-yellow">develop a worldwide network of fitness clubs</span>.</h3>
<p>Our goal is to partner with as many fitness clubs as we can to acquire as many users as we can, until we hit a tipping point in which clubs that haven’t integrated realize they have to integrate because a lot of potential members prefer to join a club that allows them to advance in the RocketJourney game. </p>
<img class="img-responsive" src="img/worldwide-network.png" alt="">
</div>
</div>
</div>
</section>
<!-- BUSINESS MODEL -->
<section id="business" style="background-color: #1e1e1e;">
<div class="container section-header">
<div class="row text-center">
<div class="col-md-12">
<div class="title"><img src="img/icons/i-business.svg" alt="" height="24"><span>The Business Model</span></div>
<h1>We will sell premium functionality to fitness clubs.</h1>
<h2>Fitness clubs will pay a subscription to get access to the premium features of Control Center.</h2>
</div>
</div>
</div>
<div class="container topic">
<div class="row book-margins">
<div class="col-md-12">
<h3><span class="make-yellow"><b>Control Center is a freemium web application </b></span>we offer to fitness clubs.</h3>
<p>The free version helps clubs integrate to RocketJourney, promote the app to members, and offer support. In other words, it facilitates the adoption and proper functioning of RocketJourney at the club.</p>
<p>The premium version will help clubs manage member retention more effectively and offer exercise plans to members via RocketJourney. </p>
</div>
</div>
</div>
<div class="container topic">
<div class="row book-margins">
<div class="col-md-12">
<h3>Clubs will be able to <span class="make-yellow"><b>manage member retention more effectively</b></span>.</h3>
<p>The premium version of Control Center will calculate the probability that members will continue paying their memberships based on attendance patterns, exercise activities, Net Promoter Score, and other data obtained via RocketJourney. It will also provide prescriptive tips to help managers prevent high-risk members from cancelling. </p>
</div>
</div>
<div class="row book-margins" style="margin-top:40px;">
<img class="img-responsive" src="img/cc-mockup.png" alt="">
</div>
</div>
<div class="container topic">
<div class="row book-margins">
<div class="col-md-12">
<h3>Clubs will be able to <span class="make-yellow"><b>offer exercise plans to members </b>via RocketJourney</span>.</h3>
<p>The premium version of Control Center will allow clubs to create exercise plans and offer them to their members via RocketJourney. Clubs will also be able to promote their personal and group training offering via RocketJourney. This will help clubs increase revenue, and it will help their members stay motivated.</p>
</div>
</div>
<div class="row book-margins double-phone-wrapper">
<div class="col-md-6">
<div class="double-phone-wrapper-item">
<img class="img-responsive" src="img/phone/plans-search.jpg" alt="">
</div>
</div>
<div class="col-md-6">
<div class="double-phone-wrapper-item">
<img class="img-responsive" src="img/phone/plans-view.jpg" alt="">
</div>
</div>
</div>
</div>
<div class="container topic">
<div class="row book-margins">
<div class="col-md-12">
<h3>This business model is part of a <span class="make-yellow"><b>larger monetization plan</b></span>.</h3>
<p>By developing a strong network of fitness clubs and converting a significant fraction to paying customers, we will be able to create a sustainable software as a service business model. Nevertheless, the most lucrative opportunities exist in the future, when we start monetizing our user base. Please ask us about it when we meet. </p>
</div>
</div>
</div>
</section>
<!-- COMPETITION -->
<section id="competition">
<div class="container section-header">
<div class="row text-center">
<div class="col-md-12">
<div class="title"><img src="img/icons/i-competition.svg" alt="" height="24"><span>Our Competition</span></div>
<h1>RocketJourney is first in a new category.</h1>
<h2>We offer fitness club members a unique experience that no other app offers.</h2>
</div>
</div>
</div>
<div class="container topic">
<div class="row book-margins">
<div class="col-md-12">
<h3>We compete indirectly with <span class="make-yellow"><b>White Label Apps</b></span>.</h3>
<p>White label app providers offer custom branded apps, usually focused on membership management and class scheduling features. On the other hand, RocketJourney offers an open, centralized app, focused on gameful motivational features.</p>
<p>This means that fitness clubs don’t have to choose between paying for their own branded app and integrating to RocketJourney for free; they can do both and offer both products to members.</p>
</div>
</div>
<div class="row book-margins">
<div class="cms-logos">
<div class="col-md-4">
<img class="img-responsive cms-logo" src="img/comp/netpulse.png" alt="">
</div>
<div class="col-md-4">
<img class="img-responsive cms-logo" src="img/comp/migym.png" alt="">
</div>
<div class="col-md-4">
<img class="img-responsive cms-logo" src="img/comp/traininggym.png" alt="">
</div>
</div>
</div>
</div>
<div class="container topic">
<div class="row book-margins">
<div class="col-md-12">
<h3>We partner with <span class="make-yellow"><b>Club Management Softwares (CMS)</b></span>.</h3>
<p>CMS providers offer software to help clubs manage memberships and payments. We do not compete with CMS providers; we partner with them by convincing clubs to integrate to RocketJourney, so they request their CMS provider to integrate with the RocketJourney API.</p>
</div>
</div>
<div class="row big-margins">
<div class="cms-logos">
<div class="col-md-12 text-center">
<div class="col-md-4"><img class="img-responsive cms-logo" src="img/cms/paramount.png" alt=""></div>
<div class="col-md-2"><img class="img-responsive cms-logo" src="img/cms/evo.png" alt=""></div>
<div class="col-md-2"><img class="img-responsive cms-logo" src="img/cms/poliwin.png" alt=""></div>
<div class="col-md-4"><img class="img-responsive cms-logo" src="img/cms/socioplus.png" alt=""></div>
</div>
</div>
</div>
</div>
</section>
<!-- PILOT -->
<section id="pilot" style="background-color: #1e1e1e;">
<div class="container section-header">
<div class="row text-center">
<div class="col-md-12">
<div class="title"><img src="img/icons/i-pilot.svg" alt="" height="24"><span>Pilot</span></div>
<h1>Users love RocketJourney.</h1>
<h2>Users are telling us that RocketJourney is playing a big role in helping them get the habit.</h2>
</div>
</div>
</div>
<div class="container topic">
<div class="row book-margins">
<div class="col-md-12">
<h3><span class="make-yellow"><b>More than 4,000 Sports World members </b></span>have installed RocketJourney.</h3>
<p>The first fitness club to integrate to RocketJourney was Sports World, the largest high-end fitness club chain in Mexico, with 50+ locations across the country. To date, 4,000+ Sports World members have installed RocketJourney and have formed 1,200+ groups among them.</p>
</div>
</div>
</div>
<div class="container topic">
<div class="row book-margins">
<div class="col-md-12">
<h3>RocketJourney has<span class="make-yellow"><b> outstanding user retention</b></span>.</h3>
<p>1 out of 2 people who download RocketJourney keep coming back to the app after 8 weeks. This is exceptional considering that most apps lose most of their users after just 1 week. Also, we consistently receive very positive feedback from users, for example:</p>
</div>
</div>
<div class="row book-margins requests">
<div class="col-md-6">
<img class="img-responsive" src="img/feedback/feedback-1.svg" alt="">
<img class="img-responsive" src="img/feedback/feedback-2.svg" alt="">
<img class="img-responsive" src="img/feedback/feedback-7.svg" alt="">
<img class="img-responsive" src="img/feedback/feedback-6.svg" alt="">
</div>
<div class="col-md-6">
<img class="img-responsive" src="img/feedback/feedback-4.svg" alt="">
<img class="img-responsive" src="img/feedback/feedback-5.svg" alt="">
<img class="img-responsive" src="img/feedback/feedback-3.svg" alt="">
</div>
</div>
</div>
<div class="container topic">
<div class="row book-margins">
<div class="col-md-12">
<h3>We recently began a <span class="make-yellow"><b>successful expansion to more fitness clubs</b></span>.</h3>
<p>We started offering RocketJourney to more fitness clubs in Mexico at the start of Q3 2017, and we have found great interest. <span class="make-yellow"><b>30+ clubs</b></span> with more than <span class="make-yellow"><b>250 locations</b></span> combined, have now integrated or are in process of integrating to RocketJourney. </p>
</div>
</div>
<div class="row big-margins">
<div class="col-md-10 col-md-offset-1">
<div class="row gyms-row">
<div class="col-md-3 col-xs-6"><img class="img-responsive" src="img/gyms/sportsworld.png" alt=""></div>
<div class="col-md-3 col-xs-6"><img class="img-responsive" src="img/gyms/snap-fitness.png" alt=""></div>
<div class="col-md-3 col-xs-6"><img class="img-responsive" src="img/gyms/anytime-fitness.png" alt=""></div>
<div class="col-md-3 col-xs-6"><img class="img-responsive" src="img/gyms/curves.png" alt=""></div>
<div class="col-md-3 col-xs-6"><img class="img-responsive" src="img/gyms/sportium.png" alt=""></div>
<div class="col-md-3 col-xs-6"><img class="img-responsive" src="img/gyms/nelson-vargas.png" alt=""></div>
<div class="col-md-3 col-xs-6"><img class="img-responsive" src="img/gyms/9round.png" alt=""></div>
<div class="col-md-3 col-xs-6"><img class="img-responsive" src="img/gyms/ymca-mexico.png" alt=""></div>
</div>
</div>
</div>
</div>
</section>
<!-- NEXT STEPS -->
<section id="next-steps" style="background-color: #222222">
<div class="container section-header">
<div class="row text-center">
<div class="col-md-12">
<div class="title"><img src="img/icons/i-next-steps.svg" alt="" height="24"><span>Next Steps</span></div>
<h1>We are ready to scale.</h1>
<h2>Now that we’ve achieved product-market fit, our focus is to grow our network of fitness clubs.</h2>
</div>
</div>
</div>
<div class="container topic">
<div class="row book-margins">
<div class="col-md-12">
<h3>To become a strong defensible business, <span class="make-yellow"><b>we need network effects</b></span>.</h3>
<p>We have to be the first company to develop a network of fitness clubs around a centralized consumer app. To do that we have to invest heavily in product development and sales & marketing.</p>
</div>
</div>
</div>
<div class="container topic">
<div class="row book-margins">
<div class="col-md-12">
<h3>RocketJourney will <span class="make-yellow"><b>become the winner of the fitness app market</b></span>.</h3>
<p>There are many successful fitness apps, but no clear winner. Part of the reason is that most fitness apps focus on a specific niche like runners or people who exercise at home. RocketJourney breaks this pattern because its core theme is exercise habit, which applies to everybody.</p>
</div>
</div>
</div>
<div class="container topic">
<div class="row book-margins">
<div class="col-md-12">
<h3>In the long-term, <span class="make-yellow"><b>our company could expand to more habits</b></span>.</h3>
<p>The principles and mechanics that work to help people make exercise a habit, can be applied to other habits, such as eating healthy, reading, saving money, etc. The fitness market alone can make RocketJourney a huge company, but it would make a lot of sense to expand by going for new markets.</p>
</div>
</div>
</div>
<div class="container topic">
<div class="row book-margins">
<div class="col-md-12">
<h3><span class="make-yellow"><b>Many companies will be interested in buying RocketJourney</b></span>.</h3>
<p>The fitness tech industry has seen 98 M&As and IPOs since 2013. If we are able to develop a strong network of fitness clubs and active users, many companies will be interested in buying RocketJourney.</p>
</div>
</div>
<div class="row acq-logos">
<div class="col-md-6 col-md-offset-3">
<div class="col-md-4 col-xs-6"><img src="img/acquisitions/acq-myfitnesspal.png"></div>
<div class="col-md-4 col-xs-6"><img src="img/acquisitions/acq-runtastic.png" width="160"></div>
<div class="col-md-4 col-xs-6"><img src="img/acquisitions/acq-mapmyfitness.png" width="160"></div>
<div class="col-md-4 col-xs-6"><img src="img/acquisitions/acq-runkeeper.png" width="160"></div>
<div class="col-md-4 col-xs-6"><img src="img/acquisitions/acq-endomondo.png" width="160"></div>
<div class="col-md-4 col-xs-6"><img src="img/acquisitions/acq-fitocracy.png" width="160"></div>
<div class="col-md-4 col-xs-6"><img src="img/acquisitions/acq-fitstar.png" width="160"></div>
<div class="col-md-4 col-xs-6"><img src="img/acquisitions/acq-moves.png" width="160"></div>
<div class="col-md-4 col-xs-6"><img src="img/acquisitions/acq-fitmob.png" width="160"></div>
<div class="col-md-4 col-xs-6"><img src="img/acquisitions/acq-wello.png" width="160"></div>
<div class="col-md-4 col-xs-6"><img src="img/acquisitions/acq-weilos.png" width="160"></div>
<div class="col-md-4 col-xs-6"><img src="img/acquisitions/acq-gritness.png" width="160"></div>
</div>
</div>
<div class="row">
<div class="col-md-12">
<p class="acq-full-list">To see the full list go <a href="https://www.cbinsights.com/research/fitness-tech-mergers-acquisitions" target="_blank">here</a>.</p>
</div>
</div>
</div>
</section>
<!-- TEAM -->
<section id="team" style="background-color: #1a1a1a;">
<div class="container section-header">
<div class="row">
<div class="col-md-12 text-center">
<div class="title"><img src="img/icons/i-team.svg" alt="" height="24"><span>The Team</span></div>
</div>
</div>
<div class="row big-margins">
<div id="team-core" class="space40">
<div class="col-xs-6 col-md-3">
<div class="teammate-container">
<img class="img-responsive teammate-photo" src="img/teammates/carlos.jpg" alt="">
<h4>Carlos Ayala</h4>
<p>Executive Dir.<br>(Founder)</p>
</div>
</div>
<div class="col-xs-6 col-md-3">
<div class="teammate-container">
<img class="img-responsive teammate-photo" src="img/teammates/pablo.jpg" alt="">
<h4>Pablo Artee</h4>
<p>Product Director<br>(Founder)</p>
</div>
</div>
<div class="col-xs-6 col-md-3">
<div class="teammate-container">
<img class="img-responsive teammate-photo" src="img/teammates/erik.jpg" alt="">
<h4>Erik Vera</h4>
<p>Lead Developer<br>Consumer Prod.</p>
</div>
</div>
<div class="col-xs-6 col-md-3">
<div class="teammate-container">
<img class="img-responsive teammate-photo" src="img/teammates/gustavo.jpg" alt="">
<h4>Gustavo Mora</h4>
<p>Lead Developer<br>Business Product</p>
</div>
</div>
</div>
</div>
<div class="row big-margins">
<div class="col-md-12 space30">
<h4 style="color:#aaa;font-size:22px;">Software Consultants:</h4>
</div>
<div id="team-consultants">
<div class="col-xs-6 col-md-3 col-md-push-1 space20">
<div class="teammate-container">
<h4>Misael Pérez</h4>
<p>Software Architecture</p>
</div>
</div>
<div class="col-xs-6 col-md-4 col-md-push-1">
<div class="teammate-container">
<h4>Jorge Garrido</h4>
<p>Erlang Expert</p>
</div>
</div>
<div class="col-xs-12 col-md-3 col-md-push-1">
<div class="teammate-container">
<h4>Ivan Peñuelas</h4>
<p>Android Development</p>
</div>
</div>
</div>
</div>
</section>
<!-- end TEAM -->
<!-- CONTACT -->
<footer id="contact" style="background-color:#111">
<div class="container">
<div class="row big-margins text-center">
<div class="col-md-12">
<p>Let's Meet:</p>
<p class="contact-info"><a href="mailto:[email protected]" class="mail-link"><b>[email protected]</b></a>
<br>+52 1 <b>(64) 4173 0535</b></p>
</div>
</div>
</div>
</footer>
<!--
References Holder
<footer>
<div class="container">
<div class="row">
<div class="col-md-4 col-md-offset-4">
<h4>REFERENCES</h4>
<ul class="references">
<li>
<span class="numbahs">1</span> Guide to Membership Retention: Industry Lessons
on what–and what not–to do. (John McCarthy, 2007)
</li>
<li>
<span class="numbahs">2 </span><a href="http://www.bodybuilding.com/fun/2013-100k-transformation-contest-press-release.html">73% of People Who Set Fitness Goals as New Year's Resolutions Give Them Up.</a> (Bodybuilding.com, 2012).
</li>
<li>
<span class="numbahs">3</span> The IHRSA Global Report 2015: The State of the Health Club Industry (IHRSA Analysts, 2015)
</li>
<li>
<span class="numbahs">4</span> 2014 Health Club Activity, Usage, Trends and Analysis. (IHRSA Analysts, 2014)
</li>
</ul>
</div>
</div>
</div>
</div>
</footer> -->
</div>
<!-- JAVASCRIPT -------------------------------------------------------------------------->
<script src="js/vendors/jquery.js"></script>
<script src="js/main.js"></script>
<script src="js/vendors/jquery.magnific-popup.min.js"></script>
<script src="js/vendors/scroll-up-bar.min.js"></script>
</body>
</html>