-
Notifications
You must be signed in to change notification settings - Fork 2
/
Contact.html
39 lines (32 loc) · 959 Bytes
/
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
<!DOCTYPE html>
<html lang="en">
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Earth Data Science</title>
<link rel="stylesheet" type="text/css" href="css/main.css">
</head>
<body>
<div id="wrapper">
<div class="parent"><a href="index.html">
<div class="absolute">Earth Data Science Lab</div></a>
</div>
<div class="navbar">
<div><a href="People.html">People</a></div>
<div><a href="Research.html">Research</a></div>
<div><a href="Resources.html">Resources</a></div>
<div><a href="Outreach.html">Outreach</a></div>
<div><a href="Publications.html">Publications</a></div>
<div><a href="Contact.html">Contact</a></div>
</div>
<br>
<h2> Main Lab Contact </h2>
<ul style="list-style-type:none">
<li>David Wheeler</li>
<li>Principal investigator</li>
<li>[email protected]</li>
<li>(509)335-3733</li>
</ul>
</div>
</body>
</html>