-
Notifications
You must be signed in to change notification settings - Fork 12
/
footer.html
23 lines (23 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
<div class="container">
<div class="row">
<div class="col-sm-3">
<h5>CRI iAtlas Home</h5>
<h2 class="logo"><a href="http://www.cri-iatlas.org"><img src="images/small_graphic_iAtlas.jpg" height="75px"></a></h2>
</div>
<div class="col-sm-6">
<h5>Participating Institutions</h5>
<ul>
<li><a href="http://www.cancerresearch.org">Cancer Research Institute</a></li>
<li><a href="http://www.sagebionetworks.org">Sage Bionetworks</a></li>
<li><a href="http://www.isbscience.org">Institute for Systems Biology</a></li>
<li><a href="https://unclineberger.org">UNC Lineberger Comprehensive Cancer Center</a></li>
</ul>
</div>
<div class="col-sm-3">
<button type="button" class="btn btn-default"><a href="mailto:[email protected]">Contact us</a></button>
</div>
</div>
</div>
<div class="footer-copyright">
<p>© 2018 - 2020 Copyright Sage Bionetworks, Institute for Systems Biology, UNC Lineberger Comprehensive Cancer Center</p>
</div>