-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·735 lines (605 loc) · 33.8 KB
/
index.html
File metadata and controls
executable file
·735 lines (605 loc) · 33.8 KB
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
<!DOCTYPE html>
<html class="no-js" lang="en">
<head>
<!--- basic page needs
================================================== -->
<meta charset="utf-8">
<title>AI & Agentic AI Training - AppliedCode Systems</title>
<meta name="description" content="Professional AI, Machine Learning, and Agentic AI courses and training programs">
<meta name="author" content="AppliedCode Systems">
<!-- mobile specific metas
================================================== -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- CSS
================================================== -->
<link rel="stylesheet" href="css/base.css">
<link rel="stylesheet" href="css/vendor.css">
<link rel="stylesheet" href="css/main.css">
<link rel="stylesheet" href="css/ai-training.css">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-133295663-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-133295663-1');
</script>
<!-- script
================================================== -->
<script src="js/modernizr.js"></script>
<script src="js/pace.min.js"></script>
<!-- Start of Async Drift Code -->
<script>
"use strict";
!function() {
var t = window.driftt = window.drift = window.driftt || [];
if (!t.init) {
if (t.invoked) return void (window.console && console.error && console.error("Drift snippet included twice."));
t.invoked = !0, t.methods = [ "identify", "config", "track", "reset", "debug", "show", "ping", "page", "hide", "off", "on" ],
t.factory = function(e) {
return function() {
var n = Array.prototype.slice.call(arguments);
return n.unshift(e), t.push(n), t;
};
}, t.methods.forEach(function(e) {
t[e] = t.factory(e);
}), t.load = function(t) {
var e = 3e5, n = Math.ceil(new Date() / e) * e, o = document.createElement("script");
o.type = "text/javascript", o.async = !0, o.crossorigin = "anonymous", o.src = "https://js.driftt.com/include/" + n + "/" + t + ".js";
var i = document.getElementsByTagName("script")[0];
i.parentNode.insertBefore(o, i);
};
}
}();
drift.SNIPPET_VERSION = '0.3.1';
drift.load('y7g56zwkpanu');
</script>
<!-- End of Async Drift Code -->
<!-- favicons
================================================== -->
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
<link rel="icon" href="favicon.ico" type="image/x-icon">
</head>
<body id="top">
<!-- header
================================================== -->
<header class="s-header">
<div class="header-logo">
<a class="site-logo" href="index.html">
<img src="images/logo.svg" alt="Homepage">
</a>
</div> <!-- end header-logo -->
<nav class="header-nav">
<a href="#0" class="header-nav__close" title="close"><span>Close</span></a>
<div class="header-nav__content">
<h3>AI Training Hub</h3>
<ul class="header-nav__list">
<li class="current"><a class="smoothscroll" href="#home" title="home">Home</a></li>
<li><a class="smoothscroll" href="#about" title="about">About</a></li>
<li><a class="smoothscroll" href="#courses" title="courses">Courses</a></li>
<li><a class="smoothscroll" href="#training" title="training">Training</a></li>
<li><a class="smoothscroll" href="#testimonials" title="testimonials">Testimonials</a></li>
<li><a class="smoothscroll" href="#contact" title="contact">Contact</a></li>
</ul>
<p>Empowering professionals with cutting-edge AI and Agentic AI knowledge through comprehensive training programs.</p>
<ul class="header-nav__social">
<li>
<a href="#0"><i class="fab fa-linkedin"></i></a>
</li>
<li>
<a href="#0"><i class="fab fa-twitter"></i></a>
</li>
<li>
<a href="#0"><i class="fab fa-youtube"></i></a>
</li>
<li>
<a href="#0"><i class="fab fa-github"></i></a>
</li>
</ul>
</div> <!-- end header-nav__content -->
</nav> <!-- end header-nav -->
<a class="header-menu-toggle" href="#0">
<span class="header-menu-icon"></span>
</a>
</header> <!-- end s-header -->
<!-- home
================================================== -->
<section id="home" class="s-home target-section" data-parallax="scroll" data-image-src="images/hero-bg.jpg" data-natural-width=3000 data-natural-height=2000 data-position-y=top>
<div class="shadow-overlay"></div>
<div class="home-content">
<div class="row home-content__main">
<h1>
Master AI & <br>
Agentic Workflows
</h1>
<p>
Transform your career with our comprehensive <br>
AI, Machine Learning, and Agentic AI training programs
</p>
<div class="home-content__buttons">
<a href="courses.html" class="btn btn--stroke smoothscroll">
View All Courses
</a>
<a href="register.html" class="btn btn--primary smoothscroll">
Register Now
</a>
</div>
</div> <!-- end home-content__main -->
</div> <!-- end home-content -->
<ul class="home-sidelinks">
<li><a class="smoothscroll" href="#about">About<span>our expertise</span></a></li>
<li><a class="smoothscroll" href="#courses">Courses<span>learn AI skills</span></a></li>
<li><a class="smoothscroll" href="#training">Training<span>corporate programs</span></a></li>
</ul> <!-- end home-sidelinks -->
<ul class="home-social">
<li class="home-social-title">Follow Us</li>
<li><a href="#0">
<i class="fab fa-facebook"></i>
<span class="home-social-text">Facebook</span>
</a></li>
<li><a href="#0">
<i class="fab fa-twitter"></i>
<span class="home-social-text">Twitter</span>
</a></li>
<li><a href="#0">
<i class="fab fa-linkedin"></i>
<span class="home-social-text">LinkedIn</span>
</a></li>
</ul> <!-- end home-social -->
<a href="#about" class="home-scroll smoothscroll">
<span class="home-scroll__text">Scroll Down</span>
<span class="home-scroll__icon"></span>
</a> <!-- end home-scroll -->
</section> <!-- end s-home -->
<!-- about
================================================== -->
<section id='about' class="s-about">
<div class="row section-header" data-aos="fade-up">
<div class="col-full">
<h3 class="subhead">About Our Training</h3>
<h1 class="display-1">We are AI experts passionate about sharing knowledge and empowering the next generation of AI professionals.</h1>
</div>
</div> <!-- end section-header -->
<div class="row" data-aos="fade-up">
<div class="col-full">
<p class="lead">
With over a decade of experience in AI, Machine Learning, and emerging Agentic AI technologies, we provide world-class training programs for individuals and organizations looking to stay ahead in the AI revolution.
</p>
</div>
</div> <!-- end about-desc -->
<div class="row">
<div class="about-process process block-1-3 block-tab-full">
<div class="process__vline-left"></div>
<div class="process__vline-right"></div>
<div class="col-block process__col" data-item="1" data-aos="fade-up">
<div class="process__text">
<h4>Learn</h4>
<p>
Comprehensive courses covering AI fundamentals, advanced ML techniques, and cutting-edge Agentic AI workflows.
</p>
</div>
</div>
<div class="col-block process__col" data-item="2" data-aos="fade-up">
<div class="process__text">
<h4>Practice</h4>
<p>
Hands-on projects and real-world case studies to build practical skills and portfolio projects.
</p>
</div>
</div>
<div class="col-block process__col" data-item="3" data-aos="fade-up">
<div class="process__text">
<h4>Apply</h4>
<p>
Deploy your knowledge in production environments with industry best practices and certification.
</p>
</div>
</div>
</div> <!-- end process -->
</div> <!-- end about-stats -->
</section> <!-- end s-about -->
<!-- courses
================================================== -->
<section id='courses' class="s-services light-gray">
<div class="row section-header" data-aos="fade-up">
<div class="col-full">
<h3 class="subhead">Our Courses</h3>
<h1 class="display-1">Comprehensive AI and Agentic AI training programs designed for modern professionals.</h1>
</div>
</div> <!-- end section-header -->
<div class="row" data-aos="fade-up">
<div class="col-full">
<p class="lead">
From AI fundamentals to advanced Agentic workflows, our courses are designed to take you from beginner to expert with hands-on projects and real-world applications.
</p>
</div>
</div> <!-- end about-desc -->
<div class="row services-list block-1-3 block-m-1-2 block-tab-full">
<div class="col-block service-item " data-aos="fade-up">
<div class="service-icon service-icon--ai-fundamentals">
<i class="icon-settings"></i>
</div>
<div class="service-text">
<h3 class="h4">AI Fundamentals</h3>
<p>Master the core concepts of Artificial Intelligence, including neural networks, deep learning, and modern AI architectures. Perfect for beginners and professionals transitioning to AI.
</p>
<div class="course-details">
<span class="course-duration">Duration: 8 weeks</span>
<span class="course-level">Level: Beginner</span>
</div>
<a href="register.html?course=ai-fundamentals" class="btn btn--primary" style="margin-top: 1.5rem; display: inline-block; padding: 1rem 2rem; font-size: 1.2rem;">Enroll Now</a>
</div>
</div>
<div class="col-block service-item" data-aos="fade-up">
<div class="service-icon service-icon--ml-advanced">
<i class="icon-cube"></i>
</div>
<div class="service-text">
<h3 class="h4">Advanced Machine Learning</h3>
<p>Deep dive into advanced ML algorithms, ensemble methods, reinforcement learning, and MLOps practices for production deployment.
</p>
<div class="course-details">
<span class="course-duration">Duration: 10 weeks</span>
<span class="course-level">Level: Intermediate</span>
</div>
<a href="register.html?course=advanced-ml" class="btn btn--primary" style="margin-top: 1.5rem; display: inline-block; padding: 1rem 2rem; font-size: 1.2rem;">Enroll Now</a>
</div>
</div>
<div class="col-block service-item" data-aos="fade-up">
<div class="service-icon service-icon--agentic-ai">
<i class="icon-group"></i>
</div>
<div class="service-text">
<h3 class="h4">Agentic AI Workflows</h3>
<p>Learn to build autonomous AI agents, multi-agent systems, and agentic workflows using cutting-edge frameworks and tools.
</p>
<div class="course-details">
<span class="course-duration">Duration: 12 weeks</span>
<span class="course-level">Level: Advanced</span>
</div>
<a href="register.html?course=agentic-ai" class="btn btn--primary" style="margin-top: 1.5rem; display: inline-block; padding: 1rem 2rem; font-size: 1.2rem;">Enroll Now</a>
</div>
</div>
<div class="col-block service-item" data-aos="fade-up">
<div class="service-icon service-icon--nlp">
<i class="icon-chat"></i>
</div>
<div class="service-text">
<h3 class="h4">Natural Language Processing</h3>
<p>Comprehensive NLP training covering transformers, LLMs, prompt engineering, and building conversational AI systems.
</p>
<div class="course-details">
<span class="course-duration">Duration: 9 weeks</span>
<span class="course-level">Level: Intermediate</span>
</div>
<a href="register.html?course=nlp" class="btn btn--primary" style="margin-top: 1.5rem; display: inline-block; padding: 1rem 2rem; font-size: 1.2rem;">Enroll Now</a>
</div>
</div>
<div class="col-block service-item" data-aos="fade-up">
<div class="service-icon service-icon--computer-vision">
<i class="icon-camera"></i>
</div>
<div class="service-text">
<h3 class="h4">Computer Vision</h3>
<p>Master image processing, object detection, image segmentation, and modern computer vision architectures using PyTorch and TensorFlow.
</p>
<div class="course-details">
<span class="course-duration">Duration: 10 weeks</span>
<span class="course-level">Level: Intermediate</span>
</div>
<a href="register.html?course=computer-vision" class="btn btn--primary" style="margin-top: 1.5rem; display: inline-block; padding: 1rem 2rem; font-size: 1.2rem;">Enroll Now</a>
</div>
</div>
<div class="col-block service-item" data-aos="fade-up">
<div class="service-icon service-icon--ai-ethics">
<i class="icon-shield"></i>
</div>
<div class="service-text">
<h3 class="h4">AI Ethics & Governance</h3>
<p>Learn responsible AI development, bias detection and mitigation, AI governance frameworks, and ethical considerations in AI deployment.
</p>
<div class="course-details">
<span class="course-duration">Duration: 6 weeks</span>
<span class="course-level">Level: All Levels</span>
</div>
<a href="register.html?course=ai-ethics" class="btn btn--primary" style="margin-top: 1.5rem; display: inline-block; padding: 1rem 2rem; font-size: 1.2rem;">Enroll Now</a>
</div>
</div>
</div> <!-- end services-list -->
</section> <!-- end s-services -->
<!-- training programs
================================================== -->
<section id='training' class="s-works">
<div class="row section-header" data-aos="fade-up">
<div class="col-full">
<h3 class="subhead">Corporate Training</h3>
<h1 class="display-1">Customized AI training programs designed for teams and organizations.</h1>
</div>
</div> <!-- end section-header -->
<!-- Video Section -->
<div class="row" data-aos="fade-up">
<div class="col-full">
<h3 class="h2">Featured Training Videos</h3>
<div class="video-container" style="position: relative; width: 100%; height: 0; padding-bottom: 56.25%; margin: 2rem 0;">
<iframe src="https://www.youtube.com/embed/dQw4w9WgXcQ"
style="position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-radius: 1rem; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);"
frameborder="0"
webkitallowfullscreen mozallowfullscreen allowfullscreen>
</iframe>
</div>
<p>Get a preview of our training methodology and instructor expertise through our featured video content.</p>
</div>
</div>
<div class="row masonry-wrap">
<div class="masonry">
<div class="masonry__brick" data-aos="fade-up">
<div class="item-folio">
<div class="item-folio__thumb">
<a href="images/training/executive-ai.jpg" class="thumb-link" title="Executive AI Training" data-size="1050x700">
<img src="images/portfolio/lamp.jpg"
srcset="images/portfolio/lamp.jpg 1x, images/portfolio/lamp@2x.jpg 2x" alt="">
</a>
</div>
<div class="item-folio__text">
<h3 class="item-folio__title">Executive AI Bootcamp</h3>
<p class="item-folio__cat">Leadership Training</p>
</div>
<div class="item-folio__caption">
<p>Strategic AI overview for executives and decision-makers. Learn AI's business impact, implementation strategies, and ROI measurement.</p>
</div>
</div>
</div>
<div class="masonry__brick" data-aos="fade-up">
<div class="item-folio">
<div class="item-folio__thumb">
<a href="images/training/developer-ai.jpg" class="thumb-link" title="Developer AI Training" data-size="1050x700">
<img src="images/portfolio/salad.jpg"
srcset="images/portfolio/salad.jpg 1x, images/portfolio/salad@2x.jpg 2x" alt="">
</a>
</div>
<div class="item-folio__text">
<h3 class="item-folio__title">AI for Developers</h3>
<p class="item-folio__cat">Technical Training</p>
</div>
<div class="item-folio__caption">
<p>Hands-on AI development training for software engineers. Learn to integrate AI/ML models into applications and build AI-powered features.</p>
</div>
</div>
</div>
<div class="masonry__brick" data-aos="fade-up">
<div class="item-folio">
<div class="item-folio__thumb">
<a href="images/training/agentic-workflow.jpg" class="thumb-link" title="Agentic Workflow Training" data-size="1050x700">
<img src="images/portfolio/woodcraft.jpg"
srcset="images/portfolio/woodcraft.jpg 1x, images/portfolio/woodcraft@2x.jpg 2x" alt="">
</a>
</div>
<div class="item-folio__text">
<h3 class="item-folio__title">Agentic Workflow Mastery</h3>
<p class="item-folio__cat">Advanced Training</p>
</div>
<div class="item-folio__caption">
<p>Build autonomous AI agents and multi-agent systems. Learn agent architectures, tool integration, and workflow orchestration.</p>
</div>
</div>
</div>
<div class="masonry__brick" data-aos="fade-up">
<div class="item-folio">
<div class="item-folio__thumb">
<a href="images/training/data-science.jpg" class="thumb-link" title="Data Science Training" data-size="1050x700">
<img src="images/portfolio/liberty.jpg"
srcset="images/portfolio/liberty.jpg 1x, images/portfolio/liberty@2x.jpg 2x" alt="">
</a>
</div>
<div class="item-folio__text">
<h3 class="item-folio__title">Data Science & Analytics</h3>
<p class="item-folio__cat">Analytics Training</p>
</div>
<div class="item-folio__caption">
<p>Comprehensive data science training covering statistics, machine learning, data visualization, and business intelligence.</p>
</div>
</div>
</div>
</div> <!-- end masonry -->
</div> <!-- end masonry-wrap -->
<div class="testimonials-wrap" data-aos="fade-up">
<div class="row">
<div class="col-full testimonials-header">
<h2 class="h1">What Our Students Say</h2>
</div>
</div>
<div class="row testimonials">
<div class="col-full testimonials__slider">
<div class="testimonials__slide">
<img src="images/avatars/user-01.jpg" alt="Author image" class="testimonials__avatar">
<p>The Agentic AI course transformed my understanding of autonomous systems. The hands-on projects and real-world applications made complex concepts accessible and practical.</p>
<div class="testimonials__author">
Sarah Chen
<span>Senior ML Engineer, Google</span>
</div>
</div> <!-- end testimonials__slide -->
<div class="testimonials__slide">
<img src="images/avatars/user-05.jpg" alt="Author image" class="testimonials__avatar">
<p>Exceptional training quality with industry-relevant content. The instructor's expertise and structured approach helped me advance my career in AI significantly.</p>
<div class="testimonials__author">
Michael Rodriguez
<span>AI Research Scientist, Microsoft</span>
</div>
</div> <!-- end testimonials__slide -->
<div class="testimonials__slide">
<img src="images/avatars/user-02.jpg" alt="Author image" class="testimonials__avatar">
<p>The corporate training program helped our entire team understand AI implementation strategies. Highly recommended for organizations looking to adopt AI.</p>
<div class="testimonials__author">
Jennifer Park
<span>CTO, TechStartup Inc.</span>
</div>
</div> <!-- end testimonials__slide -->
</div> <!-- end testimonials__slider -->
</div> <!-- end testimonials -->
</div> <!-- end testimonials-wrap -->
</section> <!-- end s-training -->
<!-- testimonials
================================================== -->
<section id="testimonials" class="s-testimonials" style="background: #f8f9fa; padding: 12rem 0;">
<div class="testimonials-wrap" data-aos="fade-up">
<div class="row">
<div class="col-full testimonials-header">
<h2 class="h1">Student Success Stories</h2>
</div>
</div>
<div class="row testimonials">
<div class="col-full testimonials__slider">
<div class="testimonials__slide">
<img src="images/avatars/user-01.jpg" alt="Student image" class="testimonials__avatar">
<p>The hands-on approach to learning Agentic AI workflows was exactly what I needed. I'm now leading AI initiatives at my company.</p>
<div class="testimonials__author">
David Thompson
<span>AI Product Manager, OpenAI</span>
</div>
</div>
<div class="testimonials__slide">
<img src="images/avatars/user-02.jpg" alt="Student image" class="testimonials__avatar">
<p>From zero AI knowledge to building production ML models in 3 months. The structured curriculum and mentorship were incredible.</p>
<div class="testimonials__author">
Lisa Wang
<span>Data Scientist, Spotify</span>
</div>
</div>
<div class="testimonials__slide">
<img src="images/avatars/user-05.jpg" alt="Student image" class="testimonials__avatar">
<p>The corporate training helped our team transition to AI-first development. Revenue increased by 40% within 6 months.</p>
<div class="testimonials__author">
Mark Johnson
<span>Engineering Director, Stripe</span>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- stats
================================================== -->
<section id="stats" class="s-stats">
<div class="row stats block-1-4 block-m-1-2 block-mob-full" data-aos="fade-up">
<div class="col-block stats__col ">
<div class="stats__count">500</div>
<h5>Students Trained</h5>
</div>
<div class="col-block stats__col">
<div class="stats__count">25</div>
<h5>Corporate Clients</h5>
</div>
<div class="col-block stats__col">
<div class="stats__count">15</div>
<h5>Course Modules</h5>
</div>
<div class="col-block stats__col">
<div class="stats__count">95</div>
<h5>Success Rate %</h5>
</div>
</div> <!-- end stats -->
</section> <!-- end s-stats -->
<!-- contact
================================================== -->
<section id="contact" class="s-contact">
<div class="row section-header" data-aos="fade-up">
<div class="col-full">
<h3 class="subhead subhead--light">Get Started</h3>
<h1 class="display-1 display-1--light">Ready to advance your AI skills? Contact us to discuss your training needs.</h1>
</div>
</div> <!-- end section-header -->
<div class="row">
<div class="col-full contact-main" data-aos="fade-up">
<p>
<a href="mailto:hello@appliedcode.in" class="contact-email">hello@appliedcode.in</a>
<span class="contact-number">+1 (555) 123-4567</span>
</p>
</div> <!-- end contact-main -->
</div> <!-- end row -->
<div class="row">
<div class="col-five tab-full contact-secondary" data-aos="fade-up">
<h3 class="subhead subhead--light">Training Locations</h3>
<p class="contact-address">
Online & In-Person Training<br>
Global Delivery<br>
Custom Corporate Programs
</p>
</div> <!-- end contact-secondary -->
<div class="col-five tab-full contact-secondary" data-aos="fade-up">
<h3 class="subhead subhead--light">Follow Our Training Updates</h3>
<ul class="contact-social">
<li>
<a target="_blank" href="https://www.linkedin.com/company/appliedcode"><i class="fab fa-linkedin"></i></a>
</li>
<li>
<a target="_blank" href="https://twitter.com/appliedcode"><i class="fab fa-twitter"></i></a>
</li>
<li>
<a target="_blank" href="https://youtube.com/@appliedcode"><i class="fab fa-youtube"></i></a>
</li>
</ul> <!-- end contact-social -->
<!-- <div class="contact-subscribe">
<form id="mc-form" class="group mc-form" novalidate="true">
<input type="email" value="" name="EMAIL" class="email" id="mc-email" placeholder="Email Address" required="">
<input type="submit" name="subscribe" value="Subscribe">
<label for="mc-email" class="subscribe-message"></label>
</form>
</div> -->
<!-- end contact-subscribe -->
</div> <!-- end contact-secondary -->
</div> <!-- end row -->
<div class="row">
<div class="col-full cl-copyright">
<span>Copyright ©<script>document.write(new Date().getFullYear());</script> All rights reserved | AI Training Hub by <a href="https://appliedcode.in" target="_blank">AppliedCode Systems</a></span>
</div>
</div>
<div class="cl-go-top">
<a class="smoothscroll" title="Back to Top" href="#top"><i class="icon-arrow-up" aria-hidden="true"></i></a>
</div>
</section> <!-- end s-contact -->
<!-- photoswipe background
================================================== -->
<div aria-hidden="true" class="pswp" role="dialog" tabindex="-1">
<div class="pswp__bg"></div>
<div class="pswp__scroll-wrap">
<div class="pswp__container">
<div class="pswp__item"></div>
<div class="pswp__item"></div>
<div class="pswp__item"></div>
</div>
<div class="pswp__ui pswp__ui--hidden">
<div class="pswp__top-bar">
<div class="pswp__counter"></div><button class="pswp__button pswp__button--close" title="Close (Esc)"></button> <button class="pswp__button pswp__button--share" title=
"Share"></button> <button class="pswp__button pswp__button--fs" title="Toggle fullscreen"></button> <button class="pswp__button pswp__button--zoom" title=
"Zoom in/out"></button>
<div class="pswp__preloader">
<div class="pswp__preloader__icn">
<div class="pswp__preloader__cut">
<div class="pswp__preloader__donut"></div>
</div>
</div>
</div>
</div>
<div class="pswp__share-modal pswp__share-modal--hidden pswp__single-tap">
<div class="pswp__share-tooltip"></div>
</div><button class="pswp__button pswp__button--arrow--left" title="Previous (arrow left)"></button> <button class="pswp__button pswp__button--arrow--right" title=
"Next (arrow right)"></button>
<div class="pswp__caption">
<div class="pswp__caption__center"></div>
</div>
</div>
</div>
</div> <!-- end photoSwipe background -->
<!-- preloader
================================================== -->
<div id="preloader">
<div id="loader">
</div>
</div>
<!-- Java Script
================================================== -->
<script src="js/jquery-3.2.1.min.js"></script>
<script src="js/plugins.js"></script>
<script src="js/main.js"></script>
</body>
</html>