forked from trahman8/ubc_cvrg
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfooter.html
31 lines (27 loc) · 1.1 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
<div id="footer" class="panel">
<div class="panel-footer">
<div class="container-fluid">
<div class="row">
<div class="col-sm-4">
<p>© 2019 UBC Computer Vision Lab. Site adapted from <a href="http://www.allanlab.org/">here</a>; copy and modify it for your own use.</p>
<p> </p><p>
</div>
<div class="col-sm-4">
<!--
Funding:<br />
- <a href="http://www.google.com">XXX grant</a> from <a href="http://www.nwo.nl">NWO</a> <br />
- <a href="https://www.universiteitleiden.nl/en/research/research-projects/science/frontiers-of-nanoscience-nanofront">YYY</a>, BBB <a href="http://www.nwo.nl">NWO</a>
-->
</div>
<div class="col-sm-4">
Contact:<br />
X210, ICICS/CS Building, 201-2366 Main Mall, University of British Columbia<br />
Vancouver, B.C. V6T 1Z4<br />
Canada (<a href="https://goo.gl/maps/fP3vgMB1UUp">Maps</a>)
</div>
</div>
</div>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<script src="{{ site.url }}{{ site.baseurl }}/js/bootstrap.min.js"></script>