-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathparts.html
36 lines (30 loc) · 912 Bytes
/
parts.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<link rel="stylesheet" href="css/gumby.css" />
<script src="js/panes.js"></script>
<title>uOttawa iGEM</title>
</head>
<body>
<div id="menubar">
<a href="http://www.igem.org"><img src="images/igem-logo.png" /></a>
<a href="index.html">Home</a>
<a href="project.html">Wet Lab</a>
<a href="software.html">Software</a>
<a href="humanpractices.html">Human Practices</a>
<a href="team.html">Team</a>
<a href="parts.html">Parts</a>
<a href="notebook.html">Notebook</a>
<a href="safety.html">Safety</a>
<a href="attributions.html">Attributions</a>
</div>
<div id="mspacer"></div>
<div class="row text-center">
<a href=".parts" class="paneLink selected">Parts</a>
</div>
<div class="row pane parts text-center">
<groupparts>iGEM 2013 uOttawa</groupparts>
</div>
</body>
</html>