-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
761 lines (681 loc) · 32.6 KB
/
Copy pathindex.html
File metadata and controls
761 lines (681 loc) · 32.6 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
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="Global Forces Ltd provides expert solutions and manpower to enhance your businesses. Discover our offerings and get in touch today." />
<meta name="author" content="">
<link href="https://fonts.googleapis.com/css?family=Raleway:100,300,400,500,700,900" rel="stylesheet">
<!-- Open Graph for social sharing -->
<meta property="og:title" content="Global Forces Ltd – Your Trusted Partner" />
<meta property="og:description" content="Global Forces Ltd provides expert solutions and manpower to enhance your businesses. Discover our offerings and get in touch today." />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://globalforcesltd.com/" />
<meta property="og:image" content="https://globalforcesltd.com/assets/images/globalforces.png" />
<title>Global Forces Limited</title>
<link rel="icon" href="assets/images/favicon.ico" type="image/x-icon" />
<!-- Additional CSS Files -->
<link rel="stylesheet" type="text/css" href="assets/css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="assets/css/font-awesome.css">
<link rel="stylesheet" href="assets/css/templatemo-softy-pinko.css">
</head>
<script>
window.addEventListener("load", function () {
const preloader = document.getElementById("preloader");
preloader.style.opacity = "0";
preloader.style.transition = "opacity 10s ease";
setTimeout(() => {
preloader.style.display = "none";
}, 400);
});
</script>
<a
href="https://wa.me/+16475696207"
class="whatsapp-float"
target="_blank"
>
<img src="assets/images/whatsapp.png" alt="WhatsApp" width="28">
</a>
<body>
<!-- ***** Preloader Start ***** -->
<div id="preloader">
<div class="loader"></div>
</div>
<!-- ***** Preloader End ***** -->
<!-- ***** Header Area Start ***** -->
<header class="header-area header-sticky">
<div class="container">
<div class="row">
<div class="col-12">
<nav class="main-nav">
<!-- ***** Logo Start ***** -->
<a href="#welcome" class="logo">
<img src="assets/images/logo.png" alt="Softy Pinko" style="width: 100px;"/>
</a>
<!-- ***** Logo End ***** -->
<!-- ***** Menu Start ***** -->
<ul class="nav">
<li><a href="#welcome" class="active">Home</a></li>
<li><a href="#About">About</a></li>
<li><a href="#Process">Work Process</a></li>
<li><a href="#What">What we do</a></li>
<li><a href="#Why">Why Us?</a></li>
<li><a href="#Staffings">Our Staffings</a></li>
<li><a href="#Hire">We Hire For</a></li>
<li><a href="#contact-us">Contact Us</a></li>
</ul>
<a class='menu-trigger'>
<span>Menu</span>
</a>
<!-- ***** Menu End ***** -->
</nav>
</div>
</div>
</div>
</header>
<!-- ***** Header Area End ***** -->
<!-- ***** Welcome Area Start ***** -->
<div class="welcome-area" id="welcome">
<!-- ***** Header Text Start ***** -->
<div class="header-text">
<div class="container">
<div class="row">
<div class="offset-xl-3 col-xl-6 offset-lg-2 col-lg-8 col-md-12 col-sm-12">
<h1>Staffing Solutions <strong>That</strong><br> Grow Your<strong> Business</strong></h1>
<p>Global Forces is a professional staffing solution designed to connect top talent with the right companies, helping your business grow efficiently.</p>
<a href="#contact-us" class="main-button-slider">Contact Us</a>
</div>
</div>
</div>
</div>
<!-- ***** Header Text End ***** -->
</div>
<!-- ***** Welcome Area End ***** -->
<!-- ***** Features Small Start ***** -->
<section class="section home-feature">
<div class="container">
<div class="row">
<div class="col-lg-12">
<div class="row">
<!-- ***** Features Small Item Start ***** -->
<div class="col-lg-4 col-md-6 col-sm-6 col-12" data-scroll-reveal="enter bottom move 50px over 0.6s after 0.2s">
<div class="features-small-item">
<div class="icon">
<i><img src="assets/images/featured-item-01.png" alt=""></i>
</div>
<h5 class="features-title">Modern Strategy</h5>
<p>Innovative strategies designed to drive your business forward.</p>
</div>
</div>
<!-- ***** Features Small Item End ***** -->
<!-- ***** Features Small Item Start ***** -->
<div class="col-lg-4 col-md-6 col-sm-6 col-12" data-scroll-reveal="enter bottom move 50px over 0.6s after 0.4s">
<div class="features-small-item">
<div class="icon">
<i><img src="assets/images/featured-item-01.png" alt=""></i>
</div>
<h5 class="features-title">Best Relationship</h5>
<p>Contact us immediately if you have a question in mind</p>
</div>
</div>
<!-- ***** Features Small Item End ***** -->
<!-- ***** Features Small Item Start ***** -->
<div class="col-lg-4 col-md-6 col-sm-6 col-12" data-scroll-reveal="enter bottom move 50px over 0.6s after 0.6s">
<div class="features-small-item">
<div class="icon">
<i><img src="assets/images/featured-item-01.png" alt=""></i>
</div>
<h5 class="features-title">Ultimate Marketing</h5>
<p>You just need to tell your friends about our free templates</p>
</div>
</div>
<!-- ***** Features Small Item End ***** -->
</div>
</div>
</div>
</div>
</section>
<!-- ***** Features Small End ***** -->
<!-- ***** Features Big Item Start ***** -->
<section class="section padding-top-70 padding-bottom-0" id="About">
<div class="container">
<div class="row">
<div class="col-lg-5 col-md-12 col-sm-12 align-self-center" data-scroll-reveal="enter left move 30px over 0.6s after 0.4s">
<img src="assets/images/left-image.png" class="rounded img-fluid d-block mx-auto" alt="App">
</div>
<div class="col-lg-1"></div>
<div class="col-lg-6 col-md-12 col-sm-12 align-self-center mobile-top-fix">
<div class="left-heading">
<h2 class="section-title">About Global Forces</h2>
</div>
<div class="left-text">
<p>Global Forces is a leading provider of comprehensive staffing solutions dedicated to matching exceptional talent with top-tier organizations.
With a commitment to excellence and innovation, we specialize in connecting businesses with the right people to drive success.</p>
</div>
</div>
</div>
<div class="row">
<div class="col-lg-12">
<div class="hr"></div>
</div>
</div>
</div>
</section>
<!-- ***** Features Big Item End ***** -->
<!-- ***** Features Big Item Start ***** -->
<section class="section padding-bottom-100">
<div class="container">
<div class="row">
<div class="col-lg-6 col-md-12 col-sm-12 align-self-center mobile-bottom-fix">
<div class="left-heading">
<h2 class="section-title">Our Vision And Mission</h2>
</div>
<div class="left-text">
<p>At Global Forces, our mission is to revolutionize the hiring process by delivering tailored staffing solutions that empower businesses to thrive.
We aim to create lasting partnerships built on trust, integrity, and a deep understanding of our clients' unique needs.</p>
</div>
</div>
<div class="col-lg-1"></div>
<div class="col-lg-5 col-md-12 col-sm-12 align-self-center mobile-bottom-fix-big" data-scroll-reveal="enter right move 30px over 0.6s after 0.4s">
<img src="assets/images/right-image.png" class="rounded img-fluid d-block mx-auto" alt="App">
</div>
</div>
</div>
</section>
<!-- ***** Features Big Item End ***** -->
<!-- ***** Home Parallax Start ***** -->
<section class="mini" id="Process">
<div class="mini-content">
<div class="container">
<div class="row">
<div class="offset-lg-3 col-lg-6">
<div class="info">
<h1>Work Process</h1>
<p>A streamlined work process that ensures efficiency, quality, and results every time.</p>
</div>
</div>
</div>
<!-- ***** Mini Box Start ***** -->
<div class="row">
<div class="col-lg-2 col-md-3 col-sm-6 col-6">
<a href="#" class="mini-box">
<i><img src="assets/images/work-process-item-01.png" alt=""></i>
<strong>Identify Needs</strong>
<span>Understand your company’s goals and define the staffing requirements clearly.</span>
</a>
</div>
<div class="col-lg-2 col-md-3 col-sm-6 col-6">
<a href="#" class="mini-box">
<i><img src="assets/images/work-process-item-01.png" alt=""></i>
<strong>Source Talent</strong>
<span>Find potential candidates using smart strategies and diverse recruitment channels.</span>
</a>
</div>
<div class="col-lg-2 col-md-3 col-sm-6 col-6">
<a href="#" class="mini-box">
<i><img src="assets/images/work-process-item-01.png" alt=""></i>
<strong>Interview & Screen</strong>
<span>Evaluate skills, experience, and cultural fit for every candidate.</span>
</a>
</div>
<div class="col-lg-2 col-md-3 col-sm-6 col-6">
<a href="#" class="mini-box">
<i><img src="assets/images/work-process-item-01.png" alt=""></i>
<strong>Shortlist Candidates</strong>
<span>Select the most suitable applicants for client consideration efficiently.</span>
</a>
</div>
<div class="col-lg-2 col-md-3 col-sm-6 col-6">
<a href="#" class="mini-box">
<i><img src="assets/images/work-process-item-01.png" alt=""></i>
<strong>Client Approval</strong>
<span>Present top candidates and get client feedback and approval.</span>
</a>
</div>
<div class="col-lg-2 col-md-3 col-sm-6 col-6">
<a href="#" class="mini-box">
<i><img src="assets/images/work-process-item-01.png" alt=""></i>
<strong>Onboard & Launch</strong>
<span>Integrate new hires smoothly, ensuring productivity from day one.</span>
</a>
</div>
</div>
<!-- ***** Mini Box End ***** -->
</div>
</div>
</section>
<!-- ***** Home Parallax End ***** -->
<!-- ***** Testimonials Start ***** -->
<section class="section" id="What">
<div class="container">
<!-- ***** Section Title Start ***** -->
<div class="row">
<div class="col-lg-12">
<div class="center-heading">
<h2 class="section-title">What we do</h2>
</div>
</div>
<div class="offset-lg-3 col-lg-6">
<div class="center-text">
<p>We provide every sort of employment along with temporary, contractual, and permanent termination services. We bring up a flexible, strong, and dedicated team through continuous training and workshops.
We provide the workforce after completing all the professional training to the employees.
This increases their capabilities and teaches them the kind of work needed for them after enhancing and improving their skills.</p>
</div>
</div>
</div>
<!-- ***** Section Title End ***** -->
</div>
</section>
<!-- ***** Testimonials End ***** -->
<!-- ***** Pricing Plans Start ***** -->
<section class="section colored" id="Why">
<div class="container">
<!-- ***** Section Title Start ***** -->
<div class="row">
<div class="col-lg-12">
<div class="center-heading">
<h2 class="section-title">Why Us?</h2>
</div>
</div>
<div class="offset-lg-3 col-lg-6">
<div class="center-text">
<p>We connect the right talent with the right opportunities, ensuring your business thrives.</p>
</div>
</div>
</div>
<!-- ***** Section Title End ***** -->
<div class="row">
<!-- ***** Testimonials Item Start ***** -->
<div class="col-lg-4 col-md-6 col-sm-12">
<div class="team-item">
<div class="team-content">
<i><img src="assets/images/testimonial-icon.png" alt=""></i>
<p>With 20+ years’ experience, our expert recruiters leverage extensive networks to deliver top-tier staffing solutions, matching candidates seamlessly.</p>
</div>
</div>
</div>
<!-- ***** Testimonials Item End ***** -->
<!-- ***** Testimonials Item Start ***** -->
<div class="col-lg-4 col-md-6 col-sm-12">
<div class="team-item">
<div class="team-content">
<i><img src="assets/images/testimonial-icon.png" alt=""></i>
<p>Our stringent screening processes and dedication to
quality ensure that we consistently deliver high-caliber
candidates to our clients.</p>
</div>
</div>
</div>
<!-- ***** Testimonials Item End ***** -->
<!-- ***** Testimonials Item Start ***** -->
<div class="col-lg-4 col-md-6 col-sm-12">
<div class="team-item">
<div class="team-content">
<i><img src="assets/images/testimonial-icon.png" alt=""></i>
<p>We prioritize understanding your unique staffing needs,
allowing us to provide customized solutions that align with
your business objectives.</p>
</div>
</div>
</div>
<!-- ***** Testimonials Item End ***** -->
</div>
</div>
</section>
<!-- ***** Pricing Plans End ***** -->
<!-- ***** Counter Parallax Start ***** -->
<section class="counter">
<div class="content">
<div class="container">
<div class="row">
<div class="col-lg-3 col-md-6 col-sm-12">
<div class="count-item decoration-bottom">
<strong>500+</strong>
<span>Candidates Placed</span>
</div>
</div>
<div class="col-lg-3 col-md-6 col-sm-12">
<div class="count-item decoration-top">
<strong>50+</strong>
<span>Companies Served</span>
</div>
</div>
<div class="col-lg-3 col-md-6 col-sm-12">
<div class="count-item decoration-bottom">
<strong>100+</strong>
<span>Happy Clients</span>
</div>
</div>
<div class="col-lg-3 col-md-6 col-sm-12">
<div class="count-item">
<strong>150+</strong>
<span>Positions Filled</span>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- ***** Counter Parallax End ***** -->
<!-- ***** Blog Start ***** -->
<section class="section" id="Staffings">
<div class="container">
<!-- ***** Section Title Start ***** -->
<div class="row">
<div class="col-lg-12">
<div class="center-heading">
<h2 class="section-title"> Our Staffings</h2>
</div>
</div>
<div class="offset-lg-3 col-lg-6">
<div class="center-text">
<p>Flexible Staffing Solutions: Temporary and Permanent Talent Tailored to Your Business Needs.</p>
</div>
</div>
</div>
<!-- ***** Section Title End ***** -->
<div class="row">
<div class="col-lg-6 col-md-6 col-sm-12">
<div class="blog-post-thumb">
<div class="img">
<img src="assets/images/blog-item-01.png" alt="">
</div>
<div class="blog-content">
<h3>
<a href="#">Temporary Staffing</a>
</h3>
<div class="text">
We provide flexible staffing solutions to
address short-term needs, seasonal
demands, or special projects, ensuring
businesses maintain productivity
without compromising quality.
</div>
</div>
</div>
</div>
<div class="col-lg-6 col-md-6 col-sm-12">
<div class="blog-post-thumb">
<div class="img">
<img src="assets/images/blog-item-03.png" alt="">
</div>
<div class="blog-content">
<h3>
<a href="#">Permanent Staffing</a>
</h3>
<div class="text">
Our expertise in sourcing, vetting, and
matching top-tier talent ensures the perfect fit
for long-term positions, contributing to our
clients' sustained growth. </div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- ***** Blog End ***** -->
<section class="mini" id="Hire">
<div class="mini-content">
<div class="container">
<div class="row">
<div class="offset-lg-3 col-lg-6">
<div class="info">
<h1>We Hire For a Wide Range of Roles</h1>
<p>Connecting the right talent with your business across diverse industries and job functions.</p>
</div>
</div>
</div>
<!-- ***** Mini Box Start ***** -->
<div class="row">
<div class="col-lg-2 col-md-3 col-sm-6 col-6">
<a href="#" class="mini-box boxheight">
<i><img src="assets/images/hiring2.png" alt=""></i>
<strong>Industrial</strong>
</a>
</div>
<div class="col-lg-2 col-md-3 col-sm-6 col-6">
<a href="#" class="mini-box boxheight">
<i><img src="assets/images/hiring.png" alt=""></i>
<strong>Commercial</strong>
</a>
</div>
<div class="col-lg-2 col-md-3 col-sm-6 col-6">
<a href="#" class="mini-box boxheight">
<i><img src="assets/images/hiring3.png" alt=""></i>
<strong>Production</strong>
</a>
</div>
<div class="col-lg-2 col-md-3 col-sm-6 col-6">
<a href="#" class="mini-box boxheight">
<i><img src="assets/images/hiring4.png" alt=""></i>
<strong>Warehouse</strong>
</a>
</div>
<div class="col-lg-2 col-md-3 col-sm-6 col-6">
<a href="#" class="mini-box boxheight">
<i><img src="assets/images/hiring5.png" alt=""></i>
<strong>Technical</strong>
</a>
</div>
<div class="col-lg-2 col-md-3 col-sm-6 col-6">
<a href="#" class="mini-box boxheight">
<i><img src="assets/images/hiring6.png" alt=""></i>
<strong>Management</strong>
</a>
</div>
</div>
<!-- ***** Mini Box End ***** -->
</div>
</div>
</section>
<!-- ***** Contact Us Start ***** -->
<section class="section colored" id="contact-us">
<div class="container">
<!-- ***** Section Title Start ***** -->
<div class="row">
<div class="col-lg-12">
<div class="center-heading">
<h2 class="section-title">Talk To Us</h2>
</div>
</div>
<div class="offset-lg-3 col-lg-6">
<div class="center-text">
<p>Have questions or feedback? Send us a message and we’ll respond promptly. Thank you.</p>
</div>
</div>
</div>
<!-- ***** Section Title End ***** -->
<div class="row">
<!-- ***** Contact Text Start ***** -->
<div class="col-lg-4 col-md-6 col-sm-12">
<h5 class="margin-bottom-30">Keep in touch</h5>
<div class="contact-info">
<!-- Address -->
<p>
<span class="contact-icon">📍</span>
4544 Sheppard Avenue East, Unit 327, Scarborough, ON M1S 1V2 </br>
<a href="https://www.google.com/maps/dir/?api=1&destination=4544+Sheppard+Avenue+East%2C+Unit+327%2C+Scarborough%2C+ON+M1S+1V2" target="_blank">
🧭 Get Directions
</a>
</p>
<!-- Mobile / Phone -->
<p>
<span class="contact-icon">📞</span>
<a href="tel:+16475696207">+1 (647) 569-6207</a>
</p>
<!-- Email -->
<p>
<span class="contact-icon">✉️</span>
<a href="mailto:[email protected]">[email protected]</a>
</p>
<!-- Working Hours -->
<p>
<span class="contact-icon">⏰</span>
Monday – Friday: 9:00 AM – 5:00 PM
</p>
</div>
</div>
<!-- ***** Contact Text End ***** -->
<!-- ***** Contact Form Start ***** -->
<div class="col-lg-8 col-md-6 col-sm-12">
<div class="contact-form">
<div id="status"></div>
<form id="contact-form" action="" method="get">
<div class="row">
<div class="col-lg-6 col-md-12 col-sm-12">
<fieldset>
<input type="text" id="name" name="name" placeholder="Your full name" required pattern="[A-Za-z\s]{2,50}" title="Please enter 2-50 letters">
</fieldset>
</div>
<div class="col-lg-6 col-md-12 col-sm-12">
<fieldset>
<input type="email" id="email" name="email" placeholder="[email protected]" required>
</fieldset>
</div>
<div class="col-lg-6 col-md-12 col-sm-12">
<fieldset>
<input type="tel" id="mobile" name="mobile" placeholder="e.g. +1234567890" required pattern="^\+?[0-9]{7,15}$" title="Enter a valid mobile number">
</fieldset>
</div>
<div class="col-lg-6 col-md-12 col-sm-12">
<fieldset>
<select id="role" name="role" required>
<option value="">Select one</option>
<option value="employee">I am Looking for a Job</option>
<option value="employer">We are Hiring</option>
</select>
</fieldset>
</div>
<div class="col-lg-12">
<fieldset>
<textarea id="message" name="message" rows="5" placeholder="Your message..." required></textarea>
</fieldset>
</div>
<div class="col-lg-12">
<fieldset>
<button type="submit" id="form-submit" class="main-button">Send Message</button>
</fieldset>
</div>
</div>
</form>
</div>
</div>
<!-- ***** Contact Form End ***** -->
</div>
</div>
</section>
<!-- ***** Contact Us End ***** -->
<!-- ***** Footer Start ***** -->
<footer>
<div class="container">
<div class="row" style="display:none">
<div class="col-lg-12 col-md-12 col-sm-12">
<ul class="social">
<li><a href="#"><i class="fa fa-facebook"></i></a></li>
<li><a href="#"><i class="fa fa-twitter"></i></a></li>
<li><a href="#"><i class="fa fa-linkedin"></i></a></li>
<li><a href="#"><i class="fa fa-rss"></i></a></li>
<li><a href="#"><i class="fa fa-dribbble"></i></a></li>
</ul>
</div>
</div>
<div class="row">
<div class="col-lg-12">
<p class="copyright">Copyright © <span id="current-year"></span> Global Forces Limited</p>
</div>
</div>
</div>
</footer>
<!-- jQuery -->
<script src="assets/js/jquery-2.1.0.min.js"></script>
<!-- Bootstrap -->
<script src="assets/js/popper.js"></script>
<script src="assets/js/bootstrap.min.js"></script>
<!-- Plugins -->
<script src="assets/js/scrollreveal.min.js"></script>
<script src="assets/js/waypoints.min.js"></script>
<script src="assets/js/jquery.counterup.min.js"></script>
<script src="assets/js/imgfix.min.js"></script>
<!-- Global Init -->
<script src="assets/js/custom.js"></script>
<!-- EmailJS SDK -->
<script type="text/javascript"
src="https://cdn.jsdelivr.net/npm/@emailjs/browser@4/dist/email.min.js">
</script>
<script type="text/javascript">
(function(){
emailjs.init({
publicKey: "uHCnxEi8cBnRN5F0S",
});
})();
</script>
<script type="text/javascript">
(function(){
emailjs.init("uHCnxEi8cBnRN5F0S"); // <-- Replace with your EmailJS Public Key
})();
const form = document.getElementById('contact-form');
const status = document.getElementById('status');
form.addEventListener('submit', function(event) {
event.preventDefault();
status.style.display = "block";
status.style.maxWidth = "500px";
status.style.margin = "0px 0px 20px 10px";
status.style.padding = "12px 20px";
status.style.borderRadius = "8px";
status.style.fontWeight = "bold";
status.style.textAlign = "center";
status.style.fontSize = "1rem";
status.style.boxShadow = "0 4px 8px rgba(0,0,0,0.1)";
// Simple validation check (optional)
if (!form.checkValidity()) {
status.style.color = "red";
status.innerText = "Please fill in all fields correctly.";
return;
}
emailjs.sendForm('service_5qv1r2s', 'template_v5v73fr', this)
.then(function() {
status.innerText = "Thank you! Your inquiry has been received and we’ll follow up shortly.";
status.style.backgroundColor = "#e6f7ff";
status.style.color = "green";
status.style.border = "1px solid green";
form.reset();
}, function(error) {
status.style.backgroundColor = "#ffe6e6";
status.style.color = "#cc0000";
status.style.border = "1px solid #cc0000";
status.innerText = "Oops! Something went wrong. Please try again.";
console.error('EmailJS Error:', error);
});
});
</script>
<script>
document.querySelectorAll('a[href^="#"]').forEach(anchor => {
anchor.addEventListener('click', function (e) {
e.preventDefault();
document.querySelector(this.getAttribute('href')).scrollIntoView({
behavior: 'smooth'
});
});
});
</script>
<button id="backToTop" aria-label="Back to top">↑</button>
<script>
const btn = document.getElementById("backToTop");
window.addEventListener("scroll", () => {
if (window.scrollY > 300) {
btn.classList.add("show");
} else {
btn.classList.remove("show");
}
});
btn.addEventListener("click", () => {
window.scrollTo({
top: 0,
behavior: "smooth"
});
});
document.getElementById('current-year').textContent = new Date().getFullYear();
</script>
</body>
</html>