-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathindex.html
713 lines (708 loc) · 33.3 KB
/
index.html
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
<!DOCTYPE html>
<html>
<head>
<!-- Basic -->
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<!-- Mobile Metas -->
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<!-- Site Metas -->
<meta name="keywords" content="training, development, workshops, content writing, customer care" />
<meta name="description" content="Professional Training and Development Center offers personalized training, content writing, and workshops to enhance your skills and knowledge." />
<meta name="author" content="Professional Training and Development Center" />
<title>Professional Training and Development Center</title>
<!-- slider stylesheet -->
<link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/assets/owl.carousel.min.css" />
<!-- bootstrap core css -->
<link rel="stylesheet" type="text/css" href="css/bootstrap.css" />
<!-- font awesome style -->
<link rel="stylesheet" type="text/css" href="css/font-awesome.min.css" />
<!-- Custom styles for this template -->
<link href="css/style.css" rel="stylesheet" />
<!-- responsive style -->
<link href="css/responsive.css" rel="stylesheet" />
<!-- <title>Navbar</title> -->
<!-- Bootstrap CSS -->
<!-- <link href="https://cdnjs.cloudflare.com/ajax/libs/bootstrap/4.6.2/css/bootstrap.min.css" rel="stylesheet"> -->
</head>
<body>
<div class="hero_area">
<!-- header section starts -->
<header class="header_section">
<div class="header_top">
<div class="container-fluid">
<div class="contact_nav">
<a href="tel:+919869478843">
<i class="fa fa-phone" aria-hidden="true"></i>
<span> Call : +91 98694 78843 </span>
</a>
<a href="mailto:[email protected]">
<i class="fa fa-envelope" aria-hidden="true"></i>
<span> Email : [email protected] </span>
</a>
<div class="social_media">
<a href="https://www.facebook.com/profile.php?id=61566824381050" target="_blank" rel="noopener noreferrer">
<i class="fa fa-facebook" aria-hidden="true"></i>
</a>
<a href="https://x.com/Profession72861" target="_blank" rel="noopener noreferrer">
<i class="fa fa-twitter" aria-hidden="true"></i>
</a>
<a href="https://www.youtube.com/@ProfessionalTrainingandDevelop" target="_blank" rel="noopener noreferrer">
<i class="fa fa-youtube" aria-hidden="true"></i>
</a>
<a href="https://www.instagram.com/training1733/" target="_blank" rel="noopener noreferrer">
<i class="fa fa-instagram" aria-hidden="true"></i>
</a>
</div>
</div>
</div>
</div>
<div class="header_bottom">
<div class="container-fluid">
<nav class="navbar navbar-expand-lg custom_nav-container">
<a class="navbar-brand" href="index.html" aria-label="Homepage">
<img src="images/new_logo.png" alt="Professional Training and Development Center Logo" class="logo">
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav ml-auto">
<li class="nav-item active">
<a class="nav-link" href="index.html">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="about.html">Programs</a>
</li>
<li class="nav-item">
<a class="nav-link" href="service.html">Services</a>
</li>
<li class="nav-item">
<a class="nav-link" href="contact.html">Contact Us</a>
</li>
</ul>
</div>
</nav>
</div>
</div>
</header>
<!-- end header section -->
<!-- slider section -->
<section class="slider_section">
<div class="container">
<div class="row align-items-center">
<div class="col-md-6">
<div class="detail-box">
<h1>Professional Training and Development Center</h1>
<p>At the Professional Training and Development Center, we leverage 30 years of experience to empower individuals and organizations through expert training and content services, helping them reach their full potential.</p>
<a href="contact.html">Contact Us</a>
</div>
</div>
<div class="col-md-6">
<div class="img-box">
<img src="images/photo.png" alt="Professional Training and Development Center Image" class="img-fluid hide-on-mobile">
</div>
</div>
</div>
</div>
</section>
<style>
@media (max-width: 768px) {
.hide-on-mobile {
display: none; /* Hide only the specific image on mobile devices */
}
}
</style>
<!-- end slider section -->
<script>
// JavaScript for intersection observer on slider
document.addEventListener("DOMContentLoaded", function() {
const sliderSection = document.querySelector(".slider_section");
const observer = new IntersectionObserver((entries) => {
entries.forEach((entry) => {
if (entry.isIntersecting) {
sliderSection.classList.add("visible");
observer.unobserve(sliderSection);
}
});
});
observer.observe(sliderSection);
});
</script>
</div>
<!-- about section -->
<section class="about_section layout_padding-bottom" style="margin-top: 10px;">
<div class="container d-flex align-items-center justify-content-center" style="min-height: 10vh;">
<div class="row justify-content-center">
<div class="col-lg-7 col-md-7 animated-section">
<div class="detail-box text-center">
<h2>About Us</h2>
<p> At the Professional Training and Development Center, we bring 30 years of expertise in education and personal development. Our mission is to empower individuals and organizations to grow through tailored training and expert content services. With a focus on customization, integrity, and excellence, we are your trusted partner in achieving success. </p>
</div>
</div>
</div>
</div>
</section>
<script>
document.addEventListener("DOMContentLoaded", function() {
const animatedSection = document.querySelector('.animated-section');
const observer = new IntersectionObserver(entries => {
entries.forEach(entry => {
if (entry.isIntersecting) {
animatedSection.classList.add('visible');
observer.unobserve(animatedSection);
}
});
});
observer.observe(animatedSection);
});
</script>
<!-- end about section -->
<!-- Our Team Section -->
<section class="client_sections">
<div class="container">
<div class="heading_container heading_center">
<h2> Meet Our Team </h2>
</div>
<div class="carousel-wraps layout_padding2-top">
<div class="owl-carousels">
<!-- paste your code here to add a new team member -->
<div class="items">
<a href="faculty/poornima.html" class="square-box">
<div class="client_id">
<div class="img-box">
<img src="images/faculty/poornima.png" alt="Poornima Batish">
</div>
<div class="client_detail">
<div class="client_info">
<h5>Poornima Batish</h5>
</div>
</div>
</div>
<div class="client_text">
<p>Poornima has extensive experience in HR and consulting, focusing on talent management and diversity.</p>
</div>
</a>
</div>
<div class="items">
<a href="faculty/venkatesan.html" class="square-box">
<div class="client_id">
<div class="img-box">
<img src="images/faculty/venkatesan.png" alt="Venkatesan">
</div>
<div class="client_detail">
<div class="client_info">
<h5>G Venkatesan</h5>
</div>
</div>
</div>
<div class="client_text">
<p>Shri G. Venkatesan has 36 years of HR experience, training expertise, and a law degree in public policy management.</p>
</div>
</a>
</div>
<div class="items">
<a href="faculty/rugmini_ganesh.html" class="square-box">
<div class="client_id">
<div class="img-box">
<img src="images/faculty/rugmini_ganesh.png" alt="Rugmini Ganesh">
</div>
<div class="client_detail">
<div class="client_info">
<h5>Rugmini Ganesh</h5>
</div>
</div>
</div>
<div class="client_text">
<p>Rugmini specializes in strategic consulting with a focus on operational efficiency and business transformation.</p>
</div>
</a>
</div>
<div class="items">
<a href="faculty/sudha_thakur.html" class="square-box">
<div class="client_id">
<div class="img-box">
<img src="images/faculty/sudha_thakur.png" alt="Sudha Thakur">
</div>
<div class="client_detail">
<div class="client_info">
<h5>Sudha Thakur</h5>
</div>
</div>
</div>
<div class="client_text">
<p>Ms. Sudha Thakur is an entrepreneur with an MBA in HR and over 10 years of experience in hospitality and business development.</p>
</div>
</a>
</div>
<div class="items">
<a href="faculty/govardhan_rao.html" class="square-box">
<div class="client_id">
<div class="img-box">
<img src="images/faculty/govardhan_rao.png" alt="Govardhan Rao">
</div>
<div class="client_detail">
<div class="client_info">
<h5>Govardhan Rao</h5>
</div>
</div>
</div>
<div class="client_text">
<p>With over 42 years of experience in management and administration, Govardhan brings valuable insights as an advisor.</p>
</div>
</a>
</div>
<div class="items">
<a href="faculty/anurag_mohit.html" class="square-box">
<div class="client_id">
<div class="img-box">
<img src="images/faculty/anurag_mohit.png" alt="Anurag Mohit">
</div>
<div class="client_detail">
<div class="client_info">
<h5>Anurag Mohit</h5>
</div>
</div>
</div>
<div class="client_text">
<p>Anurag has over 32 years of experience in corporate leadership. He focuses on delivering exceptional stakeholder experiences.</p>
</div>
</a>
</div>
</div>
</div>
</div>
</section>
<script>
// Add the JavaScript for the intersection observer
document.addEventListener("DOMContentLoaded", function() {
const clientSection = document.querySelector(".client_sections");
const observer = new IntersectionObserver((entries) => {
entries.forEach((entry) => {
if (entry.isIntersecting) {
clientSection.classList.add("visible"); // Add class when in view
observer.unobserve(clientSection); // Stop observing after adding class
}
});
});
observer.observe(clientSection); // Start observing
});
</script>
<style>
@media (max-width: 768px) {
.about_section {
margin-bottom: 0; /* Remove bottom margin on mobile */
}
.client_sections {
margin-top: 10px; /* Optional: adjust top margin for spacing */
}
.layout_padding-bottom {
padding-bottom: 10px; /* Optional: adjust bottom padding for mobile */
}
}
</style>
<!-- End Our Team Section -->
<!-- professional section -->
<section class="professional_section layout_padding">
<div class="container">
<div class="row">
<div class="col-md-6">
<div class="img-box">
<img src="images/image.png" alt="Professional Image">
</div>
</div>
<div class="col-md-6">
<div class="detail-box">
<h2 style="text-align: center;">Why Choose Us?</h2>
<ul>
<p></p>
<li>
<strong>30 Years of Expertise:</strong> With three decades of experience, we bring a deep understanding of teaching, personal development, and content creation to every project.
</li>
<li>
<strong>Tailored Solutions:</strong> We understand that every individual and business is unique. Our services are customized to fit your specific needs and objectives.
</li>
<li>
<strong>Proven Success:</strong> Our track record speaks for itself. We have helped numerous clients achieve their goals through our focused and effective training and content strategies.
</li>
<li>
<strong>Innovative Approach:</strong> We stay ahead of industry trends and leverage the latest tools and methodologies to ensure our solutions are impactful, future-ready, and aligned with evolving market demands.
</li>
</ul>
</div>
</div>
</div>
</div>
</section>
<script>
// Add the JavaScript for the intersection observer
document.addEventListener("DOMContentLoaded", function() {
const professionalSection = document.querySelector(".professional_section");
const observer = new IntersectionObserver((entries) => {
entries.forEach((entry) => {
if (entry.isIntersecting) {
professionalSection.classList.add("visible"); // Add class when in view
observer.unobserve(professionalSection); // Stop observing after adding class
}
});
});
observer.observe(professionalSection); // Start observing
});
</script>
<!-- end professional section -->
<!-- service section -->
<section class="service_section layout_padding">
<div class="container">
<div class="heading_container heading_center">
<h2> Our Services </h2>
</div>
<div class="row">
<div class="col-md-4">
<div class="box">
<i class="fa fa-book" aria-hidden="true"></i>
<h3>Content Writing</h3>
<p>Professional content creation that engages your audience and drives results.</p>
</div>
</div>
<div class="col-md-4">
<div class="box">
<i class="fa fa-laptop" aria-hidden="true"></i>
<h3>Training Workshops</h3>
<p>Interactive workshops designed to enhance skills and knowledge.</p>
</div>
</div>
<div class="col-md-4">
<div class="box">
<i class="fa fa-user" aria-hidden="true"></i>
<h3>Personal Development</h3>
<p>Guidance and strategies for personal growth and professional success.</p>
</div>
</div>
</div>
</div>
</section>
<script>
// Add the JavaScript for the intersection observer
document.addEventListener("DOMContentLoaded", function() {
const serviceSection = document.querySelector(".service_section");
const observer = new IntersectionObserver((entries) => {
entries.forEach((entry) => {
if (entry.isIntersecting) {
serviceSection.classList.add("visible"); // Add class when in view
observer.unobserve(serviceSection); // Stop observing after adding class
}
});
});
observer.observe(serviceSection); // Start observing
});
</script>
<!-- end service section -->
<!-- client section -->
<section class="client_section">
<div class="container">
<div class="heading_container heading_center">
<h2> What Our Clients Say </h2>
</div>
<div class="carousel-wrap layout_padding2-top">
<div class="owl-carousel">
<div class="item">
<div class="box">
<div class="client_id">
<div class="img-box">
<img src="images/prem.png" alt="">
</div>
<div class="client_detail">
<div class="client_info">
<h6> Prem Kumar </h6>
<i class="fa fa-star" aria-hidden="true"></i>
<i class="fa fa-star" aria-hidden="true"></i>
<i class="fa fa-star" aria-hidden="true"></i>
<i class="fa fa-star" aria-hidden="true"></i>
<i class="fa fa-star" aria-hidden="true"></i>
</div>
<i class="fa fa-quote-left" aria-hidden="true"></i>
</div>
</div>
<div class="client_text">
<p> The personalized training programs from the Professional Training and Development Center were a game-changer for our team. The tailored approach helped us address our specific challenges and achieve significant growth. Highly recommended </p>
</div>
</div>
</div>
<div class="item">
<div class="box">
<div class="client_id">
<div class="img-box">
<img src="images/pramod.jpg" alt="">
</div>
<div class="client_detail">
<div class="client_info">
<h6> Pramod </h6>
<i class="fa fa-star" aria-hidden="true"></i>
<i class="fa fa-star" aria-hidden="true"></i>
<i class="fa fa-star" aria-hidden="true"></i>
<i class="fa fa-star" aria-hidden="true"></i>
<i class="fa fa-star" aria-hidden="true"></i>
</div>
<i class="fa fa-quote-left" aria-hidden="true"></i>
</div>
</div>
<div class="client_text">
<p> The content created for our website was exceptional. It perfectly captured our brand’s voice and engaged our audience effectively. We saw a noticeable increase in traffic and engagement. Thank you for the outstanding work </p>
</div>
</div>
</div>
<div class="item">
<div class="box">
<div class="client_id">
<div class="img-box">
<img src="images/anu.jpg" alt="">
</div>
<div class="client_detail">
<div class="client_info">
<h6> Shalini </h6>
<i class="fa fa-star" aria-hidden="true"></i>
<i class="fa fa-star" aria-hidden="true"></i>
<i class="fa fa-star" aria-hidden="true"></i>
<i class="fa fa-star" aria-hidden="true"></i>
<i class="fa fa-star" aria-hidden="true"></i>
</div>
<i class="fa fa-quote-left" aria-hidden="true"></i>
</div>
</div>
<div class="client_text">
<p> The workshops provided by the Professional Training and Development Center were incredibly insightful and practical. The skills we gained have already made a positive impact on our team's performance. We look forward to more sessions </p>
</div>
</div>
</div>
<div class="item">
<div class="box">
<div class="client_id">
<div class="img-box">
<img src="images/divya.jpg" alt="">
</div>
<div class="client_detail">
<div class="client_info">
<h6> Abhijna </h6>
<i class="fa fa-star" aria-hidden="true"></i>
<i class="fa fa-star" aria-hidden="true"></i>
<i class="fa fa-star" aria-hidden="true"></i>
<i class="fa fa-star" aria-hidden="true"></i>
<i class="fa fa-star" aria-hidden="true"></i>
</div>
<i class="fa fa-quote-left" aria-hidden="true"></i>
</div>
</div>
<div class="client_text">
<p> The content writing services exceeded our expectations. The quality and precision of the content helped us connect better with our audience and strengthen our online presence. We couldn't be happier with the results </p>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<script>
// Add the JavaScript for the intersection observer
document.addEventListener("DOMContentLoaded", function() {
const clientSection = document.querySelector(".client_section");
const observer = new IntersectionObserver((entries) => {
entries.forEach((entry) => {
if (entry.isIntersecting) {
clientSection.classList.add("visible"); // Add class when in view
observer.unobserve(clientSection); // Stop observing after adding class
}
});
});
observer.observe(clientSection); // Start observing
});
</script>
<!-- end client section -->
<!-- FAQ Section -->
<section class="faq_section layout_padding">
<div class="container">
<div class="heading_container heading_center">
<h2>Frequently Asked Questions</h2>
</div>
<div class="faq_container">
<div class="faq_item">
<button class="faq_button" style="text-align: left; width: 100%;">
<span style="display: inline-block; width: calc(100% - 30px);">What services do you offer?</span>
<i class="fa fa-plus" style="float: right;"></i>
</button>
<div class="faq_answer">
<p>We offer a wide range of training programs, workshops, and content development services tailored to meet your needs.</p>
</div>
</div>
<div class="faq_item">
<button class="faq_button" style="text-align: left; width: 100%;">
<span style="display: inline-block; width: calc(100% - 30px);">What types of training programs are offered by PTDC?</span>
<i class="fa fa-plus" style="float: right;"></i>
</button>
<div class="faq_answer">
<p>PTDC provides a variety of workshops, including coaching and mentoring, customer service, corporate reception, project management, communication skills, and more. Each program is designed to enhance professional skills for different industries.</p>
</div>
</div>
<div class="faq_item">
<button class="faq_button" style="text-align: left; width: 100%;">
<span style="display: inline-block; width: calc(100% - 30px);">Are the workshops available online?</span>
<i class="fa fa-plus" style="float: right;"></i>
</button>
<div class="faq_answer">
<p>Yes, several workshops, such as MS Excel, coaching & mentoring, and communication skills, are conducted online to cater to remote learners.</p>
</div>
</div>
<div class="faq_item">
<button class="faq_button" style="text-align: left; width: 100%;">
<span style="display: inline-block; width: calc(100% - 30px);">What is the typical batch size for workshops?</span>
<i class="fa fa-plus" style="float: right;"></i>
</button>
<div class="faq_answer">
<p>Most online workshops are conducted in small batches, typically with a maximum of 16 participants, to ensure personalized attention and effective learning outcomes.</p>
</div>
</div>
<div class="faq_item">
<button class="faq_button" style="text-align: left; width: 100%;">
<span style="display: inline-block; width: calc(100% - 30px);">What are the fees for participating in the workshops?</span>
<i class="fa fa-plus" style="float: right;"></i>
</button>
<div class="faq_answer">
<p>The fees vary by workshop. For example, a coaching and mentoring session costs around ₹750 per participant. You can explore individual course pages on the PTDC website for exact details.</p>
</div>
</div>
<div class="faq_item">
<button class="faq_button" style="text-align: left; width: 100%;">
<span style="display: inline-block; width: calc(100% - 30px);">Who can benefit from PTDC's training programs?</span>
<i class="fa fa-plus" style="float: right;"></i>
</button>
<div class="faq_answer">
<p>The programs are ideal for professionals in roles such as HR, teaching, project management, customer care, hospitality, and more. They are tailored to meet the needs of individuals aiming for career growth or business performance improvement.</p>
</div>
</div>
</div>
</div>
</section>
<!-- CSS to Adjust Space -->
<!-- Add CSS and JS for FAQ functionality -->
<script>
// Toggle FAQ answer visibility
document.querySelectorAll('.faq_button').forEach(button => {
button.addEventListener('click', () => {
const answer = button.nextElementSibling;
button.classList.toggle('active');
answer.classList.toggle('active'); // Toggle visibility with class
// Handle accessibility and smooth expansion
if (answer.classList.contains('active')) {
answer.style.display = 'block';
} else {
setTimeout(() => (answer.style.display = 'none'), 300);
}
});
});
// end faq section
</script>
<!-- contact section -->
<section class="contact_section layout_padding">
<div class="container">
<div class="heading_container heading_center">
<h2>Contact Us</h2>
</div>
<form action="https://submit-form.com/NolmFKt43" method="POST" onsubmit="resetFormWithDelay(event, this)">
<div>
<label for="name">Name:</label>
<input type="text" id="name" name="name" placeholder="Name" required />
</div>
<div>
<label for="phone">Phone Number:</label>
<input type="tel" id="phone" name="phone" placeholder="Phone Number" required />
</div>
<div>
<label for="email">Email:</label>
<input type="email" id="email" name="email" placeholder="Email" required />
</div>
<div>
<label for="message">Message:</label>
<textarea id="message" name="message" placeholder="Message" required></textarea>
</div>
<div class="d-flex">
<button type="submit">SEND</button>
</div>
</form>
</div>
<script>
function resetFormWithDelay(event, form) {
event.preventDefault(); // Prevent default form submission temporarily
// Submit the form after a brief delay and reset it
setTimeout(() => {
form.submit(); // Submit the form
form.reset(); // Reset the form fields
}, 1000);
}
// JavaScript for Intersection Observer to add fade-in effect
document.addEventListener("DOMContentLoaded", function() {
const contactSection = document.querySelector(".contact_section");
const observer = new IntersectionObserver((entries) => {
entries.forEach((entry) => {
if (entry.isIntersecting) {
contactSection.classList.add("visible"); // Add class when in view
observer.unobserve(contactSection); // Stop observing after adding class
}
});
});
observer.observe(contactSection); // Start observing
});
</script>
</section>
<a href="https://wa.me/+919869478843" target="_blank" style="position: fixed; bottom: 20px; right: 20px; width: 60px; height: 60px; background-color: transparent; border-radius: 50%; display: flex; justify-content: center; align-items: center; cursor: pointer; z-index: 1000; transition: transform 0.3s ease-in-out; transform: scale(1);" onmouseover="this.style.transform='scale(1.1)';" onmouseout="this.style.transform='scale(1)';">
<img src="images/whatsapp.png" alt="WhatsApp" style="width: 60px; height: 60px;" data-no-retina="">
</a>
<!-- end contact section -->
<!-- footer section -->
<footer class="footer_section">
<div class="container">
<p> © <span id="displayDateYear"></span> All Rights Reserved By <a href="https://ptdc.in">PTDC</a>
</p>
<p>
<a href="/privacy-policy.html">Privacy Policy</a> | <a href="/terms-of-service.html">Terms of Service</a>
</p>
</div>
</footer>
<!-- end footer section -->
<!-- jQuery and other scripts -->
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha384-KyZXEAg3QhqLMpG8r+Knujsl5/7H4zII9q5m95Fv3h7PjA7/Jk0DzJ/tI6SgK/J6" crossorigin="anonymous"></script>
<!-- <script src="js/bootstrap.bundle.min.js"></script> -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/owl.carousel.min.js"></script>
<script src="js/custom.js"></script>
<script src="js/jquery-3.4.1.min.js"></script>
<script src="js/bootstrap.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/owl.carousel.min.js"></script>
<script src="js/custom.js"></script>
<!-- Google Map -->
<script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyCh39n5U-4IoWpsVGUHWdqB6puEkhRLdmI&callback=myMap"></script>
<!-- End Google Map -->
<script>
document.addEventListener('DOMContentLoaded', () => {
const slider = document.querySelector('.team-slider .row');
const prevArrow = document.querySelector('.prev-arrow');
const nextArrow = document.querySelector('.next-arrow');
let scrollAmount = 0;
prevArrow.addEventListener('click', () => {
scrollAmount -= 300; // Adjust the value to scroll amount per click
slider.scrollTo({
left: scrollAmount,
behavior: 'smooth'
});
});
nextArrow.addEventListener('click', () => {
scrollAmount += 300; // Adjust the value to scroll amount per click
slider.scrollTo({
left: scrollAmount,
behavior: 'smooth'
});
});
});
</script>
<script>
document.getElementById('displayDateYear').textContent = new Date().getFullYear();
</script>
</body>
</html>