forked from matanbroner/lenss_site_beta
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfooter.html
44 lines (38 loc) · 2.01 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
34
35
36
37
38
39
40
41
42
43
44
<div id="footer" class="panel">
<div class="panel-footer">
<div class="container-fluid">
<div class="row">
<div class="col-sm-4">
<p>© 2022 LENSS. Site made with <a href="https://jekyllrb.com">Jekyll</a>; <a href="{{ site.url }}{{ site.baseurl }}/aboutwebsite.html">copy and modify it for your own research group.</a></p>
<p>We are part of the <a href="https://engineering.tamu.edu/cse/index.html">CSE Department</a> at Texas A&M University.</p>
<p> </p><p>
</div>
<div class="col-sm-4">
<!--
# Funding:<br />
# - <a href="http://google.com">Department of Homeland Security (DHS)</a> <br />
# - <a href="http://google.com">National Institute of Technology (NIST)</a> <br />
# - <a href="http://google.com">National Science Foundation (NSF)</a> <br />
# - <a href="http://google.com">Office of Naval Research (ONR)</a> <br />
# - <a href="http://google.com">Naval Postgraduate School (NPS)</a> <br />
# - <a href="http://google.com">Rockwell Collins, Inc</a> <br />
# - <a href="http://google.com">King Abdullah University of Science and Technology (KAUST)</a> <br />
# - <a href="http://google.com">Environmental Protection Agency (EPA)</a> <br />
# - <a href="http://google.com">Texas Agrilife Extension Service (TEEX)</a> <br />
# - <a href="http://google.com">Texas A&M University</a> <br />
-->
</div>
<div class="col-sm-4">
Contact:<br />
Peterson Building 324<br />
Texas A&M University <br />
435 Nagle St<br />
College Station, TX 77845<br />
(<a href="https://www.google.com/maps/place/Peterson+Building/@30.6159816,-96.338583,15z/data=!4m2!3m1!1s0x0:0x600e4f823ab1cb17?sa=X&ved=2ahUKEwiEraymmN31AhV3gXIEHUlvD7IQ_BJ6BAhBEAU">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>