-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
executable file
·436 lines (434 loc) · 22 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>re+Boost</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="robots" content="all,follow">
<!-- Bootstrap-->
<link rel="stylesheet" href="css/bootstrap.min.css">
<!-- Google fonts - Open Sans-->
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans:400,300,700,800,400italic">
<!-- Stroke 7 font by Pixeden (http://www.pixeden.com/icon-fonts/stroke-7-icon-font-set)-->
<link rel="stylesheet" href="css/pe-icon-7-stroke.css">
<link rel="stylesheet" href="css/helper.css">
<!-- theme stylesheet-->
<link rel="stylesheet" href="css/style.default.css" id="theme-stylesheet">
<!-- owl carousel-->
<link rel="stylesheet" href="css/owl.carousel.css">
<link rel="stylesheet" href="css/owl.theme.css">
<!-- plugins-->
<link rel="stylesheet" href="css/simpletextrotator">
<!-- Custom stylesheet - for your changes-->
<link rel="stylesheet" href="css/custom.css">
<!-- Favicon-->
<link rel="shortcut icon" href="favicon.png">
<!-- Tweaks for older IEs--><!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script><![endif]-->
</head>
<body data-spy="scroll" data-target="#navigation" data-offset="120">
<div id="all">
<!-- navbar-->
<header class="header">
<div role="navigation" class="navbar navbar-default navbar-fixed-top">
<div class="container">
<div class="navbar-header"><a href="#all" class="navbar-brand scroll-to">
<img src="img/logo-full.png" alt="logo" class="hidden-xs hidden-sm">
<img src="img/logo-medium.png" alt="logo" class="hidden-xs visible-sm">
<img src="img/logo-short.png" alt="logo" class="visible-xs"><span class="sr-only">Go to homepage</span></a>
<div class="navbar-buttons">
<button type="button" data-toggle="collapse" data-target=".navbar-collapse" class="navbar-toggle navbar-btn">Menu<i class="pe-7s-menu"></i></button>
</div>
</div>
<div id="navigation" class="collapse navbar-collapse navbar-right">
<ul class="nav navbar-nav">
<li><a href="#features" class="scroll-to">Features</a></li>
<li><a href="#text" class="scroll-to">Our Story</a></li>
<li><a href="#integrations" class="scroll-to">Team</a></li>
<!-- <li><a href="#testimonials" class="scroll-to">Testimonials</a></li> -->
<li><a href="#contact" class="scroll-to">Contact</a></li>
</ul><a href="#" data-toggle="modal" data-target="#get-started" class="btn navbar-btn btn-ghost">Get started</a>
</div>
</div>
</div>
</header>
<!-- *** SIGNUP MODAL ***_________________________________________________________
-->
<div id="get-started" tabindex="-1" role="dialog" aria-labelledby="Login" aria-hidden="true" class="modal fade">
<div class="modal-dialog modal-sm">
<div class="modal-content">
<div class="modal-header">
<button type="button" data-dismiss="modal" aria-hidden="true" class="close">×</button>
<h4 class="modal-title text-center">Get started</h4>
</div>
<div class="modal-body">
<!-- <form id="contactform" action="//formspree.io/[email protected]" method="POST">
<input type="text" name="name" placeholder="Your name">
<input type="email" name="_replyto" placeholder="Your email">
<textarea name="message" placeholder="Your message"></textarea>
<input type="submit" value="Send">
</form> -->
<form action="https://formspree.io/[email protected]" method="post">
<div class="form-group">
<input id="email_modal" type="text" placeholder="[email protected]" name="_replyto" class="form-control">
</div>
<p class="text-center">
<button class="btn btn-primary"><i class="pe-7s-magic-wand"></i> Sign up</button>
</p>
</form>
<p class="text-center text-muted">Sign up to stay in the loop on re+Boost!</p>
</div>
</div>
</div>
</div>
<!-- *** SIGNUP MODAL END ***-->
<section id="intro" class="text-intro no-padding-bottom">
<div class="container">
<div class="row">
<div class="col-md-12">
<h1>Recovery re+<span class="rotate">invented,designed,imagined,Boost</span> </h1>
<h3 class="weight-300">The Virtual Reality Recovery Platform</h3>
</div>
</div>
<div class="row">
<div class="col-md-12">
<form action="https://formspree.io/[email protected]" method="post" class="form-inline margin-top sign-up-form">
<input id="email_intro" type="text" placeholder="enter your email" name="_replyto" class="form-control">
<input id="submit_intro" type="submit" value="Get started" class="btn btn-primary">
</form>
</div>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<!-- <div class="col-md-12 col-lg-8 col-lg-offset-2">
<p class="margin-bottom--zero"><img alt="" src="img/features3.png" class="img-responsive"></p>
</div> -->
</div>
</div>
</section>
<!-- *** CUSTOMERS ***-->
<section id="customers" class="section background-gray-lightest padding--small">
<div class="container">
<div class="row">
<div class="col-sm-3 col-xs-6">
<div class="customer"><img src="img/customers/westcoastsci.png" title="Westcoast SCI" data-placement="bottom" data-toggle="tooltip" alt="" class="img-responsive"></div>
</div>
<div class="col-sm-3 col-xs-6">
<div class="customer"><img src="img/customers/harvard.png" title="Harvard" data-placement="bottom" data-toggle="tooltip" alt="" class="img-responsive"></div>
</div>
<!-- <div class="col-sm-4 col-md-2 col-xs-6">
<div class="customer"><img src="img/customers/cslink.png" title="CS Link" data-placement="bottom" data-toggle="tooltip" alt="" class="img-responsive"></div>
</div> -->
<!-- <div class="col-sm-4 col-md-2 col-xs-6">
<div class="customer"><img src="img/customers/botas66.png" title="Botas 66 Concept store" data-placement="bottom" data-toggle="tooltip" alt="" class="img-responsive"></div>
</div> -->
<div class="col-sm-3 col-xs-6">
<div class="customer"><img src="img/customers/mit.png" title="MIT" data-placement="bottom" data-toggle="tooltip" alt="" class="img-responsive"></div>
</div>
<div class="col-sm-3 col-xs-6">
<div class="customer"><img src="img/customers/ubc.png" title="UBC" data-placement="bottom" data-toggle="tooltip" alt="" class="img-responsive"></div>
</div>
</div>
</div>
</section>
<!-- *** CUSTOMERS END ***-->
<!-- *** FEATURES ***-->
<section id="features" class="section">
<div class="container">
<div class="row text-center-mobile">
<div class="col-md-6">
<div class="icon"><i class="pe-7s-diamond"></i></div>
<h2>Gamify your Recovery</h2>
<p>Using virtual reality and motion tracking bands, we enhance your exercise plan with fun and engaging simulations.</p>
</div>
<div class="col-md-6">
<p><img alt="" src="img/gamify_your_recovery.png" class="img-responsive"></p>
</div>
</div>
</div>
</section>
<section class="section background-gray-lightest">
<div class="container">
<div class="row text-center-mobile">
<div class="col-md-6">
<p><img alt="" src="img/track_your_recovery.png" class="img-responsive"></p>
</div>
<div class="col-md-6">
<div class="icon brand-terciary"><i class="pe-7s-rocket"></i></div>
<h2>Track your Recovery</h2>
<p>Use our iOS app to keep track of pain levels and symptoms as you progress along your recovery plan. Your physiotherapist can use this data to help tailor your recovery to your preferences and needs.</p>
</div>
</div>
</div>
</section>
<section class="section no-padding-bottom">
<div class="container">
<div class="row">
<div class="col-md-12 col-lg-8 col-lg-offset-2 text-center">
<div class="icon brand-secondary"><i class="pe-7s-graph1"></i></div>
<h2>Learn how to do your exercises</h2>
<p>Use our iOS app to watch videos of exercises prescribed by your physiotherapist and learn how to properly and safely do them.</p>
<p class="margin-bottom--zero"><img alt="" src="img/learn_your_exercises.png" class="img-responsive"></p>
</div>
</div>
</div>
</section>
<!-- *** FEATURES END *** -->
<!-- *** TEXT ***-->
<section id="text" class="text-page section-inverse background-secondary">
<div class="container">
<div class="row">
<div class="col-md-12">
<h2 class="text-center">Our Story</h2>
<p class="lead text-center">re+imagining recovery
</p>
<div class="row">
<div class="col-sm-12">
<p>reBoost started as a simple idea: use technology to aid physiotherapy. Over 8 weeks of rapid iteration, surveys and market research, we arrived at a solution to the problem of exercise adherence. Using simulated environments, we provide an interactive and immersive recovery experience. We use virtual reality to enhance your recovery experience, making exercise a fun and engaging activity.</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- *** TEXT END ***-->
<!-- *** INTEGRATIONS ***-->
<section id="integrations" class="section-gray">
<div class="container clearfix">
<div class="row services">
<div class="col-md-12">
<h3 class="services-heading">Team</h3>
<div class="row">
<div class="col-sm-4">
<div class="box box-services">
<div class="name-picture"><img alt="" src="img/team/aareet_shermon.png"></div>
<h4 class="heading">Aareet Shermon</h4>
<p>Lead Engineer</p>
</div>
</div>
<div class="col-sm-4">
<div class="box box-services">
<div class="name-picture"><img alt="" src="img/team/charlotte_caron.png"></div>
<h4 class="heading">Charlotte Caron</h4>
<p>Partner Relations</p>
</div>
</div>
<div class="col-sm-4">
<div class="box box-services">
<div class="name-picture"><img alt="" src="img/team/chelsea_scheffel.png"></div>
<h4 class="heading">Chelsea Scheffel</h4>
<p>Research</p>
</div>
</div>
</div>
<!-- <h4 class="services-heading">TOOLS</h4> -->
<div class="row">
<div class="col-sm-4">
<div class="box box-services">
<div class="name-picture"><img alt="" src="img/team/david_deng.png"></div>
<h4 class="heading">David Deng</h4>
<p>Business Development</p>
</div>
</div>
<div class="col-sm-4">
<div class="box box-services">
<div class="name-picture"><img alt="" src="img/team/jessica_lieuson.png"></div>
<h4 class="heading">Jessica Lieuson</h4>
<p>VR/UI Designer</p>
</div>
</div>
<div class="col-sm-4">
<div class="box box-services">
<div class="name-picture"><img alt="" src="img/team/miroslav_suzara.png"></div>
<h4 class="heading">Miroslav Suzara</h4>
<p>Product Management</p>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- *** INTEGRATIONS END ***-->
<!-- <section id="testimonials" class="section testimonails background-gray-lightest">
<div class="container">
<h2 class="text-center">
What our customers say
</h2>
<p class="lead text-center">One morning, when Gregor Samsa woke from troubled dreams, he found himself transformed in his bed into a horrible vermin. He lay on his armour-like back, and if he lifted his head a little he could see his brown belly, slightly domed and divided by arches into stiff sections. </p>
<div class="row">
<div class="col-md-12">
<ul class="owl-carousel testimonials same-height-row">
<li class="item">
<div class="testimonial same-height-always">
<div class="text">
<p>One morning, when Gregor Samsa woke from troubled dreams, he found himself transformed in his bed into a horrible vermin. He lay on his armour-like back, and if he lifted his head a little he could see his brown belly, slightly domed and divided by arches into stiff sections.</p>
</div>
<div class="bottom">
<div class="testimonial-icon"> <i class="pe-7s-comment"></i></div>
<div class="name-picture"><img alt="" src="img/person-1.jpg">
<h5>John McIntyre</h5>
<p>CEO, TransTech</p>
</div>
</div>
</div>
</li>
<li class="item">
<div class="testimonial same-height-always">
<div class="text">
<p>The bedding was hardly able to cover it and seemed ready to slide off any moment. His many legs, pitifully thin compared with the size of the rest of him, waved about helplessly as he looked. "What's happened to me? " he thought. It wasn't a dream.</p>
</div>
<div class="bottom">
<div class="testimonial-icon"> <i class="pe-7s-comment"></i></div>
<div class="name-picture"><img alt="" src="img/person-2.jpg">
<h5>John McIntyre</h5>
<p>CEO, TransTech</p>
</div>
</div>
</div>
</li>
<li class="item">
<div class="testimonial same-height-always">
<div class="text">
<p>His room, a proper human room although a little too small, lay peacefully between its four familiar walls.</p>
<p>A collection of textile samples lay spread out on the table - Samsa was a travelling salesman - and above it there hung a picture that he had recently cut out of an illustrated magazine and housed in a nice, gilded frame.</p>
</div>
<div class="bottom">
<div class="testimonial-icon"> <i class="pe-7s-comment"></i></div>
<div class="name-picture"><img alt="" src="img/person-3.png">
<h5>John McIntyre</h5>
<p>CEO, TransTech</p>
</div>
</div>
</div>
</li>
<li class="item">
<div class="testimonial same-height-always">
<div class="text">
<p>It showed a lady fitted out with a fur hat and fur boa who sat upright, raising a heavy fur muff that covered the whole of her lower arm towards the viewer. Gregor then turned to look out the window at the dull weather. Drops of rain could be heard hitting the pane, which made him feel quite sad.</p>
</div>
<div class="bottom">
<div class="testimonial-icon"> <i class="pe-7s-comment"></i></div>
<div class="name-picture"><img alt="" src="img/person-4.jpg">
<h5>John McIntyre</h5>
<p>CEO, TransTech</p>
</div>
</div>
</div>
</li>
<li class="item">
<div class="testimonial same-height-always">
<div class="text">
<p>It showed a lady fitted out with a fur hat and fur boa who sat upright, raising a heavy fur muff that covered the whole of her lower arm towards the viewer. Gregor then turned to look out the window at the dull weather. Drops of rain could be heard hitting the pane, which made him feel quite sad. Gregor then turned to look out the window at the dull weather. Drops of rain could be heard hitting the pane, which made him feel quite sad.</p>
</div>
<div class="bottom">
<div class="testimonial-icon"> <i class="pe-7s-comment"></i></div>
<div class="name-picture"><img alt="" src="img/person-4.jpg">
<h5>John McIntyre</h5>
<p>CEO, TransTech</p>
</div>
</div>
</div>
</li>
</ul>
</div>
</div>
</div>
</section> -->
<section class="signup-section text-center no-padding-bottom">
<div class="container">
<div class="row">
<div class="col-md-12">
<h3>Sign up to learn more</h3>
<!-- <p class="lead text-gray-light">Age lived smile six defer bed their few. Had admitting concluded too behaviour him she.</p> -->
<form action="https://formspree.io/[email protected]" method="post" class="form-inline margin-top sign-up-form">
<input id="email_intro" type="text" placeholder="enter your email" name="_replyto" class="form-control">
<input id="submit_intro" type="submit" value="Get started" class="btn btn-primary">
</form>
</div>
<div class="col-md-8 col-md-offset-2 col-lg-6 col-lg-offset-3">
<!-- <p class="margin-bottom--zero"><img alt="" src="img/signup.png" class="img-responsive"></p> -->
<br>
<br>
<br>
</div>
</div>
</div>
</section>
<section id="contact" class="section background-gray-lightest">
<div class="container">
<div class="row">
<div class="col-md-4">
<div class="box-simple">
<div class="icon"><i class="pe-7s-map-2"></i></div>
<h3>Made with love in</h3>
<p>Vancouver<br><strong>Canada</strong></p>
</div>
</div>
<div class="col-md-4">
<div class="box-simple">
<div class="icon"><i class="pe-7s-phone"></i></div>
<h3>Call us</h3>
<!-- <p class="text-muted">This number is toll free if calling from Great Britain otherwise we advise you to use the electronic form of communication.</p> -->
<p><strong>+1 872 222 7338</strong></p>
</div>
</div>
<div class="col-md-4">
<div class="box-simple">
<div class="icon"><i class="pe-7s-mail-open-file"></i></div>
<h3>Email us</h3>
<p class="text-muted">Please write an email to us to learn more!</p>
<p><strong><a href="mailto:">[email protected]</a></strong></p>
</div>
</div>
</div>
</div>
</section>
<footer class="footer">
<div class="footer__copyright">
<div class="container">
<div class="row">
<div class="col-md-6">
<p>©2016 reBoost</p>
</div>
<div class="col-md-6">
<p class="credit pull-right">Template by <a href="http://bootstrapious.com/landing-pages" class="external">Bootstrapious</a></p>
<!-- Please do not remove the backlink to us. It is part of the license conditions. Thanks for understanding :)-->
</div>
</div>
</div>
</div>
</footer>
</div>
<!-- Javascript files-->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
<script src="js/bootstrap.min.js"> </script>
<script src="js/jquery.cookie.js"> </script>
<script src="js/ekko-lightbox.js"></script>
<script src="js/jquery.simple-text-rotator.min.js"></script>
<script src="js/jquery.scrollTo.min.js"></script>
<script src="js/owl.carousel.min.js"></script>
<script src="js/front.js"></script>
<!-- Google Analytics: change UA-XXXXX-X to be your site's ID.-->
<!---->
<script>
(function(b,o,i,l,e,r){b.GoogleAnalyticsObject=l;b[l]||(b[l]=
function(){(b[l].q=b[l].q||[]).push(arguments)});b[l].l=+new Date;
e=o.createElement(i);r=o.getElementsByTagName(i)[0];
e.src='//www.google-analytics.com/analytics.js';
r.parentNode.insertBefore(e,r)}(window,document,'script','ga'));
ga('create','UA-XXXXX-X');ga('send','pageview');
</script>
</body>
</html>