-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcontact.html
More file actions
executable file
·71 lines (68 loc) · 2.66 KB
/
contact.html
File metadata and controls
executable file
·71 lines (68 loc) · 2.66 KB
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
65
66
67
68
69
70
71
<!DOCTYPE HTML>
<!--
Ion by TEMPLATED
templated.co @templatedco
Released for free under the Creative Commons Attribution 3.0 license (templated.co/license)
-->
<html>
<head>
<title>Contact-BednyLab</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="description" content="" />
<meta name="keywords" content="" />
<!--[if lte IE 8]><script src="js/html5shiv.js"></script><![endif]-->
<noscript>
<link rel="stylesheet" href="css/main.min.css" />
</noscript>
<script src="js/js_Load.js"></script>
<script src="js/main.js"></script>
</head>
<body id="top" style="visibility: hidden;" onload="js_Load()">
<!-- Header -->
<header id="header" class="skel-layers-fixed">
<h1><a href="contact-alltext.html">CLICK HERE FOR ALL TEXT</a></h1>
<nav id="nav">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="publications.html">Publications</a></li>
<li><a href="people.html">People</a></li>
<li><a href="participate.html">Participate</a></li>
<li><a href="news.html">News</a></li>
<li><a href="photos.html">Photos</a></li>
<li><a href="contact.html" class="button special">Contact</a></li>
</ul>
</nav>
</header>
<!-- Main -->
<section id="main" class="wrapper style1">
<header class="major">
<h2>Contact Us</h2>
</header>
<div class="container">
<section>
<div class="row">
<div class="6u">
<section class="special">
<a class="image fit"><img src="images/map_ames.jpg" alt="" width="500" height="300" /></a>
</section>
</div>
<div class="6u">
<section class="special">
<a class="image fit"><img src="images/map_kki.jpg" alt="" width="500" height="300" /></a>
</section>
</div>
</section>
<section>
<ul class="alt">
<br>
<li>NPDL Address: 3400 North Charles St, Ames Hall 108, Baltimore MD 21218</li>
<li>Scanner Address: 707 North Broadway, Baltimore MD 21205</li>
<li>Phone: (410) 870-9895</li>
<li>Video Phone: (410) 214-5087</li>
<li>If you are interested in participating in our research, email <em>plasticity_lab at jhu dot edu</em>. For lab business, email Elizabeth Droubi at <em> edroubi1 at jh dot edu</em>. To contact the principal investigator, email Dr. Marina Bedny at <em>marina dot bedny at jhu dot edu</em>. </li>
</section>
<h3 align="center">Interested in joining the lab? Click <a href="join_lab.html" style="color: #629DD1;text-decoration: underline;">here</a></h3>
</div>
</section>
</body>
</html>