35 lines
1.2 KiB
PHP
35 lines
1.2 KiB
PHP
<footer class="bg-light text-center text-lg-start">
|
|
<div class="container p-4">
|
|
<div class="row">
|
|
<div class="col-lg-6 col-md-12 mb-4 mb-md-0">
|
|
<h5 class="text-uppercase">DonateConnect</h5>
|
|
<p>
|
|
Connecting donors with NGOs to make a difference, one donation at a time.
|
|
</p>
|
|
</div>
|
|
<div class="col-lg-3 col-md-6 mb-4 mb-md-0">
|
|
<h5 class="text-uppercase">Links</h5>
|
|
<ul class="list-unstyled mb-0">
|
|
<li>
|
|
<a href="privacy.php" class="text-dark">Privacy Policy</a>
|
|
</li>
|
|
<li>
|
|
<a href="index.php#contact" class="text-dark">Contact</a>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="text-center p-3" style="background-color: rgba(0, 0, 0, 0.2);">
|
|
© 2025 DonateConnect
|
|
</div>
|
|
</footer>
|
|
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/js/bootstrap.bundle.min.js"></script>
|
|
<script src="assets/js/main.js?v=<?php echo time(); ?>"></script>
|
|
<script>
|
|
feather.replace()
|
|
</script>
|
|
</body>
|
|
</html>
|