-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtraining.html
868 lines (839 loc) · 48.5 KB
/
training.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
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>IT OWL</title>
<!-- Favicon -->
<link rel="shortcut icon" href="img/head.PNG" type="image/x-icon" />
<link rel="apple-touch-icon" href="./node_modules/porto/img/apple-touch-icon.png">
<!-- Mobile Metas -->
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1.0, shrink-to-fit=no">
<!-- Web Fonts -->
<link id="googleFonts"
href="https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,800%7COpen+Sans:400,700,800&display=swap"
rel="stylesheet" type="text/css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css" />
<!-- Vendor CSS -->
<link rel="stylesheet" href="vendor/css/bootstrap.min.css">
<link rel="stylesheet" href="vendor/css/all.min.css">
<link rel="stylesheet" href="vendor/css/animate.compat.css">
<link rel="stylesheet" href="vendor/css/simple-line-icons.min.css">
<link rel="stylesheet" href="vendor/css/owl.carousel.min.css">
<link rel="stylesheet" href="vendor/css/owl.theme.default.min.css">
<link rel="stylesheet" href="vendor/css/magnific-popup.min.css">
<!-- Theme CSS -->
<link rel="stylesheet" href="vendor/css/theme.css">
<link rel="stylesheet" href="vendor/css/theme-elements.css">
<link rel="stylesheet" href="vendor/css/theme-blog.css">
<link rel="stylesheet" href="vendor/css/theme-shop.css">
<!-- Demo CSS -->
<link rel="stylesheet" href="vendor/css/demo-education.css">
<link rel="stylesheet" href="css/index.css">
<link rel="stylesheet" href="vendor/css/demo-cleaning-services.css">
<!-- Skin CSS -->
<link id="skinCSS" rel="stylesheet" href="vendor/css/skin-education.css">
<!-- Theme Custom CSS -->
<link rel="stylesheet" href="vendor/css/custom.css">
<!-- Head Libs -->
<script src="vendor/js/modernizr.min.js"></script>
</head>
<body>
<div class="body">
<header id="header" class="header-effect-shrink"
data-plugin-options="{'stickyEnabled': true, 'stickyEffect': 'shrink', 'stickyEnableOnBoxed': true, 'stickyEnableOnMobile': false, 'stickyStartAt': 70, 'stickyChangeLogo': false, 'stickyHeaderContainerHeight': 70}">
<div class="header-body border-top-0 colorGeneralPage box-shadow-none">
<div class="header-container container">
<div class="header-row">
<div class="header-column">
<div class="header-row">
<div class="">
<a href="home.html"><img alt="Porto" height="auto" data-sticky-width="82" data-sticky-height="40"
data-sticky-top="0" src="img/logoLetters.png" style="width:110px"></a>
</div>
</div>
</div>
<div class="header-column justify-content-end">
<div class="header-row">
<div
class="header-nav header-nav-line header-nav-bottom-line header-nav-bottom-line-no-transform header-nav-bottom-line-active-text-light header-nav-bottom-line-effect-1 header-nav-light-text header-nav-dropdowns-dark">
<div
class="header-nav-main header-nav-main-square header-nav-main-dropdown-no-borders header-nav-main-text-capitalize header-nav-main-text-size-2 header-nav-main-mobile-dark header-nav-main-effect-1 header-nav-main-sub-effect-1">
<nav class="collapse">
<ul class="nav nav-pills" id="mainNav">
<li class="dropdown">
<a class="dropdown-item textSize" data-hash data-hash-offset="130" href="home.html">
Home
</a>
</li>
<li class="dropdown">
<a class="dropdown-item textSize dropdown-toggle" href="services.html">
Services<i class="p-2 p-events-none"><img src="img/down-arrow.png" /></i>
</a>
<ul class="dropdown-menu">
<li class="dropdown-submenu">
<a class="dropdown-item" href="training.html">Training</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#training">Training Live</a></li>
<li><a class="dropdown-item" href="#Data science">Data science for developers</a></li>
<li><a class="dropdown-item" href="#Development">Development for mobile devices</a></li>
<li><a class="dropdown-item" href="#Elixir language">Elixir language</a></li>
<li><a class="dropdown-item" href="#Expert in Groovy">Expert in Groovy</a></li>
<li><a class="dropdown-item" href="#Expert in Springframework">Expert in Springframework</a></li>
<li><a class="dropdown-item" href="#Functional programming applied">Functional programming applied</a></li>
<li><a class="dropdown-item" href="#Web development">Web development</a></li>
</ul>
</li>
</ul>
</li>
<li class="dropdown dropdown-mega">
<a class="dropdown-item textSize" href="candidates.html">
Team
</a>
</li>
<li class="dropdown dropdown-mega">
<li class="dropdown">
<a class="dropdown-item textSize dropdown-toggle" href="about.html">
About Us
</a>
</li>
</li>
<li class="dropdown dropdown-mega">
<a class="dropdown-item textSize" href="contac.html">
Contact Us
</a>
</li>
</ul>
</nav>
</div>
</div>
<button class="btn header-btn-collapse-nav" data-bs-toggle="collapse" data-bs-target=".header-nav-main nav"><i class="fa fa-bars"></i></button>
</div>
</div>
</div>
</div>
</div>
</header>
<section class="section overlay overlay-show overlay-op-5 border-0 bgPositionBottomToTop m-0 sizeImage-animation" data-plugin-options="{'minWindowWidth': 0}" style="background-image: url(img/img-services/training2.jpeg); background-size: 100%; background-position: bottom; animation-duration: 13s; animation-delay: 1500ms; animation-fill-mode: forwards; height: 550px;">
<div class="container h-100">
<div class="row align-items-center h-100">
<div class="col text-center">
<div class="d-flex flex-column align-items-center justify-content-center h-100">
<h3 class="position-relative text-color-light text-5 line-height-5 font-weight-light px-4 mb-2 appear-animation" data-appear-animation="fadeInDownShorter" data-plugin-options="{'minWindowWidth': 0}">
<span class="position-absolute right-100pct top-50pct transform3dy-n50 opacity-3">
<img src="vendor/img/slide-title-border.png" class="w-auto appear-animation" data-appear-animation="fadeInLeftShorter" data-appear-animation-delay="250" data-plugin-options="{'minWindowWidth': 0}" alt="" />
</span>
DO YOU NEED NEW
<span class="position-absolute left-100pct top-50pct transform3dy-n50 opacity-3">
<img src="vendor/img/slide-title-border.png" class="w-auto appear-animation" data-appear-animation="fadeInRightShorter" data-appear-animation-delay="250" data-plugin-options="{'minWindowWidth': 0}" alt="" />
</span>
</h3>
<h1 class="text-color-light font-weight-extra-bold text-14 line-height-1 mb-3 appear-animation" data-appear-animation="blurIn" data-appear-animation-delay="500" data-plugin-options="{'minWindowWidth': 0}"> TRAINING</h1>
<p class="text-4-5 text-color-light font-weight-light mb-0" data-plugin-animated-letters data-plugin-options="{'startDelay': 1000, 'minWindowWidth': 0}">Check out our options</p>
</div>
</div>
</div>
</div>
</section>
<section id="training" class="section bg-color-tertiary border-0 my-0">
<div class="container">
<div class="row">
<div class="col">
<h2 class="font-weight-bold text-center appear-animation" data-appear-animation="fadeInUpShorter">Live Online Training</h2>
<h4 class="font-weight-bold text-center appear-animation" data-appear-animation="fadeInUpShorter">When you value your team, but technology evolution is faster than expected,
look at our training options. We habilitate your personnel to get the job done. We coach our students during and after our
training. Making them feel respected and safe is vital for learning. We respectfully offer our friendship,
where the values of reliance, respect, and responsibility grow and give us the results we seek. For each
student, our priority is their success at work.</h4>
</div>
</div>
<div class="row justify-content-center mb-5">
<div class="col-md-6 col-lg-4 col-xl-3 mb-4 pb-3 appear-animation" data-appear-animation="fadeInLeftShorter" data-appear-animation-delay="400">
<div class="thumb-info thumb-info-hide-wrapper-bg custom-thumb-info-style-1">
<div class="thumb-info-wrapper">
<a href="/training/agile.html"><img src="img/img-services/experiment.jpeg" class="img-fluid" alt=""></a>
</div>
<div class="thumb-info-caption">
<h3 class="font-weight-semibold text-transform-none"><a href="/training/agile.html" class="custom-link-color-dark">
Agility for software developers</a></h3>
</div>
<div class="thumb-info-footer">
<ul class="nav text-1">
</ul>
</div>
</div>
</div>
<div class="col-md-6 col-lg-4 col-xl-3 mb-4 pb-3 appear-animation" data-appear-animation="fadeInLeftShorter" data-appear-animation-delay="200">
<div class="thumb-info thumb-info-hide-wrapper-bg custom-thumb-info-style-1">
<div class="thumb-info-wrapper">
<a href="/training/vertx.html"><img src="img/img-services/vertx_1.jpeg" class="img-fluid" alt=""></a>
</div>
<div class="thumb-info-caption">
<h3 class="font-weight-semibold text-transform-none"><a href="/training/vertx.html" class="custom-link-color-dark">Applications distributed with Vert.x</a></h3>
</div>
<div class="thumb-info-footer">
<ul class="nav text-1">
</ul>
</div>
</div>
</div>
<div class="col-md-6 col-lg-4 col-xl-3 mb-4 pb-3 appear-animation" data-appear-animation="fadeInRightShorter" data-appear-animation-delay="200">
<div class="thumb-info thumb-info-hide-wrapper-bg custom-thumb-info-style-1">
<div class="thumb-info-wrapper">
<a href="/training/docker.html"><img src="img/img-services/docker.png" class="img-fluid" alt=""></a>
</div>
<div class="thumb-info-caption">
<h3 class="font-weight-semibold text-transform-none"><a href="/training/docker.html" class="custom-link-color-dark">Containers for software developers</a></h3>
</div>
<div class="thumb-info-footer">
<ul class="nav text-1">
</ul>
</div>
</div>
</div>
<div class="col-md-6 col-lg-4 col-xl-3 mb-4 pb-3 appear-animation" data-appear-animation="fadeInRightShorter" data-appear-animation-delay="400">
<div class="thumb-info thumb-info-hide-wrapper-bg custom-thumb-info-style-1">
<div class="thumb-info-wrapper">
<a href="/training/designing.html"><img src="img/img-services/tdd.jpeg" class="img-fluid" alt=""></a>
</div>
<div class="thumb-info-caption">
<h3 class="font-weight-semibold text-transform-none"><a href="/training/designing.html" class="custom-link-color-dark">Designing software with TDD and ATDD</a></h3>
</div>
<div class="thumb-info-footer">
<ul class="nav text-1">
</ul>
</div>
</div>
</div>
<div class="col-md-6 col-lg-4 col-xl-3 mb-4 pb-3 mb-xl-0 appear-animation" data-appear-animation="fadeInUpShorter" data-appear-animation-delay="600">
<div class="thumb-info thumb-info-hide-wrapper-bg custom-thumb-info-style-1">
<div class="thumb-info-wrapper">
<a href="/training/mathematics.html"><img src="img/img-services/math.jpeg" class="img-fluid" alt=""></a>
</div>
<div class="thumb-info-caption">
<h3 class="font-weight-semibold text-transform-none"><a href="/training/mathematics.html" class="custom-link-color-dark">Mathematics for software developers</a></h3>
</div>
<div class="thumb-info-footer">
<ul class="nav text-1">
</ul>
</div>
</div>
</div>
<div class="col-md-6 col-lg-4 col-xl-3 mb-4 pb-3 mb-xl-0 appear-animation" data-appear-animation="fadeInUpShorter" data-appear-animation-delay="800">
<div class="thumb-info thumb-info-hide-wrapper-bg custom-thumb-info-style-1">
<div class="thumb-info-wrapper">
<a href="/training/object-oriented.html"><img src="img/img-services/pisarron.jpeg" class="img-fluid" alt=""></a>
</div>
<div class="thumb-info-caption">
<h3 class="font-weight-semibold text-transform-none"><a href="/training/object-oriented.html" class="custom-link-color-dark">Object-oriented software design</a></h3>
</div>
<div class="thumb-info-footer">
<ul class="nav text-1">
</ul>
</div>
</div>
</div>
<div class="col-md-6 col-lg-4 col-xl-3 mb-4 pb-3 mb-md-0 appear-animation" data-appear-animation="fadeInUpShorter" data-appear-animation-delay="900">
<div class="thumb-info thumb-info-hide-wrapper-bg custom-thumb-info-style-1">
<div class="thumb-info-wrapper">
<a href="/training/techniques.html"><img src="img/img-services/ci.jpeg" class="img-fluid" alt=""></a>
</div>
<div class="thumb-info-caption">
<h3 class="font-weight-semibold text-transform-none"><a href="/training/techniques.html" class="custom-link-color-dark">Techniques and methods of continuous integration</a></h3>
</div>
<div class="thumb-info-footer">
<ul class="nav text-1">
</ul>
</div>
</div>
</div>
</div>
</div>
</section>
<section id="Data science" class="section bg-color-tertiary my-0">
<div class="container" >
<div class="row">
<div class="col">
<h2 class="font-weight-bold text-center appear-animation" data-appear-animation="fadeInUpShorter">Data science for developers</h2>
<h4 class="font-weight-bold text-center appear-animation" data-appear-animation="fadeInUpShorter">
Create data-based products, analyze the market, and make the right decisions. Learn to use
mathematical models that will allow you to face business challenges based on the immensity of the
information available through different media: social networks, government, and your own generation
of data.”
</h4>
</div>
</div>
<div class="row justify-content-center mb-5">
<div class="col-md-6 col-lg-4 col-xl-3 mb-4 pb-3 appear-animation" data-appear-animation="fadeInLeftShorter" data-appear-animation-delay="400">
<div class="thumb-info thumb-info-hide-wrapper-bg custom-thumb-info-style-1">
<div class="thumb-info-wrapper">
<a href="/training/data-analysis.html"><img src="img/img-services/data_analytics.jpeg" class="img-fluid" alt=""></a>
</div>
<div class="thumb-info-caption">
<h3 class="font-weight-semibold text-transform-none"><a href="/training/data-analysis.html" class="custom-link-color-dark">
Data analysis for software developers</a></h3>
</div>
<div class="thumb-info-footer">
<ul class="nav text-1">
</ul>
</div>
</div>
</div>
<div class="col-md-6 col-lg-4 col-xl-3 mb-4 pb-3 appear-animation" data-appear-animation="fadeInLeftShorter" data-appear-animation-delay="200">
<div class="thumb-info thumb-info-hide-wrapper-bg custom-thumb-info-style-1">
<div class="thumb-info-wrapper">
<a href="/training/machine-learning.html"><img src="img/img-services/mlblue.jpeg" class="img-fluid" alt=""></a>
</div>
<div class="thumb-info-caption">
<h3 class="font-weight-semibold text-transform-none"><a href="/training/machine-learning.html" class="custom-link-color-dark">Machine Learning for Java Programmers</a></h3>
</div>
<div class="thumb-info-footer">
<ul class="nav text-1">
</ul>
</div>
</div>
</div>
<div class="col-md-6 col-lg-4 col-xl-3 mb-4 pb-3 appear-animation" data-appear-animation="fadeInRightShorter" data-appear-animation-delay="200">
<div class="thumb-info thumb-info-hide-wrapper-bg custom-thumb-info-style-1">
<div class="thumb-info-wrapper">
<a href="/training/workshop-practical.html"><img src="img/img-services/mlCereb.jpeg" class="img-fluid" alt=""></a>
</div>
<div class="thumb-info-caption">
<h3 class="font-weight-semibold text-transform-none"><a href="/training/workshop-practical.html" class="custom-link-color-dark">Workshop practical data analysis</a></h3>
</div>
<div class="thumb-info-footer">
<ul class="nav text-1">
</ul>
</div>
</div>
</div>
</div>
</div>
</section>
<section id="Development" class="section bg-color-tertiary my-0">
<div class="container">
<div class="row">
<div class="col">
<h2 class="font-weight-bold text-center appear-animation" data-appear-animation="fadeInUpShorter">Development for mobile devices</h2>
<h4 class="font-weight-bold text-center appear-animation" data-appear-animation="fadeInUpShorter">
We have been incorporating elements and great developers that allow us to offer quality training in
areas such as mobile development, especially iOS, and technological tendencies that exist today with
respect to it. By mixing our philosophy to develop for mobile devices with the learning schemes we
currently handle, we have managed to combine solutions in training that clearly distinguish us from
others.”
</h4>
</div>
</div>
<div class="row justify-content-center mb-5">
<div class="col-md-6 col-lg-4 col-xl-3 mb-4 pb-3 appear-animation" data-appear-animation="fadeInLeftShorter" data-appear-animation-delay="400">
<div class="thumb-info thumb-info-hide-wrapper-bg custom-thumb-info-style-1">
<div class="thumb-info-wrapper">
<a href="/training/development-mobile.html"><img src="img/img-services/android.jpeg" class="img-fluid" alt=""></a>
</div>
<div class="thumb-info-caption">
<h3 class="font-weight-semibold text-transform-none"><a href="/training/development-mobile.html" class="custom-link-color-dark">
Development of mobile applications with Android</a></h3>
</div>
<div class="thumb-info-footer">
<ul class="nav text-1">
</ul>
</div>
</div>
</div>
<div class="col-md-6 col-lg-4 col-xl-3 mb-4 pb-3 appear-animation" data-appear-animation="fadeInLeftShorter" data-appear-animation-delay="200">
<div class="thumb-info thumb-info-hide-wrapper-bg custom-thumb-info-style-1">
<div class="thumb-info-wrapper">
<a href="/training/development-ios.html"><img src="img/img-services/apple.jpeg" class="img-fluid" alt=""></a>
</div>
<div class="thumb-info-caption">
<h3 class="font-weight-semibold text-transform-none"><a href="/training/development-ios.html" class="custom-link-color-dark">Development of mobile applications with iOS</a></h3>
</div>
<div class="thumb-info-footer">
<ul class="nav text-1">
</ul>
</div>
</div>
</div>
</div>
</div>
</section>
<section id="Elixir language" class="section bg-color-tertiary my-0">
<div class="container">
<div class="row">
<div class="col">
<h2 class="font-weight-bold text-center appear-animation" data-appear-animation="fadeInUpShorter">Elixir language</h2>
<h4 class="font-weight-bold text-center appear-animation" data-appear-animation="fadeInUpShorter">
Elixir is a dynamic and functional language designed to create scalable and easy-to-maintain
applications. Elixir takes advantage of Erlang VM, known for executing <b>Low latency, distributed, and
fault-tolerant</b> systems. It is also used successfully in web development domains, integrated software,
data ingestion, and multimedia processing.
</h4>
</div>
</div>
<div class="row justify-content-center mb-5">
<div class="col-md-6 col-lg-4 col-xl-3 mb-4 pb-3 appear-animation" data-appear-animation="fadeInLeftShorter" data-appear-animation-delay="400">
<div class="thumb-info thumb-info-hide-wrapper-bg custom-thumb-info-style-1">
<div class="thumb-info-wrapper">
<a href="/training/access-relational.html"><img src="img/img-services/ecto_bg.jpeg" class="img-fluid" alt=""></a>
</div>
<div class="thumb-info-caption">
<h3 class="font-weight-semibold text-transform-none"><a href="/training/access-relational.html" class="custom-link-color-dark">
Access to relational data with ECTO</a></h3>
</div>
<div class="thumb-info-footer">
<ul class="nav text-1">
</ul>
</div>
</div>
</div>
<div class="col-md-6 col-lg-4 col-xl-3 mb-4 pb-3 appear-animation" data-appear-animation="fadeInLeftShorter" data-appear-animation-delay="200">
<div class="thumb-info thumb-info-hide-wrapper-bg custom-thumb-info-style-1">
<div class="thumb-info-wrapper">
<a href="/training/application-design.html"><img src="img/img-services/observer_bg.jpeg" class="img-fluid" alt=""></a>
</div>
<div class="thumb-info-caption">
<h3 class="font-weight-semibold text-transform-none"><a href="/training/application-design.html" class="custom-link-color-dark">Application design with OTP</a></h3>
</div>
<div class="thumb-info-footer">
<ul class="nav text-1">
</ul>
</div>
</div>
</div>
<div class="col-md-6 col-lg-4 col-xl-3 mb-4 pb-3 appear-animation" data-appear-animation="fadeInRightShorter" data-appear-animation-delay="200">
<div class="thumb-info thumb-info-hide-wrapper-bg custom-thumb-info-style-1">
<div class="thumb-info-wrapper">
<a href="/training/essential-elements.html"><img src="img/img-services/elixir_lang.jpeg" class="img-fluid" alt=""></a>
</div>
<div class="thumb-info-caption">
<h3 class="font-weight-semibold text-transform-none"><a href="/training/essential-elements.html" class="custom-link-color-dark">Essential elements of elixir language</a></h3>
</div>
<div class="thumb-info-footer">
<ul class="nav text-1">
</ul>
</div>
</div>
</div>
<div class="col-md-6 col-lg-4 col-xl-3 mb-4 pb-3 appear-animation" data-appear-animation="fadeInRightShorter" data-appear-animation-delay="400">
<div class="thumb-info thumb-info-hide-wrapper-bg custom-thumb-info-style-1">
<div class="thumb-info-wrapper">
<a href="/training/phoenixFramework.html"><img src="img/img-services/phx.jpeg" class="img-fluid" alt=""></a>
</div>
<div class="thumb-info-caption">
<h3 class="font-weight-semibold text-transform-none"><a href="/training/phoenixFramework.html" class="custom-link-color-dark">Web applications with PhoenixFramework</a></h3>
</div>
<div class="thumb-info-footer">
<ul class="nav text-1">
</ul>
</div>
</div>
</div>
</div>
</div>
</section>
<section id="Expert in Groovy" class="section bg-color-tertiary my-0">
<div class="container">
<div class="row">
<div class="col">
<h2 class="font-weight-bold text-center appear-animation" data-appear-animation="fadeInUpShorter">Expert in Groovy</h2>
<h4 class="font-weight-bold text-center appear-animation" data-appear-animation="fadeInUpShorter">
Have fun using a dynamic language in the JVM. Groovy is more productive and opens new
technological panoramas, it takes advantage of the knowledge you have about the Java platform and is
more expressive in the code you develop.
</h4>
</div>
</div>
<div class="row justify-content-center mb-5">
<div class="col-md-6 col-lg-4 col-xl-3 mb-4 pb-3 appear-animation" data-appear-animation="fadeInLeftShorter" data-appear-animation-delay="400">
<div class="thumb-info thumb-info-hide-wrapper-bg custom-thumb-info-style-1">
<div class="thumb-info-wrapper">
<a href="/training/application-construction.html"><img src="img/img-services/gradle.jpeg" class="img-fluid" alt=""></a>
</div>
<div class="thumb-info-caption">
<h3 class="font-weight-semibold text-transform-none"><a href="/training/application-construction.html" class="custom-link-color-dark">
Application construction with Grade</a></h3>
</div>
<div class="thumb-info-footer">
<ul class="nav text-1">
</ul>
</div>
</div>
</div>
<div class="col-md-6 col-lg-4 col-xl-3 mb-4 pb-3 appear-animation" data-appear-animation="fadeInLeftShorter" data-appear-animation-delay="200">
<div class="thumb-info thumb-info-hide-wrapper-bg custom-thumb-info-style-1">
<div class="thumb-info-wrapper">
<a href="/training/dynamic-groovy.html"><img src="img/img-services/groovy.jpeg" class="img-fluid" alt=""></a>
</div>
<div class="thumb-info-caption">
<h3 class="font-weight-semibold text-transform-none"><a href="/training/dynamic-groovy.html" class="custom-link-color-dark">Dynamic language Groovy</a></h3>
</div>
<div class="thumb-info-footer">
<ul class="nav text-1">
</ul>
</div>
</div>
</div>
<div class="col-md-6 col-lg-4 col-xl-3 mb-4 pb-3 appear-animation" data-appear-animation="fadeInRightShorter" data-appear-animation-delay="200">
<div class="thumb-info thumb-info-hide-wrapper-bg custom-thumb-info-style-1">
<div class="thumb-info-wrapper">
<a href="/training/productivity-grails.html"><img src="img/img-services/grails.png" class="img-fluid" alt=""></a>
</div>
<div class="thumb-info-caption">
<h3 class="font-weight-semibold text-transform-none"><a href="/training/productivity-grails.html" class="custom-link-color-dark">Productivity with grails.</a></h3>
</div>
<div class="thumb-info-footer">
<ul class="nav text-1">
</ul>
</div>
</div>
</div>
<div class="col-md-6 col-lg-4 col-xl-3 mb-4 pb-3 appear-animation" data-appear-animation="fadeInRightShorter" data-appear-animation-delay="400">
<div class="thumb-info thumb-info-hide-wrapper-bg custom-thumb-info-style-1">
<div class="thumb-info-wrapper">
<a href="/training/productivity-groovy.html"><img src="img/img-services/groovy_productivity.jpeg" class="img-fluid" alt=""></a>
</div>
<div class="thumb-info-caption">
<h3 class="font-weight-semibold text-transform-none"><a href="/training/productivity-groovy.html" class="custom-link-color-dark">Productivity with Groovy.</a></h3>
</div>
<div class="thumb-info-footer">
<ul class="nav text-1">
</ul>
</div>
</div>
</div>
<div class="col-md-6 col-lg-4 col-xl-3 mb-4 pb-3 appear-animation" data-appear-animation="fadeInRightShorter" data-appear-animation-delay="400">
<div class="thumb-info thumb-info-hide-wrapper-bg custom-thumb-info-style-1">
<div class="thumb-info-wrapper">
<a href="/training/testing-JVM.html"><img src="img/img-services/testing.jpeg" class="img-fluid" alt=""></a>
</div>
<div class="thumb-info-caption">
<h3 class="font-weight-semibold text-transform-none"><a href="/training/testing-JVM.html" class="custom-link-color-dark">Testing on the JVM with Groovy</a></h3>
</div>
<div class="thumb-info-footer">
<ul class="nav text-1">
</ul>
</div>
</div>
</div>
</div>
</div>
</section>
<section id="Expert in Springframework" class="section bg-color-tertiary my-0">
<div class="container">
<div class="row">
<div class="col">
<h2 class="font-weight-bold text-center appear-animation" data-appear-animation="fadeInUpShorter">Expert in Springframework</h2>
<h4 class="font-weight-bold text-center appear-animation" data-appear-animation="fadeInUpShorter">
Find all the elements necessary to create robust and well-designed applications on the Java platform
using the Springframework tool suite. Learn from the essentials to the SPRING sub-projects that will
allow you to solve virtually any business need.
</h4>
</div>
</div>
<div class="row justify-content-center mb-5">
<div class="col-md-6 col-lg-4 col-xl-3 mb-4 pb-3 appear-animation" data-appear-animation="fadeInLeftShorter" data-appear-animation-delay="400">
<div class="thumb-info thumb-info-hide-wrapper-bg custom-thumb-info-style-1">
<div class="thumb-info-wrapper">
<a href="/training/access-data.html"><img src="img/img-services/spring-data.png" class="img-fluid" alt=""></a>
</div>
<div class="thumb-info-caption">
<h3 class="font-weight-semibold text-transform-none"><a href="/training/access-data.html" class="custom-link-color-dark">
Access to data with Spring</a></h3>
</div>
<div class="thumb-info-footer">
<ul class="nav text-1">
</ul>
</div>
</div>
</div>
<div class="col-md-6 col-lg-4 col-xl-3 mb-4 pb-3 appear-animation" data-appear-animation="fadeInLeftShorter" data-appear-animation-delay="200">
<div class="thumb-info thumb-info-hide-wrapper-bg custom-thumb-info-style-1">
<div class="thumb-info-wrapper">
<a href="/training/application-design-spring.html"><img src="img/img-services/spring_logo.png" class="img-fluid" alt=""></a>
</div>
<div class="thumb-info-caption">
<h3 class="font-weight-semibold text-transform-none"><a href="/training/application-design-spring.html" class="custom-link-color-dark">Application design with Spring</a></h3>
</div>
<div class="thumb-info-footer">
<ul class="nav text-1">
</ul>
</div>
</div>
</div>
<div class="col-md-6 col-lg-4 col-xl-3 mb-4 pb-3 appear-animation" data-appear-animation="fadeInRightShorter" data-appear-animation-delay="200">
<div class="thumb-info thumb-info-hide-wrapper-bg custom-thumb-info-style-1">
<div class="thumb-info-wrapper">
<a href="/training/enterprise-integration.html"><img src="img/img-services/camel.jpeg" class="img-fluid" alt=""></a>
</div>
<div class="thumb-info-caption">
<h3 class="font-weight-semibold text-transform-none"><a href="/training/enterprise-integration.html" class="custom-link-color-dark">Enterprise Integration Patterns with Apache Camel</a></h3>
</div>
<div class="thumb-info-footer">
<ul class="nav text-1">
</ul>
</div>
</div>
</div>
<div class="col-md-6 col-lg-4 col-xl-3 mb-4 pb-3 appear-animation" data-appear-animation="fadeInRightShorter" data-appear-animation-delay="400">
<div class="thumb-info thumb-info-hide-wrapper-bg custom-thumb-info-style-1">
<div class="thumb-info-wrapper">
<a href="/training/JEE-integration.html"><img src="img/img-services/spring-integration.jpeg" class="img-fluid" alt=""></a>
</div>
<div class="thumb-info-caption">
<h3 class="font-weight-semibold text-transform-none"><a href="/training/JEE-integration.html" class="custom-link-color-dark">JEE and integration with Spring frame work </a></h3>
</div>
<div class="thumb-info-footer">
<ul class="nav text-1">
</ul>
</div>
</div>
</div>
<div class="col-md-6 col-lg-4 col-xl-3 mb-4 pb-3 mb-xl-0 appear-animation" data-appear-animation="fadeInUpShorter" data-appear-animation-delay="600">
<div class="thumb-info thumb-info-hide-wrapper-bg custom-thumb-info-style-1">
<div class="thumb-info-wrapper">
<a href="/training/security-java.html"><img src="img/img-services/spring-security.jpeg" class="img-fluid" alt=""></a>
</div>
<div class="thumb-info-caption">
<h3 class="font-weight-semibold text-transform-none"><a href="/training/security-java.html" class="custom-link-color-dark">Security in Java applications with Spring Security</a></h3>
</div>
<div class="thumb-info-footer">
<ul class="nav text-1">
</ul>
</div>
</div>
</div>
<div class="col-md-6 col-lg-4 col-xl-3 mb-4 pb-3 mb-xl-0 appear-animation" data-appear-animation="fadeInUpShorter" data-appear-animation-delay="800">
<div class="thumb-info thumb-info-hide-wrapper-bg custom-thumb-info-style-1">
<div class="thumb-info-wrapper">
<a href="/training/web-applications.html"><img src="img/img-services/spring_jee.jpeg" class="img-fluid" alt=""></a>
</div>
<div class="thumb-info-caption">
<h3 class="font-weight-semibold text-transform-none"><a href="/training/web-applications.html" class="custom-link-color-dark">Web applications with Spring</a></h3>
</div>
<div class="thumb-info-footer">
<ul class="nav text-1">
</ul>
</div>
</div>
</div>
</div>
</div>
</section>
<section id="Functional programming applied" class="section bg-color-tertiary my-0">
<div class="container" >
<div class="row">
<div class="col">
<h2 class="font-weight-bold text-center appear-animation" data-appear-animation="fadeInUpShorter">Functional programming applied</h2>
<h4 class="font-weight-bold text-center appear-animation" data-appear-animation="fadeInUpShorter">
In a strict sense, functional programming defines a program as a mathematical function that converts
entries into some outputs without internal state or lateral effects. It includes very particular
characteristics such as immutability, lack of references, absence of collateral effects, and recursive
function calls. Nowadays, the concepts and learning of functional programming are essential to creating
highly scalable systems that allow a huge amount of processing.
</h4>
</div>
</div>
<div class="row justify-content-center mb-5">
<div class="col-md-6 col-lg-4 col-xl-3 mb-4 pb-3 appear-animation" data-appear-animation="fadeInLeftShorter" data-appear-animation-delay="400">
<div class="thumb-info thumb-info-hide-wrapper-bg custom-thumb-info-style-1">
<div class="thumb-info-wrapper">
<a href="/training/fundamentals-scala.html"><img src="img/img-services/scala.jpeg" class="img-fluid" alt=""></a>
</div>
<div class="thumb-info-caption">
<h3 class="font-weight-semibold text-transform-none"><a href="/training/fundamentals-scala.html" class="custom-link-color-dark">
Fundamentals of Scala Language</a></h3>
</div>
<div class="thumb-info-footer">
<ul class="nav text-1">
</ul>
</div>
</div>
</div>
<div class="col-md-6 col-lg-4 col-xl-3 mb-4 pb-3 appear-animation" data-appear-animation="fadeInLeftShorter" data-appear-animation-delay="200">
<div class="thumb-info thumb-info-hide-wrapper-bg custom-thumb-info-style-1">
<div class="thumb-info-wrapper">
<a href="/training/principles-functional.html"><img src="img/img-services/lisp.jpeg" class="img-fluid" alt=""></a>
</div>
<div class="thumb-info-caption">
<h3 class="font-weight-semibold text-transform-none"><a href="/training/principles-functional.html" class="custom-link-color-dark">Principles of functional programming with LISP</a></h3>
</div>
<div class="thumb-info-footer">
<ul class="nav text-1">
</ul>
</div>
</div>
</div>
<div class="col-md-6 col-lg-4 col-xl-3 mb-4 pb-3 appear-animation" data-appear-animation="fadeInRightShorter" data-appear-animation-delay="200">
<div class="thumb-info thumb-info-hide-wrapper-bg custom-thumb-info-style-1">
<div class="thumb-info-wrapper">
<a href="/training/programming-haskell.html"><img src="img/img-services/haskell.jpeg" class="img-fluid" alt=""></a>
</div>
<div class="thumb-info-caption">
<h3 class="font-weight-semibold text-transform-none"><a href="/training/programming-haskell.html" class="custom-link-color-dark">Programming with Haskell.</a></h3>
</div>
<div class="thumb-info-footer">
<ul class="nav text-1">
</ul>
</div>
</div>
</div>
<div class="col-md-6 col-lg-4 col-xl-3 mb-4 pb-3 appear-animation" data-appear-animation="fadeInRightShorter" data-appear-animation-delay="400">
<div class="thumb-info thumb-info-hide-wrapper-bg custom-thumb-info-style-1">
<div class="thumb-info-wrapper">
<a href="/training/web-ELM.html"><img src="img/img-services/elm.jpeg" class="img-fluid" alt=""></a>
</div>
<div class="thumb-info-caption">
<h3 class="font-weight-semibold text-transform-none"><a href="/training/web-ELM.html" class="custom-link-color-dark">Web with ELM</a></h3>
</div>
<div class="thumb-info-footer">
<ul class="nav text-1">
</ul>
</div>
</div>
</div>
</div>
</div>
</section>
<section id="Web development" class="section bg-color-tertiary my-0">
<div class="container">
<div class="row">
<div class="col">
<h2 class="font-weight-bold text-center appear-animation" data-appear-animation="fadeInUpShorter">Web development</h2>
<h4 class="font-weight-bold text-center appear-animation" data-appear-animation="fadeInUpShorter">
Create better user experiences, and learn to use JavaScript for many other things than you thought. Use
tools that provide you with creating useful interactions and improve the user experience of your
applications.
</h4>
</div>
</div>
<div class="row justify-content-center mb-5">
<div class="col-md-6 col-lg-4 col-xl-3 mb-4 pb-3 appear-animation" data-appear-animation="fadeInLeftShorter" data-appear-animation-delay="400">
<div class="thumb-info thumb-info-hide-wrapper-bg custom-thumb-info-style-1">
<div class="thumb-info-wrapper">
<a href="/training/essential-elements-JS.html"><img src="img/img-services/js.jpeg" class="img-fluid" alt=""></a>
</div>
<div class="thumb-info-caption">
<h3 class="font-weight-semibold text-transform-none"><a href="/training/essential-elements-JS.html" class="custom-link-color-dark">
Essential elements for web development with JavaScript</a></h3>
</div>
<div class="thumb-info-footer">
<ul class="nav text-1">
</ul>
</div>
</div>
</div>
<div class="col-md-6 col-lg-4 col-xl-3 mb-4 pb-3 appear-animation" data-appear-animation="fadeInLeftShorter" data-appear-animation-delay="200">
<div class="thumb-info thumb-info-hide-wrapper-bg custom-thumb-info-style-1">
<div class="thumb-info-wrapper">
<a href="/training/single-page.html"><img src="img/img-services/emberjs.jpeg" class="img-fluid" alt=""></a>
</div>
<div class="thumb-info-caption">
<h3 class="font-weight-semibold text-transform-none"><a href="/training/single-page.html" class="custom-link-color-dark">Single Page Applications with EmberJS</a></h3>
</div>
<div class="thumb-info-footer">
<ul class="nav text-1">
</ul>
</div>
</div>
</div>
<div class="col-md-6 col-lg-4 col-xl-3 mb-4 pb-3 appear-animation" data-appear-animation="fadeInRightShorter" data-appear-animation-delay="200">
<div class="thumb-info thumb-info-hide-wrapper-bg custom-thumb-info-style-1">
<div class="thumb-info-wrapper">
<a href="/training/web-coffeescript.html"><img src="img/img-services/coffeescript.jpeg" class="img-fluid" alt=""></a>
</div>
<div class="thumb-info-caption">
<h3 class="font-weight-semibold text-transform-none"><a href="/training/web-coffeescript.html" class="custom-link-color-dark">Web development with coffeescript</a></h3>
</div>
<div class="thumb-info-footer">
<ul class="nav text-1">
</ul>
</div>
</div>
</div>
<div class="col-md-6 col-lg-4 col-xl-3 mb-4 pb-3 appear-animation" data-appear-animation="fadeInRightShorter" data-appear-animation-delay="400">
<div class="thumb-info thumb-info-hide-wrapper-bg custom-thumb-info-style-1">
<div class="thumb-info-wrapper">
<a href="/training/web-vue.html"><img src="img/img-services/vuejs.jpeg" class="img-fluid" alt=""></a>
</div>
<div class="thumb-info-caption">
<h3 class="font-weight-semibold text-transform-none"><a href="/training/web-vue.html" class="custom-link-color-dark">Web development with vue.js</a></h3>
</div>
<div class="thumb-info-footer">
<ul class="nav text-1">
</ul>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- FOOTER -->
<footer id="footer" class="mt-0">
<div class="container my-4">
<div class="row py-5">
<div class="col-md-6 col-lg-3 mb-5 mb-lg-0">
<a href="home.html">
<img src="img/logo.PNG" data-src="img/logo.PNG" width="150" height="auto"
class="appear-animation lazyload mb-4" alt="Porto" data-appear-animation="fadeIn"
data-appear-animation-delay="300">
</a>
</div>
<div class="col-md-6 col-lg-3 mb-5 mb-lg-0">
<h5 class="text-5 text-transform-none font-weight-semibold text-color-light mb-4">Hours of operation</h5>
<p class="text-4 mb-0">Monday to Friday: <span class="text-color-light"> 8:00 am to 5:00 pm</span></p>
<p class="text-4 mb-0">Saturday: <span class="text-color-light"> Closed</span></p>
<p class="text-4 mb-0">Sunday: <span class="text-color-light"> Closed</span></p>
</div>
<div class="col-md-6 col-lg-3 mb-5 mb-lg-0">
<a href="contac.html"
class="text-5 text-transform-none font-weight-semibold text-color-light mb-4">Contact us</a>
<div class="row py-3">
<div class="col d-flex">
<a class="text-4-5" href="mailto:[email protected]"> [email protected]
</a>
</div>
</div>
<ul class="footer-social-icons social-icons m-0">
<li class="social-icons-linkedin"><a href="https://www.linkedin.com/company/it-owl-llc/" target="_blank"
title="Linkedin"><i class="fab fa-linkedin-in"></i></a></li>
</ul>
</div>
</div>
</div>
<div class="container d-flex flex-column justify-content-center align-items-center">
<div class="footer-copyright footer-copyright-style-2 text-center">
<h4 class="text-white"> Privacy Policy</h4>
<h5>
States that all materials and information on this
website are owned and protected by IT Owl, LLC.
</h5>
<br>
</div>
</div>
</footer>
<!-- FOOTER END -->
</div>
</body>
</html>
<script src="vendor/js/jquery.min.js"></script>
<script src="vendor/js/jquery.easing.min.js"></script>
<script src="vendor/js/jquery.appear.min.js"></script>
<script src="vendor/js/jquery.cookie.min.js"></script>
<script src="vendor/js/bootstrap.bundle.min.js"></script>
<script src="vendor/js/jquery.validate.min.js"></script>
<script src="vendor/js/jquery.easypiechart.min.js"></script>
<script src="vendor/js/jquery.gmap.min.js"></script>
<script src="vendor/js/lazysizes.min.js"></script>
<script src="vendor/js/jquery.isotope.min.js"></script>
<script src="vendor/js/owl.carousel.min.js"></script>
<script src="vendor/js/jquery.magnific-popup.min.js"></script>
<script src="vendor/js/jquery.vide.min.js"></script>
<script src="vendor/js/vivus.min.js"></script>
<script src="vendor/js/jquery.countdown.min.js"></script>
<!-- Theme Base, Components and Settings -->
<script src="vendor/js/theme.js"></script>
<!-- Theme Custom -->
<script src="vendor/js/custom.js"></script>
<!-- Theme Initialization Files -->
<script src="vendor/js/theme.init.js"></script>