-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
709 lines (587 loc) · 30.4 KB
/
index.html
File metadata and controls
709 lines (587 loc) · 30.4 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>McIndeez Academy</title>
<!-- Google Fonts -->
<link
href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i|Raleway:300,300i,400,400i,500,500i,600,600i,700,700i|Poppins:300,300i,400,400i,500,500i,600,600i,700,700i"
rel="stylesheet">
<!-- Favicons -->
<link href="assets/img/logo.webp" rel="icon">
<link href="assets/img/logo.webp" rel="apple-touch-icon">
<!-- Vendor CSS Files -->
<link href="assets/vendor/aos/aos.css" rel="stylesheet">
<link href="assets/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="assets/vendor/bootstrap-icons/bootstrap-icons.css" rel="stylesheet">
<link href="assets/vendor/boxicons/css/boxicons.min.css" rel="stylesheet">
<link href="assets/vendor/glightbox/css/glightbox.min.css" rel="stylesheet">
<link href="assets/vendor/swiper/swiper-bundle.min.css" rel="stylesheet">
<!-- Add Flickity CSS -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/flickity/2.2.2/flickity.min.css">
<!-- Add Flickity JavaScript -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/flickity/2.2.2/flickity.pkgd.min.js"></script>
<!-- Template Main CSS File -->
<link href="assets/css/style.css" rel="stylesheet">
<link rel="stylesheet" href="https://unpkg.com/swiper/swiper-bundle.min.css" />
<script src="https://unpkg.com/swiper/swiper-bundle.min.js"></script>
</head>
<body>
<!-- ======= Header ======= -->
<header id="header" class="fixed-top header-transparent ">
<div class="container d-flex align-items-center justify-content-between">
<div class="logo">
<!-- <h1><a href="index.html">McIndeez Consultancy</a></h1> -->
<a href="index.html"><img src="assets/img/logo.webp" alt="" class="img-fluid"></a>
</div>
<nav id="navbar" class="navbar">
<ul>
<li><a class="nav-link scrollto active" href="index.html">Home</a></li>
<li class="dropdown"><a href="courses.html"><span>Courses</span> <i class="bi bi-chevron-down"></i></a>
<ul>
<li><a href="#" id="kids-link"><span>Cybersquare</span></a>
<li ><a href="courses.html?category=kids"><span>Kids</span></a>
</li>
<li ><a href="courses.html?category=advancedkids"><span>Kids Advanced</span></a>
</li>
<li ><a href="courses.html?category=it"><span>IT</span></a>
</li>
<li ><a href="courses.html?category=bfsi"><span>BFSI</span></a>
</li>
<li ><a href="courses.html?category=Logistics"><span>Logistics</span></a>
</li>
</ul>
</li>
<li><a class="nav-link scrollto" href="index.html#gallery">Associates</a></li>
<li><a class="nav-link scrollto" href="index.html#testimonials">Testimonials</a></li>
<li><a class="nav-link scrollto" href="index.html#country"><span id="country">...</span></a></li>
<li><a class="getstarted scrollto" href="index.html#contact">Contact Us</a></li>
</ul>
<i class="bi bi-list mobile-nav-toggle"></i>
</nav><!-- .navbar -->
</div>
</header><!-- End Header -->
<!-- ======= Hero Section ======= -->
<section id="hero" class="d-flex align-items-center">
<div class="container">
<div class="swiper-container">
<div class="swiper-wrapper">
<div class="swiper-slide">
<div class="container">
<div class="row">
<div
class="col-lg-6 d-lg-flex flex-lg-column justify-content-center align-items-stretch pt-5 pt-lg-0 order-2 order-lg-1">
<div>
<h1>McIndeez Academy</h1>
<h2>Lorem ipsum dolor sit amet, tota senserit percipitur ius ut, usu et fastidii forensibus
voluptatibus. His ei nihil feugait</h2>
<h2>Your Gateway to Boundless
Learning and Skill Enhancement</h2>
<!-- <a href="#" class="download-btn"><i class="bx bxl-play-store"></i> Google Play</a>
<a href="#" class="download-btn"><i class="bx bxl-apple"></i> App Store</a> -->
<form class="d-flex" action="search-results.html" method="get">
<input class="form-control me-1" name="query" type="search" placeholder="Search"
aria-label="Search">
<button class="btn btn-outline-primary download-btn" type="submit"><i class="bx bx-search"></i>
Search</button>
</form>
</div>
</div>
<div class="col-lg-6 d-lg-flex flex-lg-column align-items-stretch order-1 order-lg-2 hero-img">
<img src="assets/img/hero-img.png" class="img-fluid" alt="">
</div>
</div>
</div>
</div>
<div class="swiper-slide">
<!-- Slide 2 content -->
<div class="container">
<div class="row">
<div
class="col-lg-6 d-lg-flex flex-lg-column justify-content-center align-items-stretch pt-5 pt-lg-0 order-2 order-lg-1">
<div>
<h1>McIndeez Academy</h1>
<h2>Lorem ipsum dolor sit amet, tota senserit percipitur ius ut, usu et fastidii forensibus
voluptatibus. His ei nihil feugait</h2>
<h2>Committed to
Democratizing Education by Offering
World-Class Courses that Empower
Individuals to Excel in their Careers
and Personal Pursuits</h2>
<!-- <a href="#" class="download-btn"><i class="bx bxl-play-store"></i> Google Play</a>
<a href="#" class="download-btn"><i class="bx bxl-apple"></i> App Store</a> -->
<form class="d-flex" action="search-results.html" method="get">
<input class="form-control me-1" name="query" type="search" placeholder="Search"
aria-label="Search">
<button class="btn btn-outline-primary download-btn" type="submit"><i class="bx bx-search"></i>
Search</button>
</form>
</div>
</div>
<div class="col-lg-6 d-lg-flex flex-lg-column align-items-stretch order-1 order-lg-2 hero-img">
<img src="assets/img/hero.png" class="img-fluid" alt="">
</div>
</div>
</div>
</div>
<!-- Add more slides as needed -->
</div>
<div class="swiper-pagination"></div>
</div>
</div>
</section>
<!-- <section id="hero" class="d-flex align-items-center">
</section> -->
<main id="main">
<!-- ======= Main Courses ======== -->
<section id="maincourses" class="maincourses">
<div class="section-title">
<h2>Courses</h2>
<p>Magnam dolores commodi suscipit. Necessitatibus eius consequatur ex aliquid fuga eum quidem. Sit sint
consectetur velit. Quisquam quos quisquam cupiditate. Et nemo qui impedit suscipit alias ea. Quia fugiat sit
in iste officiis commodi quidem hic quas.</p>
</div>
<div class="section-title">
<h2>Courses</h2>
<p>At McIndeez Academy, we're
committed to providing a
comprehensive and flexible learning
experience that caters to diverse
needs. Our innovative methodology
blends online learning with
convenient offline exam centers
across various Middle East locations,
ensuring accessibility, credibility,
and a seamless educational journey.
</p>
</div>
<div class="row no-gutters p-5">
<!-- <div class="card-deck"> -->
<div class="col-md-4 parallax-card">
<a href="course-details.php?id=7">
<div class="card">
<img src="assets/img/3784896.jpg" class="card-img-top" alt="...">
<div class="card-body">
<h5 class="card-title">JAVASCRIPT GAME DEVELOPER ADVANCED</h5>
<p class="card-text">Cyber Square Advanced JavaScript Game Development course for kids will help them to learn the fundamentals of game design, including an understanding of the game world, storytelling, gameplay, user experience, game technology, and basic programming for kids. Instead of playing games, they could make their own games and animated stories. This will in turn help them to boost up their creative mind.</p>
</div>
<div class="card-footer">
<small class="text-muted">Cybersquare</small>
</div>
</div>
</a>
</div>
<div class="col-md-4 parallax-card">
<a href="course-details.php?id=25">
<div class="card">
<img src="assets/img/3784896.jpg" class="card-img-top" alt="...">
<div class="card-body">
<h5 class="card-title">PROGRAMME IN SECURITIES OPERATIONS AND RISK MANAGEMENT</h5>
<p class="card-text">To learn about the Functioning of Securities Market In India.Know about the different Market Participants, Types of Instruments, Intermediaries and the role of SEBI as a regulator.Understanding the process of Trade Life Cycle viz., Custodial Transaction execution, Order Management, Operations Management, Risk Disclosure & Clearing and Settlement.To know how the Risk Management Framework, encompassing Compliance and Regulatory Reporting works.Explaining the role of key Participants like the Clearing House, Clearing Banks, Custodians, Depositaries & Brokers.Understanding the Settlement Process, Margin Payments and how Auction is carried out.Learn about Investor Grievances, Arbitration & Customer Protection Fund.Services offered by Brokers</p>
</div>
<div class="card-footer">
<small class="text-muted">IITM Pravarthak</small>
</div>
</div>
</a>
</div>
<div class="col-md-4 parallax-card">
<a href="course-details.php?id=36">
<div class="card">
<img src="assets/img/3784896.jpg" class="card-img-top" alt="...">
<div class="card-body">
<h5 class="card-title">CERTIFIED PROFESSIONAL IN DATA SCIENCE AND BIG DATA ANALYTICS</h5>
<p class="card-text">Course is targeted at learners who are interested in learning and understanding data science and what big data is all about in sufficient depth and breadth. The course will provide an overview of how to pose meaningful data analytics problems for real-life applications. At the end of the course, participants will develop a structured thinking approach to transition from data to data science problem definitions and also learn to address challenges in handling Big Data. • Introduce the participants to Python an easy to use tool for high level data analytics • Introduce the participants to a comprehensive overview of linear algebra, statistics and optimization concepts critical concepts for the understanding of data science • Introduce the participants to in-depth explanation of data science algorithms supported by hands-on work in Python from an application viewpoint • Introduce participants to visualization • Introduce the participants to the field of Big Data background and key concepts • Introduce the participants to real-life applications of data science a case study approach.</p>
</div>
<div class="card-footer">
<small class="text-muted">IITM Pravarthak</small>
</div>
</div>
</a>
</div>
<!-- </div> -->
</div>
</section>
<div class="row no-gutters p-5">
<!-- <div class="card-deck"> -->
<div class="col-md-4">
<div class="card">
<img src="assets/img/3784896.jpg" class="card-img-top" alt="...">
<div class="card-body">
<h5 class="card-title">Card title</h5>
<p class="card-text">This is a wider card with supporting text below as a natural lead-in to additional
content. This content is a little bit longer.</p>
</div>
<div class="card-footer">
<small class="text-muted">Last updated 3 mins ago</small>
</div>
</div>
</div>
<div class="col-md-4">
<div class="card">
<img src="assets/img/3784896.jpg" class="card-img-top" alt="...">
<div class="card-body">
<h5 class="card-title">Card title</h5>
<p class="card-text">This card has supporting text below as a natural lead-in to additional content.</p>
</div>
<div class="card-footer">
<small class="text-muted">Last updated 3 mins ago</small>
</div>
</div>
</div>
<div class="col-md-4">
<div class="card">
<img src="assets/img/3784896.jpg" class="card-img-top" alt="...">
<div class="card-body">
<h5 class="card-title">Card title</h5>
<p class="card-text">This is a wider card with supporting text below as a natural lead-in to additional
content. This card has even longer content than the first to show that equal height action.</p>
</div>
<div class="card-footer">
<small class="text-muted">Last updated 3 mins ago</small>
</div>
</div>
</div>
<!-- </div> -->
</div>
<section id="gallery" class="gallery">
<div class="row">
<div class="col-md-6 box-shape-container">
<!-- Original box_shape.png image -->
<img src="uploads/box_shape.png" alt="Box Shape" class="box-shape">
<!-- Stacking images on top -->
<div class="stacked-images">
<!-- Add your carousel images here -->
<img src="assets/img/associates/IIT_Madras_Logo.svg.png" class="stacked-image">
<img src="assets/img/associates/IIT_Madras_Logo.svg.png" class="stacked-image">
<!-- Add more carousel images as needed -->
</div>
</div>
<div class="col-md-6">
<div class="section-title">
<h2>Associates</h2>
<p id="text-content">Magnam dolores commodi suscipit. Necessitatibus eius consequatur ex aliquid fuga
eum
quidem. Sit sint consectetur velit. Quisquam quos quisquam cupiditate. Et nemo qui impedit suscipit
alias
ea. Quia fugiat sit in iste officiis commodi quidem hic quas.</p>
</div>
</div>
</div>
</section>
<script>
document.addEventListener("DOMContentLoaded", function () {
const images = document.querySelectorAll(".stacked-image");
let currentIndex = 0;
function showNextImage() {
// Hide all images
images.forEach((image) => {
image.style.display = "none";
});
// Show the current image
images[currentIndex].style.display = "block";
// Move to the next image after a delay (adjust timing as needed)
currentIndex = (currentIndex + 1) % images.length;
setTimeout(() => {
// Hide the current image
images[currentIndex - 1].style.display = "none";
showNextImage(); // Change image after a short delay
}, 2000); // Change image every 2 seconds (2000 milliseconds)
}
// Start the carousel
showNextImage();
});
</script>
<!-- End Gallery Section -->
<!-- ======= Testimonials Section ======= -->
<section id="testimonials" class="testimonials section-bg">
<div class="container">
<div class="section-title">
<h2>Testimonials</h2>
<p>Magnam dolores commodi suscipit. Necessitatibus eius consequatur ex aliquid fuga eum quidem. Sit sint
consectetur velit. Quisquam quos quisquam cupiditate. Et nemo qui impedit suscipit alias ea. Quia fugiat
sit
in iste officiis commodi quidem hic quas.</p>
</div>
<div class="testimonials-slider swiper">
<div class="swiper-wrapper">
<div class="swiper-slide">
<div class="testimonial-item">
<img src="assets/img/testimonials/testimonials-1.jpg" class="testimonial-img" alt="">
<h3>Saul Goodman</h3>
<h4>Ceo & Founder</h4>
<p>
<i class="bx bxs-quote-alt-left quote-icon-left"></i>
Proin iaculis purus consequat sem cure digni ssim donec porttitora entum suscipit rhoncus.
Accusantium
quam, ultricies eget id, aliquam eget nibh et. Maecen aliquam, risus at semper.
<i class="bx bxs-quote-alt-right quote-icon-right"></i>
</p>
</div>
</div>
<div class="swiper-slide">
<div class="testimonial-item">
<img src="assets/img/testimonials/testimonials-2.jpg" class="testimonial-img" alt="">
<h3>Sara Wilsson</h3>
<h4>Designer</h4>
<p>
<i class="bx bxs-quote-alt-left quote-icon-left"></i>
Export tempor illum tamen malis malis eram quae irure esse labore quem cillum quid cillum eram malis
quorum velit fore eram velit sunt aliqua noster fugiat irure amet legam anim culpa.
<i class="bx bxs-quote-alt-right quote-icon-right"></i>
</p>
</div>
</div>
<div class="swiper-slide">
<div class="testimonial-item">
<img src="assets/img/testimonials/testimonials-3.jpg" class="testimonial-img" alt="">
<h3>Jena Karlis</h3>
<h4>Store Owner</h4>
<p>
<i class="bx bxs-quote-alt-left quote-icon-left"></i>
Enim nisi quem export duis labore cillum quae magna enim sint quorum nulla quem veniam duis minim
tempor labore quem eram duis noster aute amet eram fore quis sint minim.
<i class="bx bxs-quote-alt-right quote-icon-right"></i>
</p>
</div>
</div>
<div class="swiper-slide">
<div class="testimonial-item">
<img src="assets/img/testimonials/testimonials-4.jpg" class="testimonial-img" alt="">
<h3>Matt Brandon</h3>
<h4>Freelancer</h4>
<p>
<i class="bx bxs-quote-alt-left quote-icon-left"></i>
Fugiat enim eram quae cillum dolore dolor amet nulla culpa multos export minim fugiat minim velit
minim dolor enim duis veniam ipsum anim magna sunt elit fore quem dolore labore illum veniam.
<i class="bx bxs-quote-alt-right quote-icon-right"></i>
</p>
</div>
</div>
<div class="swiper-slide">
<div class="testimonial-item">
<img src="assets/img/testimonials/testimonials-5.jpg" class="testimonial-img" alt="">
<h3>John Larson</h3>
<h4>Entrepreneur</h4>
<p>
<i class="bx bxs-quote-alt-left quote-icon-left"></i>
Quis quorum aliqua sint quem legam fore sunt eram irure aliqua veniam tempor noster veniam enim
culpa
labore duis sunt culpa nulla illum cillum fugiat legam esse veniam culpa fore nisi cillum quid.
<i class="bx bxs-quote-alt-right quote-icon-right"></i>
</p>
</div>
</div>
</div>
<div class="swiper-pagination"></div>
</div>
</div>
</section><!-- End Testimonials Section -->
<!-- ====== Countries ====== -->
<section id="country" class="country">
<div class="container">
<div class="section-title">
<h2>Country</h2>
<p>Magnam dolores commodi suscipit. Necessitatibus eius consequatur ex aliquid fuga eum quidem. Sit sint
consectetur velit. Quisquam quos quisquam cupiditate. Et nemo qui impedit suscipit alias ea. Quia fugiat
sit
in iste officiis commodi quidem hic quas.</p>
</div>
<div class="row">
<div class="col-lg-2 col-md-2 col-xs-2 thumb">
<a class="thumbnail" href="#">
<img class="img-responsive" style="height: 100px;width: 150px;" src="assets/img/countries/bh.jpg"
alt="">
</a>
</div>
<div class="col-lg-2 col-md-2 col-xs-2 thumb">
<a class="thumbnail" href="#">
<img class="img-responsive" style="height: 100px;width: 150px;" src="assets/img/countries/saudi.jpg"
alt="">
</a>
</div>
<div class="col-lg-2 col-md-2 col-xs-2 thumb">
<a class="thumbnail" href="#">
<img class="img-responsive" style="height: 100px;width: 150px;" src="assets/img/countries/oman.png"
alt="">
</a>
</div>
<div class="col-lg-2 col-md-2 col-xs-2 thumb">
<a class="thumbnail" href="#">
<img class="img-responsive" style="height: 100px;width: 150px;" src="assets/img/countries/uae.png"
alt="">
</a>
</div>
<div class="col-lg-2 col-md-2 col-xs-2 thumb">
<a class="thumbnail" href="#">
<img class="img-responsive" style="height: 100px;width: 150px;" src="assets/img/countries/kuwait.png"
alt="">
</a>
</div>
<div class="col-lg-2 col-md-2 col-xs-2 thumb">
<a class="thumbnail" href="#">
<img class="img-responsive" style="height: 100px;width: 150px;" src="assets/img/countries/qatar.png"
alt="">
</a>
</div>
</div>
</div>
</section>
<!-- ======= End Countries ====== -->
<!-- ======= Contact Section ======= -->
<section id="contact" class="contact">
<div class="container">
<div class="section-title">
<h2>Contact</h2>
<p>Magnam dolores commodi suscipit. Necessitatibus eius consequatur ex aliquid fuga eum quidem. Sit sint
consectetur velit. Quisquam quos quisquam cupiditate. Et nemo qui impedit suscipit alias ea. Quia fugiat
sit
in iste officiis commodi quidem hic quas.</p>
</div>
<div class="row">
<div class="col-lg-6">
<div class="row">
<div class="col-lg-6 info">
<i class="bx bx-map"></i>
<h4>Address</h4>
<p>A108 Adam Street,<br>New York, NY 535022</p>
</div>
<div class="col-lg-6 info">
<i class="bx bx-phone"></i>
<h4>Call Us</h4>
<p>+1 5589 55488 55<br>+1 5589 22548 64</p>
</div>
<div class="col-lg-6 info">
<i class="bx bx-envelope"></i>
<h4>Email Us</h4>
<p>contact@example.com<br>info@example.com</p>
</div>
<div class="col-lg-6 info">
<i class="bx bx-time-five"></i>
<h4>Working Hours</h4>
<p>Mon - Fri: 9AM to 5PM<br>Sunday: 9AM to 1PM</p>
</div>
</div>
</div>
<div class="col-lg-6">
<iframe frameborder="0" style="height:500px;width:99%;border:none;"
src='https://forms.zohopublic.com/it177/form/ContactForm1/formperma/JtQJn_SwEqyJ09xM3qCARBnuSesQ5autw6b10MT-DTM'></iframe>
<!-- <form action="forms/contact.php" method="post" role="form" class="php-email-form" >
<div class="form-group">
<input placeholder="Your Name" type="text" name="name" class="form-control" id="name" required>
</div>
<div class="form-group mt-3">
<input placeholder="Your Email" type="email" class="form-control" name="email" id="email" required>
</div>
<div class="form-group mt-3">
<input placeholder="Subject" type="text" class="form-control" name="subject" id="subject" required>
</div>
<div class="form-group mt-3">
<textarea placeholder="Message" class="form-control" name="message" rows="5" required></textarea>
</div>
<div class="my-3">
<div class="loading">Loading</div>
<div class="error-message"></div>
<div class="sent-message">Your message has been sent. Thank you!</div>
</div>
<div class="text-center"><button type="submit">Send Message</button></div>
</form> -->
</div>
</div>
</div>
</section><!-- End Contact Section -->
</main><!-- End #main -->
<!-- ======= Footer ======= -->
<footer id="footer">
<!-- <div class="footer-newsletter">
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-6">
<h4>Join Our Newsletter</h4>
<p>Tamen quem nulla quae legam multos aute sint culpa legam noster magna</p>
<form action="" method="post">
<input type="email" name="email"><input type="submit" value="Subscribe">
</form>
</div>
</div>
</div>
</div> -->
<div class="footer-top">
<div class="container">
<div class="row">
<div class="col-lg-3 col-md-6 footer-contact">
<h3>McIndeez Academy</h3>
<p>
McIndeez Consultancy<br>Mahooz, Kingdom of Bahrain <br><br>
<strong>Phone:</strong> +973 3364 4165<br>
<strong>Email:</strong> info@mcindeezacademy.com<br>
</p>
</div>
<div class="col-lg-3 col-md-6 footer-links">
<h4>Useful Links</h4>
<ul>
<li><i class="bx bx-chevron-right"></i> <a href="index.html">Home</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="courses.html">Courses</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="index.html#gallery">Associates</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="index.html#testimonials">Testimonials</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="index.html#contact">Contact</a></li>
</ul>
</div>
<div class="col-lg-3 col-md-6 footer-links">
<h4>Our Services</h4>
<ul>
<li><i class="bx bx-chevron-right"></i> <a href="courses.html?category=kids">Kids</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="courses.html?category=advancedkids">Kids Advanced</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="courses.html?category=it">IT</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="courses.html?category=bfsi">BFSI</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="courses.html?category=Logistics">Logistics</a></li>
</ul>
</div>
<div class="col-lg-3 col-md-6 footer-links">
<h4>Our Social Networks</h4>
<p>Stay connected with us on our social media platforms for the latest updates.</p>
<div class="social-links mt-3">
<a href="https://www.facebook.com/mcindeezacademy" class="facebook"><i class="bx bxl-facebook"></i></a>
<a href="https://www.instagram.com/mcindeez_academy/" class="instagram"><i class="bx bxl-instagram"></i></a>
<a href="https://www.youtube.com/channel/UCFD36DofdKDt_G_QPr-ECMw" class="youtube"><i class="bx bxl-youtube"></i></a>
<a href="https://www.linkedin.com/company/mcindeez-academy/" class="linkedin"><i class="bx bxl-linkedin"></i></a>
</div>
</div>
</div>
</div>
</div>
<!-- <div class="container py-4">
<div class="copyright">
© Copyright <strong><span>Appland</span></strong>. All Rights Reserved
</div>
<div class="credits">
Designed by <a href="https://bootstrapmade.com/">BootstrapMade</a>
</div>
</div> -->
</footer><!-- End Footer -->
<a href="#" class="back-to-top d-flex align-items-center justify-content-center"><i
class="bi bi-arrow-up-short"></i></a>
<!-- Vendor JS Files -->
<script src="assets/vendor/aos/aos.js"></script>
<script src="assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="assets/vendor/glightbox/js/glightbox.min.js"></script>
<script src="assets/vendor/swiper/swiper-bundle.min.js"></script>
<!-- Template Main JS File -->
<script src="assets/js/main.js"></script>
<script src="assets/js/country.js"></script>
<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
<script src="assets/js/category.js"></script>
<script>
// Initialize Swiper
var swiper = new Swiper(".swiper-container", {
effect: "slide", // Slide effect
loop: true, // Infinite loop
pagination: {
el: ".swiper-pagination", // Pagination element
clickable: true,
},
});
</script>
</body>
</html>