-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
745 lines (711 loc) · 38.3 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
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
<!DOCTYPE html>
<html class="uncloaked" lang="en">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0">
<meta content="follow,index" name="robots">
<meta name="description" content="Retro Rabbit is South Africa's top company for software development, user experience and design thinking. Retro Rabbit has over 100 highly-qualified engineers and creatives that build ingenious bleeding-edge solutions for you.">
<meta content="http://retrorabbit.co.za/Resources/retro-rabbit-text-logo.png" name="og:image">
<meta property="og:url" content="http://retrorabbit.co.za/">
<meta property="og:site_name" content="Retro Rabbit">
<meta property="og:title" content="Retro Rabbit - Awesomeness awaits">
<meta property="og:description" content="Retro Rabbit is South Africa's top company for software development, user experience and design thinking. Retro Rabbit has over 100 highly-qualified engineers and creatives that build ingenious bleeding-edge solutions for you.">
<meta property="og:image:width" content="1200">
<meta property="og:image:height" content="1200">
<meta name="google-site-verification" content="WkBd8fZlXdiwsdEk0FBgn1cplxc6gH-ix7RVmK7eFZs" />
<link rel='stylesheet' id='options_typography_OpenSans_ext-css' href='https://fonts.googleapis.com/css?family=Open+Sans%3A300%2C400%2C600%2C700&subset=latin%2Clatin-ext' type='text/css' media='all' />
<link rel="stylesheet" href="css/main.min.css?v=2" />
<link rel="stylesheet" href="css/spacing-classes.min.css" />
<link rel="stylesheet" href="css/bootstrap.min.css" />
<link rel="stylesheet" href="css/header.css?v=1" />
<link rel="stylesheet" href="css/footer.css" />
<link rel="stylesheet" href="css/font-awesome.min.css" type="text/css">
<script type="text/javascript" src="js/jquery-1.11.1.min.js"></script>
<!-- jquery -->
<script type="text/javascript" src="js/bootstrap.js"></script>
<!-- Bootstrap Js -->
<script type="text/javascript" src="js/jquery.appear.js"></script>
<!-- Appear Js -->
<script type="text/javascript" src="js/loadJSON.js"></script>
<script type="text/javascript" src="js/rrDomStickyScroll.js?v=1"></script>
<script type="text/javascript" src="js/rrDomCarousel.js"></script>
<title>Retro Rabbit - Awesomeness awaits</title>
</head>
<body class="sub-back">
<div class="scene full-height" id="scene-home">
<!-- Header Area Start
====================================================== -->
<header class="header-area">
<div class="container clearfix">
<!-- Start: Logo Area -->
<div class="logo-area">
<a href="http://retrorabbit.co.za" class="logo"><img src="Resources/banner.svg" alt=""></a>
<a class="toggle-btn"><i class="fa fa-bars"></i></a>
</div>
<!-- End: Logo Area -->
<!-- Start: Navigation Area -->
<nav class="nav-main">
<ul class="menu-cont">
<li onclick="smoothScroll('scene-home')"><a href="#" onclick="return false;" id="scene-home-link">About</a></li>
<li onclick="smoothScroll('scene-what-we-do')"><a href="#" onclick="return false;" id="scene-what-we-do-link">What we do</a></li>
<li onclick="smoothScroll('scene-project')"><a href="#" onclick="return false;" id="scene-project-link">Projects</a></li>
<li onclick="smoothScroll('scene-rabbit-life')"><a href="#" onclick="return false;" id="scene-rabbit-life-link">Rabbit life</a></li>
<li onclick="smoothScroll('scene-contact-us')"><a href="#" onclick="return false;" id="scene-contact-us-link">Contact</a></li>
<li><a href="http://rabbiteer.io">Rabbiteer</a></li>
<li><a href="http://blog.retrorabbit.co.za">Blog</a></li>
<li><a href="http://apply.retrorabbit.co.za">Apply</a></li>
</ul>
</nav>
<!-- End: Navigation Area -->
</div>
</header>
<!-- =================================================
Header Area End -->
<div class="debris">
<div class="debris-1 position-1"></div>
<div class="debris-1 position-2"></div>
<div class="debris-2 position-3"></div>
<div class="debris-4 position-4"></div>
<div class="debris-4 position-5"></div>
<div class="debris-4 position-6"></div>
<div class="debris-6 position-small-1 hidden-sm hidden-xs"></div>
<div class="debris-6 position-small-2 hidden-sm hidden-xs"></div>
<div class="debris-5 position-small-3 hidden-sm hidden-xs"></div>
</div>
<div class="container container-sm text-center light-front">
<div class="full-screen display-table">
<div class="layout-cell">
<div class="col-xs-12 text-center">
<h1>Welcome To</h1>
<img alt="Retro Rabbit" src="css/images/svgs/Welcome-01.svg" class="welcome">
</div>
<div class="col-xs-12 padding-v-10">
<h4 class="light-front opacity-7 text-uppercase">
Hi there! What brings you to rabbitania?
</h4>
</div>
<div class="col-xs-12 padding-v-10 ">
<img alt="Retro Rabbit" src="css/images/svgs/scene-home.svg" class="island home-island">
</div>
<div class="col-xs-12 landing-options hidden-xs">
<div class="col-xs-6 col-sm-6 col-md-4 text-uppercase click-pointer" onclick="viewJourney('business', true)">
<img alt="Retro Rabbit" src="css/images/svgs/scene-home-nav-business.svg" />
<div class="padding-v-5">
Looking for someone to build you a great app?
</div>
<div class="padding-v-10">
<a class="main-front">
Prepare to be impressed!
</a>
</div>
</div>
<div class="col-xs-6 col-sm-6 col-md-4 text-uppercase click-pointer" onclick="viewJourney('browse', true)">
<img alt="Retro Rabbit" src="css/images/svgs/scene-home-nav-browse.svg" />
<div class="padding-v-5">
Just curious about who we are and what we do at Retro Rabbit?
</div>
<div class="padding-v-10">
<a class="main-front">
Come see!
</a>
</div>
</div>
<div class="col-xs-12 col-sm-12 col-md-4 text-uppercase click-pointer" onclick="viewJourney('rabbit', true)">
<img alt="Retro Rabbit" src="css/images/svgs/scene-home-nav-rabbits.svg" />
<div class="padding-v-5">
Looking to join our Technologically Advanced Rabbit Force?
</div>
<div class="padding-v-10">
<a class="main-front">
Let's see if you have what it takes!
</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="scene full-height" id="scene-about">
<div class="debris">
<div class="debris-2 position-1"></div>
<div class="debris-2 position-2"></div>
<div class="debris-4 position-3"></div>
<div class="debris-4 position-4"></div>
<div class="debris-4 position-5"></div>
<div class="debris-5 position-small-1 hidden-sm hidden-xs"></div>
<div class="debris-6 position-small-2 hidden-sm hidden-xs"></div>
</div>
<div class="container container-sm light-front">
<div class="full-screen display-table">
<div class="layout-cell">
<div class="col-xs-12 col-sm-6 padding-v-15">
<div class="padding-v-10 no-padding-top main-front">
<h3 class="text-uppercase">
About
</h3>
</div>
<div class="padding-v-10 no-padding-top">
<p>
Unconventional? Perhaps. Original? Undoubtedly. Ingenious? Well, our clients seem to think so. Whether you're a startup or
a corporate, as long as your problem can be solved with technology, we'll help you do it,
with software development, digital graphic design, rapid prototyping, agile practice and
a whole bag of other technological marvels.
</p>
<p>
Retro Rabbit is South Africa's top company for software development, user experience and design thinking. Retro Rabbit has
over 100 highly-qualified engineers and creatives that build ingenious bleeding-edge solutions
for you.
</p>
</div>
</div>
<!-- TODO: Media query for margin-top on sm screens -->
<div class="col-xs-12 col-sm-8 image-1">
<img alt="Retro Rabbit" src="css/images/svgs/scene-about.svg" class="island stretched" />
</div>
<div class="col-xs-12 col-sm-12 col-md-7 col-md-offset-5 text-center">
<div class="quote-front">
'We love solving problems.'
</div>
<div class="text-left padding-v-15">
<div class="padding-v-5">
Even if your problem is creating a shark that shoots laser beams from its head.
</div>
<div class="padding-v-5">
Especially if your problem is creating a shark that shoots laser beams from its head.
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="scene full-height" id="scene-what-we-do">
<div class="debris">
<div class="debris-1 position-1"></div>
<div class="debris-2 position-2"></div>
<div class="debris-4 position-3"></div>
<div class="debris-7 position-4"></div>
<div class="debris-7 position-5"></div>
<div class="debris-1 position-6"></div>
<div class="debris-4 position-7"></div>
<div class="debris-4 position-8"></div>
<div class="debris-5 position-small-1"></div>
<div class="debris-5 position-small-2"></div>
<div class="debris-3 position-small-3"></div>
<div class="debris-3 position-small-4"></div>
</div>
<div class="container container-sm light-front">
<div class="full-screen display-table">
<div class="layout-cell">
<div class="col-xs-12 image-1">
<img alt="Retro Rabbit" src="css/images/svgs/scene-what-we-do.svg" class="island stretched" />
</div>
<div class="col-xs-12 col-sm-5 padding-v-15 content-1">
<div class="padding-v-10 no-padding-top main-front">
<h3 class="text-uppercase">
What we do
</h3>
</div>
<div class="padding-v-10 no-padding-top text-left">
We slay dragons. So if your problem is big or complicated - speak to us. We'll use cutting-edge technology and lots of creativity
to produce elegant, powerful solutions for your business concerns... and that makes us very proud
to go to work in the morning.
</div>
</div>
</div>
</div>
</div>
</div>
<div class="scene full-height" id="scene-business-1">
<div class="debris">
<div class="debris-4 position-1"></div>
<div class="debris-4 position-2"></div>
<div class="debris-1 position-3"></div>
<div class="debris-2 position-4"></div>
<div class="debris-4 position-5"></div>
<div class="debris-3 position-small-1"></div>
<div class="debris-3 position-small-2"></div>
</div>
<div class="container container-sm light-front">
<div class="full-screen display-table">
<div class="layout-cell">
<div class="col-xs-12 col-sm-9 image-1">
<img alt="Retro Rabbit" src="css/images/svgs/scene-business-1.svg" class="island stretched" />
</div>
<div class="col-xs-12 col-sm-5 col-xs-offset-0 col-sm-offset-7 padding-v-15 content-1">
<div class="padding-v-10 no-padding-top main-front">
<h3 class="text-uppercase">
So, how can we help?
</h3>
</div>
<div class="padding-v-10 no-padding-top text-left">
We'll use design thinking and agile practices, combined with advanced UX principles, to create human-centered solutions for
you. And if you are not sure what some of the tech jargon means, don't worry, we'll guid you
through the entire process in people-speak. Just tell us your problem, and we'll build the right
product to solve it.
</div>
</div>
</div>
</div>
</div>
</div>
<div class="scene full-height" id="scene-rabbit-1">
<div class="debris">
<div class="debris-2 position-1"></div>
<div class="debris-7 position-2"></div>
<div class="debris-1 position-3"></div>
<div class="debris-4 position-4"></div>
<div class="debris-4 position-5"></div>
<div class="debris-3 position-small-1"></div>
<div class="debris-3 position-small-2"></div>
</div>
<div class="container container-sm light-front">
<div class="full-screen display-table">
<div class="layout-cell">
<div class="col-xs-12 col-sm-7 image-1">
<img alt="Retro Rabbit" src="css/images/svgs/scene-rabbit-1.svg" class="island stretched" />
</div>
<div class="col-xs-12 col-sm-5 col-sm-offset-7 padding-v-15 content-1">
<div class="padding-v-10 no-padding-top main-front">
<h3 class="text-uppercase">
So, what do we actually do?
</h3>
</div>
<div class="padding-v-10 no-padding-top text-left">
Basically,we use the latest technologies to build amazing, boundry-pushing software for our awesome clients. Our work is
challenging and hugely rewarding. A bit like being a superhero....without the bruises.
<br/>
<br/> And while we're doing that, some of us catch and train Pokemon over lunch; some of us play
DnD at the office on the weekends; some of us drink fine beers while discussing the nature of
the universe and listening to 80s synth pop; and some of us help others defend their MSc thesis.
</div>
</div>
<div class="col-xs-12 col-sm-6 col-sm-offset-0 col-md-5 col-md-offset-3 text-left content-2 quote-front">
'We don't really believe in mixing work and play
<br/> That's because most of the time, it really doesn't feel like work.'
</div>
</div>
</div>
</div>
</div>
<div class="scene full-height" id="scene-project">
<div class="debris">
<div class="debris-2 position-1"></div>
<div class="debris-7 position-2"></div>
<div class="debris-7 position-3"></div>
<div class="debris-7 position-4"></div>
<div class="debris-1 position-5"></div>
<div class="debris-3 position-small-1"></div>
<div class="debris-3 position-small-2"></div>
<div class="debris-5 position-small-3"></div>
</div>
<div class="container-sm text-center light-front" id="rr-projects-parent">
<div class="full-screen display-table">
<div class="layout-cell">
<div class="container padding-v-15 text-center">
<div class="col-xs-12 padding-v-10 no-padding-top main-front">
<h3 class="text-uppercase">
Projects
</h3>
</div>
<div class="col-xs-12 padding-v-10 no-padding-top">
'We work with clients across all industries, from insurance to telecommunications to virtual gameplay to [insert your industry
here]. We're really proud of the work we do. And we're ever hopeful that one day our work will
include a laser-beam shooting shark.'
</div>
</div>
<div id="rr-projects" class="col-xs-12 carousel-container text-center" style="position:relative">
<div class="carousel-items">
<div class="headings-container sub-front-alt">
</div>
<div class="images-container">
</div>
<div class="margin-v-15 no-margin-top" id="mini-slider">
</div>
<div class="contents-container">
</div>
</div>
<div class="hidden-xs">
<div class="carousel-nav scrollPrev"></div>
<div class="carousel-nav scrollNext"></div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="scene full-height" id="scene-rabbit-life">
<div class="debris">
<div class="debris-4 position-1"></div>
<div class="debris-4 position-2"></div>
<div class="debris-2 position-3"></div>
<div class="debris-7 position-4"></div>
<div class="debris-1 position-5"></div>
<div class="debris-2 position-6"></div>
<div class="debris-4 position-7"></div>
<div class="debris-3 position-small-1"></div>
<div class="debris-5 position-small-2"></div>
<div class="debris-3 position-small-3"></div>
<div class="debris-5 position-small-4"></div>
</div>
<div class="container container-sm light-front">
<div class="full-screen display-table">
<div class="layout-cell">
<div class="col-xs-12 col-sm-5 image-1 float-right">
<img alt="Retro Rabbit" src="css/images/svgs/scene-rabbit-life.svg" class="island stretched" />
</div>
<div class="col-xs-12 col-sm-8 padding-v-15 content-1">
<div class="padding-v-10 no-padding-top main-front">
<h3 class="text-uppercase">
Rabbit life
</h3>
</div>
<div class="padding-v-10 no-padding-top text-left">
We genuinely enjoy coming to work in the mornings. And we want to work with other people who feel the same way; people who
get things done right...not people who just want to get it done.
</div>
</div>
</div>
</div>
</div>
</div>
<div class="scene full-height" id="scene-business-2">
<div class="debris">
<div class="debris-4 position-1"></div>
<div class="debris-4 position-2"></div>
<div class="debris-1 position-3"></div>
<div class="debris-2 position-4"></div>
<div class="debris-4 position-5"></div>
<div class="debris-3 position-small-1"></div>
<div class="debris-3 position-small-2"></div>
</div>
<div class="container container-sm light-front">
<div class="full-screen display-table">
<div class="layout-cell">
<div class="col-xs-12 col-sm-6 image-1 pull-right">
<img alt="Retro Rabbit" src="css/images/svgs/scene-business-2.svg" class="island stretched" />
</div>
<div class="col-xs-12 col-sm-6 padding-v-15 content-1">
<div class="padding-v-10 no-padding-top main-front">
<h3 class="text-uppercase">
Relax, we're taking care of things
</h3>
</div>
<div class="padding-v-10 no-padding-top text-left">
We endeavour to give you the best tech solutions out there. We'll work through the night if we have to, and deliver a product
that impresses every time. And because tech jargon can be intimidating, and the best solution
to your problem won't always be something familiar with, we'll communicate with you throughout
the entire process.
</div>
</div>
</div>
</div>
</div>
</div>
<div class="scene full-height" id="scene-rabbit-2">
<div class="debris">
<div class="debris-4 position-1"></div>
<div class="debris-1 position-2"></div>
<div class="debris-2 position-3"></div>
<div class="debris-7 position-4"></div>
<div class="debris-3 position-small-1"></div>
<div class="debris-3 position-small-2"></div>
</div>
<div class="container container-sm light-front">
<div class="full-screen display-table">
<div class="layout-cell">
<div class="col-xs-12 col-sm-7 image-1 pull-right">
<img alt="Retro Rabbit" src="css/images/svgs/scene-rabbit-2.svg" class="island stretched" />
</div>
<div class="col-xs-12 col-sm-5 padding-v-15 content-1">
<div class="padding-v-10 no-padding-top main-front">
<h3 class="text-uppercase">
We're looking for friends to work with
</h3>
</div>
<div class="padding-v-10 no-padding-top text-left">
Some people might say our world view is a little weird. Some people might say we're hard to please. Those people are usually
the ones we hire. Because someone who's not a little weird is probably a lot boring. And someone
who's easy to please, is probably not pushing themselves hard enough.
<br>
<br> In addition to being the right sort of weird, and the right level of hard-to-please, we
also tend to make friends with the following: people who get bored doing things they already
know how to do and want to learn more; people who ask questions and give their opinions; people
who disagree with us and show us a better way of doing things.
<br><br>
</div>
<div class="content-2 quote-front">
'So, interested in joining us, friend?'
</div>
</div>
</div>
</div>
</div>
</div>
<div class="scene full-height" id="scene-faq-business">
<div class="debris">
<div class="debris-7 position-1"></div>
<div class="debris-1 position-2"></div>
<div class="debris-2 position-3"></div>
<div class="debris-1 position-4"></div>
<div class="debris-7 position-5"></div>
<div class="debris-3 position-small-1"></div>
<div class="debris-3 position-small-2"></div>
</div>
<div class="container container-sm light-front">
<div class="full-screen display-table">
<div class="layout-cell">
<div class="col-xs-12 col-sm-offset-2 col-sm-8 padding-v-15 text-center ">
<div class="padding-v-10 no-padding-top main-front main-front">
<h3 class="text-uppercase">
Frequently asked questions
</h3>
</div>
<div class="padding-v-10 no-padding-top text-center">
We're pretty good at tech stuff. But we're not that great at mind reading. So the best way to get your questions answered
is to ask us directly. But we've compiled a few questions for those of you who are out of town,
or out of time, or out of data.
</div>
</div>
<div class="col-xs-12 col-sm-6 padding-v-15 text-center">
<div class="padding-v-10 no-padding-top ">
<h4>
What's your turn around time?
</h4>
</div>
<div class="padding-v-10 no-padding-top text-center">
We'll deliver a MVP (minimum viable product) early. and update it often, with your feedback. This lets us understand your
business concerns and adapt quickly to address them, so you get a final product that suits you
perfectly.
</div>
</div>
<div class="col-xs-12 col-sm-6 padding-v-15 text-center">
<div class="padding-v-10 no-padding-top ">
<h4>
Will I be happy working with you?
</h4>
</div>
<div class="padding-v-10 no-padding-top text-center">
Happiness is a very subjective experience.
<br/>
<br/> So we'll aim for impressing you, and hope that will make you happy. But we can tell a joke
now and then if you'd like.
</div>
</div>
<div class="clearfix"></div>
</div>
</div>
</div>
</div>
<div class="scene full-height" id="scene-faq-rabbit">
<div class="debris">
<div class="debris-7 position-1"></div>
<div class="debris-1 position-2"></div>
<div class="debris-2 position-3"></div>
<div class="debris-1 position-4"></div>
<div class="debris-7 position-5"></div>
<div class="debris-3 position-small-1"></div>
<div class="debris-3 position-small-2"></div>
</div>
<div class="container container-sm text-center light-front">
<div class="full-screen display-table">
<div class="layout-cell">
<div class="col-xs-12 col-sm-offset-2 col-sm-8 padding-v-15 text-center">
<div class="padding-v-10 no-padding-top main-front main-front">
<h3 class="text-uppercase">
Frequently asked questions
</h3>
</div>
<div class="padding-v-10 no-padding-top text-center">
We're pretty good at tech stuff. But we're not that great at mind reading. So the best way to get your questions answered
is to ask us directly. But we've compiled a few questions for those of you who are out of town,
or out of time, or out of data.
</div>
</div>
<div class="col-xs-12 col-sm-6 padding-v-15 text-center ">
<div class="padding-v-10 no-padding-top ">
<h4>
What's your work/life balance like?
</h4>
</div>
<div class="padding-v-10 no-padding-top text-center">
We trust you. So as long as you're keeping your team and clients happy, and your work is done, we don't mind when and where
you are doing it.
</div>
</div>
<div class="col-xs-12 col-sm-6 padding-v-15 text-center ">
<div class="padding-v-10 no-padding-top ">
<h4>
Will I be happy working for you?
</h4>
</div>
<div class="padding-v-10 no-padding-top text-center">
We really can't say. What we can say is that you'll certainly be better working for us. Because you'll be asked to do things
you didn't know you could.
<br/>
<br/> And we'll help you by paying for you to complete a graduate degree while you're with us
(an MSome-thing or a PhD). Because we're helpful like that. And we like collecting degrees.
</div>
</div>
<div class="clearfix"></div>
</div>
</div>
</div>
</div>
<div class="scene full-height" id="scene-contact-us">
<div class="debris">
<div class="debris-4 position-1"></div>
<div class="debris-4 position-2"></div>
<div class="debris-1 position-3"></div>
<div class="debris-5 position-small-1"></div>
<div class="debris-5 position-small-2"></div>
<div class="debris-3 position-small-3"></div>
</div>
<div class="container container-sm text-center light-front">
<div class="full-screen display-table">
<div class="layout-cell">
<div class="col-xs-12 col-sm-offset-2 col-sm-8 padding-v-15 contact-us">
<div class="padding-v-10 no-padding-top text-center main-front">
<h3 class="text-uppercase">
Contact
</h3>
</div>
<div class="padding-v-10 no-padding-top">
We have three homes where you can visit us.
<br/> We also have phones and emails. And we'd love to hear from you.
</div>
</div>
<div class="col-xs-12 col-sm-4 padding-v-15 ">
<div class="col-xs-12 margin-v-30 no-margin-top">
<div class="contact-icon pretoria"></div>
</div>
<div class="col-xs-12 text-center">
<div class="padding-v-15 main-front">
<h4 class="margin-v-15 text-uppercase">
Pretoria Offices
</h4>
</div>
<div>
Diep in die berg
<br/> Wapadrand, Pretoria
<br/> Gauteng
<br/> 0050
</div>
</div>
</div>
<div class="col-xs-12 col-sm-4 padding-v-15 ">
<div class="col-xs-12 margin-v-30 no-margin-top">
<div class="contact-icon joburg"></div>
</div>
<div class="col-xs-12 text-center">
<div class="padding-v-15 main-front">
<h4 class="margin-v-15 text-uppercase">
Braamfontein Offices
</h4>
</div>
<div>
1st floor, Mvelelo House
<br/> 19 Melle Street
<br/> Braamfontein
<br/> Johannesburg
<br/> 2017
</div>
</div>
</div>
<div class="col-xs-12 col-sm-4 padding-v-15 ">
<div class="col-xs-12 margin-v-30 no-margin-top">
<div class="contact-icon stellenbosch"></div>
</div>
<div class="col-xs-12 text-center">
<div class="padding-v-15 main-front">
<h4 class="margin-v-15 text-uppercase">
Stellenbosch Offices
</h4>
</div>
<div>
Loft Office
<br/> Soverby Farm, Annandale Road
<br/> Stellenbosch
<br/> Western Cape
<br/> 7599
</div>
</div>
</div>
<div class="col-md-2 hidden-sm hidden-xs"></div>
<div class="clearfix"></div>
</div>
</div>
</div>
</div>
<div class="footer col-xs-12 padding-v-15">
<div class="col-xs-12 col-sm-5 margin-v-5 rr-pty">
<div class="hidden-xs hidden-sm col-xs-12"> <br/></div>
<div class="col-xs-12 no-padding-left no-padding-right">
Retro Rabbit Professional Services
</div>
</div>
<div class="col-xs-12 col-sm-2 contact-us margin-v-5">
<a href="tel:+27123487577">+27 123487577</a>
<br/>
<a href="mailto:[email protected]">[email protected]</a>
</div>
<div class="col-xs-12 col-sm-5 margin-v-5">
<div class="hidden-xs col-xs-12"> <br/></div>
<div class="icon-wrapper">
<a target="_blank" href="http://blog.retrorabbit.co.za/">
<div class="icon blog"></div>
</a>
<a target="_blank" href="https://www.facebook.com/teamretrorabbit/">
<div class="icon facebook"></div>
</a>
<a target="_blank" href="http://www.linkedin.com/company/retro-rabbit">
<div class="icon linkedin"></div>
</a>
<a target="_blank" href="https://github.com/RetroRabbit">
<div class="icon github"></div>
</a>
<a target="_blank" href="https://www.google.co.za/maps/place/Retro+Rabbit/@-25.782105,28.3361403,17z/data=!3m1!4b1!4m5!3m4!1s0x1e956086d0ff9a5b:0x688d465f509c535d!8m2!3d-25.782105!4d28.338329">
<div class="icon map"></div>
</a>
</div>
</div>
</div>
<script type="text/javascript" src="js/settings.js"></script>
<script>
window.onload = function () {
window.journeys = {
browse: [
"scene-about",
"scene-what-we-do",
"scene-project",
"scene-rabbit-life",
"scene-contact-us"
],
rabbit: [
"scene-about",
"scene-what-we-do",
"scene-rabbit-1",
"scene-project",
"scene-rabbit-life",
"scene-rabbit-2",
"scene-faq-rabbit",
"scene-contact-us"
],
business: [
"scene-about",
"scene-what-we-do",
"scene-business-1",
"scene-project",
"scene-rabbit-life",
"scene-business-2",
"scene-faq-business",
"scene-contact-us"
]
}
buildNav(window.journeys['browse'], false);;
rrDomCarousel("rr-projects");
document.getElementsByClassName('uncloaked')[0].classList.remove('uncloaked');
};
</script>
</body>
</html>