-
Notifications
You must be signed in to change notification settings - Fork 3
/
index.html
880 lines (845 loc) · 58.9 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
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
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Mar.Gregorios Orthodox Church | Thottapuzha</title>
<meta name="description" content="Welcome to Mar.Gregorios Orthodox Church, Thottapuzha Website">
<meta name="keywords" content="HTML, CSS, JavaScript">
<meta name="author" content="Chrisbin Thomas">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<meta name="theme-color" content="#bc451d">
<!-- Favicon -->
<link href="img/favicon.ico" rel="icon">
<!-- Google Web Fonts -->
<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=Heebo:wght@400;500;600&family=Nunito:wght@600;700;800&family=Pacifico&display=swap" rel="stylesheet">
<!-- Icon Font Stylesheet -->
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.10.0/css/all.min.css" rel="stylesheet">
<!-- <link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet"> -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.4.1/font/bootstrap-icons.css" rel="stylesheet">
<!-- Libraries Stylesheet -->
<link href="lib/animate/animate.min.css" rel="stylesheet">
<link href="lib/owlcarousel/assets/owl.carousel.min.css" rel="stylesheet">
<link href="lib/tempusdominus/css/tempusdominus-bootstrap-4.min.css" rel="stylesheet" />
<!-- Customized Bootstrap Stylesheet -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<!-- Template Stylesheet -->
<link href="css/style.css" rel="stylesheet">
<link href="css/style1.css" rel="stylesheet">
<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
<script>
$(document).ready(function() {
// Check if the URL has a .html extension
if (window.location.pathname.endsWith('.html')) {
// Remove the .html extension and update the URL
var newPath = window.location.pathname.replace('.html', '');
window.history.replaceState({}, document.title, newPath);
}
});
</script>
<script src='https://cdn.jsdelivr.net/npm/fullcalendar@6.1.4/index.global.min.js'></script>
<!-- <script>
document.addEventListener('DOMContentLoaded', function() {
var calendarEl = document.getElementById('calendar');
var calendar = new FullCalendar.Calendar(calendarEl, {
initialView: 'dayGridMonth'
});
calendar.render();
});
</script> -->
<script async defer crossorigin="anonymous" src="https://connect.facebook.net/en_GB/sdk.js#xfbml=1&version=v18.0" nonce="0JbAB1b7"></script>
</head>
<body>
<div class="container-xxl p-0">
<!-- Spinner Start -->
<div id="spinner" class="show bg-white position-fixed translate-middle w-100 vh-100 top-50 start-50 d-flex align-items-center justify-content-center">
<div class="spinner-border text-primary" style="width: 5rem; height: 5rem;" role="status">
<!-- <span class="sr-only">Loading...</span> -->
</div>
</div>
<!-- Spinner End -->
<!--particle-->
<div id="tsparticles"></div>
<!--particle End-->
<!-- Navbar & Hero Start -->
<div class="container-xxl position-relative p-0">
<nav class="navbar navbar-expand-lg navbar-dark bg-dark-2 px-4 px-lg-5 py-3 py-lg-2">
<a href="" class="navbar-brand p-0">
<!-- <h1 class="text-primary m-0"><i class="fa fa-church me-3"></i>Mar.Gregorios Church<h1> -->
<img src="img/logo/oie_qTSaQBp0mY24.png" alt="Logo">
</a>
<button class="navbar-toggler" type="button" aria-label="navbar-toggler" data-bs-toggle="collapse" data-bs-target="#navbarCollapse">
<span class="fa fa-bars"></span>
</button>
<div class="collapse navbar-collapse" id="navbarCollapse">
<div class="navbar-nav ms-auto py-0 pe-4">
<a href="javascript:void(0)" class="nav-item nav-link active">Home</a>
<a href="about.html" class="nav-item nav-link">About</a>
<!-- <a href="service.html" class="nav-item nav-link">Service</a> -->
<a href="events.html" class="nav-item nav-link">Events</a>
<!-- <div class="nav-item dropdown"> -->
<a href="booking.html" class="nav-item nav-link">Booking</a>
<!-- <a href="#" class="nav-link dropdown-toggle" data-bs-toggle="dropdown">Pages</a> -->
<!-- <div class="dropdown-menu m-0">
<a href="booking.html" class="dropdown-item">Booking</a>
<a href="team.html" class="dropdown-item">Our Team</a>
<a href="testimonial.html" class="dropdown-item">Testimonial</a>
</div> -->
<!-- </div> -->
<a href="contact.html" class="nav-item nav-link">Contact</a>
</div>
<a href="tel:0469 2668858" class="btn btn-primary py-2 px-4"><i class="fa fa-phone"></i> 0469-2668858</a>
</div>
</nav>
<div class="container-xxl py-5 bg-dark hero-header mb-5">
<div class="container my-5 py-0 px-3">
<div class="row align-items-center g-5">
<div class="col-lg-6 text-center text-lg-start">
<h1 class="display-3 text-white animated slideInLeft">Mar.Gregorios<br>Orthodox Church</h1>
<p class="text-white animated slideInLeft mb-4 pb-2"><span class="text-primary fw-bold">Diocese</span> : Diocese of Chengannur
<br><span class="text-primary fw-bold">Location</span> : Thottapuzha, Eraviperoor P.O, Thiruvalla - 689542</p>
<a href="#index-about" class="btn btn-primary py-sm-3 px-sm-5 me-3 animated slideInLeft" type="button">Read More</a>
</div>
<div class="col-lg-6 text-center text-lg-end overflow-hidden">
<img id="right-image-animation" class="img-fluid" src="img/hero-bg-church.png" alt="image">
</div>
<!-- <div class="container my-5 py-0 px-3" id="hero-header-2">
<div class="row align-items-center g-5">
<div class="col-lg-6 text-center text-lg-start">
<h1 class="display-3 text-white animated slideInLeft">Service Hours</h1>
<p class="text-white animated slideInLeft mb-4 pb-2"><span class="text-primary fw-bold">Day :</span> Sunday
<br><span class="text-primary fw-bold">Time :</span> 7:30AM - 11:30AM</p>-->
<!-- <a href="#index-about" class="btn btn-primary py-sm-3 px-sm-5 me-3 animated slideInLeft">Read More</a> -->
<!-- </div> -->
<!-- </div> -->
<!-- </div> -->
</div>
</div>
</div>
<!-- Google Translate -->
<div id="google_translate_element" aria-label="google-translate"></div>
<script type="text/javascript">
function googleTranslateElementInit() {
new google.translate.TranslateElement({pageLanguage: 'en'}, 'google_translate_element');
}
</script>
<script type="text/javascript" src="//translate.google.com/translate_a/element.js?cb=googleTranslateElementInit"></script>
<!-- Google Translate -->
</div>
<!-- Checkbox -->
<div class="check-box">
<small class="text-muted" style="font-size: 8px;">Dark Theme</small>
<input id="darkModeToggle" type="checkbox" title="Twinkle Theme">
</div>
<!-- Navbar & Hero End -->
<!-- Saints Start -->
<div class="container-xxl">
<div class="container">
<div class="text-center pb-3">
<h5 class="section-title ff-secondary text-center text-primary fw-normal">Saints</h5>
</div>
<div class="row g-4">
<div class="col-lg-4 col-sm-4 wow fadeInUp" data-wow-delay="0.1s">
<div class="service-item rounded pt-3">
<div class="p-4">
<img class="flex-shrink-0 img-fluid px-1 py-1" src="img/st-gregorios.webp" alt="" style="width: 80px;">
<!-- <i class="fa fa-3x fa-cross text-primary mb-4"></i> -->
<h5 class="text-primary">St. Gregorios</h5>
<p class="text-justify">St. Geevarghese Mor Gregorios, also referred to as Parumala Thirumeni, served as a Metropolitan of the Malankara Church from 15 June 1848 to 2 November 1902. Mar Gregorios became the first saint from India to be recognized by the Christian church when the Malankara Orthodox Syrian Church declared him a saint in 1947. He was the first person of Indian descent to be recognised as a saint by the Syriac Orthodox Church in November 1987.</p>
<a id="btn-center" class="btn-primary py-1 px-3 mb-5" href="https://mosc.in/saints/st-gregorios-of-parumala-metropolitan-geevarghese-mar-gregorios" target="_blank" rel="noreferrer">Read more <i class="fa fa-arrow-right"></i> </a>
</div>
</div>
</div>
<div class="col-lg-4 col-sm-4 wow fadeInUp" data-wow-delay="0.3s">
<div class="service-item rounded pt-3">
<div class="p-4">
<img class="flex-shrink-0 img-fluid px-1 py-1" src="img/st-thomas.webp" alt="" style="width: 80px;">
<!-- <i class="fa fa-3x fa-cross text-primary mb-4"></i> -->
<h5 class="text-primary">St. Thomas</h5>
<p class="text-justify">St. Thomas, one of Jesus Christ's twelve apostles and a follower, arrived in India in AD 52. In AD 52, a disciple of Jesus Christ named St. Thomas travelled to India where he preached the gospel and founded seven churches. He planted 7 churches and preached the gospel. The Disciple of Christ, Mar Thomasleeha, is thought to have preached the gospel in Kerala in the first century A.D., which is when the Syrian Christian churches in Kerala first appeared.</p>
<a id="btn-center" class="btn-primary py-1 px-3 mb-5" href="https://ml.wikipedia.org/wiki/%E0%B4%A4%E0%B5%8B%E0%B4%AE%E0%B4%BE%E0%B4%B6%E0%B5%8D%E0%B4%B2%E0%B5%80%E0%B4%B9%E0%B4%BE" target="_blank" rel="noreferrer">Read more <i class="fa fa-arrow-right"></i> </a>
</div>
</div>
</div>
<div class="col-lg-4 col-sm-4 wow fadeInUp" data-wow-delay="0.5s">
<div class="service-item rounded pt-3">
<div class="p-4">
<img class="flex-shrink-0 img-fluid px-1 py-1" src="img/st-george.webp" alt="" style="width: 80px;">
<!-- <i class="fa fa-3x fa-cross text-primary mb-4"></i> -->
<h5 class="text-primary">St. Geevarghese</h5>
<p class="text-justify">St. George, a Christian martyr and saint, lived in the third century. He was a person who lived from 275 to 281 AD and died on April 22, 303 AD. According to hereditary, he was a Roman soldier fighting for the Diocletian Emperor. At the time, he was also a priest. The saint's fame was enhanced by the legend surrounding his conflict with the enormous snake. He is revered as one of the 14 Auxiliary Saints and is the patron saint of Georgia and England (Holy Helpers).</p>
<a id="btn-center" class="btn-primary py-1 px-3 mb-5" href="https://ml.wikipedia.org/wiki/%E0%B4%B5%E0%B4%BF%E0%B4%B6%E0%B5%81%E0%B4%A6%E0%B5%8D%E0%B4%A7_%E0%B4%97%E0%B5%80%E0%B4%B5%E0%B5%BC%E0%B4%97%E0%B5%80%E0%B4%B8%E0%B5%8D" target="_blank" rel="noreferrer">Read more <i class="fa fa-arrow-right"></i> </a>
</div>
</div>
</div>
<!-- <div class="col-lg-3 col-sm-6 wow fadeInUp" data-wow-delay="0.7s">
<div class="service-item rounded pt-3">
<div class="p-4">
<i class="fa fa-3x fa-headset text-primary mb-4"></i>
<h5>Sample Text</h5>
<p>Diam elitr kasd sed at elitr sed ipsum justo dolor sed clita amet diam</p>
</div>
</div>
</div> -->
</div>
</div>
</div>
<!-- Saints End -->
<!-- About Start -->
<div class="container-xxl py-5" id="index-about">
<div class="container">
<div class="row g-5 align-items-center">
<div class="col-lg-6">
<div class="row g-3">
<div class="col-6 text-start">
<img id="img-hover" alt="image-1" class="img-fluid rounded w-100 wow zoomIn" data-wow-delay="0.1s" src="img/about-1.jpg"/>
</div>
<div class="col-6 text-start">
<img id="img-hover" alt="image-2" class="img-fluid rounded w-75 wow zoomIn" data-wow-delay="0.3s" src="img/about-2.jpg" style="margin-top: 25%;"/>
</div>
<div class="col-6 text-end">
<img id="img-hover" alt="image-3" class="img-fluid rounded w-75 wow zoomIn" data-wow-delay="0.5s" src="img/about-3.jpg"/>
</div>
<div class="col-6 text-end">
<img id="img-hover" alt="image-4" class="img-fluid rounded w-100 wow zoomIn" data-wow-delay="0.7s" src="img/about-4.jpg"/>
</div>
</div>
</div>
<div class="col-lg-6">
<div class="text-center pb-3">
<h5 class="section-title ff-secondary text-center text-primary fw-normal">About Us</h5>
</div>
<h1 class="mb-4"><i class="fa fa-church text-primary me-2"></i> Welcome to Mar.Gregorios Church</h1>
<p class="mb-4 text-justify">
Mar.Gregorios Church is situated at the heart of a small village called Thottapuzha, Eraviperoor, Pathanamthitta District, Kerala, India.
One of Kerala's oldest and most well-known churches, it is also Malankara Sabha's prized possession. The church has maintained its tradition and culture without compromising its religious values for roughly fifty years.</p>
<p class="mb-4 text-justify">
The church has a parsonage and an auditorium, as well as nearby parking and amenities. Every Sunday, the qurbana services begin in the morning, and Sunday school follows. It is a mystery how the church has survived all of history's difficulties despite its magnificent fusion of beauty and science.</p>
<div class="row g-4 mb-4">
<div class="col-sm-6">
<div class="d-flex align-items-center border-start border-5 border-primary px-3">
<div class="ps-4">
<!-- <p class="mb-0">Years Since</p> -->
<h6 class="mb-0">Years Since 1971</h6>
<h1 class="flex-shrink-0 display-5 text-primary mb-0" data-toggle="counter-up">53</h1>
</div>
</div>
</div>
<div class="col-sm-6">
<div class="d-flex align-items-center border-start border-5 border-primary px-3">
<div class="ps-4">
<!-- <p class="mb-0">Families</p> -->
<h6 class="mb-0">Families</h6>
<h1 class="flex-shrink-0 display-5 text-primary mb-0" data-toggle="counter-up">240</h1>
</div>
</div>
</div>
</div>
<a class="btn btn-primary py-3 px-5 mt-2" href="about.html" type="button">Read More</a>
</div>
</div>
</div>
</div>
<!-- About End -->
<!-- Video Start -->
<div class="text-center container-xxl py-5 px-0 wow fadeInUp" data-wow-delay="0.1s">
<h5 class="section-title ff-secondary text-center text-primary fw-normal py-4"> Video</h5>
<div class="row g-0">
<div class="col-md-12">
<div class="video">
<button type="button" class="btn-play" data-bs-toggle="modal" data-src="https://www.youtube.com/embed/pQMWk4xqUAA" data-bs-target="#videoModal">
<span></span>
</button>
</div>
</div>
</div>
</div>
<div class="modal fade" id="videoModal" tabindex="-1" aria-labelledby="exampleModalLabel" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content rounded-0">
<div class="modal-header">
<h5 class="modal-title" id="exampleModalLabel"><i class="fa fa-video me-3 text-danger"></i> Video</h5>
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
</div>
<div class="modal-body p-lg-1">
<!-- 16:9 aspect ratio -->
<div class="ratio ratio-16x9">
<iframe class="embed-responsive-item" src="" id="video" allowfullscreen allowscriptaccess="always"
allow="autoplay"></iframe>
</div>
</div>
</div>
</div>
</div>
<!-- Video Ends -->
<!-- Event Start -->
<div class="container-xxl py-5">
<div class="container-fluid">
<div class="text-center wow fadeInUp" data-wow-delay="0.1s">
<h5 class="section-title ff-secondary text-center text-primary fw-normal">Calendar and Events</h5>
<h1 class="mb-5">Calendar</h1>
</div>
<br>
<!-- Calendar Start -->
<div id='calendar' class="row col-xl-auto mt-3 p-1"></div>
<br>
<div class="row row-cols-auto text-center">
<a id="btn-center" class="btn-primary py-1 px-3 mb-3" href="https://mosc.in/uploads/2023/12/panjangom_24_small-size.pdf" target="_blank" rel="noreferrer"><i class="fa fa-download"></i> Download Calendar</a>
<a id="btn-center" class="btn-primary py-1 px-3 mb-3" href="https://mosc.in/downloads/kalpana" target="_blank" rel="noreferrer"><i class="fa fa-download"></i> Download Kalpana</a>
</div>
<!-- Calendar Ends -->
<br>
<div class="tab-class text-center wow fadeInUp" data-wow-delay="0.1s">
<h5 class="section-title ff-secondary text-center text-primary fw-normal">Events</h5>
<h1 class="mb-5 mt-3">Events</h1>
<ul class="nav nav-pills d-inline-flex justify-content-center border-bottom mb-5">
<li class="nav-item">
<a class="d-flex align-items-center text-start mx-3 ms-0 pb-3 active" data-bs-toggle="pill" href="#tab-1">
<i class="fa fa-angle-left fa-2x text-primary"></i>
<i class="fa fa-calendar-check fa-2x text-primary"></i>
<div class="ps-3">
<small class="text-body">Upcoming</small>
<h6 class="mt-n1 mb-0">Events</h6>
</div>
</a>
</li>
<br>
<li class="nav-item">
<a class="d-flex align-items-center text-start mx-3 pb-3" data-bs-toggle="pill" href="#tab-2">
<i class="fa fa-book fa-2x text-primary"></i>
<div class="ps-3">
<small class="text-body">Present</small>
<h6 class="mt-n1 mb-0">Scripture Readings</h6>
</div>
</a>
</li>
<li class="nav-item">
<a class="d-flex align-items-center text-start mx-3 me-0 pb-3" data-bs-toggle="pill" href="#tab-3">
<i class="fab fa-facebook fa-2x text-primary"></i>
<div class="ps-3">
<small class="text-body">Facebook</small>
<h6 class="mt-n1 mb-0">Group</h6>
</div>
<i class="fa fa-angle-right fa-2x text-primary"></i>
</a>
</li>
</ul>
<div class="tab-content">
<div id="tab-1" class="tab-pane fade show p-0 active">
<!-- <input type="text" id="text1"></input>
<input type="button" id="button1" value="Add" onclick="add_element_to_array();"></input>
<input type="button" id="button2" value="Display" onclick="display_array();"></input>
<div class="py-4" id="Result"></div> -->
<div class="row g-4">
<div class="col-lg-6">
<div class="d-flex align-items-center">
<img class="flex-shrink-0 img-fluid rounded" src="img/1427965.png" alt="" style="width: 50px;">
<div class="w-100 d-flex flex-column text-start ps-4">
<h5 class="d-flex justify-content-between border-bottom pb-2">
<span id="event-name">Baptism of Jesus</span>
<span id="event-date" class="text-primary"><small>6 January</small></span>
</h5>
<small class="fst-italic">The baptism of Jesus by John the Baptist</small>
</div>
</div>
</div>
<div class="col-lg-6">
<div class="d-flex align-items-center">
<img class="flex-shrink-0 img-fluid rounded" src="img/1427965.png" alt="" style="width: 50px;">
<div class="w-100 d-flex flex-column text-start ps-4">
<h5 class="d-flex justify-content-between border-bottom pb-2">
<span>Presentation of Jesus at the Temple</span>
<span class="text-primary"><small>2 February</small></span>
</h5>
<small class="fst-italic">Feast of the Presentation of Jesus</small>
</div>
</div>
</div>
<div class="col-lg-6">
<div class="d-flex align-items-center">
<img class="flex-shrink-0 img-fluid rounded" src="img/1427965.png" alt="" style="width: 50px;">
<div class="w-100 d-flex flex-column text-start ps-4">
<h5 class="d-flex justify-content-between border-bottom pb-2">
<span>Palm Sunday</span>
<span class="text-primary"><small>2 April</small></span>
</h5>
<small class="fst-italic">Oshana Sunday or Hosanna Sunday</small>
</div>
</div>
</div>
<div class="col-lg-6">
<div class="d-flex align-items-center">
<img class="flex-shrink-0 img-fluid rounded" src="img/1427965.png" alt="" style="width: 50px;">
<div class="w-100 d-flex flex-column text-start ps-4">
<h5 class="d-flex justify-content-between border-bottom pb-2">
<span>Easter</span>
<span class="text-primary"><small>9 April</small></span>
</h5>
<small class="fst-italic">Jesus ascended to Heaven after his resurrection</small>
</div>
</div>
</div>
<div class="col-lg-6">
<div class="d-flex align-items-center">
<img class="flex-shrink-0 img-fluid rounded" src="img/1427965.png" alt="" style="width: 50px;">
<div class="w-100 d-flex flex-column text-start ps-4">
<h5 class="d-flex justify-content-between border-bottom pb-2">
<span>Pentecost</span>
<span class="text-primary"><small>28 May</small></span>
</h5>
<small class="fst-italic">Pentecost is celebrated on the 50th day after Easter Sunday</small>
</div>
</div>
</div>
<div class="col-lg-6">
<div class="d-flex align-items-center">
<img class="flex-shrink-0 img-fluid rounded" src="img/1427965.png" alt="" style="width: 50px;">
<div class="w-100 d-flex flex-column text-start ps-4">
<h5 class="d-flex justify-content-between border-bottom pb-2">
<span>Transfiguration of Jesus</span>
<span class="text-primary"><small>6 August</small></span>
</h5>
<small class="fst-italic">Jesus is transfigured upon a mountain</small>
</div>
</div>
</div>
<div class="col-lg-6">
<div class="d-flex align-items-center">
<img class="flex-shrink-0 img-fluid rounded" src="img/1427965.png" alt="" style="width: 50px;">
<div class="w-100 d-flex flex-column text-start ps-4">
<h5 class="d-flex justify-content-between border-bottom pb-2">
<span>Feasts of the Cross</span>
<span class="text-primary"><small>14 September</small></span>
</h5>
<small class="fst-italic">Commemorate the cross used in the crucifixion of Jesus</small>
</div>
</div>
</div>
<div class="col-lg-6">
<div class="d-flex align-items-center">
<img class="flex-shrink-0 img-fluid rounded" src="img/1427965.png" alt="" style="width: 50px;">
<div class="w-100 d-flex flex-column text-start ps-4">
<h5 class="d-flex justify-content-between border-bottom pb-2">
<span>Christmas</span>
<span class="text-primary"><small>25 December</small></span>
</h5>
<small class="fst-italic">Commemorate the birth of Jesus Christ</small>
</div>
</div>
</div>
</div>
</div>
<div id="tab-2" class="tab-pane fade show p-0">
<div class="row g-4">
<!-- <div class="col-lg-6">
<div class="d-flex align-items-center">
<img class="flex-shrink-0 img-fluid rounded" src="img/menu-1.jpg" alt="" style="width: 50px;"> -->
<div class="w-100 d-flex flex-column text-justify">
<article id="readings" class="container-fluid grid-box-sc py-3">
</article>
</div>
</div>
</div>
<div id="tab-3" class="tab-pane fade show p-0">
<div class="row g-4">
<!--<div class="col-lg-6">
<div class="d-flex align-items-center">
<img class="flex-shrink-0 img-fluid rounded" src="img/menu-1.jpg" alt="" style="width: 50px;">-->
<div class="w-100 text-center grid-box-sc py-5">
<iframe src="https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2Fmalankaraorthodoxmediawing.in&tabs=timeline&width=300&height=500&small_header=false&adapt_container_width=true&hide_cover=false&show_facepile=true&appId" width="300" height="500" style="border:none;overflow:hidden" scrolling="no" frameborder="0" allowfullscreen="true" allow="autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share"></iframe>
</div>
</div>
</div>
<!--<div class="col-lg-6">
<div class="d-flex align-items-center">
<img class="flex-shrink-0 img-fluid rounded" src="img/menu-2.jpg" alt="" style="width: 65px;">
<div class="w-100 d-flex flex-column text-start ps-4">
<h5 class="d-flex justify-content-between border-bottom pb-2">
<span>Programmes</span>
<span class="text-primary">01/01/2023</span>
</h5>
<small class="fst-italic">Ipsum ipsum clita erat amet dolor justo diam</small>
</div>
</div>
</div>
<div class="col-lg-6">
<div class="d-flex align-items-center">
<img class="flex-shrink-0 img-fluid rounded" src="img/menu-3.jpg" alt="" style="width: 65px;">
<div class="w-100 d-flex flex-column text-start ps-4">
<h5 class="d-flex justify-content-between border-bottom pb-2">
<span>Programmes</span>
<span class="text-primary">01/01/2023</span>
</h5>
<small class="fst-italic">Ipsum ipsum clita erat amet dolor justo diam</small>
</div>
</div>
</div>
<div class="col-lg-6">
<div class="d-flex align-items-center">
<img class="flex-shrink-0 img-fluid rounded" src="img/menu-4.jpg" alt="" style="width: 65px;">
<div class="w-100 d-flex flex-column text-start ps-4">
<h5 class="d-flex justify-content-between border-bottom pb-2">
<span>Programmes</span>
<span class="text-primary">01/01/2023</span>
</h5>
<small class="fst-italic">Ipsum ipsum clita erat amet dolor justo diam</small>
</div>
</div>
</div>
<div class="col-lg-6">
<div class="d-flex align-items-center">
<img class="flex-shrink-0 img-fluid rounded" src="img/menu-5.jpg" alt="" style="width: 65px;">
<div class="w-100 d-flex flex-column text-start ps-4">
<h5 class="d-flex justify-content-between border-bottom pb-2">
<span>Programmes</span>
<span class="text-primary">01/01/2023</span>
</h5>
<small class="fst-italic">Ipsum ipsum clita erat amet dolor justo diam</small>
</div>
</div>
</div>
<div class="col-lg-6">
<div class="d-flex align-items-center">
<img class="flex-shrink-0 img-fluid rounded" src="img/menu-6.jpg" alt="" style="width: 65px;">
<div class="w-100 d-flex flex-column text-start ps-4">
<h5 class="d-flex justify-content-between border-bottom pb-2">
<span>Programmes</span>
<span class="text-primary">01/01/2023</span>
</h5>
<small class="fst-italic">Ipsum ipsum clita erat amet dolor justo diam</small>
</div>
</div>
</div>
<div class="col-lg-6">
<div class="d-flex align-items-center">
<img class="flex-shrink-0 img-fluid rounded" src="img/menu-7.jpg" alt="" style="width: 65px;">
<div class="w-100 d-flex flex-column text-start ps-4">
<h5 class="d-flex justify-content-between border-bottom pb-2">
<span>Programmes</span>
<span class="text-primary">01/01/2023</span>
</h5>
<small class="fst-italic">Ipsum ipsum clita erat amet dolor justo diam</small>
</div>
</div>
</div>
<div class="col-lg-6">
<div class="d-flex align-items-center">
<img class="flex-shrink-0 img-fluid rounded" src="img/menu-8.jpg" alt="" style="width: 65px;">
<div class="w-100 d-flex flex-column text-start ps-4">
<h5 class="d-flex justify-content-between border-bottom pb-2">
<span>Programmes</span>
<span class="text-primary">01/01/2023</span>
</h5>
<small class="fst-italic">Ipsum ipsum clita erat amet dolor justo diam</small>
</div>
</div>
</div>
</div>
</div> -->
</div>
</div>
</div>
</div>
<!-- Event End -->
<!-- Members Start -->
<div class="container-xxl pt-5 pb-3">
<div class="container">
<div class="text-center wow fadeInUp" data-wow-delay="0.1s">
<h5 class="section-title ff-secondary text-center text-primary fw-normal">Committee Members</h5>
<h1 class="mb-5">Working Committee Members</h1>
</div>
<div class="row g-4">
<div class="col-lg-3 col-md-6 wow fadeInUp" data-wow-delay="0.1s">
<div class="team-item text-center rounded overflow-hidden">
<div class="rounded-circle overflow-hidden m-4">
<img class="img-fluid" src="img/person-4.png" alt="">
</div>
<h5 class="mb-0">Fr.Sunil Joseph</h5>
<small>Clergy</small>
<div class="d-flex justify-content-center mt-3">
<a class="btn btn-square btn-primary mx-1" href="https://www.facebook.com/frsunil.joseph.7" target="_blank"><i class="fab fa-facebook-f"></i></a>
<a class="btn btn-square btn-primary mx-1" href="#"><i class="fab fa-whatsapp"></i></a>
<a class="btn btn-square btn-primary mx-1" href="#"><i class="fab fa-instagram"></i></a>
</div>
</div>
</div>
<div class="col-lg-3 col-md-6 wow fadeInUp" data-wow-delay="0.3s">
<div class="team-item text-center rounded overflow-hidden">
<div class="rounded-circle overflow-hidden m-4">
<img class="img-fluid" src="img/person-4.png" alt="">
</div>
<h5 class="mb-0">Thomas P. Rajan</h5>
<small>Secretary</small>
<div class="d-flex justify-content-center mt-3">
<a class="btn btn-square btn-primary mx-1" href="#"><i class="fab fa-facebook-f"></i></a>
<a class="btn btn-square btn-primary mx-1" href="#"><i class="fab fa-whatsapp"></i></a>
<a class="btn btn-square btn-primary mx-1" href="#"><i class="fab fa-instagram"></i></a>
</div>
</div>
</div>
<div class="col-lg-3 col-md-6 wow fadeInUp" data-wow-delay="0.5s">
<div class="team-item text-center rounded overflow-hidden">
<div class="rounded-circle overflow-hidden m-4">
<img class="img-fluid" src="img/person-4.png" alt="">
</div>
<h5 class="mb-0">Prof. M.T. Mathew</h5>
<small>Trustee</small>
<div class="d-flex justify-content-center mt-3">
<a class="btn btn-square btn-primary mx-1" href="#"><i class="fab fa-facebook-f"></i></a>
<a class="btn btn-square btn-primary mx-1" href="#"><i class="fab fa-whatsapp"></i></a>
<a class="btn btn-square btn-primary mx-1" href="#"><i class="fab fa-instagram"></i></a>
</div>
</div>
</div>
<div class="col-lg-3 col-md-6 wow fadeInUp" data-wow-delay="0.7s">
<div class="team-item text-center rounded overflow-hidden">
<div class="rounded-circle overflow-hidden m-4">
<img class="img-fluid" src="img/person-4.png" alt="">
</div>
<h5 class="mb-0">Full Name</h5>
<small>Convener</small>
<div class="d-flex justify-content-center mt-3">
<a class="btn btn-square btn-primary mx-1" href="#"><i class="fab fa-facebook-f"></i></a>
<a class="btn btn-square btn-primary mx-1" href="#"><i class="fab fa-whatsapp"></i></a>
<a class="btn btn-square btn-primary mx-1" href="#"><i class="fab fa-instagram"></i></a>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Members End -->
<!-- Verses Start -->
<div class="container-xxl py-5 wow fadeInUp" data-wow-delay="0.1s">
<div class="container">
<div class="text-center">
<h5 class="section-title ff-secondary text-center text-primary fw-normal">Bible Verse</h5>
<h1 class="mb-5">Verses for the day</h1>
</div>
<div class="owl-carousel testimonial-carousel">
<div class="testimonial-item bg-transparent border rounded p-4">
<i class="fa fa-quote-left fa-2x text-primary mb-3"></i>
<h5 id="newQuote0" class="mb-1"><strong>John 3:16 </strong>- For this is the way God loved the world: He gave his one and only Son, so that everyone who believes in him will not perish but have eternal life.</h5>
<div class="d-flex align-items-center">
<img class="img-fluid flex-shrink-0 rounded-circle" src="img/806181.png" style="width: 50px; height: 50px;">
<div class="ps-3">
<!-- <h5 class="mb-1">Chapter</h5> -->
<small>Holy Bible</small>
</div>
</div>
</div>
<div class="testimonial-item bg-transparent border rounded p-4">
<i class="fa fa-quote-left fa-2x text-primary mb-3"></i>
<h5 id="newQuote1" class="mb-1"><strong>Deuteronomy 28:11 </strong>- The Lord will greatly multiply your children, the offspring of your livestock, and the produce of your soil in the land that he promised your ancestors he would give you.</h5>
<div class="d-flex align-items-center">
<img class="img-fluid flex-shrink-0 rounded-circle" src="img/806181.png" style="width: 50px; height: 50px;">
<div class="ps-3">
<!-- <h5 class="mb-1">Chapter</h5> -->
<small>Holy Bible</small>
</div>
</div>
</div>
<div class="testimonial-item bg-transparent border rounded p-4">
<i class="fa fa-quote-left fa-2x text-primary mb-3"></i>
<h5 id="newQuote2" class="mb-1"><strong>Ezekiel 7:14 </strong>- “They have blown the trumpet and everyone is ready, but no one goes to battle, because my anger is against their whole crowd.</h5>
<div class="d-flex align-items-center">
<img class="img-fluid flex-shrink-0 rounded-circle" src="img/806181.png" style="width: 50px; height: 50px;">
<div class="ps-3">
<!-- <h5 class="mb-1">Chapter</h5> -->
<small>Holy Bible</small>
</div>
</div>
</div>
<!-- <div class="testimonial-item bg-transparent border rounded p-4">
<i class="fa fa-quote-left fa-2x text-primary mb-3"></i>
<h5 id="newQuote3" class="mb-1">Dolor et eos labore, stet justo sed est sed</h5>
<div class="d-flex align-items-center">
<img class="img-fluid flex-shrink-0 rounded-circle" src="img/testimonial-3.jpg" style="width: 50px; height: 50px;">
<div class="ps-3">
<h5 class="mb-1">Chapter</h5>
<small>Holy Bible 5</small>
</div>
</div>
</div>
<div class="testimonial-item bg-transparent border rounded p-4">
<i class="fa fa-quote-left fa-2x text-primary mb-3"></i>
<h5 id="newQuote4" class="mb-1">Dolor et eos labore, stet justo sed est sed</h5>
<div class="d-flex align-items-center">
<img class="img-fluid flex-shrink-0 rounded-circle" src="img/testimonial-3.jpg" style="width: 50px; height: 50px;">
<div class="ps-3">
<h5 class="mb-1">Chapter</h5>
<small>Holy Bible 6</small>
</div>
</div>
</div> -->
<div class="testimonial-item bg-transparent border rounded p-4">
<i class="fa fa-quote-left fa-2x text-primary mb-3"></i>
<h5 id="newQuote3" class="mb-1"><strong>Psalms 119:69 </strong>- Arrogant people smear my reputation with lies, but I observe your precepts with all my heart.</h5>
<div class="d-flex align-items-center">
<img class="img-fluid flex-shrink-0 rounded-circle" src="img/806181.png" style="width: 50px; height: 50px;">
<div class="ps-3">
<!-- <h5 class="mb-1">Chapter</h5> -->
<small>Holy Bible</small>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Verses End -->
<!-- Prayer Start -->
<div class="col-md-12 bg-dark-1 align-items-center">
<div class="p-5 wow fadeInUp" data-wow-delay="0.2s">
<div class="text-center pb-3">
<h5 class="section-title ff-secondary text-center text-primary fw-normal">For Prayers</h5>
</div>
<!-- <h1 class="text-white mb-4">please fill the form</h1> -->
<form class="form-wrap" action="https://formsubmit.co/margregorioschurch71@gmail.com" method="POST">
<input type="text" name="_honey" aria-label="honey" style="display:none">
<input type="hidden" name="_next" aria-label="next" value="https://margregorioschurch.github.io/mgm/form-submit.html">
<input type="hidden" name="_template" aria-label="template" value="basic">
<!--<input type="hidden" name="_autoresponse" value="">-->
<input type="hidden" name="_subject" aria-label="Subject" value="Prayer Request">
<input type="hidden" name="_cc" aria-label="cc_email" value="chrsibint@gmail.com">
<input type="hidden" name="_captcha" aria-label="captcha" value="false">
<div class="row g-3">
<div class="col-md-6">
<div class="form-floating">
<input type="text" class="form-control" id="name" name="name" aria-label="Name" placeholder="Your Name" required>
<label for="name">Your Name</label>
</div>
</div>
<div class="col-md-6">
<div class="form-floating">
<input type="email" class="form-control" id="email" name="email" aria-label="Email" placeholder="Your Email" required>
<label for="email">Your Email</label>
</div>
</div>
<div class="col-12">
<div class="form-floating">
<textarea type="text" class="form-control" placeholder="Special Request" id="message" name="message" aria-label="Message" style="height: 100px" required></textarea>
<label for="message">Type your message..</label>
</div>
</div>
<div class="col-12">
<input id="submitForm" class="btn btn-primary w-100 py-3" aria-label="Submit" type="submit"></input>
</div>
</div>
</form>
</div>
</div>
<!-- Prayer End -->
<!-- Footer Start -->
<div class="container-fluid bg-dark-2 text-light footer pt-5 mt-1 wow fadeIn" data-wow-delay="0.1s">
<div class="container py-3 b-top">
<div class="row g-5">
<div class="col-lg-3 col-md-6">
<h4 class="section-title ff-secondary text-start text-primary fw-normal mb-4">Church</h4>
<a class="btn btn-link" href="about.html">About Us</a>
<a class="btn btn-link" href="contact.html">Contact Us</a>
<a class="btn btn-link" href="booking.html">Bookings</a>
<a class="btn btn-link" href="#">Privacy Policy</a>
<a class="btn btn-link" href="#">Terms & Condition</a>
</div>
<div class="col-lg-3 col-md-6">
<h4 class="section-title ff-secondary text-start text-primary fw-normal mb-4">Contact</h4>
<p class="mb-2 btn-link"><i class="fa fa-map-marker-alt me-3"></i><a class="text-light" href="https://goo.gl/maps/bPcQHy4m9zeorK3y9" target="_blank">Thottapuzha, Eraviperoor, Kerala 689542</a></p>
<p class="mb-2 btn-link"><i class="fa fa-phone-square me-3"></i><a class="text-light" href="tel:0469 2668858">0469-2668858</a></p>
<p class="mb-2 btn-link"><i class="fa fa-envelope me-3"></i><a class="text-light" href="mailto:margregorioschurch71@gmail.com">margregorioschurch71@gmail.com</a></p>
<div class="d-flex pt-2">
<a class="btn btn-outline-light btn-social text-primary" href="#"><i class="fab fa-whatsapp"></i></a>
<a class="btn btn-outline-light btn-social text-primary" href="https://www.facebook.com/groups/205694423941111" target="_blank"><i class="fab fa-facebook-f"></i></a>
<a class="btn btn-outline-light btn-social text-primary" href="https://www.youtube.com/@anugrahaweddingstudio8764" target="_blank"><i class="fab fa-youtube"></i></a>
<a class="btn btn-outline-light btn-social text-primary" href="https://directory.mosc.in/parishes/mar-gregorios-orthodox-church-49/" target="_blank"><i class="fab fa-internet-explorer"></i></a>
</div>
</div>
<div class="col-lg-3 col-md-6">
<h4 class="section-title ff-secondary text-start text-primary fw-normal mb-4">Service</h4>
<h5 class="text-light fw-normal">Sunday</h5>
<p><i class="fa fa-clock me-3"></i>06:30AM - 10:30AM</p>
<h5 class="text-light fw-normal">Monday - Friday</h5>
<p><i class="fa fa-clock me-3"></i>TBA</p>
</div>
<div class="col-lg-3 col-md-6">
<h4 class="section-title ff-secondary text-start text-primary fw-normal mb-4">Newsletter</h4>
<p>Subscribe to know the latest news.</p>
<div class="position-relative mx-auto" style="max-width: 400px;">
<form id="myform">
<input class="form-control border-primary w-100 py-3 ps-4 pe-5" name="email" type="text" placeholder="Your email" required>
<input type="submit" class="btn btn-primary py-2 position-absolute top-0 end-0 mt-2 me-2"></input>
</form>
</div>
</div>
</div>
<!--Counter-->
<div style="width: 100%;height: auto;text-align-last: center;padding: 8px;">
<a href="https://hits.sh/margregorioschurch.github.io/mgm/" class="text-center"><img alt="Hits" src="https://hits.sh/margregorioschurch.github.io/mgm.svg?style=for-the-badge&label=Visitors%20Count&color=eaeeb5&labelColor=bc451d"/></a>
</div>
<!--Counter-->
</div>
<div class="container">
<div class="copyright">
<div class="row">
<div class="col-md-6 text-center text-md-start mb-3 mb-md-0">
© <a class="border-bottom" href="#">Mar Gregorios Church</a>, All Right Reserved.
<!--/*** This template is free as long as you keep the footer author’s credit link/attribution link/backlink. If you'd like to use the template without the footer author’s credit link/attribution link/backlink, you can purchase the Credit Removal License from "https://htmlcodex.com/credit-removal". Thank you for your support. ***/-->
<!-- Designed By <a class="border-bottom" href="https://htmlcodex.com">HTML Codex</a><br><br>
Distributed By <a class="border-bottom" href="https://themewagon.com" target="_blank">ThemeWagon</a> -->
</div>
<div class="col-md-6 text-center text-md-end">
<div class="footer-menu">
<a href="index.html">Home</a>
<a href="#">Cookies</a>
<a href="#">Help</a>
<a href="#">FQAs</a>
</div>
</div>
</div>
</div>
<!--<a id="new_counter" href='http://www.freevisitorcounters.com' style="color:transparent">freevisitorcounters.com</a>
<script type='text/javascript' src='https://www.freevisitorcounters.com/auth.php?id=d79198028b524b7db87c3ec2d625a1e3f6598080'></script>
<script type="text/javascript" src="https://www.freevisitorcounters.com/en/home/counter/1024946/t/5"></script>-->
</div>
</div>
<!-- Footer End -->
<!--Counter-->
<!--<div class="counter">
<!--<div class="head"><span class="fa fa-globe" id="visitor-globe"></span> Visitors Counter</div>
<div class="count" id="CounterVisitor">0</div>-->
<!--</div>-->
<!--END Counter-->
<!-- Back to Top -->
<a href="#" class="btn btn-lg btn-primary btn-lg-square back-to-top" title="back-to-top"><i class="bi bi-arrow-up"></i></a>
</div>
<!--https://www.freevisitorcounters.com/-->
<!--<div class="counter">
<a id="new_counter" href='http://www.freevisitorcounters.com' style="color:transparent">freevisitorcounters.com</a>
<script type='text/javascript' src='https://www.freevisitorcounters.com/auth.php?id=d79198028b524b7db87c3ec2d625a1e3f6598080'></script>
<script type="text/javascript" src="https://www.freevisitorcounters.com/en/home/counter/1024946/t/5"></script>
</div>-->
<!-- JavaScript Libraries -->
<script src="https://code.jquery.com/jquery-3.4.1.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0/dist/js/bootstrap.bundle.min.js"></script>
<script src="lib/wow/wow.min.js"></script>
<script src="lib/easing/easing.min.js"></script>
<script src="lib/waypoints/waypoints.min.js"></script>
<script src="lib/counterup/counterup.min.js"></script>
<script src="lib/owlcarousel/owl.carousel.min.js"></script>
<script src="lib/tempusdominus/js/moment.min.js"></script>
<script src="lib/tempusdominus/js/moment-timezone.min.js"></script>
<script src="lib/tempusdominus/js/tempusdominus-bootstrap-4.min.js"></script>
<!-- Template Javascript -->
<script src="js/main.js"></script>
<script src="js/calendar.js"></script>
<script src="js/readings.js"></script>
<script src="js/visitors.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/tsparticles/2.12.0/tsparticles.bundle.min.js"></script>
<!--<script src="https://cdn.jsdelivr.net/npm/particles.js@2.0.0/particles.min.js"></script>-->
<script>
$("#submitForm").click(function() {
alert("Connecting..");
});
</script>
</body>
</html>