-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfooter.html
24 lines (20 loc) · 856 Bytes
/
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
<footer class="footer">
<div class="container">
<hr>
<div class="row">
<div class="col-sm-6 text-muted">
<p>© 2021 Jane Smith</p>
</div>
<div class="col-sm-6">
<!-- Social professional networking icons -->
<ul class="social-icons pull-right">
<li><a href="" target="_blank"><i class="fab fa-twitter fa-2x"></i></a></li>
<li><a href="" target="_blank"><i class="fab fa-linkedin fa-2x"></i></a></li>
<li><a href="" target="_blank"><i class="ai ai-google-scholar-square ai-2x"></i></a></li>
<li><a href="" target="_blank"><i class="ai ai-academia-square ai-2x"></i></a></li>
<li><a href="" target="_blank"><i class="fab fa-researchgate fa-2x"></i></a></li>
</ul>
</div>
</div>
</div>
</footer><!-- jQuery Javascript Library -->