-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfooter.html
29 lines (24 loc) · 1.22 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
<footer class="footer">
<div class="container">
<hr>
<div class="row">
<div class="col-sm-6 text-muted">
<!-- remove this paragraph upon customizing the template -->
<p><a href="https://github.com/randal-sean-harrison/academic-website-template" target="_blank"><i class="fab fa-fw fa-github"></i> Download this template</a></p>
<!-- remove this paragraph upon customizing the template -->
<p>© 2019 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-facebook fa-2x"></i></a></li>
<li><a href="" target="_blank"><i class="fab fa-twitter 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-linkedin fa-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 -->