-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfooter.php
executable file
·24 lines (23 loc) · 1.21 KB
/
footer.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<footer class="footer", role="content-info">
<div class="footer-info">
<div class="footer-block footer-about">
<h3>Welcome to Low Key Love!</h3>
<p>Low Key is a place where I share my music. I hope to inspire others to do the same!</p>
</div>
<div class="footer-bar"> </div>
<div class="footer-block footer-nav">
<ul class="social-links">
<li><a class="instagram-link"><i class="fa fa-instagram"> </i></a></li>
<li><a class="pinterest-link"><i class="fa fa-pinterest" aria-hidden="true"></i></a></li>
<li><a class="bloglovin-link"><i class="fa fa-heart" aria-hidden="true"></i></a></li>
<li><a class="facebook-link"><i class="fa fa-facebook" aria-hidden="true"></i></a></li>
<li><a class="twitter-link"><i class="fa fa-twitter" aria-hidden="true"></i></a></li>
<li><a href="https://livvyland.com/feed/" target="_blank"><i class="fa fa-rss" aria-hidden="true"></i></a></li>
</ul>
<div class="footer-copyright">
© 2022 LowKeyLove. All Rights Reserved.
</div>
</div>
</div>
</div>
</footer>