-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfooter.html
More file actions
23 lines (23 loc) · 1.58 KB
/
footer.html
File metadata and controls
23 lines (23 loc) · 1.58 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!-- Footer -->
<footer class="footer text-center py-4" style="background-color: #e3f2fd; color: #000;">
<p class="mb-0 fw-bold">All rights reserved | Kessi Kushal © <span id="year"></span></p>
<p class="mb-0">Made with ❤️ and ☕</p>
<p class="mb-2">Lastest Update: 15<sup>th</sup> January 2026</p>
<div class="social-icons">
<a href="https://www.linkedin.com/in/kessikushal/" target="_blank" class="text-dark me-3"><i
class="fab fa-linkedin fa-lg"></i></a>
<a href="https://www.facebook.com/kessikushal" target="_blank" class="text-dark me-3"><i
class="fab fa-facebook fa-lg"></i></a>
<a href="https://www.instagram.com/kessikushal/" target="_blank" class="text-dark me-3"><i
class="fab fa-instagram fa-lg"></i></a>
<a href="https://x.com/kessikushal" target="_blank" class="text-dark me-3"><i
class="fab fa-x-twitter fa-lg"></i></a>
<a href="https://github.com/kessikushal" target="_blank" class="text-dark me-3"><i
class="fab fa-github fa-lg"></i></a>
<a href="https://discord.com/users/1141984691172417536" target="_blank" class="text-dark me-3"><i
class="fab fa-discord fa-lg"></i></a>
<a href="https://wa.me/9779823584057" target="_blank" class="text-dark"><i
class="fab fa-whatsapp fa-lg"></i></a>
</div>
</div>
</footer>