-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
615 lines (514 loc) · 26.9 KB
/
index.html
File metadata and controls
615 lines (514 loc) · 26.9 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
<!--
Copyright © 2025 [Ojitha Rajapaksha]. All rights reserved.
This file is part of a website project licensed under the MIT License.
-->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<link rel="shortcut icon" href="assets/img/logo-1.png">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta property="og:title" content="ShiftSL"/>
<meta property="og:image" content="https://shiftsl.com/assets/img/logo-1.png"/>
<meta property="og:description" content="Remaining the Work Force One Roster At a Time"/>
<meta property="og:url" content="https://shiftsl.com/"/>
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="627"/>
<meta property="og:type" content="website"/>
<title>ShiftSL</title>
<!-- Google Tag Manager -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-TT7P7HPT');</script>
<!-- End Google Tag Manager -->
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-B6QGLBP5K8"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-B6QGLBP5K8');
</script>
<!-- Favicons -->
<link href="assets/img/favicon.png" rel="icon">
<link href="assets/img/apple-touch-icon.png" rel="apple-touch-icon">
<!-- Fonts -->
<link href="https://fonts.googleapis.com" rel="preconnect">
<link href="https://fonts.gstatic.com" rel="preconnect" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap" rel="stylesheet">
<!-- Vendor CSS Files -->
<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/aos/aos.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">
<!-- Main CSS File -->
<link href="assets/css/main.css" rel="stylesheet">
</head>
<body class="index-page">
<!-- Popup overlay -->
<!-- <div class="popup-overlay" id="popupOverlay">
<div class="popup-content">
<img src="assets/img/New_Year.png" alt="Popup Image">
<button class="close-popup" id="closePopup">Close</button>
</div>
</div> -->
<header id="header" class="header d-flex align-items-center fixed-top">
<div class="container-fluid container-xl position-relative d-flex align-items-center justify-content-between">
<a href="index.html" class="logo d-flex align-items-center">
<!-- Uncomment the line below if you also wish to use an image logo -->
<img src="assets/img/logo.png" alt="">
</a>
<nav id="navmenu" class="navmenu">
<ul>
<li><a href="#home" class="active">Home</a></li>
<li><a href="#about">About</a></li>
<li><a href="#features">Features</a></li>
<li><a href="#team">Team</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
<i class="mobile-nav-toggle d-xl-none bi bi-list"></i>
</nav>
</div>
</header>
<main class="main">
<!-- Home Section -->
<section id="home" class="hero section dark-background">
<h2 class="visually-hidden">Home</h2>
<video class="hero-bg" autoplay loop muted>
<source src="assets/img/hero-video.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>
<div class="container">
<div class="row gy-4 justify-content-between">
<div class="col-lg-6 d-flex flex-column justify-content-center" data-aos="fade-in">
<div class="d-flex">
<a href="#about" class="btn-get-started">Get Started</a>
</div>
</div>
</div>
</div>
<svg class="hero-waves" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 24 150 28 " preserveAspectRatio="none">
<defs>
<path id="wave-path" d="M-160 44c30 0 58-18 88-18s 58 18 88 18 58-18 88-18 58 18 88 18 v44h-352z"></path>
</defs>
<g class="wave1">
<use xlink:href="#wave-path" x="50" y="3"></use>
</g>
<g class="wave2">
<use xlink:href="#wave-path" x="50" y="0"></use>
</g>
<g class="wave3">
<use xlink:href="#wave-path" x="50" y="9"></use>
</g>
</svg>
</section><!-- /Home Section -->
<!-- About Section -->
<section id="about" class="about section">
<div class="container" data-aos="fade-up" data-aos-delay="100">
<div class="row align-items-xl-center gy-5">
<div class="col-xl-5 content">
<h3>About Us</h3>
<h2>Welcome to ShiftSL – Revolutionizing Healthcare Shift Management in Sri Lanka</h2>
<p>At ShiftSL, we are dedicated to transforming the way healthcare institutions manage shift scheduling.
Born out of a deep understanding of the inefficiencies faced by hospitals and clinics in Sri Lanka,
our dynamic scheduling solution addresses the critical need for streamlined, digital shift management.
Our mission is to enhance operational efficiency, reduce administrative burdens,
and improve the work-life balance of healthcare professionals, ultimately leading to better patient care.</p>
<a href="#features" class="read-more"><span>Read More</span><i class="bi bi-arrow-right"></i></a>
</div>
<div class="col-xl-7">
<img src="assets/img/TEAM_ShiftSL_New.png" alt="About Us Image" class="img-fluid">
</div>
</div>
</div>
</section><!-- /About Section -->
<!-- Details Section -->
<section id="features" class="features section">
<!-- Section Title -->
<div class="container section-title" data-aos="fade-up">
</div><!-- End Section Title -->
<div class="container">
<div class="row gy-4 align-items-center features-item">
<div class="col-md-5 d-flex align-items-center" data-aos="zoom-out" data-aos-delay="100">
<img src="assets/img/details-1.png" class="img-fluid" alt="">
</div>
<div class="col-md-7" data-aos="fade-up" data-aos-delay="100">
<h3>Automated Shift Management</h3>
<p class="fst-italic">
Optimize workforce scheduling with AI-powered shift allocation. ShiftSL intelligently assigns shifts based on employee availability, preferences, and workload balance, ensuring fair and efficient scheduling while reducing administrative effort.
</p>
<ul>
<li><span> Smart Shift Allocation – Automatically assigns shifts based on real-time data..</span></li>
<li><span>Fair Workload Distribution – Prevents overloading employees with excessive shifts.</span></li>
<li><span>Conflict-Free Scheduling – Eliminates double bookings and shift clashes.</span></li>
</ul>
</div>
</div><!-- Features Item -->
<div class="row gy-4 align-items-center features-item">
<div class="col-md-5 order-1 order-md-2 d-flex align-items-center" data-aos="zoom-out" data-aos-delay="200">
<img src="assets/img/details-2.png" class="img-fluid" alt="">
</div>
<div class="col-md-7 order-2 order-md-1" data-aos="fade-up" data-aos-delay="200">
<h3>Overtime (OT) Management</h3>
<p class="fst-italic">
Ensure fair distribution of overtime with an intelligent system that tracks and assigns extra hours based on employee availability, past work records, and workload balance.
</p>
<ul>
<li><span> Fair OT Allocation – Distributes overtime based on employee workload history.</span></li>
<li><span>Automatic Tracking – Keeps records of OT hours for accurate payroll processing.</span></li>
<li><span>Real-Time Notifications – Notifies employees of available OT shifts instantly.</span></li>
</ul>
</div>
</div><!-- Features Item -->
<div class="row gy-4 align-items-center features-item">
<div class="col-md-5 d-flex align-items-center" data-aos="zoom-out" data-aos-delay="200">
<img src="assets/img/details-3.png" class="img-fluid" alt="">
</div>
<div class="col-md-7" data-aos="fade-up">
<h3>Leave Management</h3>
<p class="fst-italic">
A seamless leave request and approval system that notifies administrators and suggests replacements automatically, ensuring smooth workflow without disruptions.
</p>
<ul>
<li><span>Instant Leave Requests – Employees can request leave easily through the system.</span></li>
<li><span>Automated Approvals – Admins receive real-time notifications for quick approvals.</span></li>
<li><span>Smart Replacement Suggestions – System recommends available staff to cover shifts.</span>.</li>
</ul>
</div>
</div><!-- Features Item -->
<div class="row gy-4 align-items-center features-item">
<div class="col-md-5 order-1 order-md-2 d-flex align-items-center" data-aos="zoom-out">
<img src="assets/img/details-4.png" class="img-fluid" alt="">
</div>
<div class="col-md-7 order-2 order-md-1" data-aos="fade-up">
<h3>Shift Swapping</h3>
<p class="fst-italic">
Empower employees to request and swap shifts effortlessly while maintaining staffing balance through an approval-based system that ensures proper coverage.
</p>
<ul>
<li><span>Flexible Shift Exchanges – Employees can swap shifts easily with eligible colleagues.</span></li>
<li><span>Approval-Based System – Ensures admin oversight for fair and balanced swaps.</span></li>
<li><span>Real-Time Notifications – Staff receive instant updates on swap approvals.</span>.</li>
</ul>
</div>
</div><!-- Features Item -->
<div class="row gy-4 align-items-center features-item">
<div class="col-md-5 d-flex align-items-center" data-aos="zoom-out" data-aos-delay="200">
<img src="assets/img/details-5.png" class="img-fluid" alt="">
</div>
<div class="col-md-7" data-aos="fade-up">
<h3>Payroll Integration</h3>
<p class="fst-italic">
Automate payroll calculations by accurately tracking regular and overtime hours, reducing errors and ensuring timely salary processing.
</p>
<ul>
<li><span>Accurate Salary Calculation – Automatically tracks worked hours, including overtime.</span></li>
<li><span>Error-Free Payroll Processing – Reduces manual mistakes in salary calculations.</span></li>
<li><span> Seamless HR Integration – Easily syncs with existing payroll systems.</span>.</li>
</ul>
</div>
</div><!-- Features Item -->
<div class="row gy-4 align-items-center features-item">
<div class="col-md-5 order-1 order-md-2 d-flex align-items-center" data-aos="zoom-out">
<img src="assets/img/details-6.png" class="img-fluid" alt="">
</div>
<div class="col-md-7 order-2 order-md-1" data-aos="fade-up">
<h3>Mobile Accessibility</h3>
<p class="fst-italic">
Stay connected anywhere, anytime! Access schedules, request leaves, receive real-time updates, and manage shifts directly from your mobile device.
</p>
<ul>
<li><span>On-the-Go Access – Manage shifts and schedules anytime, anywhere.</span></li>
<li><span>User-Friendly Interface – Easy-to-use mobile app for seamless navigation.</span></li>
<li><span>Secure & Reliable – Ensures data privacy and smooth app performance.</span>.</li>
</ul>
</div>
</div><!-- Features Item -->
</div>
</section><!-- /Details Section -->
<!-- Team Section -->
<section id="team" class="team section">
<!-- Section Title -->
<div class="container section-title" data-aos="fade-up">
<h2>Team</h2>
<div><span>Check Our</span> <span class="description-title">Team</span></div>
</div><!-- End Section Title -->
<div class="container">
<div class="row gy-5">
<div class="col-lg-4 col-md-6" data-aos="fade-up" data-aos-delay="200">
<div class="member">
<div class="pic"><img src="assets/img/team/team-2.png" class="img-fluid" alt=""></div>
<div class="member-info">
<h4>Dasun Kanishka</h4>
<span>Mobile Developer</span>
<div class="social">
<a href="https://www.linkedin.com/in/dasunkanishkaperera/"><i class="bi bi-linkedin"></i></a>
</div>
</div>
</div>
</div><!-- End Team Member -->
<div class="col-lg-4 col-md-6" data-aos="fade-up" data-aos-delay="100">
<div class="member">
<div class="pic"><img src="assets/img/team/team-1.png" class="img-fluid" alt=""></div>
<div class="member-info">
<h4>Nilasi Jayathilake</h4>
<span>Front End Developer / Project Manager</span>
<div class="social">
<a href="https://www.linkedin.com/in/nilasi-jayathilake-a4b353200/"><i class="bi bi-linkedin"></i></a>
</div>
</div>
</div>
</div><!-- End Team Member -->
<div class="col-lg-4 col-md-6" data-aos="fade-up" data-aos-delay="300">
<div class="member">
<div class="pic"><img src="assets/img/team/team-3.png" class="img-fluid" alt=""></div>
<div class="member-info">
<h4>Punjitha Bandara</h4>
<span>Back End Developer / DevOps</span>
<div class="social">
<a href="https://www.linkedin.com/in/punjitha/"><i class="bi bi-linkedin"></i></a>
</div>
</div>
</div>
</div><!-- End Team Member -->
<div class="col-lg-4 col-md-6" data-aos="fade-up" data-aos-delay="100">
<div class="member">
<div class="pic"><img src="assets/img/team/team-4.png" class="img-fluid" alt=""></div>
<div class="member-info">
<h4>Ojitha Rajapaksha</h4>
<span>Front End Developer / Marketing</span>
<div class="social">
<a href="https://www.linkedin.com/in/ojitha-rajapaksha-10b126269/"><i class="bi bi-linkedin"></i></a>
</div>
</div>
</div>
</div><!-- End Team Member -->
<div class="col-lg-4 col-md-6" data-aos="fade-up" data-aos-delay="100">
<div class="member">
<div class="pic"><img src="assets/img/team/team-5.png" class="img-fluid" alt=""></div>
<div class="member-info">
<h4>Hasindie Dissanayake</h4>
<span>Front End Developer / Researcher</span>
<div class="social">
<a href="https://www.linkedin.com/in/hasindie-dissanayake/"><i class="bi bi-linkedin"></i></a>
</div>
</div>
</div>
</div><!-- End Team Member -->
<div class="col-lg-4 col-md-6" data-aos="fade-up" data-aos-delay="100">
<div class="member">
<div class="pic"><img src="assets/img/team/team-6.png" class="img-fluid" alt=""></div>
<div class="member-info">
<h4>Malindu Bandara</h4>
<span>Mobile Developer / UI/UX Designer</span>
<div class="social">
<a href="https://www.linkedin.com/in/malindu-bandara-211223210/"><i class="bi bi-linkedin"></i></a>
</div>
</div>
</div>
</div><!-- End Team Member -->
</div>
</div>
</section><!-- /Team Section -->
<!-- Faq Section -->
<section id="faq" class="faq section light-background">
<div class="container-fluid">
<div class="row gy-4">
<div class="col-lg-7 d-flex flex-column justify-content-center order-2 order-lg-1">
<div class="content px-xl-5" data-aos="fade-up" data-aos-delay="100">
<h3><span>Frequently Asked </span><strong>Questions</strong></h3>
<p>Here are some of the most frequently asked questions about ShiftSL. If you have any other queries, feel free to contact us!</p>
</div>
<div class="faq-container px-xl-5" data-aos="fade-up" data-aos-delay="200">
<div class="faq-item faq-active">
<i class="faq-icon bi bi-question-circle"></i>
<h3>What is ShiftSL?</h3>
<div class="faq-content">
<p>ShiftSL is a dynamic scheduling system designed for the Sri Lankan healthcare sector to streamline shift management, leave approvals, and roster updates.</p>
</div>
<i class="faq-toggle bi bi-chevron-right"></i>
</div><!-- End Faq item-->
<div class="faq-item">
<i class="faq-icon bi bi-question-circle"></i>
<h3>Who can use ShiftSL?</h3>
<div class="faq-content">
<p>ShiftSL is designed for HR Administrators, Ward Administrators, Nurses, Permanent Doctors, and Locum Doctors working in private hospitals.</p>
</div>
<i class="faq-toggle bi bi-chevron-right"></i>
</div><!-- End Faq item-->
<div class="faq-item">
<i class="faq-icon bi bi-question-circle"></i>
<h3>Why is ShiftSL needed in the healthcare sector?</h3>
<div class="faq-content">
<p>The current manual shift scheduling process is inefficient, leading to administrative burden, last-minute shift issues, and employee dissatisfaction. ShiftSL automates these processes for better efficiency.</p>
</div>
<i class="faq-toggle bi bi-chevron-right"></i>
</div><!-- End Faq item-->
<div class="faq-item">
<i class="faq-icon bi bi-question-circle"></i>
<h3>How does ShiftSL help in shift scheduling?</h3>
<div class="faq-content">
<p>ShiftSL automates shift assignments based on availability, preferences, and workload balance. It also allows real-time notifications for shift changes.</p>
</div>
<i class="faq-toggle bi bi-chevron-right"></i>
</div><!-- End Faq item-->
<div class="faq-item">
<i class="faq-icon bi bi-question-circle"></i>
<h3>Is ShiftSL cloud-based?</h3>
<div class="faq-content">
<p>Yes. The platform uses Google Cloud or AWS for hosting, ensuring real-time access and security.</p>
</div>
<i class="faq-toggle bi bi-chevron-right"></i>
</div><!-- End Faq item-->
</div>
</div>
<div class="col-lg-5 order-1 order-lg-2">
<img src="assets/img/faq.png" class="img-fluid" alt="" data-aos="zoom-in" data-aos-delay="100">
</div>
</div>
</div>
</section><!-- /Faq Section -->
<!-- Contact Section -->
<section id="contact" class="contact section">
<!-- Section Title -->
<div class="container section-title" data-aos="fade-up">
<h2>Contact</h2>
<div><span>Check Our</span> <span class="description-title">Contact</span></div>
</div><!-- End Section Title -->
<div class="container" data-aos="fade" data-aos-delay="100">
<div class="row gy-4">
<div class="col-lg-4">
<div class="info-item d-flex" data-aos="fade-up" data-aos-delay="200">
<i class="bi bi-geo-alt flex-shrink-0"></i>
<div>
<h3>Address</h3>
<p>Colombo, Sri Lanka</p>
</div>
</div><!-- End Info Item -->
<div class="info-item d-flex" data-aos="fade-up" data-aos-delay="300">
<i class="bi bi-telephone flex-shrink-0"></i>
<div>
<h3>Call Us</h3>
<p><a href="tel:+94774439633" class="cta-link">+94 77 443 9633</a></p>
</div>
</div><!-- End Info Item -->
<div class="info-item d-flex" data-aos="fade-up" data-aos-delay="400">
<i class="bi bi-envelope flex-shrink-0"></i>
<div>
<h3>Email Us</h3>
<p><a href="mailto:info@shiftsl.com" class="cta-link">info@shiftsl.com</a></p>
</div>
</div><!-- End Info Item -->
</div>
<div class="col-lg-8">
<!-- Web3Forms Integrated Contact Form -->
<form class="contact-form" action="https://api.web3forms.com/submit" method="POST" data-aos="fade-up" data-aos-delay="200">
<!-- Replace this with your actual Web3Forms access key -->
<input type="hidden" name="access_key" value="4a016f25-7bd5-440a-9e40-7adb1b0208e1">
<input type="hidden" name="subject" value="New Contact Form Submission from Web3Forms">
<input type="hidden" name="from_name" value="My Website">
<div class="row gy-4">
<div class="col-md-6">
<input type="text" name="name" class="form-control" placeholder="Your Name" required>
</div>
<div class="col-md-6">
<input type="email" class="form-control" name="email" placeholder="Your Email" required>
</div>
<!-- Replacing Subject field with Phone Number -->
<div class="col-md-12">
<input type="tel" class="form-control" name="phone" placeholder="Your Phone Number" required>
</div>
<div class="col-md-12">
<textarea class="form-control" name="message" rows="6" placeholder="Message" required></textarea>
</div>
<div class="col-md-12 text-center">
<div class="error-message"></div>
<button class="form-submit" type="submit">Send Message</button>
</div>
</div>
</form>
</div>
<!-- End Contact Form -->
</div>
</div>
</section><!-- /Contact Section -->
</main>
<footer id="footer" class="footer dark-background">
<div class="container footer-top">
<div class="row gy-4">
<div class="col-lg-4 col-md-6 footer-about">
<a href="index.html" class="logo d-flex align-items-center">
<!-- Uncomment the line below if you also wish to use an image logo -->
<img src="assets/img/logo.png" alt="">
</a>
<div class="footer-contact pt-3">
<p>Colombo, Sri Lanka</p>
<p class="mt-3">
<strong>Phone:</strong>
<a href="tel:+94774439633" class="cta-link">+94 77 443 9633</a>
</p>
<p>
<strong>Email:</strong>
<a href="mailto:info@shiftsl.com" class="cta-link">info@shiftsl.com</a>
</p>
</div>
<div class="social-links d-flex mt-4">
<a href="https://www.facebook.com/profile.php?id=61569065622935"><i class="bi bi-facebook"></i></a>
<a href="https://www.instagram.com/shiftsl.app/"><i class="bi bi-instagram"></i></a>
<a href="https://www.linkedin.com/company/105051399/admin/dashboard/"><i class="bi bi-linkedin"></i></a>
</div>
</div>
<div class="col-lg-2 col-md-3 footer-links">
<h4>Quick Links</h4>
<ul>
<li><a href="#home">Home</a></li>
<li><a href="#about">About us</a></li>
<li><a href="#features">Features</a></li>
<li><a href="#team">Team</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
</div>
<div class="col-lg-4 col-md-12 footer-newsletter">
<h4>Our Newsletter</h4>
<p>Subscribe to our newsletter and receive the latest news about our products and services!</p>
<form action="https://formsubmit.co/shiftsl.app@gmail.com" method="POST">
<div class="newsletter-form">
<input type="email" name="email" placeholder="Enter your email" required>
<input type="hidden" name="_subject" value="New Newsletter Subscription">
<input type="hidden" name="_autoresponse" value="Thank you for subscribing to ShiftSL!">
<input type="submit" value="Subscribe">
</div>
</form>
</div>
</div>
</div>
<div class="container copyright text-center mt-4">
<p>© <span>2025</span> <strong class="px-1 sitename">ShiftSL</strong></p>
<div class="credits">
Designed & Developed By <a href="https://shiftsl.com/">Team ShiftSL</a> | All Rights Reserved
</div>
</div>
</footer>
<!-- Scroll Top -->
<a href="#" id="scroll-top" class="scroll-top d-flex align-items-center justify-content-center"><i class="bi bi-arrow-up-short"></i></a>
<!-- Preloader -->
<div id="preloader"></div>
<!-- Vendor JS Files -->
<script src="assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="assets/vendor/php-email-form/validate.js"></script>
<script src="assets/vendor/aos/aos.js"></script>
<script src="assets/vendor/glightbox/js/glightbox.min.js"></script>
<script src="assets/vendor/purecounter/purecounter_vanilla.js"></script>
<script src="assets/vendor/swiper/swiper-bundle.min.js"></script>
<!-- Main JS File -->
<script src="assets/js/main.js"></script>
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-TT7P7HPT"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
</body>
</html>