-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.html
64 lines (58 loc) · 2.35 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
62
63
64
<!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=utf-8" />
<meta name="keywords" content="washington university st louis, washington university st. louis, washington university, st. louis, wash u, ben major, wnt, wnt pathway, major lab, major lab wash u, major" />
<meta name="description" content="The Major lab utilizes mass spectrometry and other biochemical and bioinformatic techniques to elucidate signal transduction within the Wnt/B-catenin and Keap1/Nrf2 pathways." />
<link rel="stylesheet" type="text/css" href="css/normalize.css" />
<link rel="stylesheet" type="text/css" href="css/main.css" />
<link rel="shortcut icon" type="image/x-icon" href="img/branding/wu_icon.png" />
<title>Major Lab - Contact</title>
<script src="js/jquery-3.5.1.min.js"></script>
<script type="text/javascript" src="http://maps.googleapis.com/maps/api/js?key=AIzaSyDDtjbbvIcVBeJr4sdWuWlshxR2_3bcmgE&sensor=false"></script>
<script type="text/javascript" src="js/maps.js"></script>
<script type="text/javascript" src="js/google-analytics.js"></script>
</head>
<body onload="initialize()">
<div id="wrap">
<div id="stripe1">
<!-- will load common navbar with js $().load() method -->
</div>
<div id="stripe2">
<div id="str2">
<div class="innerdiv">
<div class="pageHeader">
<h1>Contact</h1>
</div>
<div class="content">
<div id="contact">
<p>
<b>Dr. Michael Ben Major</b><br/>
<a href="mailto:[email protected]" target="_blank">[email protected]</a><br/>
Professor<br/>
Washington University School of Medicine<br/>
Department of Cell Biology & Physiology<br/>
Washington University in St. Louis<br/>
<br/>
Major Lab<br/>
406 McD Sciences <br/>
St. Louis, MO 63110<br/>
<br/>
Office: (314) 273-3675<br/>
Lab: (314) 273-3669<br/>
</p>
</div>
<div id="map_canvas">
</div>
<div style="clear: both;"></div>
</div>
</div>
</div>
</div>
</div>
<div id="footer">
<!-- will load common footer with js $().load() method -->
</div>
<script src="js/mainFunctions.js"></script>
</body>
</html>