-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfooter.php
More file actions
38 lines (34 loc) · 1.94 KB
/
footer.php
File metadata and controls
38 lines (34 loc) · 1.94 KB
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
<footer class="site-footer">
<div class="footer-cover-title flex justify-content-center align-items-center">
<h2>SOLOFEST</h2>
</div><!-- .site-footer -->
<div class="footer-content-wrapper">
<div class="container">
<div class="row">
<div class="col-12">
<div class="entry-title">
<a href="#">SOLOFEST</a>
</div><!-- entry-title -->
<div class="entry-mail">
<a href="#">solofest@gmail.com</a>
</div><!-- .entry-mail -->
<div class="copyright-info">
<!-- Link back to Colorlib can't be removed. Template is licensed under CC BY 3.0. -->
Copyright ©<script>document.write(new Date().getFullYear());</script> All rights reserved | This template is edited with <i class="fa fa-heart" aria-hidden="true"></i> by Tim Hore
<!-- Link back to Colorlib can't be removed. Template is licensed under CC BY 3.0. -->
</div><!-- copyright-info -->
<div class="footer-social">
<ul class="flex justify-content-center align-items-center">
<li><a href="#"><i class="fab fa-pinterest"></i></a></li>
<li><a href="#"><i class="fab fa-facebook-f"></i></a></li>
<li><a href="#"><i class="fab fa-twitter"></i></a></li>
<li><a href="#"><i class="fab fa-dribbble"></i></a></li>
<li><a href="#"><i class="fab fa-behance"></i></a></li>
<li><a href="#"><i class="fab fa-linkedin-in"></i></a></li>
</ul>
</div><!-- footer-social -->
</div><!-- col -->
</div><!-- row -->
</div><!-- container -->
</div><!-- footer-content-wrapper -->
</footer><!-- site-footer -->