-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprogrammes.html
More file actions
586 lines (537 loc) · 33.1 KB
/
programmes.html
File metadata and controls
586 lines (537 loc) · 33.1 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
<!DOCTYPE html>
<html lang="en-GB">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Programmes | LYMAX</title>
<meta name="description" content="" />
<link rel="canonical" href="">
<!-- <meta name="csrf-token" content="c8NuH16B7IsCnWmww4mDK4VbMgvyPtX6jgyjuflB"> -->
<meta itemprop="name" content="Programmes | LYMAX">
<meta itemprop="description" content="">
<meta property="og:type" content="website">
<meta property="og:title" content="Programmes | LYMAX" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:site" content="@Site Title" />
<meta name="twitter:title" content="Programmes | LYMAX" />
<meta property="og:description" content="" />
<meta name="twitter:description" content="" />
<meta property="og:url" content="" />
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="630" />
<script async src="https://www.googletagmanager.com/gtag/js?id=G-CJDRPLQ4ZB"></script>
<script src="analytics.js"></script>
<!-- Web Application Manifest -->
<link rel="manifest" href="https://rawasrazak3.github.io/LYMAX-SA/manifest.json">
<!-- Chrome for Android theme color -->
<meta name="theme-color" content="#bedcfb">
<!-- Add to homescreen for Chrome on Android -->
<meta name="mobile-web-app-capable" content="yes">
<meta name="application-name" content="LYMAX">
<link rel="icon" sizes="384x384" href="https://rawasrazak3.github.io/LYMAX-SA/img/icons/icon-384x384.png?v=2.6">
<!-- Add to homescreen for Safari on iOS -->
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<meta name="apple-mobile-web-app-title" content="LYMAX">
<link rel="apple-touch-icon" href="https://rawasrazak3.github.io/LYMAX-SA/img/icons/icon-256x256.png?v=2.6">
<!-- Tile for Win8 -->
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="msapplication-TileImage"
content="https://rawasrazak3.github.io/LYMAX-SA/img/icons/icon-256x256.png?v=2.6">
<link rel="icon" href="https://rawasrazak3.github.io/LYMAX-SA/img/fav-icon.png" />
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"
integrity="sha384-xOolHFLEh07PJGoPkLv1IbcEPTNtaed2xpHsD9ESMhqIYd0nLMwNLD69Npy4HI+N" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.css" />
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;700;800&display=swap"
rel="stylesheet">
<link rel="stylesheet" href="https://rawasrazak3.github.io/LYMAX-SA/css/style.css?v=3.4" />
<script>
// Initialize the service worker
if ('serviceWorker' in navigator) {
navigator.serviceWorker.register('/serviceworker.js', {
scope: '.'
}).then(function (registration) {
// Registration was successful
// console.log('Laravel PWA: ServiceWorker registration successful with scope: ', registration.scope);
}, function (err) {
// registration failed :(
// console.log('Laravel PWA: ServiceWorker registration failed: ', err);
});
}
</script>
<!-- Start of HubSpot Embed Code -->
<!-- <script type="text/javascript" id="hs-script-loader" async defer src="//js-eu1.hs-scripts.com/25167852.js"></script> -->
<!-- End of HubSpot Embed Code -->
<!-- Flat Picker -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/flatpickr/dist/flatpickr.min.css">
<!-- Select 2 -->
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/select2.min.css" rel="stylesheet" />
<style>
.swal2-container {
z-index: 9999999 !important;
}
</style>
<meta itemprop="image" content="">
<meta property="og:image" content="" />
<meta name="twitter:image" content="" />
<!-- <script>
document.addEventListener("DOMContentLoaded", function() {
let header = document.querySelector("header");
window.addEventListener("scroll", function() {
if (window.scrollY > 100) {
header.classList.add("scrolled");
header.classList.remove("at-top");
} else {
header.classList.add("at-top");
header.classList.remove("scrolled");
}
});
});
</script> -->
</head>
<body class="">
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-TWQVFM2N" height="0" width="0"
style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
<div>
<a href="https://wa.me/919037376007?text=I would like to know more" class="whatsapp-float" target="_blank">
<img src="https://upload.wikimedia.org/wikipedia/commons/6/6b/WhatsApp.svg" alt="WhatsApp">
</a>
</div>
<section class="common_banner_sec">
<img src="https://rawasrazak3.github.io/LYMAX-SA/img/banners/banner-programmes.webp"
class="banner_img" alt="">
<div class="overlay"></div>
<div class="main-header">
<img class="logo" src="https://rawasrazak3.github.io/LYMAX-SA/img/lymax-main-logo.svg " alt="" />
<div class="navbar">
<nav>
<ul>
<li><a href="https://rawasrazak3.github.io/LYMAX-SA">Home</a></li>
<li><a href=" https://rawasrazak3.github.io/LYMAX-SA/studying-with-us">Studying with Us</a></li>
<li><a href=" https://rawasrazak3.github.io/LYMAX-SA/about-us">About Us</a></li>
<li><a href="https://rawasrazak3.github.io/LYMAX-SA/programmes">Programmes</a></li>
<li><a href=" https://rawasrazak3.github.io/LYMAX-SA/career">Career</a></li>
<li><a href=" https://rawasrazak3.github.io/LYMAX-SA/contact-us">Contact Us</a></li>
</ul>
</nav>
</div>
<div class="side-drawer-button">
<button class="navbar-toggler collapsed" type="button" data-toggle="collapse" onclick="openDrawer()"
data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false"
aria-label="Toggle navigation">
<span class="sr-only"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
</div>
</div>
<h1 style="font-weight: bold;">Programmes</h1>
<div id="sideDrawer" class="side-drawer">
<button class="close-btn" onclick="closeDrawer()">✖</button>
<div class="drawer-content">
<img class="logo" src="https://rawasrazak3.github.io/LYMAX-SA/img/lymax-main-logo.svg" alt="Logo">
<div class="drawer-body">
<div class="drawer-body-content">
<div class="contact-section">
<h3>Get In Touch</h3>
<br>
<p><i class="fa-solid fa-envelope"></i> Email Us <br> <span class="pl-4" style="font-size: 18px;font-weight: 500;">[email protected]</span></p>
<p><i class="fa-solid fa-phone"></i> Call Us <br><span class="pl-4" style="font-size: 18px;font-weight: 500;">+91 7994748495</span></p>
<p><i class="fa-solid fa-location-dot"></i> Address <br><a class="pl-4" href="https://maps.app.goo.gl/fo2E7qLkoRLqE9Yw5">Level 8, Infra Futura Building, Seaport-Airport Rd, Thrikkakara, Kakkanadu, Kochi, Kerala-682021</a></p>
</div>
</div>
<div class="drawer-body-content">
<div class="quick-links">
<h3>Quick Links</h3>
<ul>
<li><a href="https://rawasrazak3.github.io/LYMAX-SA">Home</a></li>
<li><a href="https://rawasrazak3.github.io/LYMAX-SA/apply-online">Apply for a Course</a></li>
<li><a href="https://rawasrazak3.github.io/LYMAX-SA/career">Careers</a></li>
</ul>
</div>
</div>
<div class="drawer-body-content">
<div class="main-links">
<a href=" https://rawasrazak3.github.io/LYMAX-SA/about-us">About Us</a>
<a href=" https://rawasrazak3.github.io/LYMAX-SA/studying-with-us">Studying with Us</a>
<a href="https://rawasrazak3.github.io/LYMAX-SA/programmes">Programmes</a>
<a href=" https://rawasrazak3.github.io/LYMAX-SA/contact-us">Contact Us</a>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- programme overview section start -->
<section class="programme__overview__sec">
<div class="container">
<div class="row">
<div class="col-12">
<div class="theme_content_box">
<br>
<p style="font-weight: bold;">The UK education system follows the Regulated Qualifications
Framework (RQF), which categorizes qualifications
based on their complexity, depth of learning, and credit weightage. The framework ensures
that students
and professionals can clearly understand their educational progression and how their
qualifications align
with further studies or employment opportunities.</p>
<p style="font-weight: bold;">We are dedicated to making higher education accessible and
enjoyable to everyone and our courses cover one module at a time, allowing you to become a
specialist in each topic before moving onto the next. Our educational qualifications are
structured into different levels to indicate their complexity and depth. Below is a
breakdown of the common qualification levels from foundation to the highest academic
achievements. Each qualification level is assigned a credit value, indicating the amount of
learning required.</p>
<br>
<h2>Bachelors Degree Foundation Level</h2>
<p>The Foundation Level provides essential knowledge and skills for students who may not meet
direct entry requirements for higher education. It prepares students for diploma-level study
or entry into undergraduate degree programs. Typically completed in 3-6 months duration.
Successful completion allows students to progress HNC course</p>
<h2>Bachelors Degree Semester 1 (HNC)</h2>
<p>The HNC is a Level 4 qualification equivalent to the first year of a degree. It provides
practical and industry-relevant skills, allowing students to enter the workforce or progress
to an HND or degree program. To achieve this qualification level, students must complete 120
credits, equating to approximately 1,200 learning hours.</p>
<h2>Bachelors Degree Semester 2 (HND)</h2>
<p>The HND is a multi qualification that is more in-depth than the HNC. It is widely recognized
as level 5 qualification by employers and universities and can lead to advanced entry into
bachelor’s degree programs. This qualification requires 120 credits, amounting to 1,200
learning hours. Upon completion, students can gain direct entry into the final year of a
bachelor's degree at a university.</p>
<h2>Masters Degree Semester 1( PGD )</h2>
<p>This qualification is designed for students who want to gain advanced knowledge, strategic
skills, and leadership abilities. It requires 120 credits, whereas a full Master’s Degree
typically requires 180 credits. After completing this qualification, students can progress
to an MBA or master’s degree by completing a dissertation or research project at university.
</p>
<p>This credit system allows for flexibility and progression, enabling students to transfer
their credits toward higher-level qualifications at UK and international universities.</p>
<p>Our teaching methods are varied, offering a number of teaching styles to suit the needs of
our students, so in addition to lectures, we also utilise a blended learning approach,
including online aspects, workshops and group work. Additional support is available via
email and our online learning platform. </p>
<p>Progression through the modules develops knowledge and skills, including communication
(written and oral), study skills, research methods, project management, presentation and
career development. We will also encourage you to consider your employability and/or
entrepreneurial development.</p>
<p>Unlike traditional institutions, there are no end of year exams. Instead, learning is
assessed through coursework and phase tests, which is more reflective of our learning model.
You can expect up to 20 hours of learning activities per week, made up of face-to-face
teaching, individual and group tutorials, online classes and independent learning.</p>
<p>The learning outcomes of modules, assignments and projects will be clearly stated. Your work
will be marked according to how well you achieve these learning outcomes and your feedback
will refer to each outcome and your academic skills, as well as providing an overall
percentage grade.</p>
</div>
<div class="row">
<div class="col-lg-4 col-md-6 mb-4">
<div class="theme_card">
<a href="https://rawasrazak3.github.io/LYMAX-SA/programmes/accounting-and-finance">
<img src="https://rawasrazak3.github.io/LYMAX-SA/img/programmes/accounting-finance-course.webp"
alt="">
<div class="theme_card_body">
<h3>Accounting & Finance</h3>
<a href="https://rawasrazak3.github.io/LYMAX-SA/apply-online"
class="theme_btn">Apply Now</a>
</div>
<div class="theme_card_footer">
<p><span class="theme_color_primary">Credits: </span>120/240</p>
</div>
</a>
</div>
</div>
<div class="col-lg-4 col-md-6 mb-4">
<div class="theme_card">
<a href="https://rawasrazak3.github.io/LYMAX-SA/programmes/business-and-management">
<img src="https://rawasrazak3.github.io/LYMAX-SA/img/programmes/business-management-course.webp"
alt="">
<div class="theme_card_body">
<h3>Business & Management</h3>
<a href="https://rawasrazak3.github.io/LYMAX-SA/apply-online"
class="theme_btn">Apply Now</a>
</div>
<div class="theme_card_footer">
<p><span class="theme_color_primary">Credits: </span>120/240</p>
</div>
</a>
</div>
</div>
<div class="col-lg-4 col-md-6 mb-4">
<div class="theme_card">
<a
href="https://rawasrazak3.github.io/LYMAX-SA/programmes/data-science-and-artificial-intelligence">
<img src="https://rawasrazak3.github.io/LYMAX-SA/img/programmes/data-science-artificial-intelligence-course.webp"
alt="">
<div class="theme_card_body">
<h3>Data Science & Artificial Intelligence</h3>
<a href="https://rawasrazak3.github.io/LYMAX-SA/apply-online"
class="theme_btn">Apply Now</a>
</div>
<div class="theme_card_footer">
<p><span class="theme_color_primary">Credits: </span>120/240</p>
</div>
</a>
</div>
</div>
<div class="col-lg-4 col-md-6 mb-4">
<div class="theme_card">
<a
href="https://rawasrazak3.github.io/LYMAX-SA/programmes/cyber-security-and-networking">
<img src="https://rawasrazak3.github.io/LYMAX-SA/img/programmes/cyber-ecurity-networking-course.webp"
alt="">
<div class="theme_card_body">
<h3>Cyber Security & Networking</h3>
<a href="https://rawasrazak3.github.io/LYMAX-SA/apply-online"
class="theme_btn">Apply Now</a>
</div>
<div class="theme_card_footer">
<p><span class="theme_color_primary">Credits: </span>120/240</p>
</div>
</a>
</div>
</div>
<div class="col-lg-4 col-md-6 mb-4">
<div class="theme_card">
<a href="https://rawasrazak3.github.io/LYMAX-SA/programmes/logistics-and-supplychain">
<img src="https://rawasrazak3.github.io/LYMAX-SA/img/programmes/logistics-supplychain-course.webp"
alt="">
<div class="theme_card_body">
<h3>Logistics & Supplychain</h3>
<a href="https://rawasrazak3.github.io/LYMAX-SA/apply-online"
class="theme_btn">Apply Now</a>
</div>
<div class="theme_card_footer">
<p><span class="theme_color_primary">Credits: </span>120/240</p>
</div>
</a>
</div>
</div>
<div class="col-lg-4 col-md-6 mb-4">
<div class="theme_card">
<a href="https://rawasrazak3.github.io/LYMAX-SA/programmes/education-and-training">
<img src="https://rawasrazak3.github.io/LYMAX-SA/img/programmes/education-training-course.webp"
alt="">
<div class="theme_card_body">
<h3>Education & Training</h3>
<a href="https://rawasrazak3.github.io/LYMAX-SA/apply-online"
class="theme_btn">Apply Now</a>
</div>
<div class="theme_card_footer">
<p><span class="theme_color_primary">Credits: </span>120/240</p>
</div>
</a>
</div>
</div>
<div class="col-lg-4 col-md-6 mb-4">
<div class="theme_card">
<a href="https://rawasrazak3.github.io/LYMAX-SA/programmes/information-technology">
<img src="https://rawasrazak3.github.io/LYMAX-SA/img/programmes/information-technology-course.webp"
alt="">
<div class="theme_card_body">
<h3>Information Technology</h3>
<a href="https://rawasrazak3.github.io/LYMAX-SA/apply-online"
class="theme_btn">Apply Now</a>
</div>
<div class="theme_card_footer">
<p><span class="theme_color_primary">Credits: </span>120/240</p>
</div>
</a>
</div>
</div>
<div class="col-lg-4 col-md-6 mb-4">
<div class="theme_card">
<a href="https://rawasrazak3.github.io/LYMAX-SA/programmes/hospitality-and-tourism">
<img src="https://rawasrazak3.github.io/LYMAX-SA/img/programmes/hospitality-tourism-course.webp"
alt="">
<div class="theme_card_body">
<h3>Hospitality & Tourism</h3>
<a href="https://rawasrazak3.github.io/LYMAX-SA/apply-online"
class="theme_btn">Apply Now</a>
</div>
<div class="theme_card_footer">
<p><span class="theme_color_primary">Credits: </span>120/240</p>
</div>
</a>
</div>
</div>
<div class="col-lg-4 col-md-6 mb-4">
<div class="theme_card">
<a href="https://rawasrazak3.github.io/LYMAX-SA/programmes/health-and-social-care">
<img src="https://rawasrazak3.github.io/LYMAX-SA/img/programmes/health-and-social-care.webp"
alt="">
<div class="theme_card_body">
<h3>Health & Social Care</h3>
<a href="https://rawasrazak3.github.io/LYMAX-SA/apply-online"
class="theme_btn">Apply Now</a>
</div>
<div class="theme_card_footer">
<p><span class="theme_color_primary">Credits: </span>120/240</p>
</div>
</a>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- programme overview section end -->
<footer>
<footer style="background-color: black;">
<div class="container pt-5 pb-3">
<div class="row mb-sm-5">
<div class="col-lg-4 mb-lg-0 mb-4">
<img src="https://rawasrazak3.github.io/LYMAX-SA/img/lymax-with-slogan-logo.svg" alt=""
class="mb-0 ml-0" style="height: 110px" />
<ul class="address_ul">
<li>
<a target="_blank" href="https://maps.app.goo.gl/fo2E7qLkoRLqE9Yw5">
<i class="bi bi-globe"></i>
<p>Level 8, Infra Futura Building,<br> Seaport-Airport Rd, Thrikkakara,<br> Kakkanadu, Kochi, Kerala-682021</p>
</a>
</li>
<li>
<a href="tel:+917994748495">
<i class="bi bi-telephone-fill"></i>
<p>+91 7994748495</p>
</a>
</li>
<li>
<a href="mailto:[email protected]" target="_blank">
<i class="bi bi-envelope-fill"></i>
<p>[email protected]</p>
</a>
</li>
</ul>
</div>
<div class="col-lg-8">
<div class="row">
<div class="col-lg-4 col-md-6 mb-lg-0 mb-4">
<h6>Company</h6>
<ul>
<li><a href="https://rawasrazak3.github.io/LYMAX-SA/about-us">About Us</a></li>
<li><a href="https://rawasrazak3.github.io/LYMAX-SA/programmes">Programmes</a></li>
<li><a href="https://rawasrazak3.github.io/LYMAX-SA/studying-with-us">Studying with
Us</a></li>
<li><a href=" https://rawasrazak3.github.io/LYMAX-SA/career">Career</a></li>
<li><a href="https://rawasrazak3.github.io/LYMAX-SA/contact-us">Contact Us</a></li>
</ul>
</div>
<div class="col-lg-4 col-md-6 mb-lg-0 mb-4">
<h6>Useful Info</h6>
<!-- <ul>
<li><a href="https://rawasrazak3.github.io/LYMAX-SA/terms-and-conditions">Terms &
conditions </a></li>
<li><a href="https://rawasrazak3.github.io/LYMAX-SA/privacy-policy">Privacy
Policy</a></li>
<li><a href="https://rawasrazak3.github.io/LYMAX-SA/cookie-policy">Cookie Policy</a>
</li>
<li><a href="https://rawasrazak3.github.io/LYMAX-SA/refund-policy">Refund Policy</a>
</li>
</ul> -->
<ul>
<li>
<p>Terms & conditions </p>
</li>
<li>
<p>Privacy Policy</p>
</li>
<li>
<p>Cookie Policy</p>
</li>
<li>
<p>Refund Policy</p>
</li>
</ul>
</div>
<div class="col-lg-4 col-md-6 mb-lg-0 mb-4">
<h6>Stay connected</h6>
<ul class="social_links">
<li>
<a target="_blank" href="https://www.facebook.com/lymax.learning"><i
class="bi bi-facebook"></i></a>
</li>
<li>
<a target="_blank" href="https://www.linkedin.com/company/lymax-learning/"><i
class="bi bi-linkedin"></i></a>
</li>
<li>
<a target="_blank"
href="https://www.instagram.com/lymax.learning?igsh=MzFhcG44ZmdybDZ5"><i
class="bi bi-instagram"></i></a>
</li>
<li>
<a target="_blank" href="https://www.youtube.com/"><i
class="bi bi-youtube"></i></a>
</li>
</ul>
<h6>Our Official Partner</h6>
<img src="https://rawasrazak3.github.io/LYMAX-SA/img/home/official-partner.webp"
style="width: 130px;height: auto;" />
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-12">
<p class="mb-0">©2025 All Rights Reserved. © Lymax and/or its subsidiaries or affiliates are
copyrights
</p>
</div>
</div>
</div>
</footer>
</footer>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/jquery.slim.min.js"
integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj"
crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/popper.min.js"
integrity="sha384-9/reFTGAW83EW2RDu2S0VKaIzap3H66lZH81PoYlFhbGU+6BZp6G7niu735Sk7lN"
crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js"
integrity="sha384-+sLIOodYLS7CIrQpBjl+C7nPvqq+FbNUBDunl/OZv93DB7Ln/533i8e/mZXLi/P+"
crossorigin="anonymous"></script>
<script src="https://rawasrazak3.github.io/LYMAX-SA/js-cynosure/main-custom.js"></script>
<!-- Sweet alert -->
<script src="https://cdn.jsdelivr.net/npm/sweetalert2@11"></script>
<!-- Flat picker -->
<script src="https://cdn.jsdelivr.net/npm/flatpickr"></script>
<script>
$(".flat-picker").flatpickr({
});
</script>
<!-- Select 2 -->
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/select2.min.js"></script>
<script>
$(document).ready(function () {
$('.select-2').select2({
});
});
</script>
<!-- input mask -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery.inputmask/5.0.8-beta.17/jquery.inputmask.min.js"
integrity="sha512-zdfH1XdRONkxXKLQxCI2Ak3c9wNymTiPh5cU4OsUavFDATDbUzLR+SYWWz0RkhDmBDT0gNSUe4xrQXx8D89JIQ=="
crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<script>
$(".sort-code").inputmask("99-99-99");
$(".national-insurance-number").inputmask("AA 99 99 99 A");
</script>
<!-- Bootstrap custom file input -->
<script>
$('.custom-file-input').on('change', function () {
//get the file name
var fileName = $(this).val();
//replace the "Choose a file" label
$(this).next('.custom-file-label').html(fileName);
})
</script>
</body>
</html>