-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfooter.html
43 lines (29 loc) · 1.13 KB
/
footer.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
{% load static %}
<!--Footer-->
<footer class="page-footer text-center wow fadeIn" style="background-color: #45637d;" style="margin-bottom:0px">
<hr class="my-4">
<!-- Social icons -->
<div class="pb-4">
<a>Made in India 🇮🇳️ with ❤️</a>
<a >With Our Supports </a>
<a > Abhishek Gawade 😎️ </a>
<a> Jay Firke 💖</a>
<a> Vaishnavi Bhujbal ✌🏻</a>
<a> Vedant Mule 😁</a>
<a> Aditya Patil 😍️</a>
<a> Sagar Mahaure 😏️</a>
{% comment %} <a href="https://www.facebook.com/mdbootstrap" target="_blank">
<i class="fab fa-facebook-f mr-3"1></i>
</a>
<a href="https://twitter.com/MDBootstrap" target="_blank">
<i class="fab fa-twitter mr-3"></i>
</a> {% endcomment %}
</div>
<!-- Social icons -->
<!--Copyright-->
<div class="footer-copyright py-3">
Copyright © 2021 JAAVS Startup
</div>
<!--/.Copyright-->
</footer>
<!--/.Footer-->