Skip to content

Commit a050e63

Browse files
committed
file for our footer
1 parent 3a603ca commit a050e63

File tree

1 file changed

+157
-0
lines changed

1 file changed

+157
-0
lines changed

templates/footer.html

Lines changed: 157 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,157 @@
1+
<!-- FOOTER -->
2+
<footer>
3+
4+
<!-- Footer -->
5+
<!--Footer-->
6+
<footer class="page-footer unique-color-dark pt-0">
7+
8+
<!-- SOCIAL BUTTONS -->
9+
<div class="primary-color">
10+
11+
<!-- CONTAINER STARTS -->
12+
<div class="container">
13+
14+
<!-- ROW STARTS -->
15+
<div class="row py-4 d-flex align-items-center">
16+
17+
<!-- COL STARTS -->
18+
<div class="col-md-6 col-lg-5 text-center text-md-left mb-4 mb-md-0">
19+
<h6 class="mb-0 white-text">Get connected with us on social networks!</h6>
20+
</div>
21+
<!-- COL ENDS -->
22+
23+
<!-- COL STARTS -->
24+
<div class="col-md-6 col-lg-7 text-center text-md-right">
25+
<!-- Facebook -->
26+
<a class="fb-ic ml-0">
27+
<i class="fa fa-facebook white-text mr-4"></i>
28+
</a>
29+
30+
<!-- Facebook -->
31+
<a class="tw-ic ml-0">
32+
<i class="fa fa-twitter white-text mr-4"></i>
33+
</a>
34+
35+
<!-- Facebook -->
36+
<a class="gplus-ic ml-0">
37+
<i class="fa fa-google-plus white-text mr-4"></i>
38+
</a>
39+
40+
<!-- Facebook -->
41+
<a class="li-ic ml-0">
42+
<i class="fa fa-linkedin white-text mr-4"></i>
43+
</a>
44+
45+
<!-- Facebook -->
46+
<a class="ins-ic ml-0">
47+
<i class="fa fa-instagram white-text mr-4"></i>
48+
</a>
49+
50+
<!-- Github -->
51+
<a class="ins-ic ml-0" href="https://github.com/Alexmhack">
52+
<i class="fa fa-github white-text mr-4"></i>
53+
</a>
54+
</div>
55+
<!-- COL ENDS -->
56+
57+
</div>
58+
<!-- ROW ENDS -->
59+
60+
</div>
61+
<!-- CONTAINER ENDS -->
62+
63+
</div>
64+
65+
<!--Footer Links-->
66+
<div class="container text-center mt-5 mb-4 text-md-left">
67+
68+
<!-- ROW STARTS -->
69+
<div class="row mt-3">
70+
71+
<!-- COL STARTS -->
72+
<div class="col-lg-4 col-md-3 col-xl-3 mb-4">
73+
74+
<h6 class="font-weight-bold text-uppercase">Django Blog</h6>
75+
<hr class="deep-purple accent-2 mb-4 mt-0 d-inline-block mx-auto" style="width: 60px;">
76+
<p>Blog website with tutorials on every programming language from Python to C++ and you can also be a part of our blog by writing on our behalf.</p>
77+
78+
</div>
79+
<!-- COL ENDS -->
80+
81+
<!-- COL STARTS -->
82+
<div class="col-lg-2 col-md-2 col-xl-2 mb-4 mx-auto">
83+
84+
<h6 class="font-weight-bold text-uppercase"><strong>Products</strong></h6>
85+
<hr class="deep-purple accent-2 mb-4 mt-0 d-inline-block mx-auto" style="width: 60px;">
86+
<p>
87+
<a href="#!">Django Membership</a>
88+
</p>
89+
90+
<p>
91+
<a href="#!">Django Pro Tutorials</a>
92+
</p>
93+
94+
<p>
95+
<a href="#!">Django Github Projects</a>
96+
</p>
97+
98+
<p>
99+
<a href="#!">Django Delpoying</a>
100+
</p>
101+
102+
</div>
103+
<!-- COL ENDS -->
104+
105+
<!-- COL STARTS -->
106+
<div class="col-lg-2 col-md-3 col-xl-2 mb-4 mx-auto">
107+
108+
<h6 class="font-weight-bold text-uppercase"><strong>Useful Links</strong></h6>
109+
<hr class="deep-purple accent-2 mb-4 mt-0 d-inline-block mx-auto" style="width: 60px;">
110+
<p>
111+
<a href="#!">Your account</a>
112+
</p>
113+
114+
<p>
115+
<a href="#!">Become an Affiliate</a>
116+
</p>
117+
118+
<p>
119+
<a href="#!">Shipping Rates</a>
120+
</p>
121+
122+
<p>
123+
<a href="#!">Help</a>
124+
</p>
125+
126+
</div>
127+
<!-- COL ENDS -->
128+
129+
<div class="col-lg-3 col-md-4 col-xl-3">
130+
131+
<h6 class="font-weight-bold text-uppercase">Contact</h6>
132+
<hr class="deep-purple accent-2 mb-4 mt-0 d-inline-block mx-auto" style="width: 60px;">
133+
134+
<p><i class="fa fa-home mr-3"></i>Mumbai, MH 400047</p>
135+
<p><i class="fa fa-envelope mr-3"></i>info@example.com</p>
136+
<p><i class="fa fa-phone mr-3"></i>+91 1234567890</p>
137+
<p><i class="fa fa-print mr-3"></i>+91 1234567890</p>
138+
139+
</div>
140+
141+
</div>
142+
<!-- ROW ENDS -->
143+
144+
</div>
145+
<!--/.Footer Links-->
146+
147+
<!-- Copyright -->
148+
<div class="footer-copyright text-center py-3">© 2018 Copyright:
149+
<a href="https://mdbootstrap.com/bootstrap-tutorial/"> MDBootstrap.com</a>
150+
</div>
151+
<!-- Copyright -->
152+
153+
</footer>
154+
<!-- Footer -->
155+
156+
</footer>
157+
<!-- FOOTER ENDS -->

0 commit comments

Comments
 (0)