Skip to content

Commit 57ed73d

Browse files
committed
morden footer implimented
1 parent ca2d004 commit 57ed73d

File tree

2 files changed

+42
-20
lines changed

2 files changed

+42
-20
lines changed

index.html

Lines changed: 42 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -542,22 +542,48 @@ <h6 class="fw-bold">Phone</h6>
542542
</section>
543543

544544
<!-- Footer -->
545-
<footer class="bg-blackgray py-3">
546-
<div class="container-fluid">
547-
<div class="row align-items-center text-center text-md-start">
548-
<div class="col-12 col-md-8 footer__section mb-2 mb-md-0">
549-
<p class="fw-normal mb-0 text-white fs-5">Copyright 2025 &copy;
550-
<a href="https://github.com/KhulisoJohn" target="_blank" class="text-white fw-bold">khulysojohn</a> All Rights Reserved
551-
</p>
552-
</div>
553-
<div class="col-12 col-md-4 d-flex social justify-content-md-end justify-content-center gap-4">
554-
<a href="https://web.facebook.com/FountainOfFireMinistrySA/" class="text-white fs-4"><i class=" bi bi-facebook"></i></a>
555-
<a href="https://www.tiktok.com/@fountainministry" class="text-white fs-4"><i class="bi bi-tiktok"></i></a>
556-
<a href="https://youtube.com/@fountainoffireministrysa" class="text-white fs-4"><i class="bi bi-youtube"></i></a>
557-
</div>
558-
</div>
559-
</div>
560-
</footer>
545+
<footer class="text-light pt-5 pb-3" style="background-color:#ebb036">
546+
<div class="container">
547+
<div class="row align-items-center text-center text-md-start">
548+
549+
<!-- About / Logo -->
550+
<div class="col-md-4 mb-3 mb-md-0">
551+
<img src="https://mapeni.sirv.com/Images/fountain/logo1.jpg" alt="Fountain Logo" class="mb-2" style="width:80px; border-radius:50%;">
552+
<p class="mb-1 fw-bold">Fountain of Fire Ministry</p>
553+
<small class="text-muted">Spreading the Gospel since 2008</small>
554+
</div>
555+
556+
<!-- Quick Links -->
557+
<div class="col-md-4 mb-3 mb-md-0">
558+
<h6 class="fw-bold mb-2">Quick Links</h6>
559+
<ul class="list-unstyled">
560+
<li><a href="#Home" class="text-light text-decoration-none">Home</a></li>
561+
<li><a href="#About" class="text-light text-decoration-none">About</a></li>
562+
<li><a href="#services" class="text-light text-decoration-none">Services</a></li>
563+
<li><a href="#portfolio" class="text-light text-decoration-none">Gallery</a></li>
564+
<li><a href="#contact__section" class="text-light text-decoration-none">Contact</a></li>
565+
</ul>
566+
</div>
567+
568+
<!-- Social -->
569+
<div class="col-md-4 text-center text-md-end">
570+
<h6 class="fw-bold mb-2">Connect with us</h6>
571+
<a href="https://web.facebook.com/FountainOfFireMinistrySA/" class="text-light fs-4 mx-1 hover-effect"><i class="bi bi-facebook"></i></a>
572+
<a href="https://www.tiktok.com/@fountainministry" class="text-light fs-4 mx-1 hover-effect"><i class="bi bi-tiktok"></i></a>
573+
<a href="https://youtube.com/@fountainoffireministrysa" class="text-light fs-4 mx-1 hover-effect"><i class="bi bi-youtube"></i></a>
574+
<a href="https://github.com/KhulisoJohn" class="text-light fs-4 mx-1 hover-effect"><i class="bi bi-github"></i></a>
575+
</div>
576+
577+
</div>
578+
579+
<!-- Bottom text -->
580+
<div class="row mt-3">
581+
<div class="col-12 text-center text-muted small">
582+
&copy; 2025 khulysojohn. All Rights Reserved.
583+
</div>
584+
</div>
585+
</div>
586+
</footer>
561587

562588
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha1/dist/js/bootstrap.bundle.min.js"></script>
563589
<script src="main.js"></script>

style.css

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -562,7 +562,3 @@ button.contact__btn {
562562
padding: 10px 40px;
563563
}
564564

565-
566-
.social .bi {
567-
color:blue
568-
}

0 commit comments

Comments
 (0)