-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
592 lines (536 loc) · 33.4 KB
/
index.html
File metadata and controls
592 lines (536 loc) · 33.4 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
<!DOCTYPE html>
<html lang="en">
<head>
<title>Fountain | official webpage</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="author" content="khulysojohn" />
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css" rel="stylesheet">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons/font/bootstrap-icons.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css">
<link rel="stylesheet" href="style.css" />
</head>
<body data-bs-spy="scroll" data-bs-target="#navbarSupportedContent" tabindex="0">
<!-- NavBar_Section -->
<header>
<nav id="navbar" class="navbar navbar-expand-md navbar-dark fixed-top">
<div class="container">
<div class="logo-container">
<img class="logo-img" src="https://mapeni.sirv.com/Images/fountain/logo1.jpg" alt="image logo">
<a class="navbar-brand text-uppercase" href="#">FOUNTAIN</a>
</div>
<button class="navbar-toggler" id="menuToggle" type="button" aria-label="Toggle navigation">
<span class="nav-icon open-menu">☰</span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav ms-auto mb-lg-0 fw-semibold text-poppins">
<li class="nav-item pe-md-2 pe-4">
<a class="nav-link" href="#Home"><span>Home</span></a>
</li>
<li class="nav-item pe-md-2 pe-4">
<a class="nav-link" href="#About"><span>About</span></a>
</li>
<li class="nav-item pe-md-2 pe-4">
<a class="nav-link" href="#services"><span>Services</span></a>
</li>
<li class="nav-item pe-md-2 pe-4">
<a class="nav-link" href="#portfolio"><span>Gallery</span></a>
</li>
<li class="nav-item pe-md-2 pe-4">
<a class="nav-link" href="#clients"><span>Testimonial</span></a>
</li>
<li class="nav-item pe-4">
<a class="nav-link" href="#contact__section"><span>Contact</span></a>
</li>
</ul>
</div>
</div>
</nav>
</header>
<!-- Home_section -->
<section id="Home" class="vh-100 text-center">
<div class="container h-100 d-flex flex-column align-items-center justify-content-center">
<div>
<h5 class="text-montserrat text-white">Welcome to Fountain of Fire Ministry</h5>
<h1 class="sub-cont text-white"> </h1>
</div>
</div>
</section>
<!-- About-section -->
<section id="About" class="Section__padding pb-70" style="background-color: #f2da7e;">
<div class="container">
<div class="row gy-5">
<div class="col-lg-5">
<div class="about__image">
<img src="https://mapeni.sirv.com/Images/fountain/Screenshot%202025-03-30%2012.39.06%20PM.png" alt="fountain-logo" class="w-100 rounded-circle" />
</div>
</div>
<div class="col-lg-7">
<div class="about__content">
<h3>About Us.</h3>
<div>
<span class="fw-normal text-uppercase d-inline-block">Our Story</span>
<p class="fw-normal m-0">
Fountain of Fire Ministry was founded in <span class="fw-bold" style="color:rgb(116, 129, 130)">2008</span> by
<span class="fw-bold" style="color:rgb(116, 129, 130)">Pastor T.L. Munyai and his partner</span>
through divine inspiration and a deep calling to spread the Gospel. What began as a small gathering of
believers has grown into a thriving community of faith, dedicated to worship, prayer, and spiritual transformation.
From humble beginnings, the ministry has become a beacon of hope, touching lives through the power of God’s Word and
the Holy Spirit.
</p>
</div>
<br>
<div>
<span class="fw-normal text-uppercase d-inline-block">Our Mission</span>
<p class="fw-normal m-0">
Our mission is to boldly proclaim the Gospel of
Jesus Christ with integrity and passion, ensuring that every individual
has the opportunity to encounter the transformative power of God’s Word.
We are committed to equipping believers through in-depth biblical teaching,
creating opportunities for spiritual growth, and fostering a culture of prayer, holiness, a
nd evangelism. Through strategic outreach programs, discipleship initiatives,
and an unwavering commitment to community engagement, we aim to raise up a
generation of Spirit-filled disciples dedicated to making
a profound impact on their families, communities, and the world.
</p>
</div>
<br>
<div>
<span class="fw-normal text-uppercase d-inline-block">Our Vision</span>
<p class="fw-normal m-0">
Our vision is to become a global beacon of spiritual renewal,
igniting a revival that touches hearts and transforms lives through the power of the Holy Spirit.
We strive to be a catalyst for salvation, healing, and restoration, equipping individuals to walk
in their divine purpose while fostering strong, thriving communities. Our ultimate goal is to
create a legacy of lasting spiritual impact,
where the fire of God's presence burns brightly in every heart and spreads to the nations.
</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Services -->
<section id="services" class="Section__padding pb-70 text-center" style="background-color:#ebb036">
<div class="container">
<header class="Section__head mb-80 ">
<h3 class="mb-0">Services.</h3>
</header>
<div class="row">
<div class="col-lg-4 ">
<div class="service__item bg-white d-flex flex-column align-items-center">
<span class="icon1">
<i
class="fas fa-church rounded-circle d-flex align-items-center justify-content-center"></i>
</span>
<h6>Main Service</h6>
<p class="fw-normal">
Join us every Sunday for a spirit-filled worship experience.Come for uplifting praise, biblical teaching,
and a community of faith where lives are transformed through Jesus Christ. All are welcome!
</p>
</div>
</div>
<div class="col-lg-4">
<div class="service__item bg-white d-flex flex-column align-items-center">
<span class="icon1">
<i
class="fas fa-praying-hands rounded-circle d-flex align-items-center justify-content-center"></i>
</span>
<h6>Monday Prayer</h6>
<p class="fw-normal ">Join us on Monday for a time of prayer, reflection, and fellowship.
We gather as a community to start the week with faith, seeking God’s guidance, strength, and peace.
All are welcome.</p>
</div>
</div>
<div class="col-lg-4">
<div class="service__item bg-white d-flex flex-column align-items-center">
<span class="icon1">
<i
class="fas fa-bible rounded-circle d-flex align-items-center justify-content-center"></i>
</span>
<h6>Mid-week Service</h6>
<p class="fw-normal">Join us on Wednesday for an uplifting time of prayer and worship. Experience God's Word and be inspired for the rest of the week.
It’s a moment to recharge spiritually and deepen your faith.</p>
</div>
</div>
<div class="col-lg-4">
<div class="service__item bg-white d-flex flex-column align-items-center">
<span class="icon1">
<i
class="fas fa-female rounded-circle d-flex align-items-center justify-content-center"></i>
</span>
<h6>Woman Service</h6>
<p class="fw-normal">Join us every thursday for a special time of worship, and empowerment.
Together, we will delve into God’s Word and encourage one another in faith.
Let’s strengthen our spirits and grow together as women of purpose.
</p>
</div>
</div>
<div class="col-lg-4">
<div class="service__item bg-white d-flex flex-column align-items-center">
<span class="icon1">
<i
class="fas fa-fire rounded-circle d-flex align-items-center justify-content-center"></i>
</span>
<h6>Youth Service</h6>
<p class="fw-normal">
Join us every friday for an exciting Youth Service filled with worship, fellowship, and the Word of God. It’s a time to grow in faith,
connect with others, and be inspired. Come and experience God’s presence in a powerful way.
</div>
</div>
<div class="col-lg-4">
<div class="service__item bg-white d-flex flex-column align-items-center">
<span class="icon1">
<i
class="fas fa-user-graduate rounded-circle d-flex align-items-center justify-content-center"></i>
</span>
<h6>Support Session</h6>
<p class="fw-normal">
Join us every Saturday for a supportive session focused on mental wellness, career guidance,
and academic growth. This is a space to learn, share, and prepare for a brighter future.All are welcome!
</p>
</div>
</div>
</div>
</div>
</section>
<section id="portfolio" class="text-center Section__padding pb-70" style="background-color: #f2da7e;">
<div class="container">
<header class="Section__head mb-80 ">
<h3 class="mb-0">Gallery.</h3>
</header>
<ul class="nav nav-pills fw-bold fs-6 d-flex justify-content-center" id="pills-tab" role="tablist">
<li class="nav-item" role="presentation">
<button class="nav-link active" id="pills-all-tab" data-bs-toggle="pill" data-bs-target="#pills-all"
type="button" role="tab" aria-controls="pills-all" aria-selected="true"><a>All</a></button>
</li>
<li class="nav-item" role="presentation">
<button class="nav-link" id="pills-brand-tab" data-bs-toggle="pill" data-bs-target="#pills-brand"
type="button" role="tab" aria-controls="pills-brand" aria-selected="false"><a>Youth</a></button>
</li>
<li class="nav-item" role="presentation">
<button class="nav-link" id="pills-design-tab" data-bs-toggle="pill" data-bs-target="#pills-design"
type="button" role="tab" aria-controls="pills-design"
aria-selected="false"><a>Revelation</a></button>
</li>
<li class="nav-item" role="presentation">
<button class="nav-link" id="pills-graphic-tab" data-bs-toggle="pill"
data-bs-target="#pills-graphic" type="button" role="tab" aria-controls="pills-graphic"
aria-selected="false"><a>Mothers</a></button>
</li>
</ul>
<div class="tab-content" id="pills-tabContent">
<div class="tab-pane fade show active" id="pills-all" role="tabpanel" aria-labelledby="pills-all-tab"
tabindex="0">
<div class="row">
<div class="col-md-6 col-lg-4">
<div class="position-relative portfolio__item">
<img src="https://mapeni.sirv.com/Images/fountain/gallery/all9.jpg" alt="all-1" class="w-100" />
</div>
</div>
<div class="col-md-6 col-lg-4">
<div class="position-relative portfolio__item">
<img src="https://mapeni.sirv.com/Images/fountain/gallery/worship5.jpg" alt="all-2" class="w-100" />
</div>
</div>
<div class="col-md-6 col-lg-4">
<div class="position-relative portfolio__item">
<img src="https://mapeni.sirv.com/Images/fountain/gallery/all10.jpg" alt="all-3" class="w-100" />
</div>
</div>
<div class="col-md-6 col-lg-4">
<div class="position-relative portfolio__item">
<img src="https://mapeni.sirv.com/Images/fountain/gallery/all3.jpg" alt="all-4" class="w-100" />
</div>
</div>
<div class="col-md-6 col-lg-4">
<div class="position-relative portfolio__item">
<img src="https://mapeni.sirv.com/Images/fountain/gallery/all2.jpg" alt="all-5" class="w-100" />
</div>
</div>
<div class="col-md-6 col-lg-4">
<div class="position-relative portfolio__item">
<img src="https://mapeni.sirv.com/Images/fountain/gallery/all.jpg" alt="all-6" class="w-100" />
</div>
</div>
</div>
</div>
<div class="tab-pane fade" id="pills-brand" role="tabpanel" aria-labelledby="pills-brand-tab"
tabindex="0">
<div class="row">
<div class="col-md-6 col-lg-4">
<div class="position-relative portfolio__item">
<img src="https://mapeni.sirv.com/Images/fountain/gallery/all6%20(1).jpg" alt="youth-1" class="w-100" />
</div>
</div>
<div class="col-md-6 col-lg-4">
<div class="position-relative portfolio__item">
<img src="https://mapeni.sirv.com/Images/fountain/gallery/all018.jpg" alt="youth-2" class="w-100" />
</div>
</div>
<div class="col-md-6 col-lg-4">
<div class="position-relative portfolio__item">
<img src="https://mapeni.sirv.com/Images/fountain/gallery/youth04.jpg" alt="youth-3" class="w-100" />
</div>
</div>
<div class="col-md-6 col-lg-4">
<div class="position-relative portfolio__item">
<img src="https://mapeni.sirv.com/Images/fountain/gallery/youth2.jpg" alt="youth-4" class="w-100" />
</div>
</div>
<div class="col-md-6 col-lg-4">
<div class="position-relative portfolio__item">
<img src="https://mapeni.sirv.com/Images/fountain/gallery/youth16.jpg" alt="youth-5" class="w-100" />
</div>
</div>
<div class="col-md-6 col-lg-4">
<div class="position-relative portfolio__item">
<img src="https://mapeni.sirv.com/Images/fountain/gallery/youth5.jpg" alt="youth-6" class="w-100" />
</div>
</div>
</div>
</div>
<div class="tab-pane fade" id="pills-design" role="tabpanel" aria-labelledby="pills-design-tab"
tabindex="0">
<div class="row">
<div class="col-md-6 col-lg-4">
<div class="position-relative portfolio__item">
<img src="https://mapeni.sirv.com/Images/fountain/gallery/revelation2.jpg" alt="revelation-1" class="w-100" />
</div>
</div>
<div class="col-md-6 col-lg-4">
<div class="position-relative portfolio__item">
<img src="https://mapeni.sirv.com/Images/fountain/gallery/revelation3.jpg" alt="revelation-2" class="w-100" />
</div>
</div>
<div class="col-md-6 col-lg-4">
<div class="position-relative portfolio__item">
<img src="https://mapeni.sirv.com/Images/fountain/gallery/rev.jpg" alt="revelation-3" class="w-100" />
</div>
</div>
<div class="col-md-6 col-lg-4">
<div class="position-relative portfolio__item">
<img src="https://mapeni.sirv.com/Images/fountain/gallery/re15.jpg" alt="revelation-4" class="w-100" />
</div>
</div>
<div class="col-md-6 col-lg-4">
<div class="position-relative portfolio__item">
<img src="https://mapeni.sirv.com/Images/fountain/gallery/y.jpg" alt="revelation-5" class="w-100" />
</div>
</div>
<div class="col-md-6 col-lg-4">
<div class="position-relative portfolio__item">
<img src="https://mapeni.sirv.com/Images/fountain/gallery/revelation6.jpg" alt="revelation-6" class="w-100" />
</div>
</div>
</div>
</div>
<div class="tab-pane fade" id="pills-graphic" role="tabpanel" aria-labelledby="pills-graphic-tab"
tabindex="0">
<div class="row">
<div class="col-md-6 col-lg-4">
<div class="position-relative portfolio__item">
<img src="https://mapeni.sirv.com/Images/fountain/gallery/mothers11.jpg" alt="mother-1" class="w-100" />
</div>
</div>
<div class="col-md-6 col-lg-4">
<div class="position-relative portfolio__item">
<img src="https://mapeni.sirv.com/Images/fountain/gallery/all7.jpg" alt="mother-2" class="w-100" />
</div>
</div>
<div class="col-md-6 col-lg-4">
<div class="position-relative portfolio__item">
<img src="https://mapeni.sirv.com/Images/fountain/gallery/mothers8.jpg" alt="mother-3" class="w-100" />
</div>
</div>
<div class="col-md-6 col-lg-4">
<div class="position-relative portfolio__item">
<img src="https://mapeni.sirv.com/Images/fountain/gallery/mothers4.jpg" alt="mother-4" class="w-100" />
</div>
</div>
<div class="col-md-6 col-lg-4">
<div class="position-relative portfolio__item">
<img src="https://mapeni.sirv.com/Images/fountain/gallery/mothers1.jpg" alt="mother-5" class="w-100" />
</div>
</div>
<div class="col-md-6 col-lg-4">
<div class="position-relative portfolio__item">
<img src="https://mapeni.sirv.com/Images/fountain/gallery/mothers2.jpg" alt="mother-6" class="w-100" />
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section id="clients" class="text-center Section__padding" style="background-color:#ebb036">
<div class="container">
<header class="Section__head mb-80 ">
<h3 class="mb-0">Testimonials..</h3>
</header>
<div class="row">
<div class="col-12">
<div id="carouselExampleIndicators" class="carousel slide">
<div class="carousel-inner">
<div class="carousel-item active">
<img src="https://mapeni.sirv.com/Images/fountain/gallery/test1.jpg" class="rounded-circle" alt="Client-ALex Smith">
<div class="client__item">
<p class="fw-normal mx-auto my-0">Becoming members of Fountain transformed our marriage by grounding us in faith, love, and peace.
Through its teachings, we learned selflessness, effective communication,
and the power of prayer, strengthening our bond. Surrounded by a supportive community,
we found guidance and encouragement, ensuring our home remains filled with harmony.
Fountain not only prepared us for a peaceful life on Earth but also for the life beyond,
and for that, we are forever grateful.
</p>
<h6 class="fw-semibold fs-6">Mr & Mrs Muleya</h6>
<span class="fw-semibold">Members</span>
</div>
</div>
<div class="carousel-item ">
<img src="https://mapeni.sirv.com/Images/fountain/gallery/test2.jpg" class="rounded-circle" alt="Client-ALex Smith">
<div class="client__item">
<p class="fw-normal mx-auto my-0">I was once hindered by a difficult environment, feeling lost and without purpose.
However, through the guidance of Pastor Munyai and the teachings at Fountain,
I discovered a new reason to live. This spiritual school not only strengthened my faith but also prepared
me for a peaceful life both on earth and beyond. With Christ as my foundation, I overcame my struggles,
found true belonging, and now I proudly declare, "Through Christ, I found home." </p>
<h6 class="fw-semibold fs-6">Sam Nelushi</h6>
<span class="fw-semibold">Visitor</span>
</div>
</div>
<div class="carousel-item ">
<img src="https://mapeni.sirv.com/Images/fountain/gallery/test3.jpg" class="rounded-circle" alt="Client-ALex Smith">
<div class="client__item">
<p class="fw-normal mx-auto my-0">Through Christ, I discovered my God-given talent as a singer,
and now I find joy in using it to worship Him. In a society where many are attracted to Materialism & Fame,
distracted by Drugs & Alcohol, I remain rooted in my purpose. The teachings
at Fountain have shaped my faith, keeping me focused on what truly matters. "Through Christ,
I found home."</p>
<h6 class="fw-semibold fs-6">Mudzunga Moyo</h6>
<span class="fw-semibold">Worship Team</span>
</div>
</div>
</div>
<div class="carousel-indicators position-static">
<button type="button" data-bs-target="#carouselExampleIndicators" data-bs-slide-to="0"
class="active" aria-current="true" aria-label="Slide 1"></button>
<button type="button" data-bs-target="#carouselExampleIndicators" data-bs-slide-to="1"
aria-label="Slide 2"></button>
<button type="button" data-bs-target="#carouselExampleIndicators" data-bs-slide-to="2"
aria-label="Slide 3"></button>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Contact__us -->
<section id="contact__section" class="text-center Section__padding" style="background-color: #f2da7e;">
<div class="container w-75">
<header class="Section__head mb-80 ">
<h3 class="mb-0">Contact Us.</h3>
</header>
<div class="row ">
<div class="col-lg-4 ">
<div class="contact__item d-flex flex-column justify-content-center align-items-center">
<span class="icon2">
<i
class="bi bi-send rounded-circle d-flex align-items-center justify-content-center"></i>
</span>
<h6 class="fw-bold">Address</h6>
<p class="fw-normal m-0 text-nowrap ">6834 Mudimeli Village - 0991</p>
</div>
</div>
<div class="col-lg-4">
<div class="contact__item d-flex flex-column justify-content-center align-items-center">
<span class="icon2">
<i
class="bi bi-envelope rounded-circle d-flex align-items-center justify-content-center"></i>
</span>
<h6 class="fw-bold">Email</h6>
<p class="fw-normal m-0">fountain@gmail.com</p>
</div>
</div>
<div class="col-lg-4">
<div class="contact__item d-flex flex-column justify-content-center align-items-center">
<span class="icon2">
<i
class="bi bi-telephone rounded-circle d-flex align-items-center justify-content-center"></i>
</span>
<h6 class="fw-bold">Phone</h6>
<p class="fw-normal m-0">+27 82 353 2015</p>
</div>
</div>
</div>
<div>
<form>
<div class="row mb-0">
<div class="col-lg-6">
<div class="form-area">
<input type="text" class="form-control" id="exampleFormControlInput1"
placeholder="Name">
</div>
</div>
<div class="col-lg-6">
<div class="form-area">
<input type="email" class="form-control" id="exampleFormControlInput2"
placeholder="Email">
</div>
</div>
<div class="col-lg-12">
<div class="form-area">
<textarea class="form-control" id="message" name="message" placeholder="Message"
rows="4"></textarea>
</div>
</div>
<div class="text-start">
<button class="contact__btn btn text-white" type="button">Submit</button>
</div>
</div>
</form>
</div>
</div>
</section>
<!-- Footer -->
<footer class="text-light pt-5 pb-3" style="background-color:#ebb036">
<div class="container">
<div class="row align-items-center text-center text-md-start">
<!-- About / Logo -->
<div class="col-md-4 mb-3 mb-md-0">
<img src="https://mapeni.sirv.com/Images/fountain/logo1.jpg" alt="Fountain Logo" class="mb-2" style="width:80px; border-radius:50%;">
<p class="mb-1 fw-bold">Fountain of Fire Ministry</p>
<small class="text-muted">Spreading the Gospel since 2008</small>
</div>
<!-- Quick Links -->
<div class="col-md-4 mb-3 mb-md-0">
<h6 class="fw-bold mb-2">Quick Links</h6>
<ul class="list-unstyled">
<li><a href="#Home" class="text-light text-decoration-none">Home</a></li>
<li><a href="#About" class="text-light text-decoration-none">About</a></li>
<li><a href="#services" class="text-light text-decoration-none">Services</a></li>
<li><a href="#portfolio" class="text-light text-decoration-none">Gallery</a></li>
<li><a href="#contact__section" class="text-light text-decoration-none">Contact</a></li>
</ul>
</div>
<!-- Social -->
<div class="col-md-4 text-center text-md-end">
<h6 class="fw-bold mb-2">Connect with us</h6>
<a href="https://web.facebook.com/FountainOfFireMinistrySA/" class="text-light fs-4 mx-1 hover-effect"><i class="bi bi-facebook"></i></a>
<a href="https://www.tiktok.com/@fountainministry" class="text-light fs-4 mx-1 hover-effect"><i class="bi bi-tiktok"></i></a>
<a href="https://youtube.com/@fountainoffireministrysa" class="text-light fs-4 mx-1 hover-effect"><i class="bi bi-youtube"></i></a>
<a href="https://github.com/KhulisoJohn" class="text-light fs-4 mx-1 hover-effect"><i class="bi bi-github"></i></a>
</div>
</div>
<!-- Bottom text -->
<div class="row mt-3">
<div class="col-12 text-center text-muted small">
© 2025 khulysojohn. All Rights Reserved.
</div>
</div>
</div>
</footer>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha1/dist/js/bootstrap.bundle.min.js"></script>
<script src="main.js"></script>
</body>
</html>