forked from BenjaminAmbrose/smfBox
-
Notifications
You must be signed in to change notification settings - Fork 0
/
header.js
26 lines (26 loc) · 1.86 KB
/
header.js
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
document.write('\
<h1 class="header">smfBox: Open Source Single-Molecule FRET</h1>\
<ul>\
<li class="first"><a href="./index.html" target="_self">Main page</a></li>\
<li class="first"><a href="./smFRET.html" target="_self">smFRET</a></li>\
<li class="first"><a href="./overview.html" target="_self">Overview</a></li>\
<li class="first"><a href="./construction.html" target="_self">Construction</a></li>\
<li class="first"><a href="./shopping list.html" target="_self">Shopping List</a></li>\
<li class="first"><a href="./acqsoftware.html" target="_self">Operational Software</a></li>\
<li class="first"><a href="./anasoftware.html" target="_self">Analysis Software</a></li>\
<li class="first"><a href="./glossary.html" target="_self">Glossary</a></li>\
<li class="first"><a href="./relatedprojects.html" target="_self">Related Projects</a></li>\
<li class="first"><a href="./people.html" target="_self">People involved</a></li>\
<div style="padding-top:10px;"></div><hr style=" margin: 0.1em auto;"><div style="padding-top:10px;"></div>\
<font style="line-height:1.5em;">\
<table>\
<tr><td>\
<a class="buttons github" href="https://github.com/craggslab/smfBox" style="padding-top:0px;">View On GitHub</a></td><td> </td><td>\
<a class="buttons twitter" href="https://twitter.com/Craggs_Lab" style="padding-top:0px;">Twitter</a></td></tr>\
<tr><td><a class="buttons lab" href="https://craggs-lab.com/" style="margin-bottom:0px; align:right;">Craggs Lab</a></td><td> </td><td>\
<!--<a class="buttons pdf" href="" style="margin-bottom:0px; align:right;">Download PDF</a>--></td></tr>\
<tr><td colspan="3"><a class="buttons bip" href="https://www.sheffield.ac.uk/chemistry" style="padding-top:0px;">University of Sheffield: Chemistry</a></td></tr>\
</table>\
</font>\
</ul>\
');