-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.php
214 lines (204 loc) · 10.3 KB
/
index.php
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
<?php include "header.php" ?>
<header class="masthead">
<div class="container px-4 px-lg-5 h-100">
<div class="row gx-4 gx-lg-5 h-100 align-items-center justify-content-center text-center">
<div class="col-lg-8 align-self-end">
<h1 class="text-white font-weight-bold">St. George Church Adakkakundu</h1>
<hr class="divider" />
</div>
<div class="col-lg-8 align-self-baseline">
<h3 class="text-white-75 mb-5">Jesus answered, “I am the way and the truth and the life. No one
comes to the Father except through me<br> <b>John 14:6</b></h3>
</div>
</div>
</div>
</header>
<section class="page-section" id="services">
<div class="container px-4 px-lg-5">
<div class="row gx-4 gx-lg-5">
<div class="col-lg-3 col-md-6 text-center services_card">
<div class="mt-5">
<div class="mb-2"><img class="service_icon" src="./assets/img/live-stream.png"></div>
<h3 class="h4 mb-2">Live TV</h3>
</div>
</div>
<div class="col-lg-3 col-md-6 text-center services_card">
<div class="mt-5">
<div class="mb-2"><img class="service_icon" src="./assets/img/holy-chalice.png"></div>
<h3 class="h4 mb-2">Holy Mass</h3>
</div>
</div>
<div class="col-lg-3 col-md-6 text-center services_card">
<div class="mt-5">
<div class="mb-2"><img class="service_icon" src="./assets/img/prayer.png"></div>
<h3 class="h4 mb-2">Ready to Publish</h3>
</div>
</div>
<div class="col-lg-3 col-md-6 text-center services_card">
<div class="mt-5">
<div class="mb-2"><img class="service_icon" src="./assets/img/give.png"></div>
<h3 class="h4 mb-2">Offering</h3>
</div>
</div>
</div>
</div>
</section>
<section>
<div id="carouselExampleCaptions" class="carousel slide">
<div class="carousel-indicators">
<button type="button" data-bs-target="#carouselExampleCaptions" data-bs-slide-to="0" class="active"
aria-current="true" aria-label="Slide 1"></button>
<button type="button" data-bs-target="#carouselExampleCaptions" data-bs-slide-to="1"
aria-label="Slide 2"></button>
<button type="button" data-bs-target="#carouselExampleCaptions" data-bs-slide-to="2"
aria-label="Slide 3"></button>
</div>
<div class="carousel-inner">
<img src="./assets/img/holy-bible.jpg" class="d-block w-100" style="height: 300px;">
<div class="carousel-item active">
<div class="carousel-caption d-none d-md-block">
<h5>For I am convinced that neither death nor life, neither angels nor demons, neither the
present nor the future, nor any powers, neither height nor depth, nor anything else in all
creation, will be able to separate us from the love of God that is in Christ Jesus our Lord.
</h5>
<h4>Romans 8:38-39</h4>
</div>
</div>
<div class="carousel-item">
<div class="carousel-caption d-none d-md-block">
<h5>There is no fear in love. But perfect love drives out fear, because fear has to do with
punishment. The one who fears is not made perfect in love.
</h5>
<h4>1 John 4:18</h4>
</div>
</div>
<div class="carousel-item">
<div class="carousel-caption d-none d-md-block">
<h5>Jesus looked at them and said, 'With man it is impossible, but not with God. For all things
are possible with God.'
</h5>
<h4>Mark 10:27</h4>
</div>
</div>
</div>
<button class="carousel-control-prev" type="button" data-bs-target="#carouselExampleCaptions"
data-bs-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="visually-hidden">Previous</span>
</button>
<button class="carousel-control-next" type="button" data-bs-target="#carouselExampleCaptions"
data-bs-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="visually-hidden">Next</span>
</button>
</div>
</section>
<section class="gallery-block grid-gallery">
<div class="container">
<div class="heading">
<h2>ANNOUNCEMENTS</h2>
<hr class="divider" />
</div>
<div class="row">
<div class="col-md-6 col-lg-4">
<div class="card border-0 transform-on-hover">
<img src="./assets/img/bg_church.jpg" alt="Card Image" class="card-img-top">
<div class="card-body">
<h6><a href="#">Lorem Ipsum</a></h6>
<p class="text-muted card-text">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc quam urna.</p>
</div>
</div>
</div>
<div class="col-md-6 col-lg-4">
<div class="card border-0 transform-on-hover">
<img src="./assets/img/bg_church.jpg" alt="Card Image" class="card-img-top">
<div class="card-body">
<h6><a href="#">Lorem Ipsum</a></h6>
<p class="text-muted card-text">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc quam urna.</p>
</div>
</div>
</div>
<div class="col-md-6 col-lg-4">
<div class="card border-0 transform-on-hover">
<img src="./assets/img/bg_church.jpg" alt="Card Image" class="card-img-top">
<div class="card-body">
<h6><a href="#">Lorem Ipsum</a></h6>
<p class="text-muted card-text">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc quam urna.</p>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="gallery-block grid-gallery">
<div class="container">
<div class="heading">
<h2>FROM THE GALLERY</h2>
<hr class="divider" />
</div>
<div class="row">
<div class="col-md-6 col-lg-4 item">
<a class="lightbox" href="./assets/img/bg_church.jpg">
<img class="img-fluid image scale-on-hover" src="./assets/img/bg_church.jpg">
</a>
</div>
<div class="col-md-6 col-lg-4 item">
<a class="lightbox" href="./assets/img/bg_church.jpg">
<img class="img-fluid image scale-on-hover" src="./assets/img/bg_church.jpg">
</a>
</div>
<div class="col-md-6 col-lg-4 item">
<a class="lightbox" href="./assets/img/bg_church.jpg">
<img class="img-fluid image scale-on-hover" src="./assets/img/bg_church.jpg">
</a>
</div>
<div class="col-md-6 col-lg-4 item">
<a class="lightbox" href="./assets/img/bg_church.jpg">
<img class="img-fluid image scale-on-hover" src="./assets/img/bg_church.jpg">
</a>
</div>
<div class="col-md-6 col-lg-4 item">
<a class="lightbox" href="./assets/img/bg_church.jpg">
<img class="img-fluid image scale-on-hover" src="./assets/img/bg_church.jpg">
</a>
</div>
<div class="col-md-6 col-lg-4 item">
<a class="lightbox" href="./assets/img/bg_church.jpg">
<img class="img-fluid image scale-on-hover" src="./assets/img/bg_church.jpg">
</a>
</div>
<div class="col-md-6 col-lg-4 item">
<a class="lightbox" href="./assets/img/bg_church.jpg">
<img class="img-fluid image scale-on-hover" src="./assets/img/bg_church.jpg">
</a>
</div>
<div class="col-md-6 col-lg-4 item">
<a class="lightbox" href="./assets/img/bg_church.jpg">
<img class="img-fluid image scale-on-hover" src="./assets/img/bg_church.jpg">
</a>
</div>
<div class="col-md-6 col-lg-4 item">
<a class="lightbox" href="./assets/img/bg_church.jpg">
<img class="img-fluid image scale-on-hover" src="./assets/img/bg_church.jpg">
</a>
</div>
</div>
</div>
</section>
<section class="contact_us_footer">
<div class="container-fluid">
<div class="row">
<div class="col-12 col-lg-1 text-center">
<img src="./assets/img/church.png" alt="">
</div>
<div class="col-11 col-md-9">
<h3 class="text-light">Welcome to St George Church!</h3>
<h5 class="text-light">We are always open to people who loves to get in touch!!</h5>
</div>
<div class="col-12 col-md-2 d-grid gap-2 mx-auto">
<button class="contact_us_btn btn btn-outline-light btn-lg">CONTACT US</button>
</div>
</div>
</div>
</section>
<?php include "footer.php" ?>