-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathfooter.html
33 lines (29 loc) · 1.33 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
30
31
32
33
<footer id="main-footer">
<div class="container center vcenter hcenter">
<div class="footer-col hidden-xs">
<a href="http://labs.bl.uk/" target="_blank">
<img class="img-responsive center-block" src="https://cdn.rawgit.com/LibCrowds/libcrowds-pybossa-theme/master/static/img/bl-logo.png" alt="BL Labs logo">
</a>
</div>
<div class="footer-col">
<div class="row">
<ul>
<li>
<a href="http://twitter.com/LibCrowds" target="_blank"><i class="fa fa-twitter padding-sides-xs"></i></a>
</li>
<li>
<a href="mailto:[email protected]"><i class="fa fa-envelope padding-sides-xs"></i></a>
</li>
<li>
<a href="https://github.com/LibCrowds"><i class="fa fa-github padding-sides-xs"></i></a>
</li>
</ul>
</div>
</div>
<div class="footer-col hidden-xs">
<a href="http://pybossa.com/" target="_blank">
<img class="img-responsive center-block" src="https://cdn.rawgit.com/LibCrowds/libcrowds-pybossa-theme/master/static/img/pybossa.png" alt="PyBossa logo">
</a>
</div>
</div>
</footer>