-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
674 lines (618 loc) · 29.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<title>OasisCode</title>
<meta name="description" content="OasisCode" />
<meta name="keywords" content="OasisCode" />
<meta name="author" content="admin" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />
<link rel="shortcut icon" href="./img/favicon.png" type="image/x-icon" />
<link rel="apple-touch-icon" href="./img/favicon.png" />
<!-- Asssets Files -->
<link rel="stylesheet" href="css/bootstrap.min.css" />
<link rel="stylesheet" href="css/font-awesome.min.css" />
<link href="css/style.css" rel="stylesheet" />
<link rel="stylesheet" href="css/animate.min.css" />
<link rel='stylesheet' href='css/ekko-lightbox.min.css'/>
<link rel="stylesheet" href="css/owl.carousel.min.css"/>
<link rel="stylesheet" href="js/aos-master/dist/aos.css">
<!-- Hotjar Tracking Code for www.oasiscode.com -->
<script>
(function(h,o,t,j,a,r){
h.hj=h.hj||function(){(h.hj.q=h.hj.q||[]).push(arguments)};
h._hjSettings={hjid:2435110,hjsv:6};
a=o.getElementsByTagName('head')[0];
r=o.createElement('script');r.async=1;
r.src=t+h._hjSettings.hjid+j+h._hjSettings.hjsv;
a.appendChild(r);
})(window,document,'https://static.hotjar.com/c/hotjar-','.js?sv=');
</script>
</head>
<body id="page-top" data-spy="scroll" data-target=".navbar-fixed-top" class="index">
<div class="page-wraper">
<!-- Header Bar -->
<div class="navbar-fixed-top">
<nav class="navbar navbar-expand-lg navbar-light">
<div class="container">
<div class="navbar-inner-content">
<a class="navbar-brand pull-left" href="index.html"><img src="img/logo.png" alt="Logo"/></a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
</div>
<div class="collapse navbar-collapse nav_menu_grid float-lg-right" id="navbarSupportedContent">
<ul id="myUL" class="navbar-nav slimScrollMegaMenu">
<li class="nav-item dropdown">
<a class="nav-link" href="#portfolio">Portfolio <i class="fa fa-angle-down" aria-hidden="true"></i></a>
<div class="dropdown-menu" role="menu">
<ul>
<li><a href="swiftender.html">Swiftender</a></li>
<li><a href="oto.html">Oto</a></li>
<li><a href="shufflespace.html">ShuffleSpace</a></li>
<li><a href="slabxchange.html">SlabXChange</a></li>
<li><a href="feverfilter.html">FeverFilter</a></li>
<li><a href="evokedresponse.html">EvokedResponse</a></li>
</ul>
</div>
</li>
<li class="nav-item"><a class="nav-link page-scroll" href="#approach">Our Approach</a></li>
<li class="nav-item"><a class="nav-link" href="#who-we-serve">Who We Serve</a></li>
<li class="nav-item"><a class="nav-link" href="#testimonials">Testimonials</a></li>
<li class="nav-item"><a class="nav-link" href="#team">Executive Team</a></li>
<li class="nav-item"><a class="nav-link" href="#footer">Contact Us</a></li>
</ul>
</div>
</div>
</nav>
</div>
<!-- / Header Bar -->
<!-- Home Banner -->
<div class="home_banner d-flex align-items-center justify-content-center bg-white">
<div class="container">
<div class="row d-flex align-items-center">
<div class="col-sm-8 col-md-7">
<div class="text_colm banner_caption pt-md-4 pb-md-4 py-sm-4 ">
<div class="z-index-1">
<div id="home-banner" class="carousel home_banner_slider slide" data-ride="carousel">
<ul class="carousel-indicators">
<li data-target="#home-banner" data-slide-to="0" class="active"></li>
<li data-target="#home-banner" data-slide-to="1"></li>
<li data-target="#home-banner" data-slide-to="2"></li>
</ul>
<div class="carousel-inner">
<div class="carousel-item text-left active">
<div class="title_bar_line"><img src="img/curve-line.png" alt="Line Bar" /></div>
<h1 class="color2 fw-bold fs-50 fw-mob-semiBold fs-mob-25"><span class="color3">Digital</span> products by experienced entrepreneurs </h1>
<p class="color1 fw-regular fs-20 fs-mob-14 mb-0 w-lg-50 mt-3">Where Software Engineering and Business Strategy collide</p>
</div>
<!-- <div class="carousel-item text-left">
<div class="title_bar_line"><img src="img/curve-line.png" alt="Line Bar" /></div>
<h1 class="color3 fw-bold fs-50 fw-mob-semiBold fs-mob-25"><span class="color3">Digital</span> products by experienced entrepreneurs </h1>
<p class="color3 fw-regular fs-22 fs-mob-16 mb-0 w-lg-50 mt-3">Where Software Engineers and Business Strategy collide</p>
</div> -->
</div>
<div class="slideArrows">
<a class="carousel-control-prev" href="#home-banner" data-slide="prev">
<span class="carousel-control-prev-icon"></span>
</a>
<a class="carousel-control-next" href="#home-banner" data-slide="next">
<span class="carousel-control-next-icon"></span>
</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- End Home Banner -->
<main class="position-relative bgcolor4">
<section id="portfolio" class="portfolio_section pt-10 pt-mob-5">
<div class="container">
<div class="row">
<div class="col-12"><h2 class="color2 fw-bold fs-50 fw-mob-semiBold fs-mob-25 text-center">Our Portfolio</h2></div>
</div>
<div class="row row d-flex align-items-center">
<div class="col-sm-6 col-md-7 order-2 order-sm-1 animated mt-3 mt-sm-0 fade_effect_left1"><img src="img/swiftender.png" alt="Swiftender" class="w-mob-75 img-responsive" /></div>
<div class="col-sm-6 col-md-4 order-1 order-sm-2 animated fade_effect_right1">
<div class="col-12">
<div class="title_bar_line"><img src="img/curve-line.png" alt="Line Bar" /></div>
<h3 class="color2 fw-extraBold fs-50 fw-mob-semiBold fs-mob-20 text-left"><a href="swiftender.html" class="portfolio_title">Swiftender</a></h3>
<p class="color1 fw-regular fs-16 fs-mob-12 text-left">A specialized construction SaaS solution</p>
</div>
</div>
</div>
</div>
</section>
<section class="portfolio_section pt-10 pt-mob-5">
<div class="container">
<div class="row row d-flex align-items-center">
<div class="col-sm-6 col-md-4 animated fade_effect_left2">
<div class="col-12">
<div class="title_bar_line"><img src="img/curve-line.png" alt="Line Bar" /></div>
<h3 class="color2 fw-extraBold fs-50 fw-mob-semiBold fs-mob-20 text-left"><a href="oto.html" class="portfolio_title">Oto</a></h3>
<p class="color1 fw-regular fs-16 fs-mob-12 text-left">An innovative lawn sprinkler that automatically waters & applies treatments</p>
<div class="p_tags">
<a href="#">Design</a>
<a href="#">Consulting</a>
<a href="#">Mobile APP</a>
<a href="#">Maintenance</a>
</div>
</div>
</div>
<div class="col-sm-6 col-md-7 animated fade_effect_right2 mt-3 mt-sm-0"><img src="img/oto.png" alt="Oto" class="w-mob-75 img-responsive" /></div>
</div>
</div>
</section>
<section class="portfolio_section pt-10 pt-mob-5">
<div class="container">
<div class="row row d-flex align-items-center">
<div class="col-sm-6 col-md-7 order-2 order-sm-1 animated fade_effect_left3 mt-3 mt-sm-0"><img src="img/shufflespace.png" alt="ShuffleSpace" class="w-mob-75 img-responsive" /></div>
<div class="col-sm-6 col-md-4 order-1 order-sm-2 animated fade_effect_right3">
<div class="col-12">
<div class="title_bar_line"><img src="img/curve-line.png" alt="Line Bar" /></div>
<h3 class="color2 fw-extraBold fs-50 fw-mob-semiBold fs-mob-20 text-left"><a href="shufflespace.html" class="portfolio_title">ShuffleSpace</a></h3>
<p class="color1 fw-regular fs-16 fs-mob-12 text-left">Advanced warehousing and logistics for business assets</p>
<div class="p_tags">
<a href="#">Design</a>
<a href="#">Consulting</a>
<a href="#">Web APP</a>
<a href="#">Mobile APP</a>
<a href="#">Maintenance</a>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="portfolio_section pt-10 pt-mob-5">
<div class="container">
<div class="row row d-flex align-items-center">
<div class="col-sm-6 col-md-4 animated fade_effect_left4">
<div class="col-12">
<div class="title_bar_line"><img src="img/curve-line.png" alt="Line Bar" /></div>
<h3 class="color2 fw-extraBold fs-50 fw-mob-semiBold fs-mob-20 text-left"><a href="slabxchange.html" class="portfolio_title">SlabXChange</a></h3>
<p class="color1 fw-regular fs-16 fs-mob-12 text-left">Secondary marketplace solution for stone fabricators & design professionals</p>
<div class="p_tags">
<a href="#">Design</a>
<a href="#">Consulting</a>
<a href="#">Mobile APP</a>
<a href="#">Maintenance</a>
</div>
</div>
</div>
<div class="col-sm-6 col-md-7 animated fade_effect_right4 mt-3 mt-sm-0"><img src="img/slubxchange.png" alt="SlabXChange" class="w-mob-75 img-responsive" /></div>
</div>
</div>
</section>
<section class="portfolio_section pt-10 pt-mob-5">
<div class="container">
<div class="row row d-flex align-items-center">
<div class="col-sm-6 col-md-7 order-2 order-sm-1 animated fade_effect_left5 mt-3 mt-sm-0"><img src="img/feverFilter.png" alt="FeverFilter" class="w-mob-75 img-responsive" /></div>
<div class="col-sm-6 col-md-4 order-1 order-sm-2 animated fade_effect_right5">
<div class="col-12">
<div class="title_bar_line"><img src="img/curve-line.png" alt="Line Bar" /></div>
<h3 class="color2 fw-extraBold fs-50 fw-mob-semiBold fs-mob-20 text-left"><a href="feverfilter.html" class="portfolio_title">FeverFilter</a></h3>
<p class="color1 fw-regular fs-16 fs-mob-12 text-left">Wall Mounted IoT temperature monitoring device</p>
<div class="p_tags">
<a href="#">Mobile APP</a>
<a href="#">Maintenance</a>
</div>
</div>
</div>
</div>
</div>
</section>
<br><br><br><br>
<section class="portfolio_section pt-10 pt-mob-5">
<div class="container">
<div class="row row d-flex align-items-center">
<div class="col-sm-6 col-md-4 animated fade_effect_left6">
<div class="col-12">
<div class="title_bar_line"><img src="img/curve-line.png" alt="Line Bar" /></div>
<h3 class="color2 fw-extraBold fs-50 fw-mob-semiBold fs-mob-20 text-left"><a href="evokedresponse.html" class="portfolio_title">Evoked Response</a></h3>
<p class="color1 fw-regular fs-16 fs-mob-12 text-left">Neuroscientific music composition service</p>
<div class="p_tags">
<a href="#">Consulting</a>
<a href="#">Strategy</a>
</div>
</div>
</div>
<div class="col-sm-6 col-md-7 animated fade_effect_right6 mt-3 mt-sm-0"><img src="img/eveked-response.png" alt="Evoked Response" class="w-mob-75 img-responsive" /></div>
</div>
</div>
</section>
<div id="approach" ></div>
<section class="approach_section bgcolor1 top_black_layer pb-5">
<div class="container pb-md-3">
<div class="row position-relative">
<div class="col-12 pos_abs_layer">
<div class="title_bar_line text-center"><img src="img/curve-line-dark.png" alt="Line Bar" /></div>
<h2 class="text-white fw-bold fs-50 fw-mob-semiBold fs-mob-25 text-center">Our Approach</h2></div>
</div>
<div class="row row d-flex align-items-center mt-md-3">
<div class="col-sm-12 col-md-4 text-center animated"><img src="img/oasiscode-icon.png" alt="oasiscode" class="w-mob-75 img-responsive" /></div>
<div class="col-sm-12 col-md-8 animated">
<div class="row">
<div class="col-sm-6">
<div class="feature_box mb-3 pb-3 mb-lg-4">
<div class="d-flex align-items-center mb-2">
<img class="mr-2" src="img/focus.png" alt="Focus" /> <strong class="text-white fw-bold fs-18 fw-mob-bold fs-mob-15 text-left">Focus</strong>
</div>
<p class="color5 fw-regular fs-14 fs-mob-12 text-left">We only play within our realm of excellence. Our focus is helping you design, launch and evolve your mobile/web technology solutions. </p>
</div>
</div>
<div class="col-sm-6">
<div class="feature_box mb-3 pb-3 mb-lg-4">
<div class="d-flex align-items-center mb-2">
<img class="mr-2" src="img/quality.png" alt="Quality" /> <strong class="text-white fw-bold fs-18 fw-mob-bold fs-mob-15 text-left">Quality Over Quantity</strong>
</div>
<p class="color5 fw-regular fs-14 fs-mob-12 text-left">We engage more deeply in fewer projects. Our trusted core team is only focused on a handful of projects and we typically work with our clients on an on-going basis to refine and evolve their offering in the market.</p>
</div>
</div>
<div class="col-sm-6">
<div class="mb-3 pb-3 mb-lg-4">
<div class="d-flex align-items-center mb-2">
<img class="mr-2" src="img/flash.png" alt="Fuction Over Flash" /> <strong class="text-white fw-bold fs-18 fw-mob-bold fs-mob-15 text-left">Function Over Flash</strong>
</div>
<p class="color5 fw-regular fs-14 fs-mob-12 text-left">Simple, effective execution takes priority over glamour. Our primary interest is in helping you maximize your key business metrics through technical excellence, sound strategy, and a keen understanding of your end-user. </p>
</div>
</div>
<div class="col-sm-6">
<div class="">
<div class="d-flex align-items-center mb-2">
<img class="mr-2" src="img/enterpreneual.png" alt="Entrepreneurial at Heart" /> <strong class="text-white fw-bold fs-18 fw-mob-bold fs-mob-15 text-left">Entrepreneurial at Heart</strong>
</div>
<p class="color5 fw-regular fs-14 fs-mob-12 text-left">Operating with a scrappy & multi-disciplinary approach, we've learned to do more with less and provide top-notch value for your dollar. When working with us, you work directly with the owner-operators and their core team of local experts. </p>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section id="who-we-serve" class="services_section pt-md-5 pt-mob-3 bg-white">
<div class="container pt-lg-5">
<div class="row">
<div class="col-12 text-center mb-3 mb-lg-4">
<div class="title_bar_line"><img src="img/curve-line.png" alt="Line Bar" /></div>
<h2 class="color2 fw-bold fs-50 fw-mob-semiBold fs-mob-25 text-center">Who We Serve</h2>
</div>
</div>
<div class="row services_grid animated">
<div class="col-sm-4">
<div class="mb-5 mb-sm-2">
<div class="text-center">
<img class="img-responsive mb-3" src="img/non-technical.png" alt="Non Technical" />
<h3 class="color1 fw-bold fs-20 fw-mob-bold fs-mob-16 text-center">Non-Technical Entrepreneurs</h3>
<p class="color1 fw-regular fs-15 fs-mob-12 text-center">We aspire to bring your ideas to life without the stress of having to worry about the technical details.</p>
</div>
</div>
</div>
<div class="col-sm-4">
<div class="mb-5 mb-sm-2">
<div class="text-center">
<img class="img-responsive mb-3" src="img/strategic.png" alt="Implement Strategic" />
<h3 class="color1 fw-bold fs-20 fw-mob-bold fs-mob-16 text-center">Businesses</h3>
<p class="color1 fw-regular fs-15 fs-mob-12 text-center">Whether you're starting out or have an established business, we can provide effective and strategic tech solutions.</p>
</div>
</div>
</div>
<div class="col-sm-4">
<div class="mb-2">
<div class="text-center">
<img class="img-responsive mb-3" src="img/enterprise.png" alt="Larger Enterprises" />
<h3 class="color1 fw-bold fs-20 fw-mob-bold fs-mob-16 text-center">Larger Enterprises</h3>
<p class="color1 fw-regular fs-15 fs-mob-12 text-center">If you're looking to roll out new initiatives, we provide elegant solutions to complex, large-scale problems.</p>
</div>
</div>
</div>
</div>
</div>
</section>
<div id="testimonials" class="bg-white">
<div class="container">
<div class="row">
<div class="col-12 text-center hr_line mt-5 mb-5"></div>
</div>
</div>
</div>
<!-- Testimonial Section -->
<section class="bg-white">
<div class="container pb-3 pb-md-5">
<div class="row">
<div class="col-12 text-center">
<div class="title_bar_line"><img src="img/curve-line.png" alt="Line Bar" /></div>
<h2 class="color2 fw-bold fs-50 fw-mob-semiBold fs-mob-25 text-center">Testimonials</h2>
</div>
</div>
<div class="row animated standby clearfix mt-3 mt-md-4">
<div class="col-md-12">
<div id="testimonials-slider" class="owl-carousel">
<div class="test-area text-left p-3">
<div class="testi_box">
<div class="p-3 p-md-4 px-lg-5">
<div class="d-flex align-items-center mb-2">
<div class="img-container">
<img class="mr-2 person-img" src="img/testimonials/ali.jfif" alt="Ali-Sabti-Photo" />
</div>
<div>
<h4 class="color2 fw-bold fs-18 fw-mob-bold fs-mob-15 text-left">Ali Sabti</h4>
<h6 class="color2 fw-bold fs-18 fw-mob-bold fs-mob-15 text-left">Founder and President@Oto</h6>
</div>
</div>
<p class="color1 fw-regular fs-15 fs-mob-12 text-left">"We've been working with OasisCode since our early-stage prototype phase and they've been on our side every step of the way, ensuring that our mobile app works hand-in-hand with our physical sprinkler device"</p>
</div>
</div>
</div>
<div class="test-area text-left p-3">
<div class="testi_box">
<div class="p-3 p-md-4 px-lg-5">
<div class="d-flex align-items-center mb-2">
<div class="img-container">
<img class="mr-2 person-img" src="img/testimonials/adam.jfif" alt="Adam-Matlin-Photo" />
</div>
<div>
<h4 class="color2 fw-bold fs-18 fw-mob-bold fs-mob-15 text-left">Adam Matlin</h4>
<h4 class="color2 fw-bold fs-18 fw-mob-bold fs-mob-15 text-left">Director of Sales@FeverFilter</h4>
</div>
</div>
<p class="color1 fw-regular fs-15 fs-mob-12 text-left">"Working with Matt and the OasisCode team has been a pleasure. They're more than just programmers, they're technical entrepreneurs who understand the evolution of a startup and its needs along the way"</p>
</div>
</div>
</div>
<div class="test-area text-left p-3">
<div class="testi_box">
<div class="p-3 p-md-4 px-lg-5">
<div class="d-flex align-items-center mb-2">
<div class="img-container">
<img class="mr-2 person-img" src="img/testimonials/hunter.jfif" alt="Jonathan-King-Photo" />
</div>
<div>
<h4 class="color2 fw-bold fs-18 fw-mob-bold fs-mob-15 text-left">Jonathan King</h4>
<h4 class="color2 fw-bold fs-18 fw-mob-bold fs-mob-15 text-left">Software Developer@Oto</h4>
</div>
</div>
<p class="color1 fw-regular fs-15 fs-mob-12 text-left">"As a hardware product developer, I've really enjoyed working with OasisCode on the software side. We collaborate and coordinate together in a way that's impossible to do with a regular development studio"</p>
</div>
</div>
</div>
<div class="test-area text-left p-3">
<div class="testi_box">
<div class="p-3 p-md-4 px-lg-5">
<div class="d-flex align-items-center mb-2">
<div class="img-container">
<img class="mr-2 person-img" src="img/testimonials/geoff.jfif" alt="Geoff-Ryeland-Photo" />
</div>
<div>
<h4 class="color2 fw-bold fs-18 fw-mob-bold fs-mob-15 text-left">Geoff Ryeland</h4>
<h4 class="color2 fw-bold fs-18 fw-mob-bold fs-mob-15 text-left">Engineering Manager@FeverFilter</h4>
</div>
</div>
<p class="color1 fw-regular fs-15 fs-mob-12 text-left">"OasisCode has been a stellar development partner and will absolutely be at the top of our list for any future web or mobile work Litens Health will need"</p>
</div>
</div>
</div>
<div class="test-area text-left p-3">
<div class="testi_box">
<div class="p-3 p-md-4 px-lg-5">
<div class="d-flex align-items-center mb-2">
<div class="img-container">
<img class="mr-2 person-img" src="img/testimonials/adam.jpg" alt="Adam-Hewett-Photo" />
</div>
<div>
<h4 class="color2 fw-bold fs-18 fw-mob-bold fs-mob-15 text-left">Adam Hewett</h4>
<h4 class="color2 fw-bold fs-18 fw-mob-bold fs-mob-15 text-left">Founder@Evoked Response</h4>
</div>
</div>
<p class="color1 fw-regular fs-15 fs-mob-12 text-left">"Working with Shayan and the OasisCode team has been a win for us. Shayan didn't just execute on the technology, but leveraged it to push forward our business goals."</p>
</div>
</div>
</div>
<div class="test-area text-left p-3">
<div class="testi_box">
<div class="p-3 p-md-4 px-lg-5">
<div class="d-flex align-items-center mb-2">
<div class="img-container">
<img class="mr-2 person-img" src="img/testimonials/2.png" alt="Photo" />
</div>
<div>
<h4 class="color2 fw-bold fs-18 fw-mob-bold fs-mob-15 text-left">Chris Kukla</h4>
<h4 class="color2 fw-bold fs-18 fw-mob-bold fs-mob-15 text-left">Lead Composer@Evoked Response</h4>
</div>
</div>
<p class="color1 fw-regular fs-15 fs-mob-12 text-left">"I appreciate how they took the time to really understand what we're working on."</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- End Testimonial Section -->
<!-- Blog Section -->
<section id="team" class="bg-white pt-5">
<div class="container pb-3 pb-md-5" style="z-index: 99;">
<div class="row">
<div class="col-12 text-center">
<div class="title_bar_line"><img src="img/curve-line.png" alt="Line Bar" /></div>
<h2 class="color2 fw-bold fs-50 fw-mob-semiBold fs-mob-25 text-center">Executive Team</h2>
</div>
</div>
</div>
<div class="animated standby clearfix mt-3 mt-md-4 team_member">
<div class="Blog-area text-left p-2 member_container">
<div class="blog_box">
<div style=>
<img class="mb-2 img-fluid team_img mx-auto d-block" src="img/Shayan-Nahrvar.jpg" alt="Shayan Nahrvar Image" />
<div class="p-3 blog_content_height">
<h4 class="color2 fw-bold fs-18 fw-mob-bold fs-mob-15 text-left"><a href="https://ca.linkedin.com/in/shayannahrvar" class="portfolio_title">Shayan Nahrvar</a></h4>
<h5 class="color1 fw-regular fs-13 fs-mob-12 text-left">Co-founder</h5>
<p class="color1 fw-regular fs-15 fs-mob-12 text-left">Shayan is an engineer, full-stack developer, and award-winning entrepreneur. He was recognized
and awarded by Sir Richard Branson for his earlier entrepreneurial work. He is also the founder and technology lead for Swiftender, a SaaS solution
recognized by the construction industry throughout North America.</p>
</div>
</div>
</div>
</div>
<div class="Blog-area text-left p-2 member_container">
<div class="blog_box">
<div>
<img class="mb-2 img-fluid team_img mx-auto d-block" src="img/Matt-Eason.jpg" alt="Matt Eason Image" />
<div class="p-3 blog_content_height">
<h4 class="color2 fw-bold fs-18 fw-mob-bold fs-mob-15 text-left"><a href="https://ca.linkedin.com/in/matt-eason-48964b62" class="portfolio_title">Matt Eason</a></h4>
<h5 class="color1 fw-regular fs-13 fs-mob-12 text-left">Co-founder</h5>
<p class="color1 fw-regular fs-15 fs-mob-12 text-left">Matt is a full-stack and mobile app developer with extensive experience
in design and UI/UX. He is a multi-talented force who is also the cofounder of Swiftender and the product lead on numerous entrepreneurial
projects.</p>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<br><br><br>
<!-- End Blog Section -->
</main>
<footer id="footer" class="footer">
<div class="get_in_touch_section">
<div class="container">
<div class="row animated w-75 ml-auto mr-auto align-items-center py-4 py-sm-5">
<div class="col-12">
<div class="row align-items-center box_content_width">
<div class="col-lg-7 col-md-7 col-sm-8 text-left">
<img src="img/comment-bar.png" alt="Comment Bar" class="img-responsive" />
<h2 class="fs-mob-20 fs-35 text-white fw-bold">Have a project in mind?</h2>
</div>
<div class="col-lg-5 col-md-5 col-sm-4 text-left text-md-right text-uppercase btn_1">
<button class="btn bg-white color2 fw-semiBold fs-14 rounded-full px-4 px-lg-5 py-3" data-toggle="modal" data-target="#contactModal">Get in touch</button>
</div>
</div>
</div>
</div>
</div>
</div>
<!--Modal for contact form-->
<div class="modal fade" id="contactModal" tabindex="-1" role="dialog" aria-labelledby="contactModalLabel" aria-hidden="true">
<div class="modal-dialog" role="document">
<div class="modal-content" style="border-color:#ffa300">
<div class="modal-header" style="border-color:#ffa300">
<h5 class="modal-title" id="contactModalLabel"><img src="img/comment-bar.png" alt="Comment Bar" class="img-responsive" /> <br>Contact Us</h5>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<form accept-charset="UTF-8" action="https://www.formbackend.com/f/5cfa241671d7fba2" method="POST">
<div class="modal-body" style="border-color:#ffa300">
<label for="name">Name: </label><br>
<input type="text" name="name" id="name" class="contact_input"/><br>
<label for="email">Email: </label><br>
<input type="email" name="email" id="email" class="contact_input"/><br>
<label for="phone">Phone: </label><br>
<input type="tel" name="phone" id="phone" class="contact_input" /><br>
<label for="message">Message:</label><br>
<textarea name="message" id="message" rows="2" class="contact_input"></textarea>
</div>
<div class="modal-footer" style="border-color:#ffa300">
<button type="button" class="modal-btn btn bg-white color2 fw-semiBold fs-14 rounded-full px-4 px-lg-5 py-3" data-dismiss="modal">Close</button>
<button type="submit" class="modal-btn btn bg-white color2 fw-semiBold fs-14 rounded-full px-4 px-lg-5 py-3">Submit</button>
</div>
</form>
</div>
</div>
</div>
<!--Modal for popup-->
<div class="modal popup fade" id="popupModal" tabindex="-1" role="dialog" aria-labelledby="popupModalLabel" aria-hidden="true" data-backdrop="false">
<div class="modal-dialog" role="document">
<div class="modal-content" style="border-color:#ffa300">
<div class="modal-header" style="border-color:#ffa300">
<h5 class="modal-title" id="popupModalLabel">Like What You See?</h5>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body">
<h4>Ask now for a free consultation!</h4>
</div>
<div class="modal-header" style="border-style: none">
<button type="button" class="modal-btn btn bg-white color2 fw-semiBold fs-14 rounded-full px-4 px-lg-5 py-3" data-toggle="modal" data-target="#contactModal" data-dismiss="modal">Contact Us</button>
</div>
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-lg-5 col-md-3 col-sm-6 mb-4 mb-sm-0">
<div class="footer-logo text-lg-center mt-lg-5"><img src="img/footer-logo.png" alt="footer" /></div>
<div class="footer_social_links text-lg-center">
<a href="#" class="twitter" target="_blank"><i class="fa fa-twitter" aria-hidden="true"></i></a>
<a href="#" class="facebook" target="_blank"><i class="fa fa-facebook" aria-hidden="true"></i></a>
<a href="#" class="instagram" target="_blank"><i class="fa fa-linkedin" aria-hidden="true"></i></a>
</div>
</div>
<div class="col-lg-2 col-md-3 col-sm-6 mb-4 mb-sm-0">
<div class="footer_col_head text-white">Quick Links</div>
<ul class="f_menu highlightMenu">
<li><a href="#portfolio">Portfolio</a></li>
<li><a href="#approach">Our Approach</a></li>
<li><a href="#who-we-serve">Who We Serve</a></li>
<li><a href="#testimonials">Testimonials</a></li>
<li><a href="#team">Executive Team</a></li>
<li><a href="#footer">Contact Us </a></li>
</ul>
</div>
<div class="col-lg-2 col-md-3 col-sm-6 mb-4 mb-sm-0">
<div class="footer_col_head text-white">Portfolio</div>
<ul class="f_menu highlightMenu">
<li><a href="swiftender.html">Swiftender</a></li>
<li><a href="oto.html">Oto</a></li>
<li><a href="shufflespace.html">ShuffleSpace</a></li>
<li><a href="slabxchange.html">SlabXChange</a></li>
<li><a href="feverfilter.html">FeverFilter</a></li>
<li><a href="evokedresponse.html">EvokedResponse</a></li>
</ul>
</div>
<div class="col-lg-3 col-md-3 col-sm-6 mb-0">
<div class="footer_col_head text-white">Contact</div>
<div class="address">
<ul>
<li class="d-flex"><div class="add mr-2"><i class="fa fa-map-marker" aria-hidden="true"></i></div> <p>Office Location:<br/>308 Palmerston Ave<br>Suite 219<br>Toronto, ON<br>M6J 3X9</p></li>
<li class="d-flex"><div class="add mr-2"><i class="fa fa-phone" aria-hidden="true"></i></div> <p>Phone:<br/>1 (800) 280-2032</p></li>
<li class="d-flex"><div class="add mr-2"><i class="fa fa-envelope" aria-hidden="true"></i></div> <p>Email:<br/>[email protected]</p></li>
</ul>
</div>
</div>
</div>
</div>
<div class="copyright_bar">
<div class="container">
<div class="row">
<div class="col-md-12 footer_copyright text-center">
<p class="color3">© 2021 Oasiscode - All rights reserved.</p>
</div>
</div>
</div>
</div>
</footer>
</div>
<script src="js/jquery.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/jquery-css3-animation-queue.js"></script>
<script src='js/ekko-lightbox.min.js'></script>
<script src="js/owl.carousel.min.js"></script>
<script src="js/jquery.easing.min.js"></script>
<script src="js/waypoints.min.js"></script>
<script src="js/jquery.counterup.min.js"></script>
<script src='https://www.google.com/recaptcha/api.js'></script>
<script src="js/customJS.js"></script>
<script src="https://unpkg.com/scrollreveal"></script>
<script src="js/aos-master/dist/aos.js"></script>
<script type='text/javascript'>
</script>
</body>
</html>