-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfooter.html
39 lines (34 loc) · 1.25 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
<div>
<div id="footer-left" class="horizontal">
</div>
<div id="footer-middle" class="horizontal">
</div>
<div id="footer-right" class="horizontal">
<a href="http://danse.us">
<img src="icon/DANSE_LOGO.jpg"
height="24px"/>
</a>
<a href="https://vnf.caltech.edu">
<img src="icon/vnf-logo.png"
height="24px"/>
</a>
<a href="http://neutrons.ornl.gov/facilities/SNS/">
<img src="icon/SNS_logo.png" height="24px"/>
</a>
</div>
</div>
<hr>
<div id="ornl-footer-area">
<div class="left horizontal">
<a href="https://ut-battelle.org"><img class="img-responsive" src="icon/ut-battelle.png"></a>
</div>
<div class="mandatory-links middle horizontal">
<a href="https://www.ornl.gov/ornl/contact-us/Security--Privacy-Notice">Privacy</a> | <a href="https://www.ornl.gov/content/accessibility">Accessibility/508</a> | <a href="https://www.ornl.gov/content/notice-nondiscrimination-and-accessibility-requirements">Nondiscrimination/1557</a>
</div>
<div class="right horizontal">
<a href=" https://www.energy.gov/science/"><img class="img-responsive" src="icon/doe-science.png"></a>
</div>
<div class="branding-sponsor">
<p>Oak Ridge National Laboratory is managed by UT-Battelle for the US Department of Energy</p>
</div>
</div>