This repository has been archived by the owner on Jan 5, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
311 lines (265 loc) · 15.6 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="./bcss/bootstrap.min.css" />
<link rel="stylesheet" href="./css/main.css">
<link rel="shortcut icon" href="./Pictures/favicon.png" type="image/x-icon">
<script src="/js/jquery-3.5.0.min.js"></script>
<script src="/js/bootstrap.bundle.min.js"></script>
<script src="https://kit.fontawesome.com/42f5a35614.js" crossorigin="anonymous"></script>
<title>LFCF</title>
</head>
<body>
<!-- #Navigation start -->
<nav class= "navbar fixed-top navbar-expand-md navbar-dark nicec">
<a href="/index.html" class="text-white text-center">Little Flock Christian Fellowship</a>
<button class="navbar-toggler" data-toggle = "collapse" data-target="#menu">
<span class= "navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="menu">
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<a href="/html/greetings.html" class="nav-link">Greetings</a>
</li>
<li class="nav-item ">
<a href="/html/about.html" class="nav-link" >About Us</a>
</li>
<li class="nav-item">
<a href="/html/christian.html" class="nav-link">Becoming a Christian</a>
</li>
<li class="nav-item dropdown">
<a href="#" class="nav-link dropdown-toggle" role= "button" id="drop" data-toggle = "dropdown" aria-haspopup="true" aria-expanded="false">What We Believe</a>
<div class="dropdown-menu" aria-labelledby="drop">
<a href="/html/church.html" class="dropdown-item">The Church</a>
<a href="/html/doctrines.html" class="dropdown-item">Doctrines</a>
<a href="/html/believers.html" class="dropdown-item">Assembling of the Believers</a>
</div>
</li>
<li class="nav-item">
<a href="/html/ministries.html" class="nav-link">Ministries</a>
</li>
<li class="nav-item">
<a href="/html/contact.html" class="nav-link">Contact Us</a>
</li>
</ul>
</div>
</nav>
<!-- #Navigation end -->
<div class="container-fluid front-page justify-content-between d-flex flex-column align-items-center">
<div></div>
<div></div>
<div class="text-center text-white mt-5">
<div class="display-3 pb-3">Little Flock Christian Fellowship</div>
<p class="lead">A group of believers aimed to spead God's Word to everyone</p>
</div>
<div class="text-white text-center">
<div class= "mb-3 lead text-decoration-none" id = "time"></div>
<div class="lead" id = "time2">Next Meeting:</div>
</div>
<div></div>
</div>
<div class="container-fluid sp pb-5">
<div class="display-3 d-flex justify-content-center pt-5 mb-5">About Us</div>
<div class="row">
<div class="col-md-1 col-0"></div>
<div class="col-md-5 mb-4">
<div class="lead">We are an assembly of believers in Lord Jesus Christ, from different countries and cultures. We have one common bond: we
are redeemed by the blood of the Lamb of God –Jesus Christ our Savior (Rev. 5:9; Acts 20:28). All who know the Lord
Jesus Christ as their Savior or desire to know Him are welcome. We believe it is the Lord who will satisfy the hungry
souls – and not us – when they come into the house of God – according to His promise: The Lord shall bless thee out of
Zion (Ps.28:5). We believe that all those who are saved by faith in the Lord Jesus Christ are equally precious and
equally important in His body, the church. We firmly believe that the Bible is the inspired Word of God, and we
constantly seek His grace for us to ground all our ministries in His Word.
<br><br>
<div class="disappear1">
Please look at other pages of this web site for more information about the vision and the ministries of The Little Flock
Christian Fellowship. It is our prayer and hope that this web site will be of some spiritual help to you.
<br><br>
-Dr. Rao Gollapalli, Pastor
</div>
</div>
</div>
<div class="col-md-1"></div>
<div class="col-md-4 ">
<div class="row">
<div class="col">
<figure>
<img src="./Pictures/Group.PNG" alt="" style="width:100%">
<figcaption class = "text-center pt-2">Taken at the 2017 Prayer Summit at Faholo
</figure>
</div></div>
<div class="row ">
<div class="col lead">
<p class= "disappear2 mt-3">
Please look at other pages of this web site for more information about the vision and the ministries of The Little Flock
Christian Fellowship. It is our prayer and hope that this web site will be of some spiritual help to you.
<br><br>
-Dr. Rao Gollapalli, Pastor
</p>
</div>
</div>
</div>
</div>
</div>
<div class="tp container-fluid">
<div class="container">
<div class="display-3 justify-content-center d-flex pt-5 pb-3 text-center">Weekly Meetings</div>
<div class = "lead pb-4" >Due to the current COVID-19 situation, all our meetings are being conducted online over Zoom.
Please contact [] if you would like to participate in these meetings.</div>
<div class="pb-3 lead text-center">As there are different church locations, timings vary per location. Click on the links below for timings</div>
</div>
<div class="container-fluid mt-5">
<div class="row lead">
<div class="col-md-4 mb-4 i1">
<div class="container text-center justify-content-center align-items-center mb-3">
<p class="text-center font-weight-bold d-inline">
<i class="fas fa-church mr-2">
</i> Sunday Worship Service
</p>
</div>
<p >Every Sunday, we gather together to worship the Lord and break bread with the believers.
After the service, we gather together and have lunch for a good time of fellowship.</p>
</div>
<div class="col-md-4 mb-4 text-left">
<div class="container font-weight-bold pb-3 text-center">
<i class="fas fa-praying-hands mr-2"></i> Prayer Meeting
</div>
<p> We gather together to pray for each other. We share our prayer requests and take turns to pray. The prayer meeting is a very essential part of the church, and we desire everyone to participate.</p>
</div>
<div class="col-md-4 text-left i2">
<div class="div container font-weight-bold pb-3 text-center">
<i class="fas fa-bible mr-2"></i>Bible Study</div>
<p>We also hold a Bible study for a chance to dive into the Word of God and learn more about it. We analyze a certain passage, and anyone can ask questions about it.</p>
</div>
</div>
<div class="row pt-3">
<div class="col i1 b">
<div class = "text-center d-flex justify-content-center">
<button class= "btn btn-primary"><a href="/html/ministries.html" class="text-white">Read More</a></button>
</div>
</div>
<div class="col b">
<div class="text-center d-flex justify-content-center">
<button class="btn btn-primary"><a href="/html/ministries.html#prayer" class="text-white">Read More</a></button>
</div>
</div>
<div class="col i2 b">
<div class="text-center d-flex justify-content-center">
<button class="btn btn-primary"><a href="/html/ministries.html#bible" class="text-white">Read More</a></button>
</div>
</div>
</div>
<div class = "d-flex justify-content-center mt-5 pb-5">
<button class="btn btn-success px-3 "><a href="/html/ministries.html" class="text-white">View Additional Meetings</a></button>
</div>
</div>
</div>
<div class="container fop">
<div class="display-3 text-center pt-5 pb-5 pr-2">Becoming a Christian <i class="fas fa-cross"></i></div>
<div class = "lead">First, its important to understand why its important to be a Christian. We see in scripture (Romans 3:23) that all men, including you and me, are sinners, and fall short of the expectation of God.
No one is perfect in the world, and we all make mistakes. However, God is perfect, and so we cannot get to Heaven with our sinful nature, with all the wrongs we have done. We are condenmed to hell in the state that we are in.
But there is hope! God is willing to forgive you of your sin, through Jesus Christ, the sacrifice sent for you and me. The love of God is so great that God sent his own son Jesus to die and take our sins from us, who died and rose from the grave.
God is willing to forgive us of our sin so we can be with him for eternity, and all you have to do is to believe in Jesus.
</div>
<div class = "pt-5 pb-5 d-flex justify-content-center"><button class="btn btn-success">Read more about becoming a Christian</button></div>
</div>
<div class="container-fluid fp pb-5">
<div class = "d-flex justify-content-center py-5 display-4">Locations</div>
<div></div>
<div class="row pt-3">
<div class="col-md-4 pb-5">
<div class="align-items-center d-flex flex-column container">
<div>
<h3 class="pb-2"><b>Canton, MI</b></h3>
</div>
<div><a href="/html/ministries.html" class="text-dark">Sunday Worship Service:</a> 10:30 AM to 1:00 PM</div>
<div class="py-2"><a href="/html/ministries.html" class="text-dark">Prayer Meeting:</a> Every Wednesday,
7:15 PM to 8:30 PM</div>
<div><a href="/html/ministries.html" class="text-dark">Bible Study:</a> 1st and 3rd Fridays, 7:00 PM to 8:30
PM</div>
<div class="pt-5 font-weight-bold">Address:</div>
<div class="div py-2">South Canton Scholars (Gym) </div>
<div class="div">3085 S Canton Center Rd, Canton, MI 48188</div>
</div>
<hr class="mt-5 border mx-4">
</div>
<div class="col-md-4 pb-5">
<div class="align-items-center d-flex flex-column container">
<h3><b>East Lansing, MI</b></h3>
<div class="pt-2"><a href="/html/ministries.html" class="text-dark">Sunday Worship Service:</a> 10:00 AM to
12:00 PM</div>
<div class="py-2"><a href="/html/ministries.html" class="text-dark">Prayer Meeting:</a> Every Tuesdays, 7:00
PM to 8:30 PM</div>
<div><a href="/html/ministries.html" class="text-dark">Bible Study:</a> 1st and 3rd Thursdays, 7:00 PM to
8:30 PM</div>
<div class="pt-5 pb-2 font-weight-bold">Address:</div>
<div class="pb-2">MSU Alumni Chappel (Downstairs)</div>
<div class="">636 Auditorium Rd, East Lansing, MI 48824</div>
</div>
<hr class="mt-5 border mx-4">
</div>
<div class="col-md-4">
<div class="align-items-center d-flex flex-column container">
<h3><b>Missasagua, ON, CA</b></h3>
<div class="pt-2"><a href="/html/ministries.html" class="text-dark">Sunday Worship Service:</a> 10:30 AM to
1:00 PM</div>
<div class="py-2"><a href="/html/ministries.html" class="text-dark">Prayer Meeting:</a> Every Wednesday,
7:15 PM to 8:30 PM</div>
<div><a href="/html/ministries.html" class="text-dark">Bible Study:</a> 1st and 3rd Fridays, 7:00 PM to 8:30
PM</div>
<div class="pt-5 pb-2 font-weight-bold">Address:</div>
<div class="pb-2">MSU Alumni Chappel (Downstairs)</div>
<div class="">636 Auditorium Rd, East Lansing, MI 48824</div>
</div>
</div>
</div>
</div>
<div class="container-fluid fp cp">
<div class="display-3 text-center pt-4">Contact Us</div>
<p class="lead text-center pt-3 px-3">We'd love to hear from you, whether you are intrested about coming to our church, wanting to submit prayer requests, or more! Email us at [email protected], or use the contact form below, and we will get back to you soon</p>
<div class="container py-5">
<form method = "POST" action="/php/form.php">
<div class="form-group">
<label for="name">Name:</label>
<input type="text" id="#name" class = "form-control">
</div>
<div class="form-group">
<label for="email">Email:</label>
<input type="text" id="#email" class="form-control">
</div>
<div class="form-group">
<label for="comment">Comments:</label>
<input type="text" id="#comment" class="form-control">
<small class="form-text text-dark">This can be for anything such as concerns, prayer requests, improvments, etc.</small>
</div>
</form>
</div>
</div>
<footer class="page-footer fcool p-3">
<div class="row">
<div class="col-md-4">
<div class="container-fluid text-center text-white lead">
Little Flock Christian Fellowship 2020
</div>
</div>
<div class="col-md-2 text-center font-weight-bold smallt"><a class="text-white"
href="/html/contact.html">Contact Us / Locate Us</a> </div>
<div class="col-md-6 text-center text-white">
Luke 12:32 - Fear not, little flock; for it is your Father's good pleasure to give you the kingdom.
</div>
</div>
</footer>
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js"
integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN"
crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js"
integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q"
crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js"
integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl"
crossorigin="anonymous"></script>
<script src="/js/main.js"></script>
</body>
</html>