-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact.html
61 lines (48 loc) · 1.85 KB
/
contact.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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>MGAN</title>
<link href="./css/main.css" rel="stylesheet" type="text/css"></head>
<body>
<div id="fat">
<div id="container">
<div id="header"><a href="index.html"><img src="./images/banner.jpg" width="956" height="145"></a>
<!-- end .header --></div>
<div id="sidebar1">
<ul id="nav">
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="training.html">Training</a></li>
<li><a href="networking.html">Networking</a></li>
<li><a href="awards.html">Travel Awards</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
<!-- end .sidebar1 --></div>
<div id="content">
<h3> Contact Information</h3>
<br><br>
<p><strong>National Office</strong></p>
<br><table cellspacing="15px">
<tbody><tr>
<td width="287">MGAN National Office<br>
Dr. Lori Scott<br>
Biology Department<br>
Augustana College, Rock Island, IL<br>
<a href="mailto:loriscott@augustana.edu">loriscott@augustana.edu</a><br>
(309) 794-3440</td>
</tr>
</tbody></table>
<p></p>
<!-- end content -->
</div>
<div id="fake">
</div>
<!-- end container --></div>
<!-- end fat--></div>
<div id="container2">
<div id="footer">
<p>Copyright MGAN 2012-2016<br>
</p><div class="smallfoottext">MGAN is supported by the <a href="http://www.nsf.gov/">National Science Foundation</a> in cooperation with the <br> US Department of Energy <a href="http://www.jgi.doe.gov/">Joint Genome Institute</a> and other academic institutions.</div>
<p></p>
<!-- end .footer --></div>
</div>
</body></html>